RingRacers/src
2019-10-05 10:00:59 +02:00
..
android
blua
djgppdos Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
dummy Some fixup 2019-07-22 22:01:05 -04:00
hardware Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
locale Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
sdl Merge branch 'public_next' 2019-08-20 13:54:48 +01:00
win32 Merge branch 'public_next' into private 2019-08-08 23:41:19 -04:00
.gitignore
am_map.c
am_map.h
Android.mk
apng.c
apng.h Remove references to old console ports that slipped in from the 2.1 source code a while back 2019-08-20 14:13:38 +01:00
asm_defs.inc
b_bot.c
b_bot.h
byteptr.h
CMakeLists.txt Merge branch 'public-notpublic-libopenmpt' into 'master' 2019-06-21 17:03:53 -04:00
command.c Remove references to old console ports that slipped in from the 2.1 source code a while back 2019-08-20 14:13:38 +01:00
command.h
comptime.c
config.h.in Update MD5 for patch.dta 2019-08-17 18:15:23 +01:00
console.c A good and bad ending cutscene now exist. 2019-07-28 00:32:57 +01:00
console.h
d_clisrv.c Merge branch 'public_next' 2019-08-20 13:54:48 +01:00
d_clisrv.h Merge branch 'public_next' 2019-08-20 13:54:48 +01:00
d_event.h
d_main.c Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
d_main.h
d_net.c
d_net.h
d_netcmd.c Merge branch 'mi-cleanup-returns' into 'master' 2019-08-20 09:35:36 -04:00
d_netcmd.h Merge branch 'public_next' 2019-08-20 13:54:48 +01:00
d_netfil.c
d_netfil.h
d_player.h Merge branch 'rvz-hardcode' of git.magicalgirl.moe:STJr/SRB2Internal into rvz-hardcode 2019-09-29 18:49:53 +02:00
d_think.h
d_ticcmd.h
dehacked.c Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
dehacked.h
doomdata.h Turn Color_Opposite into a 2D array to simplify usage somewhat. Also fix ColorOpposite for Lua 2019-08-12 14:00:26 +01:00
doomdef.h Merge branch 'public_next' 2019-08-20 13:54:48 +01:00
doomstat.h Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
doomtype.h Merge branch 'public-musicplus-libopenmpt' of https://git.magicalgirl.moe/STJr/SRB2 into public_libopenmpt 2019-06-11 17:48:00 -04:00
endian.h
f_finale.c tweak the defaults for titlescrollxspeed and numDemos 2019-08-11 22:28:32 +01:00
f_finale.h curbgname need one more byte to hold the NULL 2019-08-08 23:46:08 -04:00
f_wipe.c A good and bad ending cutscene now exist. 2019-07-28 00:32:57 +01:00
fastcmp.h
filesrch.c
filesrch.h
g_game.c Initialise player_names[] in D_RegisterClientCommands such that we don't need to have to manually update it if MAXPLAYERS ever changed 2019-08-12 15:18:36 +01:00
g_game.h Merge branch 'ending' into 'master' 2019-08-03 16:23:51 -04:00
g_input.c
g_input.h
g_state.h Merge branch 'ending' into 'master' 2019-08-03 16:23:51 -04:00
hu_stuff.c Revert "Try to compile with AppVeyor's GCC 9.1.0" 2019-08-08 22:31:18 -04:00
hu_stuff.h
i_addrinfo.c Merge branch 'public_next' into private 2019-08-08 23:41:19 -04:00
i_addrinfo.h
i_joy.h
i_net.h
i_sound.h Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
i_system.h
i_tcp.c
i_tcp.h
i_video.h
info.c Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
info.h Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
keys.h
lua_baselib.c Lava is now either completely solid or completely intangible. No more half-assing 2019-10-01 21:58:18 +02:00
lua_blockmaplib.c I know this isn't my branch, but found several reference haemmoragers and figured it'd be appropriate to commit here. 2019-07-13 13:43:22 +01:00
lua_consolelib.c * Strip the word "function" from INLEVEL error messages, since they're now shared between access and function cases. 2019-07-30 17:57:57 +01:00
lua_hook.h "PlayerCanDamage" hook! 2019-06-19 12:55:05 +01:00
lua_hooklib.c "PlayerCanDamage" hook! 2019-06-19 12:55:05 +01:00
lua_hud.h
lua_hudlib.c With permission from Kart Krew (Sal and Sryder specifically - they don't know WHY vanilla's using it): 2019-06-18 17:55:57 +01:00
lua_infolib.c gcc7 compile fixes (Fall through; spr2 var comparison) 2019-08-03 23:01:10 -04:00
lua_libs.h
lua_maplib.c Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
lua_mathlib.c Turn Color_Opposite into a 2D array to simplify usage somewhat. Also fix ColorOpposite for Lua 2019-08-12 14:00:26 +01:00
lua_mobjlib.c Merge branch 'bossenable' into 'master' 2019-08-03 16:23:22 -04:00
lua_playerlib.c * Strip the word "function" from INLEVEL error messages, since they're now shared between access and function cases. 2019-07-30 17:57:57 +01:00
lua_script.c Fixed the thinkerlist issues by removing THINK_LIMBO. Delay-removed thinkers now stay in their list. 2019-07-13 01:42:03 +02:00
lua_script.h * Strip the word "function" from INLEVEL error messages, since they're now shared between access and function cases. 2019-07-30 17:57:57 +01:00
lua_skinlib.c * Made the evaluation screen even more attractive. 2019-07-29 14:55:36 +01:00
lua_thinkerlib.c * Strip the word "function" from INLEVEL error messages, since they're now shared between access and function cases. 2019-07-30 17:57:57 +01:00
lzf.c
lzf.h
m_aatree.c
m_aatree.h
m_anigif.c
m_anigif.h
m_argv.c
m_argv.h
m_bbox.c
m_bbox.h
m_cheat.c Fixed the thinkerlist issues by removing THINK_LIMBO. Delay-removed thinkers now stay in their list. 2019-07-13 01:42:03 +02:00
m_cheat.h
m_cond.c * Made the evaluation screen even more attractive. 2019-07-29 14:55:36 +01:00
m_cond.h
m_dllist.h
m_fixed.c
m_fixed.h
m_menu.c Turn Color_Opposite into a 2D array to simplify usage somewhat. Also fix ColorOpposite for Lua 2019-08-12 14:00:26 +01:00
m_menu.h A good and bad ending cutscene now exist. 2019-07-28 00:32:57 +01:00
m_misc.c Merge branch 'public_next' into private 2019-08-08 23:41:19 -04:00
m_misc.h Merge branch 'public_next' 2019-06-09 20:04:08 +01:00
m_queue.c
m_queue.h
m_random.c
m_random.h
m_swap.h
Makefile Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
Makefile.cfg Merge branch 'public_next' into private 2019-08-08 23:41:19 -04:00
md5.c
md5.h
mserv.c
mserv.h
p5prof.h
p_ceilng.c
p_enemy.c Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
p_floor.c Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
p_inter.c Implemented the Pterabyte grabbing mechanic 2019-09-29 18:42:17 +02:00
p_lights.c
p_local.h Lava is now either completely solid or completely intangible. No more half-assing 2019-10-01 21:58:18 +02:00
p_map.c Lava is now either completely solid or completely intangible. No more half-assing 2019-10-01 21:58:18 +02:00
p_maputl.c Lava is now either completely solid or completely intangible. No more half-assing 2019-10-01 21:58:18 +02:00
p_maputl.h Add openfloorrover and openceilingrover vars so that PIT_CheckLine can update tmfloorrover and tmceilingrover properly via P_LineOpening 2019-08-01 18:56:00 +01:00
p_mobj.c Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
p_mobj.h Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
p_polyobj.c Remove commented out P_CheckSector calls and add extra comments explaining the situation 2019-08-15 14:21:19 +01:00
p_polyobj.h
p_pspr.h
p_saveg.c fix PARANOIA builds 2019-08-07 12:39:04 -04:00
p_saveg.h
p_setup.c Merge branch 'revert_revert_musicplus' into 'master' 2019-08-04 13:58:01 -04:00
p_setup.h
p_sight.c Whoops, forgot to make P_CheckSight support slopes for same-sector FOF plane checking. 2019-05-27 21:18:02 +01:00
p_slopes.c Fix all our landing woes. (For now.) 2019-08-10 16:06:59 +01:00
p_slopes.h
p_spec.c Added quick validity checks for three linedef executor specials that require a player mobj to be the triggerer (432, 434 and 437) 2019-08-20 20:31:28 +01:00
p_spec.h
p_telept.c Realised I forgot to do this. Without this commit, the drawangle update stuff is useless :V 2019-06-22 17:33:37 +01:00
p_tick.c fix PARANOIA builds 2019-08-07 12:39:04 -04:00
p_tick.h Fixed the thinkerlist issues by removing THINK_LIMBO. Delay-removed thinkers now stay in their list. 2019-07-13 01:42:03 +02:00
p_user.c Implemented lava splish. Feel free to suggest a different "splish" sound. 2019-10-05 10:00:59 +02:00
r_bsp.c Remove remnants of portalcullsector. 2019-06-10 17:13:04 +02:00
r_bsp.h viewx/viewy also need to be stored/restored. 2019-06-06 13:31:48 +02:00
r_data.c Fixed the thinkerlist issues by removing THINK_LIMBO. Delay-removed thinkers now stay in their list. 2019-07-13 01:42:03 +02:00
r_data.h
r_defs.h
r_draw.c Fixed TC_RAINBOW so it doesn't accept invalid colors, whoopsies 2019-08-12 19:06:18 +01:00
r_draw.h With permission from Kart Krew (Sal and Sryder specifically - they don't know WHY vanilla's using it): 2019-06-18 17:55:57 +01:00
r_draw8.c
r_draw16.c
r_local.h
r_main.c Improve rain/weather. 2019-06-22 16:50:30 +01:00
r_main.h Improve rain/weather. 2019-06-22 16:50:30 +01:00
r_plane.c Made Portal_Add static; move ffloors clip reset from R_RenderPlayerView to r_plane. 2019-06-09 22:48:54 +02:00
r_plane.h Made Portal_Add static; move ffloors clip reset from R_RenderPlayerView to r_plane. 2019-06-09 22:48:54 +02:00
r_portal.c Properly take skybox viewpoint angle into account. 2019-06-11 14:47:58 +02:00
r_portal.h Remove remnants of portalcullsector. 2019-06-10 17:13:04 +02:00
r_segs.c Fixed crash regarding opening reallocating. A thousand thanks go for MonsterIestyn for figuring this out. 2019-06-09 20:04:07 +02:00
r_segs.h
r_sky.c
r_sky.h
r_splats.c
r_splats.h
r_state.h Moving away more portal-related global vars to r_portal. 2019-06-03 13:33:12 +02:00
r_things.c Fix signed vs unsigned comapre 2019-08-07 12:41:22 -04:00
r_things.h A good and bad ending cutscene now exist. 2019-07-28 00:32:57 +01:00
s_sound.c All C files should a newline at the end 2019-08-07 12:39:51 -04:00
s_sound.h Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
screen.c * Made the evaluation screen even more attractive. 2019-07-29 14:55:36 +01:00
screen.h
sounds.c Hardcoded the Pterabyte (without the grabbing mechanic) 2019-09-29 10:39:09 +02:00
sounds.h Hardcoded the Pterabyte (without the grabbing mechanic) 2019-09-29 10:39:09 +02:00
st_stuff.c Merge branch 'ending' into 'master' 2019-08-03 16:23:51 -04:00
st_stuff.h A good and bad ending cutscene now exist. 2019-07-28 00:32:57 +01:00
string.c
t_facon.c
t_fsin.c
t_ftan.c
t_tan2a.c
tables.c
tables.h
tmap.nas
tmap.s
tmap_asm.s
tmap_mmx.nas
tmap_vc.nas
v_video.c Revert "Try to compile with AppVeyor's GCC 9.1.0" 2019-08-08 22:31:18 -04:00
v_video.h A good and bad ending cutscene now exist. 2019-07-28 00:32:57 +01:00
vid_copy.s
w_wad.c Merge branch 'public_next' 2019-06-29 20:55:58 +01:00
w_wad.h Merge branch 'public_next' 2019-06-29 20:55:58 +01:00
y_inter.c Have the ring bonus in MP Special Stages be based on the shared sum of all players'. 2019-08-02 23:56:25 +01:00
y_inter.h
z_zone.c
z_zone.h