crispy-doom/src
Julia Nechaevskaya 860f9504a3
Raven: allow multiple jumps over menu items with same first letters (#1182)
* Allow multiple jumps over menu items with same first letters

* Small correction
2024-03-05 20:03:15 +03:00
..
doom Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2024-02-26 22:09:23 +01:00
heretic Raven: allow multiple jumps over menu items with same first letters (#1182) 2024-03-05 20:03:15 +03:00
hexen Raven: allow multiple jumps over menu items with same first letters (#1182) 2024-03-05 20:03:15 +03:00
setup Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2024-02-26 22:09:23 +01:00
strife Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2024-02-26 22:09:23 +01:00
.gitignore Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2019-09-12 09:39:01 +02:00
a11y.c a11y: set amount of extra light to add to the game scene 2022-01-13 09:07:35 +01:00
a11y.h a11y: set amount of extra light to add to the game scene 2022-01-13 09:07:35 +01: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 Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2023-03-22 22:44:52 +01:00
crispy.c The zero gamma index in array is 9, not 10 (#1134) 2024-01-08 12:42:04 +01:00
crispy.h Support for Sigil II (#1129) 2024-01-02 11:08:06 -05: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 Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2023-12-21 10:21:01 +01:00
d_iwad.c Included REKKRSL.wad in IWAD list. 2022-09-08 22:35:16 +03:00
d_iwad.h Add separate savegame directories for Freedoom (resolve #896) 2020-07-05 19:19:30 -04:00
d_loop.c adopt tics calculation in new_sync for smoother network games with uncapped framerate 2022-10-17 10:40:41 +02:00
d_loop.h Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2022-09-29 20:30:08 +02:00
d_mode.c Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2024-02-26 22:09:23 +01:00
d_mode.h Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2024-02-26 22:09:23 +01:00
d_ticcmd.h only change the "lookdir" variable when processing a tic 2016-05-02 17:17:08 +02:00
deh_defs.h Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2022-09-29 20:30:08 +02:00
deh_io.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2022-06-08 17:45:21 +02:00
deh_io.h Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2018-04-26 12:22:30 +02:00
deh_main.c support savegame loading from PWADs with spaces in their file name 2023-06-18 13:26:22 +02:00
deh_main.h support savegame loading from PWADs with spaces in their file name 2023-06-18 13:26:22 +02: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 add DEH_HasStringReplacement() check and use it consistently 2019-07-01 10:04:46 +02:00
deh_str.h add DEH_HasStringReplacement() check and use it consistently 2019-07-01 10:04:46 +02:00
deh_text.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2014-10-20 06:52:07 +02:00
doom-res.rc.in Update resource files for game-specific icons 2022-08-20 17:18:00 -04:00
Doom.desktop.in use reverse-DNS naming for installing *.desktop files 2019-09-07 10:57:50 -07:00
Doom.metainfo.xml.in Add releases 2022-05-21 23:59:13 +02:00
Doom_Screensaver.desktop.in use reverse-DNS naming for installing *.desktop files 2019-09-07 10:57:50 -07: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 Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2019-12-16 14:36:37 +01:00
gusconf.c Add support for non-latin paths and filenames on Windows (#1463) 2022-06-08 17:19:42 +02:00
gusconf.h Refactor config file API. 2015-02-20 00:33:12 -05:00
heretic-res.rc.in Update resource files for game-specific icons 2022-08-20 17:18:00 -04:00
Heretic.desktop.in Update *.desktop.in for game-specific icons 2022-08-20 16:17:27 -04:00
Heretic.metainfo.xml.in Use PACKAGE_BUGREPORT (instead of PACKAGE_ISSUES) 2020-04-07 17:39:05 +02:00
hexen-res.rc.in Update resource files for game-specific icons 2022-08-20 17:18:00 -04:00
Hexen.desktop.in Update *.desktop.in for game-specific icons 2022-08-20 16:17:27 -04:00
Hexen.metainfo.xml.in Use PACKAGE_BUGREPORT (instead of PACKAGE_ISSUES) 2020-04-07 17:39: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_flmusic.c Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2023-10-21 13:33:59 +02:00
i_glob.c Support non-Latin paths in i_glob.c, don't use SDL_iconv_string() (#1557) 2022-12-14 17:45:12 +01:00
i_glob.h glob: Add multi-pattern matching. 2018-11-03 13:11:55 -04:00
i_input.c strife: Add "Run Centers View" option 2023-02-11 09:28:13 -08:00
i_input.h strife: Add "Run Centers View" option 2023-02-11 09:28:13 -08:00
i_joystick.c raven: Add flying joystick binds 2024-02-08 09:21:53 -05:00
i_joystick.h raven: Add flying joystick binds 2024-02-08 09:21:53 -05:00
i_main.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2021-09-06 08:29:11 +02:00
i_musicpack.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2023-03-27 13:26:59 +02:00
i_oplmusic.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2023-03-27 13:26:59 +02:00
i_pcsound.c strife: Restore assault rifle PC speaker sound (#1114) 2023-11-23 13:23:14 -08:00
i_sdlmusic.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2023-03-27 13:26:59 +02:00
i_sdlsound.c Get full output from libsamplerate by default (#1164) 2024-02-11 10:13:58 -05:00
i_sound.c Always set SDL music volume (#1133) 2024-01-02 11:06:16 -05:00
i_sound.h Merge remote-tracking branch 'upstream/master' 2023-11-23 09:04:02 -05:00
i_swap.h Fix typo and remove unused symbol. Fixes #651 2016-01-22 16:33:50 -05:00
i_system.c Merge remote-tracking branch 'upstream/master' 2023-11-23 09:04:02 -05: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 Use improved frame rate limiting routine (#1026) 2023-03-19 19:55:08 +01:00
i_timer.h Use improved frame rate limiting routine (#1026) 2023-03-19 19:55:08 +01:00
i_video.c Hexen: add true color support (#1145) 2024-02-02 12:55:03 +03:00
i_video.h Add support for negative gamma-correction levels (#1121) 2023-12-13 11:34:03 +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
i_winmusic.c Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2023-12-14 10:39:43 +01:00
m_argv.c Merge remote-tracking branch 'upstream/master' 2023-11-23 09:04:02 -05:00
m_argv.h fix savegame directory on Windows (#1360) 2021-03-18 15:03:29 +01: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 Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2024-02-26 22:09:23 +01:00
m_config.h support autoload directories for PWADs (#750) 2021-05-26 13:38:11 +02:00
m_controls.c Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2024-02-26 22:09:23 +01:00
m_controls.h Merge branch 'master' of github.com:chocolate-doom/chocolate-doom 2024-02-26 22:09:23 +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 white space clean up (mostly) 2015-04-16 08:07:24 +02:00
m_misc.c Expose M_ConvertWideToUtf8() 2023-05-16 10:15:09 -07:00
m_misc.h Add linked list loops debugging macro 2023-07-17 21:24:23 +03:00
Makefile.am Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2023-06-26 08:51:00 +02:00
manifest.xml
memio.c Make demo footer compatible with PrBoom+/DSDA-Doom demo autoplay (#1059) 2023-04-30 02:54:04 +07:00
memio.h Implement demo footer for Doom and Heretic (#980) 2022-12-29 14:51:47 +01:00
midifallback.c Add SysEx check for MIDI instrument fallback 2023-05-16 09:24:57 -07:00
midifallback.h Add SysEx check for MIDI instrument fallback 2023-05-16 09:24:57 -07:00
midifile.c win midi: Support SysEx, proper device reset and other updates (#1558) 2022-12-14 17:45:28 +01:00
midifile.h Add MIDI compatibility levels 2023-05-16 09:36:21 -07:00
mus2mid.c Merge remote-tracking branch 'upstream/master' 2017-02-27 15:04:06 +01:00
mus2mid.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_client.c net: Move D_ReceiveTic prototype to d_loop.h 2022-09-28 12:35:52 +03:00
net_client.h net: Move server reject message into error message. 2018-04-20 22:43:22 -04:00
net_common.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2022-06-08 17:45:21 +02:00
net_common.h net: Add network log file. 2019-01-27 23:33:46 -05:00
net_dedicated.c net: Increase run frequency for dedicated server. 2019-01-30 19:08:36 -05:00
net_dedicated.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_defs.h net: Request hole punches when doing queries. 2019-02-10 01:09:41 -05:00
net_gui.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2019-12-09 16:53:40 +01:00
net_gui.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_io.c net: Add reference counting scheme for addresses. 2019-02-09 20:40:39 -05:00
net_io.h net: Add reference counting scheme for addresses. 2019-02-09 20:40:39 -05: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: explicitly declare a bit-shifted 1 literal as unsigned 2019-01-28 09:25:31 +01:00
net_packet.h net: Make a bunch of things const. 2017-09-28 08:48:23 -04:00
net_petname.c don't need string.h anymore 2019-02-28 22:21:17 +00:00
net_petname.h Address review comments (Thanks Fraggle!) 2019-02-28 22:04:41 +00:00
net_query.c Fix ASAN report about use after free (#1667) 2024-02-19 11:40:00 +01:00
net_query.h net: Make NET_QueryAddress parameter const 2020-05-02 01:17:55 +03:00
net_sdl.c Add option to disable SDL2_net 2022-07-12 21:05:54 +03:00
net_sdl.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_server.c Fix bug in net_server.c where a player's receive window was not being checked properly in deadlock scenarios 2022-01-03 02:18:46 -05:00
net_server.h Clean up file headers. 2014-05-05 00:20:54 -04:00
net_structrw.c net: fix missing server-side num_players validation (CVE-2020-14983) 2020-06-24 12:45:03 +02:00
net_structrw.h net: Move protocol list code to net_structrw.c. 2017-10-08 18:25:22 -04: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-res.rc.in Update resource files for game-specific icons 2022-08-20 17:18:00 -04:00
Strife.desktop.in Update *.desktop.in for game-specific icons 2022-08-20 16:17:27 -04:00
Strife.metainfo.xml.in Use PACKAGE_BUGREPORT (instead of PACKAGE_ISSUES) 2020-04-07 17:39:05 +02:00
tables.c move gamma2table from tables.c to i_video.c 2018-04-26 20:45:14 +02:00
tables.h Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2018-12-03 13:14:47 +01:00
v_diskicon.c rename some widescreen-related macros 2020-03-30 10:36:57 +02:00
v_diskicon.h some simplifications after SaveDiskData() became reentrant 2018-07-20 17:42:01 +02:00
v_patch.h Support for Watcom C 2017-02-25 15:51:13 -05:00
v_trans.c Move green color translation formula one step away from cyan 2023-10-16 20:56:31 +03:00
v_trans.h Hexen: add true color support (#1145) 2024-02-02 12:55:03 +03:00
v_video.c Hexen: add true color support (#1145) 2024-02-02 12:55:03 +03:00
v_video.h Use unified flat filling function (#1116) 2023-11-30 09:46:09 +01: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: Move wad_file_class_t extern declarations to w_file.h 2022-09-27 14:04:16 +03:00
w_file.h Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2022-09-29 20:30:08 +02:00
w_file_posix.c wad: Move wad_file_class_t extern declarations to w_file.h 2022-09-27 14:04:16 +03:00
w_file_stdc.c wad: Move wad_file_class_t extern declarations to w_file.h 2022-09-27 14:04:16 +03:00
w_file_win32.c wad: Move wad_file_class_t extern declarations to w_file.h 2022-09-27 14:04:16 +03:00
w_main.c Minor sideloading improvements (#1141) 2024-01-25 09:11:43 -05:00
w_main.h Minor sideloading improvements (#1141) 2024-01-25 09:11:43 -05:00
w_merge.c make -mergedump code endianess-safe 2018-10-27 20:53:58 +00:00
w_merge.h wad: Make W_NWTMergeFile filename parameter const 2018-07-21 16:56:35 +03:00
w_wad.c Make demo footer compatible with PrBoom+/DSDA-Doom demo autoplay (#1059) 2023-04-30 02:54:04 +07:00
w_wad.h Make demo footer compatible with PrBoom+/DSDA-Doom demo autoplay (#1059) 2023-04-30 02:54:04 +07:00
z_native.c Fix unlink vulnerability in z_native.c (#1454) 2022-03-22 20:59:53 +01:00
z_zone.c Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom 2018-03-17 12:38:12 +01:00
z_zone.h Make Z_ChangeTag2 file parameter const 2018-03-13 20:02:43 +02:00