fruitjam-doom/src
2018-12-11 19:45:08 +02:00
..
doom doom: Remove unused basedefault extern declaration 2018-12-08 16:24:07 +02:00
heretic heretic: Make sprnames contents and related function parameters const 2018-12-08 16:40:41 +02:00
hexen hexen: Make sprnames contents and related function parameters const 2018-12-11 19:13:19 +02:00
setup video: Bump default window size to 800x600. 2018-10-29 19:32:42 -04:00
strife Make deh_signatures consistently const in all games 2018-12-04 20:02:33 +02:00
.gitignore SDL2_net and chocolate-server 2018-05-02 20:56:08 -04:00
aes_prng.c Replace AES implementation with the Linux one. 2015-05-12 00:54:41 -04:00
aes_prng.h Clean up file headers. 2014-05-05 00:20:54 -04:00
CMakeLists.txt cmake build fix 2018-10-29 20:21:21 +00:00
d_dedicated.c Clean up file headers. 2014-05-05 00:20:54 -04:00
d_event.c Clean up file headers. 2014-05-05 00:20:54 -04:00
d_event.h address some minor review comments 2017-10-10 22:18:17 +01:00
d_iwad.c Fix tiny memory leak when looking for IWADs 2018-11-21 13:06:58 -05:00
d_iwad.h d_iwad: Make iwad_t description member const 2018-07-24 18:34:39 +03:00
d_loop.c net: Use -newsync by default again. 2018-11-10 00:58:19 -05:00
d_loop.h Make D_NonVanillaPlayback feature parameter const 2018-05-26 15:23:05 +03:00
d_mode.c Fix broken build caused by previous commit. 2018-04-21 00:38:37 -04:00
d_mode.h net: Improve game mismatch error messages. 2018-04-20 23:00:36 -04:00
d_ticcmd.h Clean up file headers. 2014-05-05 00:20:54 -04:00
deh_defs.h dehacked: Make deh_section_s name member const 2018-05-19 15:52:48 +03:00
deh_io.c Make DEH_Warning msg parameter const 2018-03-31 17:53:30 +03:00
deh_io.h Make DEH_Warning msg parameter const 2018-03-31 17:53:30 +03:00
deh_main.c deh: Include deh_main.h in deh_main.c 2018-12-08 15:41:47 +02:00
deh_main.h Add WAD file autoloading. 2018-11-02 22:24:18 -04:00
deh_mapping.c Clean up file headers. 2014-05-05 00:20:54 -04:00
deh_mapping.h dehacked: Make deh_mapping_entry_s name member const 2018-05-19 15:52:48 +03:00
deh_str.c dehacked: Make DEH_snprintf fmt parameter const 2018-05-19 15:52:48 +03:00
deh_str.h dehacked: Make DEH_snprintf fmt parameter const 2018-05-19 15:52:48 +03:00
deh_text.c dehacked: Allow override of string replacements. 2014-10-18 20:33:30 -04:00
doom-screensaver.desktop.in Add desktop entries for all the games, make the Setup launch generic 2014-06-12 18:03:39 -07:00
doom.appdata.xml.in Update AppStream XML files to current (0.11) standards 2018-01-22 20:41:16 -08:00
doom.desktop.in desktop: Add some additional keywords to *.desktop files 2015-05-27 19:35:05 +02:00
doomkeys.h Make 0 and 5 keys on the numeric keypad bindable for left handed users 2017-11-20 22:26:53 +01:00
doomtype.h i_system: mark I_Quit() and I_Error() with GCC's 'noreturn' attribute 2018-11-06 15:43:44 +01:00
gusconf.c music: DMX's "GUS instrument mappings bug" emulation 2016-05-03 22:42:30 +09:00
gusconf.h Refactor config file API. 2015-02-20 00:33:12 -05:00
heretic.appdata.xml.in Update AppStream XML files to current (0.11) standards 2018-01-22 20:41:16 -08:00
heretic.desktop.in desktop: Add some additional keywords to *.desktop files 2015-05-27 19:35:05 +02:00
hexen.appdata.xml.in Update AppStream XML files to current (0.11) standards 2018-01-22 20:41:16 -08:00
hexen.desktop.in desktop: Add some additional keywords to *.desktop files 2015-05-27 19:35:05 +02:00
i_cdmus.c cdmus: Change I_CDMusInit() to return failure. 2017-10-08 22:09:11 -04:00
i_cdmus.h Clean up file headers. 2014-05-05 00:20:54 -04:00
i_endoom.c endoom: Show something in the window title. 2016-02-28 14:44:45 -05:00
i_endoom.h Clean up file headers. 2014-05-05 00:20:54 -04:00
i_glob.c glob: fix function prototype for I_StartGlob() in the non-native case 2018-12-03 13:18:28 +01:00
i_glob.h glob: Add multi-pattern matching. 2018-11-03 13:11:55 -04:00
i_input.c make two variables static 2016-07-05 18:31:26 +01:00
i_input.h video: Remove useless command line arguments. 2016-06-04 20:15:57 -04:00
i_joystick.c Permit binding of joystick axes to look up/down 2017-10-10 18:14:51 +01:00
i_joystick.h Fix number of joystick buttons so Chocolate-Setup doesn't crash 2016-11-12 23:08:19 -05:00
i_main.c Clean up previous -version change. 2018-11-10 01:01:01 -05:00
i_midipipe.c midiproc: some further improvements 2017-12-11 14:46:09 +01:00
i_midipipe.h i_sdlmusic: avoid code duplication and code path splitting 2017-11-22 20:46:04 +01:00
i_musicpack.c music: Make ParseSubstituteLine return value const 2018-12-11 19:17:25 +02:00
i_oplmusic.c opl: Unpause when starting a new song. 2018-05-27 21:20:04 -04:00
i_pcsound.c update I_StartSound, S_StartSound with pitch 2015-07-06 20:00:47 +01:00
i_sdlmusic.c music: Factor out music packs to separate file. 2018-10-24 19:05:11 -04:00
i_sdlsound.c Allocate large enough buffer for SDL_ConvertAudio. 2017-10-31 14:48:40 -06:00
i_sound.c music: Add argument to disable substitute music. 2018-10-27 16:31:44 -04:00
i_sound.h sound: Make musicinfo_t name member const 2018-05-26 16:25:44 +03:00
i_swap.h Fix typo and remove unused symbol. Fixes #651 2016-01-22 16:33:50 -05:00
i_system.c Merge pull request #999 from turol/const 2018-03-16 22:00:18 -07:00
i_system.h i_system: mark I_Quit() and I_Error() with GCC's 'noreturn' attribute 2018-11-06 15:43:44 +01:00
i_timer.c Fix exception thrown by Windows when debugging with GDB 2018-03-01 15:05:51 -05:00
i_timer.h Clean up file headers. 2014-05-05 00:20:54 -04:00
i_video.c video: Bump default window size to 800x600. 2018-10-29 19:32:42 -04:00
i_video.h video: Make I_SetWindowTitle parameter const 2018-05-26 16:24:15 +03:00
i_videohr.c Make I_SetWindowTitleHR parameter const 2018-03-31 16:44:30 +03:00
i_videohr.h Make I_SetWindowTitleHR parameter const 2018-03-31 16:44:30 +03:00
icon.c Fix alpha channel for icons. 2014-12-06 01:54:36 -05:00
m_argv.c Fix formatting for -response argument. 2018-10-15 00:40:56 -04:00
m_argv.h Fix warnings introduced by previous commits. 2018-09-09 18:54:20 -04:00
m_bbox.c Clean up file headers. 2014-05-05 00:20:54 -04:00
m_bbox.h Clean up file headers. 2014-05-05 00:20:54 -04:00
m_cheat.c Clean up file headers. 2014-05-05 00:20:54 -04:00
m_cheat.h Clean up file headers. 2014-05-05 00:20:54 -04:00
m_config.c Add WAD file autoloading. 2018-11-02 22:24:18 -04:00
m_config.h Add WAD file autoloading. 2018-11-02 22:24:18 -04:00
m_controls.c Add joystick virtual button for toggle automap 2016-08-15 17:20:01 +01:00
m_controls.h Add joystick virtual button for toggle automap 2016-08-15 17:20:01 +01:00
m_fixed.c De-obfuscate some numerical constants found in the source code 2015-11-11 11:08:17 +01:00
m_fixed.h Clean up file headers. 2014-05-05 00:20:54 -04:00
m_misc.c misc: Make M_WriteFile source parameter const 2018-12-08 15:41:50 +02:00
m_misc.h misc: Make M_WriteFile source parameter const 2018-12-08 15:41:50 +02:00
Makefile.am Add system-specific globbing API. 2018-10-27 17:50:14 -04:00
manifest.xml Declare Windows binaries as DPI-aware to prevent the OS from applying 2013-10-28 03:37:26 +00:00
memio.c Clean up file headers. 2014-05-05 00:20:54 -04:00
memio.h Clean up file headers. 2014-05-05 00:20:54 -04:00
midifile.c midifile: Make CheckChunkHeader expected_id parameter const 2018-03-31 15:58:02 +03:00
midifile.h midi: Fix "D_DDTBLU disease". 2014-10-08 00:12:50 -04:00
mus2mid.c Support for Watcom C 2017-02-25 15:51:13 -05:00
mus2mid.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_client.c net: Improve -newsync to use a PID controller. 2018-11-10 00:55:34 -05:00
net_client.h net: Move server reject message into error message. 2018-04-20 22:43:22 -04:00
net_common.c net: Set keepalive_recv_time on connection setup. 2018-05-29 22:12:15 -04:00
net_common.h net: Move protocol list code to net_structrw.c. 2017-10-08 18:25:22 -04:00
net_dedicated.c net: Make not_dedicated_options contents const 2018-12-11 19:18:24 +02:00
net_dedicated.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_defs.h net: Make _net_module_s ResolveAddress function parameter const and fix functions to match 2018-12-11 19:45:08 +02:00
net_gui.c net: Make PrintSHA1Digest digest parameter const 2018-12-11 19:24:21 +02:00
net_gui.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_io.c Clean up file headers. 2014-05-05 00:20:54 -04:00
net_io.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_loop.c net: Make _net_module_s ResolveAddress function parameter const and fix functions to match 2018-12-11 19:45:08 +02:00
net_loop.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_packet.c net: Make a bunch of things const. 2017-09-28 08:48:23 -04:00
net_packet.h net: Make a bunch of things const. 2017-09-28 08:48:23 -04:00
net_query.c net: Make GameDescription return value const 2018-12-11 19:31:42 +02:00
net_query.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_sdl.c net: Make _net_module_s ResolveAddress function parameter const and fix functions to match 2018-12-11 19:45:08 +02:00
net_sdl.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_server.c net: Make NET_SV_SendReject msg parameter const 2018-12-11 19:42:31 +02:00
net_server.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_structrw.c net: Include protocol list in query responses. 2017-10-08 18:30:57 -04:00
net_structrw.h net: Move protocol list code to net_structrw.c. 2017-10-08 18:25:22 -04:00
resource.rc.in resource.rc.in: Add a winuser.h include, fixes #885 2017-03-16 15:58:37 -07:00
setup-res.rc.in allow building in subdirectory or outside source directory 2014-12-26 15:40:46 +00:00
sha1.c Change license statement on sha1.c to GPLv2. 2015-05-25 22:16:06 -04:00
sha1.h Clean up file headers. 2014-05-05 00:20:54 -04:00
strife.appdata.xml.in Update AppStream XML files to current (0.11) standards 2018-01-22 20:41:16 -08:00
strife.desktop.in desktop: Add some additional keywords to *.desktop files 2015-05-27 19:35:05 +02:00
tables.c tables.c: Changed type of finetangent[]/finesine[] to fixed_t 2015-12-11 14:11:29 +01:00
tables.h Update angle_t type. 2018-10-21 07:12:39 +01:00
v_diskicon.c make some initialization functions (well, kind of) reentrant 2018-07-20 13:18:56 +02:00
v_diskicon.h Make V_EnableLoadingDisk lump_name parameter const 2018-03-31 15:54:24 +03:00
v_patch.h Support for Watcom C 2017-02-25 15:51:13 -05:00
v_video.c video: explicitly check for aspect_ratio_correct's value being 1 2018-10-04 13:43:00 +02:00
v_video.h Make V_ScreenShot parameter const 2018-03-31 15:51:38 +03:00
w_checksum.c replace calls to realloc() with the new I_Realloc() 2017-08-23 08:42:54 +02:00
w_checksum.h Clean up file headers. 2014-05-05 00:20:54 -04:00
w_file.c wad: Make W_OpenFile parameters const 2018-07-21 16:56:35 +03:00
w_file.h wad: Make W_OpenFile parameters const 2018-07-21 16:56:35 +03:00
w_file_posix.c wad: Make OpenFile parameter const 2018-07-21 16:56:35 +03:00
w_file_stdc.c wad: Make OpenFile parameter const 2018-07-21 16:56:35 +03:00
w_file_win32.c wad: Make w32 MapFile filename parameter const 2018-07-21 09:31:29 -07:00
w_main.c wad: Autoload both .wad and .lmp files. 2018-11-03 13:12:12 -04:00
w_main.h Add WAD file autoloading. 2018-11-02 22:24:18 -04:00
w_merge.c wad: Make W_NWTMergeFile filename parameter const 2018-07-21 16:56:35 +03:00
w_merge.h wad: Make W_NWTMergeFile filename parameter const 2018-07-21 16:56:35 +03:00
w_wad.c wad: Make W_AddFile parameter const 2018-07-21 16:56:35 +03:00
w_wad.h wad: Make W_AddFile parameter const 2018-07-21 16:56:35 +03:00
z_native.c Make Z_ChangeTag2 file parameter const 2018-03-13 20:02:43 +02:00
z_zone.c Make Z_ChangeTag2 file parameter const 2018-03-13 20:02:43 +02:00
z_zone.h Make Z_ChangeTag2 file parameter const 2018-03-13 20:02:43 +02:00