fruitjam-doom/src
2018-04-03 19:07:57 +03:00
..
doom doom: Make defdemoname global variable const 2018-04-03 19:07:57 +03:00
heretic docgen: Add 'game' and 'obscure' categories. 2018-03-16 21:25:20 -04:00
hexen Merge branch 'abs_call_fixes' of gh:devnexen/chocolate-doom 2018-03-23 23:03:31 -07:00
setup Revert "video: allow setting linear filtering via config file" 2018-04-01 00:41:03 -07:00
strife docgen: Add 'game' and 'obscure' categories. 2018-03-16 21:25:20 -04:00
.gitignore Ignore Emacs temp files and src/*.cfg src/*.txt 2016-08-26 20:59:10 -07: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
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 Make D_FindWADByName parameter const 2018-03-31 17:47:00 +03:00
d_iwad.h Make D_FindWADByName parameter const 2018-03-31 17:47:00 +03:00
d_loop.c Remove doomfeatures.h and "features" compiles. 2017-01-24 23:02:56 +00:00
d_loop.h Add API for handling non-vanilla demo extensions. 2016-11-24 21:33:03 -05:00
d_mode.c Make D_GameMissionString return value const 2018-03-31 17:43:16 +03:00
d_mode.h Make D_GameMissionString return value const 2018-03-31 17:43:16 +03:00
d_ticcmd.h Clean up file headers. 2014-05-05 00:20:54 -04:00
deh_defs.h Clean up file headers. 2014-05-05 00:20:54 -04: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 Make DEH_LoadFile parameter const 2018-03-31 17:51:38 +03:00
deh_main.h Make DEH_LoadFile parameter const 2018-03-31 17:51:38 +03:00
deh_mapping.c Clean up file headers. 2014-05-05 00:20:54 -04:00
deh_mapping.h Clean up file headers. 2014-05-05 00:20:54 -04:00
deh_str.c Make DEH_AddStringReplacement parameters const 2018-03-13 12:31:51 +02:00
deh_str.h Make DEH_AddStringReplacement parameters const 2018-03-13 12:31:51 +02: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 Add GCC printf format string attribute 2018-02-17 16:03:38 +02: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_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 Strip out CPU affinity hack. 2014-12-18 20:04:11 +01: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_oplmusic.c Support for Watcom C 2017-02-25 15:51:13 -05:00
i_pcsound.c update I_StartSound, S_StartSound with pitch 2015-07-06 20:00:47 +01:00
i_sdlmusic.c Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2018-03-17 23:49:03 -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 config variable for music packs path. 2017-01-25 20:55:23 +00:00
i_sound.h sound: Make sfxinfo_struct tagname member const 2018-03-31 17:06:17 +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 Make I_PrintStartupBanner parameter const 2018-03-13 12:31:51 +02: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 Revert "video: allow setting linear filtering via config file" 2018-04-01 00:41:03 -07:00
i_video.h Revert "video: allow setting linear filtering via config file" 2018-04-01 00:41:03 -07: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 Make M_ParmExists check parameter const 2018-03-31 16:23:30 +03:00
m_argv.h Make M_ParmExists check parameter const 2018-03-31 16:23:30 +03: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 Revert "video: allow setting linear filtering via config file" 2018-04-01 00:41:03 -07:00
m_config.h Refactor config file API. 2015-02-20 00:33:12 -05: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 Fix const correctness issue in M_TempFile 2018-03-31 16:08:49 +03:00
m_misc.h Make M_StrCaseStr parameters and return value const 2018-03-13 12:31:51 +02:00
Makefile.am install AppStream metadata into the proper location 2018-01-22 17:24:41 +01: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: Get rid of NET_SafePuts(). 2017-09-27 23:37:46 -04:00
net_client.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_common.c net: Move protocol list code to net_structrw.c. 2017-10-08 18:25:22 -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 add a -shorttics command line option 2017-09-15 21:29:29 +02:00
net_dedicated.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_defs.h net: Include protocol list in query responses. 2017-10-08 18:30:57 -04:00
net_gui.c Proceed by pressing enter at netgame warning screen. 2014-10-24 20:10:23 -04: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 Clean up file headers. 2014-05-05 00:20:54 -04: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 Add format attribute to formatted_printf 2018-02-17 16:03:38 +02:00
net_query.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_sdl.c net: Include port number in address strings. 2015-03-28 01:03:48 -04:00
net_sdl.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_server.c net: Get rid of NET_SafePuts(). 2017-09-27 23:37:46 -04: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 Clean up file headers. 2014-05-05 00:20:54 -04:00
v_diskicon.c Make V_EnableLoadingDisk lump_name parameter const 2018-03-31 15:54:24 +03: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 Make V_ScreenShot parameter const 2018-03-31 15:51:38 +03: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 docgen: Add 'game' and 'obscure' categories. 2018-03-16 21:25:20 -04:00
w_file.h doom: Forbid longtics demos in WAD files. 2016-11-23 00:26:49 -05:00
w_file_posix.c doom: Forbid longtics demos in WAD files. 2016-11-23 00:26:49 -05:00
w_file_stdc.c doom: Forbid longtics demos in WAD files. 2016-11-23 00:26:49 -05:00
w_file_win32.c doom: Forbid longtics demos in WAD files. 2016-11-23 00:26:49 -05:00
w_main.c wad: Make unique_lumps lumpname member const 2018-03-31 15:20:43 +03:00
w_main.h wad: Move W_CheckCorrectIWAD() into w_main.c. 2015-08-16 20:57:48 -04:00
w_merge.c wad: Make SetupList string parameters const 2018-03-31 15:13:53 +03:00
w_merge.h Clean up file headers. 2014-05-05 00:20:54 -04:00
w_wad.c Make W_ReleaseLumpName parameter const 2018-03-13 20:17:28 +02:00
w_wad.h Make W_ReleaseLumpName parameter const 2018-03-13 20:17:28 +02: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