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