foxygit / doom Log in
commits tags

/src

ModeNameLast commitUpdatedSize
.gitignore Update to latest AppStream (formerly AppData) standards 7 years ago 290 B
CMakeLists.txt Reject overflow emulation for Heretic/Hexen and moving of PadRejectArra… 1 year ago 10.34 KB
Doom.desktop.in use reverse-DNS naming for installing *.desktop files 7 years ago 210 B
Doom.metainfo.xml.in metainfo: add new required tag (#1693) 2 years ago 3.2 KB
Doom_Screensaver.desktop.in use reverse-DNS naming for installing *.desktop files 7 years ago 228 B
Heretic.desktop.in Update *.desktop.in for game-specific icons 4 years ago 224 B
Heretic.metainfo.xml.in metainfo: add new required tag (#1693) 2 years ago 1.92 KB
Hexen.desktop.in Update *.desktop.in for game-specific icons 4 years ago 218 B
Hexen.metainfo.xml.in metainfo: add new required tag (#1693) 2 years ago 1.87 KB
Makefile.am Reject overflow emulation for Heretic/Hexen and moving of PadRejectArra… 1 year ago 10.05 KB
Strife.desktop.in Update *.desktop.in for game-specific icons 4 years ago 221 B
Strife.metainfo.xml.in metainfo: add new required tag (#1693) 2 years ago 1.88 KB
aes_prng.c Replace AES implementation with the Linux one. 11 years ago 41.41 KB
aes_prng.h Clean up file headers. 12 years ago 907 B
d_dedicated.c Clean up file headers. 12 years ago 1.16 KB
d_event.c Clean up file headers. 12 years ago 1.39 KB
d_event.h doom: Gamepad dpad or stick can navigate menu 2 years ago 3.75 KB
d_iwad.c Add support for DOS IWAD locations of H+H (#1761) 1 year ago 24.33 KB
d_iwad.h Add separate savegame directories for Freedoom (resolve #896) 6 years ago 1.7 KB
d_loop.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 20.86 KB
d_loop.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 3.4 KB
d_mode.c Introduce v1.5 compatibility 2 years ago 5.32 KB
d_mode.h Introduce v1.5 compatibility 2 years ago 3.27 KB
d_ticcmd.h Clean up file headers. 12 years ago 1.51 KB
deh_defs.h deh: Move common deh_section_t extern declarations to deh_defs.h 4 years ago 2.26 KB
deh_io.c Add support for non-latin paths and filenames on Windows (#1463) 4 years ago 7.51 KB
deh_io.h Make DEH_Warning msg parameter const 8 years ago 1.13 KB
deh_main.c Fix use-after-free in DEH_LoadFile()/DEH_LoadLump() (#1783) 7 months ago 11.37 KB
deh_main.h Add WAD file autoloading. 7 years ago 1.49 KB
deh_mapping.c Clean up file headers. 12 years ago 4.76 KB
deh_mapping.h dehacked: Make deh_mapping_entry_s name member const 8 years ago 2.75 KB
deh_str.c dehacked: Make DEH_snprintf fmt parameter const 8 years ago 9.24 KB
deh_str.h dehacked: Make DEH_snprintf fmt parameter const 8 years ago 1.26 KB
deh_text.c dehacked: Allow override of string replacements. 11 years ago 2.53 KB
doom-res.rc.in Update resource files for game-specific icons 4 years ago 712 B
doom Respawn splitscreen pickups after 30s instead of leaving them forever 3 weeks ago
doomkeys.h Add support for non-US backslash key (#1745) 1 year ago 6.58 KB
doomtype.h declare code as C99 compliant, include stdbool.h unconditionally (#1723) 1 year ago 3.4 KB
gusconf.c Merge pull request #1706 from mikeday0/gusspaces 1 year ago 6.27 KB
gusconf.h Refactor config file API. 11 years ago 791 B
heretic-res.rc.in Update resource files for game-specific icons 4 years ago 715 B
heretic Reject overflow emulation for Heretic/Hexen and moving of PadRejectArra… 1 year ago
hexen-res.rc.in Update resource files for game-specific icons 4 years ago 713 B
hexen Hexen: Do not read `player` field from `struct degenmobj_t` (#1757) 1 year ago
i_cdmus.c cdmus: Change I_CDMusInit() to return failure. 8 years ago 1.44 KB
i_cdmus.h Clean up file headers. 12 years ago 1.32 KB
i_endoom.c endoom: Show something in the window title. 10 years ago 1.62 KB
i_endoom.h Clean up file headers. 12 years ago 811 B
i_flmusic.c Add missing includes 1 year ago 7.69 KB
i_glob.c Fix macro redefinition warnings. 2 years ago 8.27 KB
i_glob.h glob: Add multi-pattern matching. 7 years ago 1.36 KB
i_input.c Fix Mouse wheel conflict with Xbuttons 1&2 (#1440) 4 years ago 12.94 KB
i_input.h video: Move I_HandleKeyboardEvent and I_HandleMouseEvent prototypes to … 4 years ago 1.36 KB
i_joystick.c raven: Add flying joystick binds 2 years ago 19.78 KB
i_joystick.h raven: Add flying joystick binds 2 years ago 3.75 KB
i_main.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 2.07 KB
i_musicpack.c src/*: Recast some option descriptions for clarity 2 years ago 39.52 KB
i_oplmusic.c constify sound and music things 3 years ago 46.78 KB
i_pcsound.c Simplify lump check 2 years ago 7.08 KB
i_sdlmusic.c Disable SDL Mixer Windows native midi (#1742) 1 year ago 9.7 KB
i_sdlsound.c Don't try to include SDL_mixer.h when SDL_mixer is disabled 2 years ago 27.04 KB
i_sound.c Don't try to include SDL_mixer.h when SDL_mixer is disabled 2 years ago 12.51 KB
i_sound.h Add Strife PC speaker sound support 2 years ago 6.92 KB
i_swap.h Fix typo and remove unused symbol. Fixes #651 10 years ago 1.18 KB
i_system.c Increase default heap size for 64-bit build (#1635) 2 years ago 10.06 KB
i_system.h i_system: mark I_Quit() and I_Error() with GCC's 'noreturn' attribute 7 years ago 2.18 KB
i_timer.c remove some SDL2 version checks for versions now mandatory 6 years ago 1.45 KB
i_timer.h Clean up file headers. 12 years ago 1.01 KB
i_video.c src/*: Rename some metasyntactic variables 2 years ago 38.41 KB
i_video.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 3.85 KB
i_videohr.c Make I_SetWindowTitleHR parameter const 8 years ago 5.56 KB
i_videohr.h Make I_SetWindowTitleHR parameter const 8 years ago 1.13 KB
i_winmusic.c Always reset buffer position after filling header fields 2 years ago 56 KB
m_argv.c src/*: Recast some option descriptions for clarity 2 years ago 12.02 KB
m_argv.h fix savegame directory on Windows (#1360) 5 years ago 1.29 KB
m_bbox.c Clean up file headers. 12 years ago 1.08 KB
m_bbox.h Clean up file headers. 12 years ago 961 B
m_cheat.c Clean up file headers. 12 years ago 2.12 KB
m_cheat.h Clean up file headers. 12 years ago 1.25 KB
m_config.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 65.33 KB
m_config.h Add WAD file autoloading. 7 years ago 1.46 KB
m_controls.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 15.33 KB
m_controls.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 4.44 KB
m_fixed.c De-obfuscate some numerical constants found in the source code 10 years ago 1.12 KB
m_fixed.h Clean up file headers. 12 years ago 908 B
m_misc.c Use $TMPDIR to find tempdir on Unix (#1748) 1 year ago 18.6 KB
m_misc.h Rewrite win_opendir.c 2 years ago 4.16 KB
manifest.xml Declare Windows binaries as DPI-aware to prevent the OS from applying D… 12 years ago 444 B
memio.c Fix printf warning in memio.c 6 years ago 3.53 KB
memio.h Clean up file headers. 12 years ago 1.18 KB
midifallback.c Add SysEx check for MIDI instrument fallback 3 years ago 9.77 KB
midifallback.h Add SysEx check for MIDI instrument fallback 3 years ago 1.15 KB
midifile.c win midi: Support SysEx, proper device reset and other updates (#1558) 3 years ago 18.02 KB
midifile.h Add MIDI compatibility levels 3 years ago 5.92 KB
mus2mid.c Add missing includes 1 year ago 17.19 KB
mus2mid.h Clean up file headers. 12 years ago 946 B
net_client.c net: Move D_ReceiveTic prototype to d_loop.h 4 years ago 29.97 KB
net_client.h net: Move server reject message into error message. 8 years ago 1.62 KB
net_common.c Add support for non-latin paths and filenames on Windows (#1463) 4 years ago 13.08 KB
net_common.h net: Add network log file. 7 years ago 3.13 KB
net_dedicated.c net: Increase run frequency for dedicated server. 7 years ago 2.14 KB
net_dedicated.h Clean up file headers. 12 years ago 704 B
net_defs.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 6.93 KB
net_gui.c Add missing includes 1 year ago 11.1 KB
net_gui.h Clean up file headers. 12 years ago 830 B
net_io.c net: Add reference counting scheme for addresses. 7 years ago 3.13 KB
net_io.h net: Add reference counting scheme for addresses. 7 years ago 2.19 KB
net_loop.c net: Make _net_module_s ResolveAddress function parameter const and fix… 7 years ago 4.71 KB
net_loop.h Clean up file headers. 12 years ago 821 B
net_packet.c net: explicitly declare a bit-shifted 1 literal as unsigned 7 years ago 6.89 KB
net_packet.h net: Make a bunch of things const. 8 years ago 1.54 KB
net_petname.c don't need string.h anymore 7 years ago 2.29 KB
net_petname.h Address review comments (Thanks Fraggle!) 7 years ago 665 B
net_query.c Fix ASAN report about use after free (#1667) 2 years ago 23.1 KB
net_query.h net: Make NET_QueryAddress parameter const 6 years ago 1.56 KB
net_sdl.c Add option to disable SDL2_net 4 years ago 9.05 KB
net_sdl.h Clean up file headers. 12 years ago 742 B
net_server.c net: Hide public IP addresses for privacy 2 years ago 51 KB
net_server.h Clean up file headers. 12 years ago 1.08 KB
net_structrw.c net: fix missing server-side num_players validation (CVE-2020-14983) 6 years ago 18.39 KB
net_structrw.h net: Move protocol list code to net_structrw.c. 8 years ago 2.37 KB
p_rejectpad.c Reject overflow emulation for Heretic/Hexen and moving of PadRejectArra… 1 year ago 2.21 KB
p_rejectpad.h Reject overflow emulation for Heretic/Hexen and moving of PadRejectArra… 1 year ago 818 B
setup-res.rc.in allow building in subdirectory or outside source directory 11 years ago 662 B
setup strife: Support inventory actions common with H/H via gamepad (#1795) 4 months ago
sha1.c Change license statement on sha1.c to GPLv2. 11 years ago 8.51 KB
sha1.h Clean up file headers. 12 years ago 1.15 KB
strife-res.rc.in Update resource files for game-specific icons 4 years ago 714 B
strife strife: Mirror the `mouse_fire_countdown` in joystick logic as well (#1… 4 months ago
tables.c tables.c: Changed type of finetangent[]/finesine[] to fixed_t 10 years ago 127.2 KB
tables.h Update angle_t type. 7 years ago 2.37 KB
v_diskicon.c Add missing includes 1 year ago 4.36 KB
v_diskicon.h Make V_EnableLoadingDisk lump_name parameter const 8 years ago 991 B
v_patch.h Support for Watcom C 9 years ago 1.43 KB
v_video.c Scale menu, intermission, title screen, and status bar for the larger b… 3 weeks ago 25.18 KB
v_video.h Scale menu, intermission, title screen, and status bar for the larger b… 3 weeks ago 3.54 KB
w_checksum.c replace calls to realloc() with the new I_Realloc() 9 years ago 2.19 KB
w_checksum.h Clean up file headers. 12 years ago 812 B
w_file.c wad: Move wad_file_class_t extern declarations to w_file.h 4 years ago 1.7 KB
w_file.h wad: Move wad_file_class_t extern declarations to w_file.h 4 years ago 2.21 KB
w_file_posix.c wad: Move wad_file_class_t extern declarations to w_file.h 4 years ago 3.84 KB
w_file_stdc.c wad: Move wad_file_class_t extern declarations to w_file.h 4 years ago 2.11 KB
w_file_win32.c Add missing include 1 year ago 4.55 KB
w_main.c src/*: Recast some option descriptions for clarity 2 years ago 6.54 KB
w_main.h Add WAD file autoloading. 7 years ago 905 B
w_merge.c wad: Make W_NWTMergeFile filename parameter const 8 years ago 16.44 KB
w_merge.h wad: Make W_NWTMergeFile filename parameter const 8 years ago 1.21 KB
w_wad.c Add support for non-latin paths and filenames on Windows (#1463) 4 years ago 13.38 KB
w_wad.h factor out some lumpinfo query into separate functions 7 years ago 1.68 KB
z_native.c Fix unlink vulnerability in z_native.c (#1454) 4 years ago 9.58 KB
z_zone.c Make Z_ChangeTag2 file parameter const 8 years ago 12.17 KB
z_zone.h Make Z_ChangeTag2 file parameter const 8 years ago 2.05 KB