RingRacers/src
James R 9b5b07b03c Completely rewrite party management code
Replaces g_splitscreen.c with g_party.cpp. Simplifies
party management functions.

Moves externs out of already bloated doomstat.h and
g_game.h into g_party.h.

Cuts down on globals spam.
2023-04-02 17:26:33 +01:00
..
acs acs/CMakeLists.txt: remove ACSVM_NOFLAGS, fix Apple Clang 14 compile 2023-03-31 05:27:59 -07:00
android
audio Audio: fix GME not reporting song length most of the time 2023-03-30 23:18:17 -07:00
blua
core srb2::StaticVec: define value_type 2023-04-02 17:26:07 +01:00
dummy
hardware Renderer: force Trip Wires to maximum brightness, ignore colormaps 2023-03-28 21:08:11 -07:00
hwr2 rhi: Add texture wrap modes 2023-03-24 16:43:41 -05:00
io
locale
Makefile.d
media
menus Time elapsed functionality 2023-03-31 00:27:20 +01:00
monocypher Monocypher license compliance 2023-03-28 01:29:30 -07:00
nds The start of the scary 2.2 merge 2020-05-29 13:43:38 -04:00
objects K_GetBestWaypointForMobj: add a hint argument 2023-03-31 01:41:31 -07:00
rhi rhi: Add texture wrap modes 2023-03-24 16:43:41 -05:00
sdl Play a goofy sound when I_Erroring 2023-03-30 17:13:55 -07:00
sdl12 Merge branch 'conditions-cascading' into 'master' 2023-03-23 23:51:30 +00:00
tests
win32 Add extern "C" in C++ to all headers 2022-12-30 19:26:16 -06:00
win32ce Merge branch 'conditions-cascading' into 'master' 2023-03-23 23:51:30 +00:00
.gitignore
am_map.c Handle gamepads from interface dynamically 2023-03-07 00:07:47 -06:00
am_map.h
Android.mk
apng.c Fix silly wrong pointer in apng.c 2022-02-20 03:29:41 -08:00
apng.h
asm_defs.inc
byteptr.h
CMakeLists.txt Completely rewrite party management code 2023-04-02 17:26:33 +01:00
command.c
command.h
comptime.c
config.h.in
console.c Move R_PrintTextureDuplicates call to F_TitleScreenTicker 2023-03-16 05:39:27 -07:00
console.h
cxxutil.hpp
d_clisrv.c Completely rewrite party management code 2023-04-02 17:26:33 +01:00
d_clisrv.h Fix RRID/crypto primitive size defines 2023-03-30 20:36:10 -07:00
d_event.h
d_main.c Merge branch 'licenses' into 'master' 2023-03-31 03:00:58 +00:00
d_main.h Final fixup for profile-level keys and passing to player_t 2023-03-28 01:20:41 -07:00
d_net.c IsExternalAddress type fixup, move into i_tcp.c / SOCK_ abstraction 2023-03-28 01:25:56 -07:00
d_net.h Block nodes while an auth challenge is taking place (jart) 2023-03-28 01:20:44 -07:00
d_netcmd.c Completely rewrite party management code 2023-04-02 17:26:33 +01:00
d_netcmd.h Remove restrictions on numlaps, merge with gptest 2023-03-29 03:53:21 -07:00
d_netfil.c Strip more debug print 2023-03-28 01:25:55 -07:00
d_netfil.h RRID: initial commit, WIP broken 2023-03-28 01:19:43 -07:00
d_player.h RRID: correct remaining instances of hardcoded sizes to defines 2023-03-28 03:54:29 -07:00
d_think.h PARANOIA: fix faulty references warning 2023-03-20 19:57:00 -07:00
d_ticcmd.h
deh_lua.c
deh_lua.h
deh_soc.c mapheader_t: PositionMusic property 2023-03-28 15:14:09 +01:00
deh_soc.h
deh_tables.c Add MF_DRAWFROMFARAWAY flag, renders objects up to 2x drawdist 2023-03-26 22:01:25 -07:00
deh_tables.h
dehacked.c
dehacked.h
discord.c Dehardcode menu gametype selection, part 1 2022-12-30 15:23:26 +00:00
discord.h
doomdata.h UDMF: add foflayer field to things TEXTMAP 2023-03-29 22:23:02 -07:00
doomdef.h Fix RRID/crypto primitive size defines 2023-03-30 20:36:10 -07:00
doomstat.h Completely rewrite party management code 2023-04-02 17:26:33 +01:00
doomtype.h
endian.h
f_finale.c Merge branch 'conditions-cascading' into 'master' 2023-03-23 23:51:30 +00:00
f_finale.h
f_wipe.c Add ceremony to twodee wipedefs tables 2023-03-04 13:49:07 -05:00
fastcmp.h
filesrch.c
filesrch.h
font.c
font.h
g_demo.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into conditions-cascading 2023-03-19 13:01:06 +00:00
g_demo.h
g_game.c Merge branch 'licenses' into 'master' 2023-03-31 03:00:58 +00:00
g_game.h Completely rewrite party management code 2023-04-02 17:26:33 +01:00
g_input.c Playable default controls 2023-03-19 16:02:16 -07:00
g_input.h G_PlayerInputAnalog: Only attempt default binds for menu if no binds are reachable by GetValueFromControlTable for that button 2023-03-19 17:48:24 +00:00
g_party.cpp Completely rewrite party management code 2023-04-02 17:26:33 +01:00
g_party.h Completely rewrite party management code 2023-04-02 17:26:33 +01:00
g_state.h Fixes for CEREMONY gamestate 2023-03-03 16:09:51 -05:00
http-mserv.c
hu_stuff.c
hu_stuff.h
i_addrinfo.c
i_addrinfo.h
i_joy.h Print the device name and GUID for connected pads 2023-03-23 22:55:46 -05:00
i_net.h IsExternalAddress type fixup, move into i_tcp.c / SOCK_ abstraction 2023-03-28 01:25:56 -07:00
i_sound.h
i_system.h
i_tcp.c IsExternalAddress type fixup, move into i_tcp.c / SOCK_ abstraction 2023-03-28 01:25:56 -07:00
i_tcp.h
i_threads.h
i_time.c
i_time.h
i_video.h hwr2: overhaul wipe rendering 2023-02-26 18:47:42 -06:00
i_video_common.cpp devmode: draw over literally everything else 2023-03-29 00:11:01 -07:00
info.c Free MF_AMBIENT 2023-03-26 21:52:31 -07:00
info.h Morph Drop Target from forward thrown white to lime 2023-03-19 03:52:25 -07:00
k_battle.c Merge branch 'emerald-timer' into 'master' 2023-03-27 12:12:17 +00:00
k_battle.h Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into conditions-cascading 2023-03-14 21:59:19 +00:00
k_bheap.c
k_bheap.h
k_boss.c
k_boss.h
k_bot.c
k_bot.h
k_botitem.c
k_botsearch.c Merge branch 'master' into capsules-improvement 2022-12-14 23:19:34 -05:00
k_brightmap.c
k_brightmap.h
k_collide.cpp Clash Bubble Shield blowup with Invincibility etc; bounce players away with Bubble blowup 2023-03-27 04:54:37 -07:00
k_collide.h
k_color.c
k_color.h
k_director.c
k_director.h
k_follower.c
k_follower.h
k_grandprix.c Merge branch 'fix-retry' into 'master' 2023-03-25 05:50:06 +00:00
k_grandprix.h Merge branch 'fix-retry' into 'master' 2023-03-25 05:50:06 +00:00
k_hud.c Completely rewrite party management code 2023-04-02 17:26:33 +01:00
k_hud.h
k_hud_track.cpp battleprisons rename compilation repair 2023-03-19 13:06:55 +00:00
k_kart.c Merge branch 'uncap-numlaps' into 'master' 2023-04-01 20:12:47 +00:00
k_kart.h Merge branch 'momentum-angle-consistency' into 'master' 2023-03-23 08:36:29 +00:00
k_menu.h Time elapsed functionality 2023-03-31 00:27:20 +01:00
k_menudraw.c Merge branch 'licenses' into 'master' 2023-03-31 03:00:58 +00:00
k_menufunc.c Add M_MenuConfirmHeld and M_MenuBackHeld, to go with M_MenuExtraHeld. 2023-03-29 16:04:48 +01:00
k_objects.h Add UFO script type 2023-03-28 18:07:22 -04:00
k_pathfind.c Circuit pathfinding 2022-09-10 03:52:31 -04:00
k_pathfind.h
k_podium.c G_DirtyGameData: Dirty bit only applied in I_Error and signal handlers, nowhere else 2023-03-17 14:42:06 +00:00
k_podium.h
k_profiles.c RRID: correct remaining instances of hardcoded sizes to defines 2023-03-28 03:54:29 -07:00
k_profiles.h RRID: correct remaining instances of hardcoded sizes to defines 2023-03-28 03:54:29 -07:00
k_pwrlv.c cv_debugencorevote: force an encore scramble 2023-03-26 06:55:22 -07:00
k_pwrlv.h cv_debugencorevote: force an encore scramble 2023-03-26 06:55:22 -07:00
k_race.c Remove restrictions on numlaps, merge with gptest 2023-03-29 03:53:21 -07:00
k_race.h Remove restrictions on numlaps, merge with gptest 2023-03-29 03:53:21 -07:00
k_rank.c Remove restrictions on numlaps, merge with gptest 2023-03-29 03:53:21 -07:00
k_rank.h
k_respawn.c Do not run any thing collision for respawning players whatsoever 2023-03-26 20:45:18 -07:00
k_respawn.h Add extern "C" in C++ to all headers 2022-12-30 19:26:16 -06:00
k_roulette.c Merge branch 'conditions-cascading' into 'master' 2023-03-23 23:51:30 +00:00
k_roulette.h
k_specialstage.c
k_specialstage.h
k_terrain.c
k_terrain.h
k_waypoint.cpp K_GetBestWaypointForMobj: add a hint argument 2023-03-31 01:41:31 -07:00
k_waypoint.h K_GetBestWaypointForMobj: add a hint argument 2023-03-31 01:41:31 -07:00
keys.h
libdivide.h
lua_baselib.c lua_baselib.c: expose P_SpawnMobjFromMobjUnscaled 2023-03-26 20:44:43 -07:00
lua_blockmaplib.c devmode cheat online 2022-09-29 12:19:45 -04:00
lua_consolelib.c
lua_hook.h Experimental: Improve level load processing 2023-03-22 10:59:29 -04:00
lua_hooklib.c
lua_hud.h
lua_hudlib.c
lua_hudlib_drawlist.c
lua_hudlib_drawlist.h
lua_infolib.c
lua_libs.h
lua_maplib.c Remove crusty unused metatable code 2023-02-10 05:07:55 -06:00
lua_mathlib.c
lua_mobjlib.c
lua_playerlib.c Push pretty RRID to Lua instead of unsanitized madness 2023-03-28 01:25:55 -07:00
lua_polyobjlib.c
lua_script.c Add -nolua command line parameter 2023-03-29 09:03:37 -07:00
lua_script.h
lua_skinlib.c
lua_taglib.c
lua_thinkerlib.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
lzf.c
lzf.h
m_aatree.c
m_aatree.h
m_anigif.c
m_anigif.h hwr2: do GIF recording in screenshot pass 2023-02-26 20:28:05 -06:00
m_argv.c
m_argv.h
m_avrecorder.cpp
m_avrecorder.h
m_avrecorder.hpp
m_bbox.c
m_bbox.h
m_cheat.c devmode: add devmode_screen cvar, select which splitscreen to display info for 2023-03-29 00:09:50 -07:00
m_cheat.h devmode: add devmode_screen cvar, select which splitscreen to display info for 2023-03-29 00:09:50 -07:00
m_cond.c UC_ROUNDSPLAYED: correct wording to "Prison" 2023-03-18 04:48:51 -07:00
m_cond.h G_DirtyGameData: Dirty bit only applied in I_Error and signal handlers, nowhere else 2023-03-17 14:42:06 +00:00
m_dllist.h
m_easing.c
m_easing.h
m_fixed.c Merge public next 2020-11-10 15:32:48 -05:00
m_fixed.h
m_memcpy.c Convert m_misc.c to .cpp 2023-02-26 18:47:42 -06:00
m_misc.cpp Use gifs folder for GIF recording 2023-03-16 00:10:08 -07:00
m_misc.h Rename moviemode_mode cvar to lossless_recorder, remove WebM option, adjust menus 2023-03-16 00:10:08 -07:00
m_perfstats.c
m_perfstats.h
m_queue.c
m_queue.h
m_random.c Correct a blatant lie in m_random.c, fix RNG range 2023-02-08 22:38:51 -06:00
m_random.h
m_swap.h
Makefile
md5.c
md5.h
mserv.c
mserv.h
p5prof.h
p_ceilng.c
p_enemy.c
p_floor.c
p_inter.c Add UFO script type 2023-03-28 18:07:22 -04:00
p_lights.c
p_local.h Revert "Add cv_scrambleremoved, disable scramble on P_RemoveMobj" 2023-03-20 19:57:00 -07:00
p_loop.c
p_map.c
p_mapthing.cpp Use foflayer when spawning mapthings 2023-03-29 22:23:56 -07:00
p_maputl.c Fix solid midtextures 2022-12-02 02:01:02 -05:00
p_maputl.h
p_mobj.c Merge branch 'udmf-riser' into 'master' 2023-04-02 07:27:51 +00:00
p_mobj.h Use foflayer when spawning mapthings 2023-03-29 22:23:56 -07:00
p_polyobj.c
p_polyobj.h
p_pspr.h
p_saveg.c Completely rewrite party management code 2023-04-02 17:26:33 +01:00
p_saveg.h
p_setup.c Merge branch 'udmf-riser' into 'master' 2023-04-02 07:27:51 +00:00
p_setup.h Experimental: Improve level load processing 2023-03-22 10:59:29 -04:00
p_sight.c Remove p_sight assert 2023-03-18 01:27:32 -04:00
p_slopes.c
p_slopes.h
p_spec.c line 448: do not change skybox after player finishes the race 2023-03-29 03:54:11 -07:00
p_spec.h Delay spawning level sign posts, do not use youfuckedup face for tied sign posts 2023-03-20 20:59:12 -07:00
p_telept.c
p_tick.c Merge branch 'jam-project' into 'master' 2023-03-31 01:07:38 +00:00
p_tick.h PARANOIA: add debug to P_SetTarget if references go negative 2023-03-20 19:57:00 -07:00
p_user.c Completely rewrite party management code 2023-04-02 17:26:33 +01:00
r_bbox.c
r_bsp.c Let debugfinishline highlight Respawn Lines too 2023-03-26 05:27:58 -07:00
r_bsp.h Add debugfinishline, highlight finish line linedefs and black fill solid walls 2023-03-19 20:45:36 -07:00
r_data.c I_Error if ENCORE/TWEAKMAP has an incorrect size 2023-03-26 06:55:22 -07:00
r_data.h
r_debug.cpp Let debugfinishline highlight Respawn Lines too 2023-03-26 05:27:58 -07:00
r_debug_detail.hpp
r_debug_parser.cpp
r_defs.h
r_draw.c
r_draw.h
r_draw8.c
r_draw8_flat.c
r_draw8_npo2.c
r_draw16.c
r_fps.c
r_fps.h Add extern "C" in C++ to all headers 2022-12-30 19:26:16 -06:00
r_local.h
r_main.c Merge branch 'skip-skybox-precip' into 'master' 2023-03-26 13:28:23 +00:00
r_main.h Add specialized drawing loop for debugfinishline 2023-03-26 05:27:58 -07:00
r_patch.cpp
r_patch.h
r_patchrotation.c
r_patchrotation.h
r_picformats.c
r_picformats.h Merge branch 'sprite-brightmaps' into 'master' 2023-02-02 05:49:31 +00:00
r_plane.c
r_plane.h
r_portal.c software: Skip precip mobjs in sky portal renders 2023-03-25 22:47:12 -05:00
r_portal.h software: Skip precip mobjs in sky portal renders 2023-03-25 22:47:12 -05:00
r_segs.c Renderer: force Trip Wires to maximum brightness, ignore colormaps 2023-03-28 21:08:11 -07:00
r_segs.h
r_skins.c
r_skins.h
r_sky.c
r_sky.h Add extern "C" in C++ to all headers 2022-12-30 19:26:16 -06:00
r_splats.c
r_splats.h
r_state.h
r_textures.c Add specialized drawing loop for debugfinishline 2023-03-26 05:27:58 -07:00
r_textures.h Add specialized drawing loop for debugfinishline 2023-03-26 05:27:58 -07:00
r_textures_dups.cpp
r_things.c Increase MINZ from 4 fracunits to 16 2023-03-30 23:08:28 -07:00
r_things.h
s_sound.c Merge branch 'jam-project' into 'master' 2023-03-31 01:07:38 +00:00
s_sound.h Merge branch 'jam-project' into 'master' 2023-03-31 01:07:38 +00:00
screen.c
screen.h
slope_anchors.c
sounds.c Add sfx_etexpl 2023-03-30 17:13:55 -07:00
sounds.h Add sfx_etexpl 2023-03-30 17:13:55 -07:00
st_stuff.c Add musicdef->debug_volume, add musicdef console command 2023-03-29 01:22:40 -07:00
st_stuff.h devmode: draw over literally everything else 2023-03-29 00:11:01 -07:00
strcasestr.c
string.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
stun.c RRID: initial commit, WIP broken 2023-03-28 01:19:43 -07:00
stun.h RRID: initial commit, WIP broken 2023-03-28 01:19:43 -07:00
t_facon.c
t_fsin.c
t_ftan.c
t_tan2a.c
tables.c
tables.h
taglist.c
taglist.h
tmap.nas
tmap.s
tmap_asm.s Update copyright year to 2020 2020-02-19 14:08:45 -08:00
tmap_mmx.nas
tmap_vc.nas Update copyright year to 2020 2020-02-19 14:08:45 -08:00
typedef.h Merge branch 'licenses' into 'master' 2023-03-31 03:00:58 +00:00
v_video.cpp V_DrawStretchyFixedPatch: fix flipped patch offsets 2023-03-15 01:16:12 -07:00
v_video.h
version.h
vid_copy.s
w_wad.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into conditions-cascading 2023-03-19 13:01:06 +00:00
w_wad.h
y_inter.c Update thin strings to use V_6WIDTHSPACE 2023-03-04 01:02:21 -05:00
y_inter.h
z_zone.c ZDEBUG is default 2021-04-26 14:49:45 -04:00
z_zone.h