AliceLR dbc568fabf Removed uthash as a build option. 5 years ago
..
audio 078165c835 PCS audio should now be silent at 0 volume 5 years ago
editor a8ab250c30 Make clang 'complaing' less 5 years ago
network b2fc649541 Properly check for timeouts when receiving HTTP status 5 years ago
old 5e9ff7f987 Fix id_chars magic numbers and missile_color bug 6 years ago
utils dbc568fabf Removed uthash as a build option. 5 years ago
Makefile.in dbc568fabf Removed uthash as a build option. 5 years ago
block.c 0c75dc73ea Fix several player-related COPY/COPY BLOCK/block action/undo bugs 5 years ago
block.h 0c75dc73ea Fix several player-related COPY/COPY BLOCK/block action/undo bugs 5 years ago
board.c 69d7379d0d Add scroll/sensor lists to counter debugger 5 years ago
board.h b8a3ab7b0b Minor include fixes 6 years ago
board_struct.h 3e0463442d Added reset on entry, load charset/palette on entry board settings 7 years ago
caption.c 1c7959ee12 Silence most darwin PPC build warnings 6 years ago
caption.h 57c26ef2f7 Separate caption code from core.c 6 years ago
compat.h e9ad3f66c6 Fix MAX_PATH define inconsistency for Windows 5 years ago
compat_sdl.h d420c101eb Allow Mac builds to use command in place of alt 6 years ago
configure.c 90a41cccd2 Add Switch port (SDL2/Mesa) (#166) 5 years ago
configure.h 33f54e4854 Add 'fullscreen_windowed' config option (#176) 5 years ago
const.h e331ef0da2 Fix removed comment in const.h 6 years ago
core.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
core.h b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
counter.c dbc568fabf Removed uthash as a build option. 5 years ago
counter.h f0360a947e Group function counter and gateway functions in counter.c 6 years ago
counter_struct.h dbc568fabf Removed uthash as a build option. 5 years ago
data.c b3a80976e6 Constify some data, remove some unused (obsolete) externs, and replace some ugly macros with inline functions. 15 years ago
data.h 99d3acf594 Improve param.c enum usage, fix 'Missle' typo 5 years ago
error.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
error.h b121feaedb Move updater restart code to main, add core_full_restart 5 years ago
event.c d1dcbb6852 Fix bugs found by AddressSanitizer 5 years ago
event.h 5d1a0e930c Fixes for OpenBSD 5 years ago
event_sdl.c 90a41cccd2 Add Switch port (SDL2/Mesa) (#166) 5 years ago
expr.c 182e389e6f Minor optimization for interpolation 5 years ago
expr.h 2de2e0cf37 Fixed crash bug when interpolating long strings into names 7 years ago
extmem.h ce7a885d31 NDS build fix with debytecode. 15 years ago
fsafeopen.c 873a5e2753 3ds renderer improvements (#143) 6 years ago
fsafeopen.h 8533975508 Reject open of directories. 14 years ago
game.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
game.h c740ee72f6 Fix editor mod loading bugs 5 years ago
game_menu.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
game_menu.h 40d9e326f9 Move non-game.c functions out of game.h 6 years ago
game_ops.c f577cd72c3 Add sfx_id enum 6 years ago
game_ops.h c2f2199134 Split player functions out of game_ops.c 6 years ago
game_player.c 99d3acf594 Improve param.c enum usage, fix 'Missle' typo 5 years ago
game_player.h c62efbfd9e Move intro mesg handling back to game.c 6 years ago
game_update.c 654a59709b Fix player movement key repeat reset when locking the player 5 years ago
game_update.h 9955e37945 Fix teleport bug from previous commits 6 years ago
game_update_board.c e3b1f89547 Added hack so palette editor can run from counter debugger again 6 years ago
graphics.c 1a852b9d77 Remove c_offset checks for dirty_ui() 5 years ago
graphics.h 33f54e4854 Add 'fullscreen_windowed' config option (#176) 5 years ago
helpsys.c 6faf4ba0d9 Fix more Wunused-result 6 years ago
helpsys.h 4b18c16222 Fix the help system for contexts using the main loop 6 years ago
idarray.c b8a3ab7b0b Minor include fixes 6 years ago
idarray.h b8a3ab7b0b Minor include fixes 6 years ago
idput.c 5e9ff7f987 Fix id_chars magic numbers and missile_color bug 6 years ago
idput.h 5e9ff7f987 Fix id_chars magic numbers and missile_color bug 6 years ago
intake.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
intake.h 2278dbbd63 Remove robot editor hacks from old intake 6 years ago
intake_num.c 8893e2b42a Context functions now passed by struct, related core.c cleanup 6 years ago
intake_num.h b63327a11f Move palette editor to main loop 6 years ago
keysym.h b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
legacy_board.c a4ebe25684 Fix unused-result in world/board loaders 6 years ago
legacy_board.h 610e6a4579 EOL conversion for various source files added since 2.84c 7 years ago
legacy_rasm.c 9131e23417 Updated Makefile to correctly check for GCC > 4.x 7 years ago
legacy_rasm.h d0cff930ad Robot debugger performance improved; debytecode support implemented 7 years ago
legacy_robot.c 74c077b5bf Debytecode: clean robot saving rot, save source only, break zap saving 5 years ago
legacy_robot.h 610e6a4579 EOL conversion for various source files added since 2.84c 7 years ago
legacy_world.c dbc568fabf Removed uthash as a build option. 5 years ago
legacy_world.h 6b5b7b63b2 Do not pass NULL in place of mzx_world. 6 years ago
main.c a8ab250c30 Make clang 'complaing' less 5 years ago
memcasecmp.h 1167b8927b Replace toupper/tolower in memcasecmp and khash with lookup table 6 years ago
memfile.h 7b6cd725ea Replace zip_expand with zip_open_mem_write_ext, cleanup 6 years ago
mzm.c 6faf4ba0d9 Fix more Wunused-result 6 years ago
mzm.h 3516696a2c Fixed editor MZM bugs and mzm.c style 7 years ago
platform.h a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
platform_dummy.c 051ec1657d Fix wait_event() timeout implementation for all platforms (#154) 5 years ago
platform_endian.h 01e25ea578 Improve compile times on Windows (#127) 6 years ago
platform_sdl.c a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
pngops.c a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
pngops.h a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
rasm.c 74c077b5bf Debytecode: clean robot saving rot, save source only, break zap saving 5 years ago
rasm.h 3e1c275082 Debytecode: fix ARG_TYPE_FRAGMENT compiler warnings 5 years ago
render.c 736c154506 Fix builds with GL disabled 5 years ago
render.h 736c154506 Fix builds with GL disabled 5 years ago
render_egl.c cbe3c2953a Add config option to enable OpenGL ES compatibility hacks (#172) 5 years ago
render_egl.h cbe3c2953a Add config option to enable OpenGL ES compatibility hacks (#172) 5 years ago
render_gl.c 143e7594e7 GL_STACK_OVERFLOW and GL_STACK_UNDERFLOW aren't defined by GLESv2 5 years ago
render_gl.h cbe3c2953a Add config option to enable OpenGL ES compatibility hacks (#172) 5 years ago
render_gl1.c ea4378247c opengl1 renderer now uses power of 2 textures (#174) 5 years ago
render_gl2.c cbe3c2953a Add config option to enable OpenGL ES compatibility hacks (#172) 5 years ago
render_glsl.c 5d1a0e930c Fixes for OpenBSD 5 years ago
render_gp2x.c 3f1a7264e2 Use SDL_UpdateWindowSurface for software, gp2x; improve SDL window cleanup 5 years ago
render_layer.c a8ab250c30 Make clang 'complaing' less 5 years ago
render_layer.h 8ce3e8da7a Fix style: src/render*, part 1 6 years ago
render_layer_code.h 7e877a7d52 Reduce render_layer build time for Wii 5 years ago
render_sdl.c 736c154506 Fix builds with GL disabled 5 years ago
render_sdl.h 33f54e4854 Add 'fullscreen_windowed' config option (#176) 5 years ago
render_soft.c 3b50ed32a5 Clean up render_yuv.c, fix soft_render_mouse crash, add quit_video 5 years ago
render_softscale.c 736c154506 Fix builds with GL disabled 5 years ago
render_yuv.c 90a41cccd2 Add Switch port (SDL2/Mesa) (#166) 5 years ago
renderers.h ad624dc648 Add "softscale" renderer for SDL 2 builds (#175) 5 years ago
robot.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
robot.h 74c077b5bf Debytecode: clean robot saving rot, save source only, break zap saving 5 years ago
robot_struct.h 74c077b5bf Debytecode: clean robot saving rot, save source only, break zap saving 5 years ago
run_robot.c 0c75dc73ea Fix several player-related COPY/COPY BLOCK/block action/undo bugs 5 years ago
run_stubs.c a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
run_stubs.h a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
scrdisp.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
scrdisp.h 4339d17d9a Add game UI layer, fix scroll coloring bug 6 years ago
settings.c 90a41cccd2 Add Switch port (SDL2/Mesa) (#166) 5 years ago
settings.h 0ac1527d54 Make config structs static, cleanup 6 years ago
sprite.c a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
sprite.h a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
sprite_struct.h 79d9443f6d Stabilized the sprite yorder sort. 7 years ago
str.c dbc568fabf Removed uthash as a build option. 5 years ago
str.h 1d4bc8d561 Replace nonsensical and confusing compare_strings/memcasecmp var naming 6 years ago
thread_pthread.h a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
thread_sdl.h a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
updater.c 8287f4c6c1 Move updater UI code out of __check_for_updates 5 years ago
updater.h a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 years ago
util.c 90a41cccd2 Add Switch port (SDL2/Mesa) (#166) 5 years ago
util.h 90a41cccd2 Add Switch port (SDL2/Mesa) (#166) 5 years ago
window.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 years ago
window.h 90d1af0ec1 Enable runtime renderer switching (#167) 5 years ago
world.c dbc568fabf Removed uthash as a build option. 5 years ago
world.h 7520e0bcf1 Remove nonexistent 2.62b magic, add origins for magic codes 6 years ago
world_format.h 74c077b5bf Debytecode: clean robot saving rot, save source only, break zap saving 5 years ago
world_struct.h 5e9ff7f987 Fix id_chars magic numbers and missile_color bug 6 years ago
yuv.h ad624dc648 Add "softscale" renderer for SDL 2 builds (#175) 5 years ago
zip.c 978a44c19f zip.c comment cleanup 6 years ago
zip.h 858de74f98 Fix libspec for zip functions, stop linking zip.o to the editor 6 years ago