RingRacers/src
toaster 48e9138dda Refactoring ahoy
* Instead of doing constant G_MapNumbers when finding the relationship between maps and cups...
    * Add a cache of level IDs to cups, to go with the strings.
    * Add a cache of the cup pointer to maps, so we don't have to search through all cups to find our map. (done in P_InitMapData)
    * Pre-emptive work: G_IsSpecialStage and P_GetNextEmerald now reference cup data instead of a hardcoded ID set.
* Remove a bunch of old stuff from mapheaderinfo_t/associated, and reorder what stays
    * Countdowntimer? 💥
    * Startrings? 💥
    * sstimer/ssspheres? 💥
    * forcecharacter? 💥 (distinct from forceskin)
    * interscreen? 💥
    * sstage_start/end and smpstage_start/end? 💥💥💥💥
    * You've been blocked
* G_MapNumber now returns a special NEXTMAP_INVALID if not found, for more consistent reference.
* Incorporate a good chunk of the `edit-headers` branch. Can't clear maps individually because of the new restrictions on sequential mapheaders, but we can add a "disable in vote screen, not even for map hell/archive" flag to a map at some future juncture for equivalent functionality...
2022-09-22 17:14:41 +01:00
..
android Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
blua useless test removed (pointed by lint) 2022-05-11 12:17:49 -07:00
dummy Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
hardware Miscellaneous memory bug fixes to make AddressSanitizer happy 2022-09-12 16:49:18 +01:00
locale make a few messages more helpful 2022-03-18 16:27:48 +00:00
Makefile.d Makefile: add EXESUFFIX 2022-08-11 02:29:31 -07:00
nds
objects Fix item pop sfx not playing for eggman boxes and playing TWICE for everything else 2022-09-20 06:10:52 -07:00
sdl Mindelay: Never draw ping outside of games 2022-09-20 20:29:34 -07:00
sdl12 Icons + other tweaks to rebranding 2022-05-20 19:42:34 -04:00
win32 Remove win32 backend-specific files 2022-07-23 12:57:35 -05:00
win32ce
.gitignore
am_map.c
am_map.h
Android.mk
apng.c
apng.h
asm_defs.inc
byteptr.h
CMakeLists.txt cmake: move debug strip to src/CMakeLists.txt 2022-08-23 21:32:29 -05:00
command.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
command.h Significant work into the play-starting experience 2022-09-04 20:14:30 +01:00
comptime.c
config.h.in
console.c Move choose and chooseweighted commands to command.c 2022-09-20 08:29:14 -07:00
console.h
d_clisrv.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
d_clisrv.h Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
d_event.h
d_main.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
d_main.h
d_net.c Remove mapname buffer from serverinfo_pak 2022-09-21 22:19:51 +01:00
d_net.h Ban improvements 2022-08-24 21:07:42 +01:00
d_netcmd.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
d_netcmd.h Remove old powerup warning option 2022-09-18 04:58:17 -04:00
d_netfil.c Merge remote-tracking branch 'origin/cvar-default-ports' 2022-09-17 00:18:10 -07:00
d_netfil.h
d_player.h Add smooth landing vfx 2022-09-20 10:33:24 -04:00
d_think.h
d_ticcmd.h Merge branch 'master' into new-menus 2022-05-25 15:12:51 +01:00
deh_lua.c Rework nextmap to be automatic 2022-09-18 20:00:28 +01:00
deh_lua.h
deh_soc.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
deh_soc.h Merge branch 'master' into big-large-map-markers 2022-09-10 16:01:02 -04:00
deh_tables.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
deh_tables.h Rework nextmap to be automatic 2022-09-18 20:00:28 +01:00
dehacked.c Merge branch 'master' into big-large-map-markers 2022-09-10 16:01:02 -04:00
dehacked.h Remove music slot compatibility 2022-03-18 13:54:03 +00:00
discord.c discord.c compilation warning 2022-09-21 19:22:33 +01:00
discord.h
doomdata.h NUMMAPS is dead 2022-09-21 23:01:58 +01:00
doomdef.h WIP: server browser (only shows fake servers you can't connect to rn) 2022-07-26 23:50:23 +02:00
doomstat.h Refactoring ahoy 2022-09-22 17:14:41 +01:00
doomtype.h Fix conflicts 522467a88 2022-09-05 11:56:30 -07:00
endian.h
f_finale.c Rework nextmap to be automatic 2022-09-18 20:00:28 +01:00
f_finale.h Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart.git into new-menus 2022-05-21 18:57:46 +01:00
f_wipe.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart.git into new-menus 2022-05-22 17:22:49 +01:00
fastcmp.h
filesrch.c Addons menu refactor part 3 2022-09-03 21:15:23 +01:00
filesrch.h
font.c * Allocate the "MISSING" patch only once, statically, at first boot via missingpat, and prevent it from being freed. 2022-05-14 14:56:02 +01:00
font.h
g_demo.c Demos now store map lumpname rather than mapheader ID 2022-09-21 22:37:30 +01:00
g_demo.h
g_game.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
g_game.h Refactoring ahoy 2022-09-22 17:14:41 +01:00
g_input.c Miscellaneous memory bug fixes to make AddressSanitizer happy 2022-09-12 16:49:18 +01:00
g_input.h Port Ediolon's SDL GameController work 2022-08-27 08:20:52 -04:00
g_splitscreen.c
g_state.h
http-mserv.c Miscellaneous memory bug fixes to make AddressSanitizer happy 2022-09-12 16:49:18 +01:00
hu_stuff.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
hu_stuff.h Mindelay: Oni suggestions rollup 2022-09-20 19:01:54 -07:00
i_addrinfo.c
i_addrinfo.h
i_joy.h
i_net.h Merge branch 'master' into hostcode 2022-09-13 17:08:15 -04:00
i_sound.h
i_system.h Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
i_tcp.c Merge branch 'master' into hostcode 2022-09-13 17:08:15 -04:00
i_tcp.h
i_threads.h
i_time.c Tweaks for kart v1 MR comments 2022-05-21 12:43:28 -05:00
i_time.h Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
i_video.h Lots of FPS stuff 2022-03-26 23:48:08 -04:00
info.c Merge branch 'master' into tumble-slope-fuck 2022-09-21 07:04:37 -04:00
info.h Merge branch 'master' into tumble-slope-fuck 2022-09-21 07:04:37 -04:00
k_battle.c Move two of the three remaining NUMMAPS arrays part of the mapheader_t struct 2022-09-21 22:12:36 +01:00
k_battle.h
k_bheap.c
k_bheap.h
k_boss.c
k_boss.h
k_bot.c Add smooth landing vfx 2022-09-20 10:33:24 -04:00
k_bot.h Bot prediction uses pathfinding 2022-05-30 19:28:40 -04:00
k_botitem.c Merge branch 'master' into bot-rubberband-edit 2022-05-25 23:29:04 -04:00
k_botsearch.c Add bot support to new Shrink 2022-09-11 21:52:53 -04:00
k_brightmap.c Brightmap loading uses hashes 2022-09-06 19:48:41 +01:00
k_brightmap.h Brightmap loading uses hashes 2022-09-06 19:48:41 +01:00
k_collide.c Replace shitty item box pop with flying debris and dust clouds 2022-09-17 06:41:44 -07:00
k_collide.h Lightning Shield fixs 2022-05-20 18:12:34 -04:00
k_color.c
k_color.h
k_director.c
k_director.h
k_follower.c Merge branch 'master' into new-menus 2022-08-27 22:36:58 -04:00
k_follower.h Merge branch 'master' into new-menus 2022-08-27 22:36:58 -04:00
k_grandprix.c Use mapobjectscale in K_FakeBotResults 2022-08-31 16:37:52 -07:00
k_grandprix.h Bad function declaration 2022-04-02 15:24:19 -04:00
k_hud.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
k_hud.h Incorporate some of the advances from tilttrack. 2022-05-21 16:51:03 +01:00
k_kart.c r_things.c -> r_things.h 2022-09-21 11:51:43 -04:00
k_kart.h Fix fast fall preventing stumble 2022-09-21 01:38:21 -04:00
k_menu.h Move two of the three remaining NUMMAPS arrays part of the mapheader_t struct 2022-09-21 22:12:36 +01:00
k_menudef.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
k_menudraw.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
k_menufunc.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
k_objects.h Refactor item debris cloud 2022-09-20 05:45:28 -07:00
k_pathfind.c Circuit pathfinding 2022-09-10 03:52:31 -04:00
k_pathfind.h Circuit pathfinding 2022-09-10 03:52:31 -04:00
k_profiles.c Improve profile deletion further 2022-09-04 21:44:39 +01:00
k_profiles.h Refactor PR_ApplyProfile and its ilk 2022-09-03 00:16:41 +01:00
k_pwrlv.c Merge branch 'master' into hostcode 2022-09-13 17:08:15 -04:00
k_pwrlv.h Profiles handle power level properly now 2022-08-30 03:51:35 -04:00
k_race.c Fix misc warnings for GCC 12 2022-05-11 12:21:18 -07:00
k_race.h
k_respawn.c Interrupt tumble when hitting springs 2022-08-22 23:53:32 -04:00
k_respawn.h
k_terrain.c Use hashes for terrain loading 2022-09-06 19:39:27 +01:00
k_terrain.h Use hashes for terrain loading 2022-09-06 19:39:27 +01:00
k_waypoint.c Prevent poh-bees on no-respawn waypoints 2022-09-15 21:44:45 -04:00
k_waypoint.h Prevent poh-bees on no-respawn waypoints 2022-09-15 21:44:45 -04:00
keys.h
libdivide.h Clarify license file mention in libdivide.h 2022-03-18 16:19:01 +00:00
lua_baselib.c I_Error in all situations where mapheaders were previously allocated outside of SOC. 2022-09-17 13:07:48 +01:00
lua_blockmaplib.c
lua_consolelib.c Replace LUA_PushLightUserdata with LUA_PushUserdata 2022-03-18 12:54:22 +00:00
lua_hook.h Fix conflicts 522467a88 2022-09-05 11:56:30 -07:00
lua_hooklib.c hooklib: revert ps_lua_mobjhooks to pre perfstats averaging refactor (77ecfb9cdc) 2022-09-05 11:56:30 -07:00
lua_hud.h Apply b4fa98d2f to lua_hudlib.c 2022-09-05 11:56:30 -07:00
lua_hudlib.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-17 13:57:26 +01:00
lua_hudlib_drawlist.c Miscellaneous memory bug fixes to make AddressSanitizer happy 2022-09-12 16:49:18 +01:00
lua_hudlib_drawlist.h Fix compiling with da strict settings 2022-05-07 07:23:26 -04:00
lua_infolib.c Clear precipprops in Lua more automatically 2022-05-31 19:33:18 -04:00
lua_libs.h Allow freesloting & editing precipprops 2022-05-31 09:03:06 -04:00
lua_maplib.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
lua_mathlib.c You probably don't want to memorise the formula to convert arccos to arcsin so 2022-03-18 20:16:23 +00:00
lua_mobjlib.c Better tripwire leniency vfx 2022-08-29 16:26:58 +01:00
lua_playerlib.c Merge branch 'master' into item-bungus 2022-09-16 06:56:23 -04:00
lua_polyobjlib.c
lua_script.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
lua_script.h Fix conflicts 522467a88 2022-09-05 11:56:30 -07:00
lua_skinlib.c Replace LUA_PushLightUserdata with LUA_PushUserdata 2022-03-18 12:54:22 +00:00
lua_taglib.c
lua_thinkerlib.c
lzf.c
lzf.h
m_aatree.c
m_aatree.h
m_anigif.c Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
m_anigif.h
m_argv.c
m_argv.h
m_bbox.c
m_bbox.h
m_cheat.c Merge branch 'master' into new-menus 2022-03-29 17:14:38 +01:00
m_cheat.h
m_cond.c Move two of the three remaining NUMMAPS arrays part of the mapheader_t struct 2022-09-21 22:12:36 +01:00
m_cond.h
m_dllist.h
m_easing.c Add ease Lua library 2022-03-18 16:25:57 +00:00
m_easing.h Add ease Lua library 2022-03-18 16:25:57 +00:00
m_fixed.c
m_fixed.h FixedDiv2: divide numerator before taking absolute value to avoid INT32_MIN overflow to 0 2022-09-14 22:38:12 -07:00
m_misc.c Merge branch 'master' into big-large-map-markers 2022-09-10 16:01:02 -04:00
m_misc.h Merge branch 'master' into big-large-map-markers 2022-09-10 16:01:02 -04:00
m_perfstats.c Bot perfstats 2022-08-27 00:04:33 -04:00
m_perfstats.h Bot perfstats 2022-08-27 00:04:33 -04:00
m_queue.c
m_queue.h
m_random.c
m_random.h
m_swap.h
Makefile Chose the wrong version of makefile in merge conflict resolution 2022-08-28 17:48:33 +01:00
md5.c
md5.h
mserv.c Merge branch 'master' into new-menus 2022-08-27 22:36:58 -04:00
mserv.h
p5prof.h
p_ceilng.c Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
p_enemy.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-21 23:06:24 +01:00
p_floor.c Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
p_inter.c Merge branch 'item-debris-final' into 'master' 2022-09-20 22:20:44 +00:00
p_lights.c Remove TAG_ITER_DECLARECOUNTER and the level field on the iterator macros. 2022-03-18 16:43:03 +00:00
p_local.h Merge branch 'master' into tumble-slope-fuck 2022-09-20 07:34:44 -04:00
p_map.c Merge branch 'master' into tumble-slope-fuck 2022-09-20 07:34:44 -04:00
p_maputl.c Add P_GetMidtextureTopBottom 2022-08-01 07:16:53 -07:00
p_maputl.h Add P_GetMidtextureTopBottom 2022-08-01 07:16:53 -07:00
p_mobj.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
p_mobj.h Add a hitbox renderer to Software mode 2022-09-08 22:30:00 -07:00
p_polyobj.c Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
p_polyobj.h
p_pspr.h
p_saveg.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
p_saveg.h
p_setup.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
p_setup.h Rework nextmap to be automatic 2022-09-18 20:00:28 +01:00
p_sight.c Improve bot traversal for the prediction 2022-05-31 03:51:35 -04:00
p_slopes.c Launch / step-down changes 2022-09-10 14:46:12 -04:00
p_slopes.h Launch / step-down changes 2022-09-10 14:46:12 -04:00
p_spec.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
p_spec.h Merge branch 'custom-weather' into 'master' 2022-06-11 03:05:37 +00:00
p_telept.c Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
p_tick.c Fixes for the replay post-game save interface (NOT THE ACTUAL REPLAYS OR HUT, THAT'LL BE LATER) 2022-09-12 16:01:37 +01:00
p_tick.h Try putting lagless camera stuff back 2022-05-19 16:51:26 -04:00
p_user.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
r_bbox.c OpenGL hitbox renderer 2022-09-11 16:57:58 -07:00
r_bsp.c Fix the two big problems with the lighting 2022-05-25 16:16:20 -04:00
r_bsp.h
r_data.c Support reading PICTURE/MINIMAP/ENCORE/TWEAKMAP lumps from a map resource 2022-09-12 17:29:15 -04:00
r_data.h Support reading PICTURE/MINIMAP/ENCORE/TWEAKMAP lumps from a map resource 2022-09-12 17:29:15 -04:00
r_defs.h Address initial review comments + associated cleanup 2022-09-16 15:01:49 +01:00
r_draw.c Move follower code to its own file 2022-05-23 00:23:46 -04:00
r_draw.h Fix slope plane rotation and alignment. 2022-03-18 16:10:05 +00:00
r_draw8.c Make all inline increments of dest and dsrc occur on seperate lines, for extra clarity and making it easier to identify future issues with these functions. 2022-05-23 00:09:03 +01:00
r_draw8_npo2.c Add missing optimization to npo2 sloped floor sprites 2022-03-18 20:37:16 +00:00
r_draw16.c
r_fps.c Backport mobj interpolators crash fix 2022-09-09 13:49:57 -04:00
r_fps.h Incorporate some of the advances from tilttrack. 2022-05-21 16:51:03 +01:00
r_local.h
r_main.c Merge branch 'master' into new-menus 2022-08-27 22:36:58 -04:00
r_main.h Uncapped (squashed v2) 2022-05-06 22:47:39 -05:00
r_patch.c Fix cups. 2022-09-16 22:51:02 +01:00
r_patch.h
r_patchrotation.c alternate fix to #555 which doesn't crash the game 2022-03-18 20:24:06 +00:00
r_patchrotation.h
r_picformats.c tRNS chunk fix 2022-03-18 13:56:01 +00:00
r_picformats.h
r_plane.c Fix even slope lighting being inconsistent 2022-05-27 18:34:52 -04:00
r_plane.h Fix the two big problems with the lighting 2022-05-25 16:16:20 -04:00
r_portal.c Fix portals 2022-03-18 20:44:07 +00:00
r_portal.h
r_segs.c Fix the two big problems with the lighting 2022-05-25 16:16:20 -04:00
r_segs.h
r_skins.c Refactoring ahoy 2022-09-22 17:14:41 +01:00
r_skins.h Move SKINNAMESIZE to doomdef.h to prevent issues 2022-05-26 13:32:22 +02:00
r_sky.c
r_sky.h
r_splats.c Add Encore support to splats (software; GL can come later). 2022-03-18 21:20:34 +00:00
r_splats.h Fix floor sprite projection 2022-03-18 18:16:31 +00:00
r_state.h
r_textures.c Stuff for Ivo's texture crunching 2022-08-28 00:03:22 -04:00
r_textures.h Stuff for Ivo's texture crunching 2022-08-28 00:03:22 -04:00
r_things.c Merge branch 'spritestuff-ports' into 'master' 2022-09-17 07:10:44 +00:00
r_things.h Remove R_ThingVisibleWithinDist 2022-09-11 16:59:51 -07:00
s_sound.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-17 13:57:26 +01:00
s_sound.h Lua hooklib refactor squash 2022-09-05 11:56:04 -07:00
screen.c Mindelay: Oni suggestions rollup 2022-09-20 19:01:54 -07:00
screen.h Add a hitbox renderer to Software mode 2022-09-08 22:30:00 -07:00
slope_anchors.c
sounds.c Add Tyron's sound 2022-09-18 05:06:45 -04:00
sounds.h Add Tyron's sound 2022-09-18 05:06:45 -04:00
Sourcefile Add a hitbox renderer to Software mode 2022-09-08 22:30:00 -07:00
st_stuff.c Fixes for the replay post-game save interface (NOT THE ACTUAL REPLAYS OR HUT, THAT'LL BE LATER) 2022-09-12 16:01:37 +01:00
st_stuff.h * Allocate the "MISSING" patch only once, statically, at first boot via missingpat, and prevent it from being freed. 2022-05-14 14:56:02 +01:00
strcasestr.c
string.c
stun.c
stun.h
t_facon.c
t_fsin.c
t_ftan.c
t_tan2a.c
tables.c
tables.h
taglist.c Speed up taglist creation 2022-03-18 20:23:31 +00:00
taglist.h Speed up taglist creation 2022-03-18 20:23:31 +00:00
tmap.nas
tmap.s
tmap_asm.s
tmap_mmx.nas
tmap_vc.nas
v_video.c Just bringing it up to date w/ master 2022-09-13 19:17:39 -04:00
v_video.h Merge branch 'master' into hostcode 2022-09-13 17:08:15 -04:00
version.h
vid_copy.s
w_wad.c Fix cups. 2022-09-16 22:51:02 +01:00
w_wad.h Fix function prototype 2022-09-12 17:37:50 -04:00
y_inter.c Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers 2022-09-17 13:57:26 +01:00
y_inter.h Merge branch 'master' into new-menus 2022-03-29 17:14:38 +01:00
z_zone.c
z_zone.h