foxygit / doom Log in
commits tags

/src/doom

ModeNameLast commitUpdatedSize
.gitignore Fix svn:ignore properties. 16 years ago 37 B
CMakeLists.txt Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 2.98 KB
Makefile.am Generate *_icon.c files as part of build 4 years ago 2.58 KB
am_map.c Remove unused `leveljuststarted` globals 2 years ago 27.59 KB
am_map.h Clean up file headers. 12 years ago 1.21 KB
d_englsh.h Clean up file headers. 12 years ago 21.25 KB
d_items.c Clean up file headers. 12 years ago 1.82 KB
d_items.h Clean up file headers. 12 years ago 989 B
d_main.c Move Multiplayer to the main menu; make the host's local seat optional 3 weeks ago 58.07 KB
d_main.h doom: Move pagename extern declaration to d_main.h 4 years ago 1.05 KB
d_net.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 8.76 KB
d_player.h doom: Make player_t message member const 8 years ago 4.37 KB
d_textur.h Clean up file headers. 12 years ago 928 B
d_think.h Clean up file headers. 12 years ago 1.45 KB
deh_ammo.c Clean up file headers. 12 years ago 2.27 KB
deh_bexstr.c doom: Make bex_string_t macro and string members const 8 years ago 10.78 KB
deh_cheat.c doom: Make deh_cheat_t name member const 8 years ago 3.48 KB
deh_doom.c deh: Move common deh_section_t extern declarations to deh_defs.h 4 years ago 1.09 KB
deh_frame.c Clean up file headers. 12 years ago 3.92 KB
deh_misc.c dehacked: Fix mistake in comment. 7 years ago 6.48 KB
deh_misc.h Remove doomfeatures.h and "features" compiles. 9 years ago 2.77 KB
deh_ptr.c Clean up file headers. 12 years ago 3.01 KB
deh_sound.c Remove doomfeatures.h and "features" compiles. 9 years ago 2.46 KB
deh_thing.c Clean up file headers. 12 years ago 3.38 KB
deh_weapon.c Clean up file headers. 12 years ago 2.36 KB
doom_icon.c Allow each game to set its own window icon 4 years ago 205.44 KB
doomdata.h Support for Watcom C 9 years ago 4.56 KB
doomdef.c Clean up file headers. 12 years ago 803 B
doomdef.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 3.49 KB
doomstat.c doom: Move gamedescription global variable from doomstat.c to d_main.c 6 years ago 975 B
doomstat.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 7.29 KB
dstrings.c doom: Make end messages const 8 years ago 2.26 KB
dstrings.h doom: Make end messages const 8 years ago 960 B
f_finale.c Scale the finale/cast-crawl screens for the larger buffer 3 weeks ago 16.34 KB
f_finale.h Clean up file headers. 12 years ago 918 B
f_wipe.c introduce a pixel_t type 9 years ago 5.11 KB
f_wipe.h Clean up file headers. 12 years ago 1.14 KB
g_game.c Fix lobby join-locally key not matching the user's actual Use binding 3 weeks ago 75.27 KB
g_game.h Add a multiplayer lobby, reachable from the menu 4 weeks ago 4.82 KB
hu_lib.c doom: Remove redundant extern declarations of automapactive 4 years ago 6.08 KB
hu_lib.h doom: Make HUlib_addMessageToSText string parameters const 8 years ago 3.55 KB
hu_stuff.c doom: Move showMessages extern declaration to m_menu.h 4 years ago 13.08 KB
hu_stuff.h doom: Move chat_on extern declaration to hu_stuff.h 4 years ago 1.47 KB
i_webinput.c Let a phone take slot 0 in the menu-triggered lobby, not just -nolocal 3 weeks ago 35.98 KB
i_webinput.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 1.97 KB
info.c doom: Make sprnames contents const and fix some function parameters to … 8 years ago 136.28 KB
info.h doom: Make sprnames contents const and fix some function parameters to … 8 years ago 21.22 KB
m_menu.c Fix Multiplayer menu label: wrong size, then wrong position 3 weeks ago 45.95 KB
m_menu.h doom: Move showMessages extern declaration to m_menu.h 4 years ago 1.49 KB
m_random.c Add P_SubRandom and fix P_Random ambiguities 10 years ago 2.48 KB
m_random.h Add P_SubRandom and fix P_Random ambiguities 10 years ago 978 B
p_ceilng.c Clean up file headers. 12 years ago 5.91 KB
p_doors.c Remove unnecessary checks in EV_DoLockedDoor 6 years ago 16.1 KB
p_enemy.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 37.75 KB
p_floor.c Detect v1.0/v1.1 IWADs. 6 years ago 11.59 KB
p_inter.c Respawn splitscreen pickups after 30s instead of leaving them forever 3 weeks ago 19.75 KB
p_inter.h Clean up file headers. 12 years ago 708 B
p_lights.c Clean up file headers. 12 years ago 6.36 KB
p_local.h doom: Move topslope and bottomslope extern declarations to p_local.h 4 years ago 6.38 KB
p_map.c doom: Move topslope and bottomslope extern declarations to p_local.h 4 years ago 30.95 KB
p_maputl.c Add linked list consistency check to P_BlockThingsIterator 3 years ago 19.76 KB
p_mobj.c Respawn splitscreen pickups after 30s instead of leaving them forever 3 weeks ago 22.02 KB
p_mobj.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 8.6 KB
p_plats.c Clean up file headers. 12 years ago 6.23 KB
p_pspr.c Remove unused variable "state" in P_MovePsprites 5 years ago 16.45 KB
p_pspr.h doom: Move bulletslope extern declaration to p_pspr.h 4 years ago 1.54 KB
p_saveg.c p_save.g: Make saveg_writep parameter const 8 years ago 35.38 KB
p_saveg.h p_saveg.c/g_game.c: move common defines into the p_saveg.h header 9 years ago 1.58 KB
p_setup.c Spread fallback player spawns into a grid instead of a single line 3 weeks ago 22.13 KB
p_setup.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 1.15 KB
p_sight.c Requested changes. 6 years ago 8.09 KB
p_spec.c Bump scrolling wall linedefs limit to 66 for gameversion <= 1.2 (#1764) 4 months ago 29.48 KB
p_spec.h Add vld_ prefix for vldoor_e enum values. 12 years ago 9.14 KB
p_switch.c Fix warnings about P_InitSwitchList() overruns. 9 years ago 12.97 KB
p_telept.c Remove extra assignments of variables (#1323) 5 years ago 2.77 KB
p_tick.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 2.83 KB
p_tick.h Clean up file headers. 12 years ago 797 B
p_user.c De-obfuscate some numerical constants found in the source code 10 years ago 7.97 KB
qrcodegen.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 41.06 KB
qrcodegen.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 17.45 KB
r_bsp.c Overflow safety for solidsegs; hopefully interim. 10 years ago 11.37 KB
r_bsp.h Clean up file headers. 12 years ago 1.34 KB
r_data.c Remove unused frac, fracstep and totalwidth variables 4 years ago 19.49 KB
r_data.h doom: Move numflats extern declaration to r_data.h 4 years ago 1.27 KB
r_defs.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 8.87 KB
r_draw.c Fix status bar corruption from unscaled SBARHEIGHT 4 weeks ago 23.31 KB
r_draw.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 2.37 KB
r_local.h Clean up file headers. 12 years ago 1.11 KB
r_main.c Scale menu, intermission, title screen, and status bar for the larger b… 4 weeks ago 25.19 KB
r_main.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 3.72 KB
r_plane.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 8.07 KB
r_plane.h Clean up file headers. 12 years ago 1.4 KB
r_segs.c fixing a handful of abs calls parameter 8 years ago 16.54 KB
r_segs.h doom: Move walllights extern declaration to r_segs.h 4 years ago 814 B
r_sky.c Fix sky texture offset from the larger screen buffer 3 weeks ago 1.83 KB
r_sky.h Clean up file headers. 12 years ago 931 B
r_state.h Clean up file headers. 12 years ago 2.29 KB
r_things.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 20.42 KB
r_things.h doom: Make sprnames contents const and fix some function parameters to … 8 years ago 1.52 KB
s_sound.c Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 16.96 KB
s_sound.h Add dynamic splitscreen (up to 25 players) and phone-based QR join 4 weeks ago 1.85 KB
sounds.c Clean up file headers. 12 years ago 4.99 KB
sounds.h Clean up file headers. 12 years ago 3.71 KB
st_lib.c Scale menu, intermission, title screen, and status bar for the larger b… 4 weeks ago 5.6 KB
st_lib.h Clean up file headers. 12 years ago 3.24 KB
st_stuff.c Scale menu, intermission, title screen, and status bar for the larger b… 4 weeks ago 30.53 KB
st_stuff.h Scale menu, intermission, title screen, and status bar for the larger b… 4 weeks ago 2.33 KB
statdump.c Add support for non-latin paths and filenames on Windows (#1463) 4 years ago 8.08 KB
statdump.h pass wbstartstruct_t * as const to all the functions which don't change… 6 years ago 685 B
wi_stuff.c Scale menu, intermission, title screen, and status bar for the larger b… 4 weeks ago 34.88 KB
wi_stuff.h Clean up file headers. 12 years ago 1.14 KB