RingRacers/src
toaster 5e8799a965 Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows.
p_inter.c -
	Everything to do with setting states for starposts
		In SRB2Kart, starposts are invisble. We don't need to loop through all thinkers just to set their states when there's no visible effect of the state-setting. In addition, it has no consequences for gameplay - starposts have long been silent here, and all checking is done regarding their health, not their state.
	Remove extremely low-traffic conditionals (MT_FLINGEMERALD collision height extension, for example)
		These objects serve no functional purpose during regular SRB2Kart gameplay. Why should every other object have to pay an admittedly minor performance hit just for them?
	Disable all mechanisms of damaging bosses or enemies with the player's physical contact
		With the exception of Sapphire Coast, no MF_ENEMY objects exist in the entirety of the standard roster. In addition, the conditions for damaging the enemies were impossible to achieve, because they required vanilla SRB2 mechanics such as "jumping", "spindashing", or "super". Therefore, they can be safely commented out.
	Disable NiGHTS-related material (excepting bumper, hoop, and wing-emblem objects)
		NiGHTS is fundamentally incompatible with regular kart gameplay and I believe was already broken. Therefore, any mechanism which enters, aids, or abets it can be safely disabled.
	Comment out Tag mechanisms
		Tag is the only vanilla multiplayer gametype which has sufficient gameplay depth and complexity (HEYOOOOOOOOO) to require dedicated thinking in and of itself in order to manage. This thinking is irrelevant to Kart's functioning, and can be neutered easily.
d_clisrv.c
	Comment out Tag mechanisms
		See p_inter.c
d_netcmd.c
	Disable several devmode commands which are irrelevant to SRB2Kart gameplay
		When investigating for references to NiGHTS material, I discovered that these remained untouched. In order to present a more coherent game, I have hidden the ones that serve no purpose for us.
	Comment out Tag mechanisms
		See p_inter.c
g_game.c
	Disable NiGHTS-related material
		See p_inter.c
	Disable some team-related material
		Teams are not present in SRB2Kart at present. Obviously we'd want to reconsider for future, but it doesn't need to be run right now.
	Everything to do with setting states for starposts
		See p_inter.c
m_cheat.c
	Disable several devmode commands which are irrelevant to SRB2Kart gameplay
		See d_netcmd.c
p_map.c
	Remove extremely low-traffic conditionals (MT_EGGSHIELD collision, for example)
		See p_inter.c
	Disable NiGHTS-related material
		See p_inter.c
p_mobj.c
	Disable P_EmeraldManager
		Power stones, despite their relevance in vanilla Match, are not in SRB2Kart's Battle. No management of nonexistent emeralds is required.
p_setup.c
	Everything to do with setting states for starposts
		See p_inter.c
p_spec.c
	Disable NiGHTS-related material
		See p_inter.c
	Everything to do with setting states for starposts
		See p_inter.c
p_telept.c
	Everything to do with setting states for starposts
		See p_inter.c
p_tick.c
	Disable some team-related material
		See g_game.c
	Disable P_EmeraldManager
		See p_mobj.c
	Do not run shields
		Shield objects are not run under the vanilla system; the Thunder Shield is a domain-specific recreation using a standard mobjthinker.
	Do not run special stages
		SRB2Kart does not have special stages.
	Comment out Tag mechanisms
		See p_inter.c
y_inter.c
	Disable some team-related material
		See g_game.c
p_user.c
	Disable NiGHTS-related material
		See p_inter.c
	Disable 2d movement for players
		2D mode? In a kart racer? :nick:
2018-10-03 17:04:41 +01:00
..
android Merge branch 'master' of https://git.magicalgirl.moe/STJr/SRB2.git into sonicitems 2018-08-26 12:42:55 +01:00
blua Build: kill GCC 7's implicit-fallthrough warning 2017-09-28 09:39:47 -04:00
djgppdos Merge branch 'master' of https://git.magicalgirl.moe/STJr/SRB2.git into sonicitems 2018-08-26 12:42:55 +01:00
dummy Clipboard copy/paste testing 2016-11-03 01:43:57 -07:00
hardware Turns out I actually forgot to push this when I did the GL fade colour thing earlier, woops. 2018-09-22 21:05:20 +01:00
locale SRB2 2.1 release 2014-03-15 13:11:35 -04:00
nds Clipboard copy/paste testing 2016-11-03 01:43:57 -07:00
sdl Smaller XPM with no redundant pixels 2018-09-20 22:36:01 +01:00
sdl12 Update a bunch of icons - SDL_icon.xpm and other targets' .icos. 2018-09-18 19:37:03 +01:00
win32 Merge branch 'master' of https://git.magicalgirl.moe/STJr/SRB2.git into sonicitems 2018-08-26 12:42:55 +01:00
win32ce Update a bunch of icons - SDL_icon.xpm and other targets' .icos. 2018-09-18 19:37:03 +01:00
.gitignore SRB2 2.1 release 2014-03-15 13:11:35 -04:00
am_map.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
am_map.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
Android.mk SRB2 2.1 release 2014-03-15 13:11:35 -04:00
asm_defs.inc SRB2 2.1 release 2014-03-15 13:11:35 -04:00
b_bot.c Comment out calls to CV_SetValue for cv_analog 2018-03-12 03:18:45 +00:00
b_bot.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
byteptr.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
CMakeLists.txt Closer to done HUD tweaking? 2017-12-23 19:14:06 -05:00
command.c Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into encore 2018-09-21 20:54:38 +01:00
command.h Address review 2018-09-20 17:11:11 -04:00
comptime.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
config.h.in DevEXE version 1.1.00: Added some MD5 checks, increased md2 triagle limit, temporarily disabled magnet 2017-02-20 20:08:24 -05:00
console.c Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into addons_menu 2018-09-22 23:00:46 +01:00
console.h * Seven new text colours! Gold, Lavender, Tea-green, Steel, Pink, Teal, and Peach, all added to the menu highlights cvar. 2018-09-22 18:22:04 +01:00
d_clisrv.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
d_clisrv.h Addons menu. 2018-08-28 21:08:47 +01:00
d_event.h A lot lol 2017-12-16 22:32:43 -05:00
d_main.c Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into addons_menu 2018-09-22 23:00:46 +01:00
d_main.h Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that remain outstanding. Notably: 2018-07-07 16:52:01 +01:00
d_net.c Fixed local sync fail, among a bunch of other splitscreen check fixes in other files 2017-12-17 14:17:07 -05:00
d_net.h Change splitscreen into UINT8, fix HUD slightly more 2017-12-18 20:59:04 -05:00
d_netcmd.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
d_netcmd.h Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into itemdrop 2018-09-22 23:11:14 +01:00
d_netfil.c Addons menu. 2018-08-28 21:08:47 +01:00
d_netfil.h Addons menu. 2018-08-28 21:08:47 +01:00
d_player.h angel island drift strat plus ketchup 2018-09-14 00:19:23 +01:00
d_think.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
d_ticcmd.h Lots of cmd restructuring. 2018-06-05 17:12:42 -04:00
dehacked.c Fix dehacked list incongruence. 2018-09-29 16:43:00 +01:00
dehacked.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
doomdata.h Hundreds of tweaks 2018-06-19 20:20:06 -04:00
doomdef.h Reeling back on this again 2018-09-20 17:11:59 -04:00
doomstat.h raceexittime var 2018-09-22 18:59:26 -04:00
doomtype.h Mirror Mode 2017-12-12 00:07:14 -05:00
endian.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
f_finale.c Merge branch 'new-voices' into 'master' 2018-09-22 20:22:59 -04:00
f_finale.h Merge branch 'master' into sonicitems 2018-07-08 17:51:44 -04:00
f_wipe.c Do Oni's suggested changes to the wipe-based level intro fade. https://cdn.discordapp.com/attachments/270211093761097728/470690865279401994/kart0019.gif 2018-07-22 21:49:17 +01:00
fastcmp.h SRB2 2.1 release 2014-03-15 13:11:35 -04:00
filesrch.c Fix Sryder's crash (incorrect setting of dir_on when searching in subfolders). 2018-09-23 13:23:03 +01:00
filesrch.h * Add support for .kart files. 2018-08-29 14:19:08 +01:00
g_game.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
g_game.h * Encore on the voting screen! Appears randomly once unlocked in the same slot as that which sometimes represents a gametype change (odds inflated for testing purposes). 2018-08-11 22:23:40 +01:00
g_input.c Quick fix 2018-09-10 03:35:10 -04:00
g_input.h Merge commit 'c92926bfb6e080e39e658086fbc6f44b605348d3' into sonicitems 2018-09-09 17:57:23 -05:00
g_state.h Getting there. 2018-01-27 20:59:29 -05:00
hu_stuff.c List update as requested by Sal 2018-09-22 20:56:44 +01:00
hu_stuff.h * Homogenise old chat mode detection, which includes cv_consolechat.value, dedicated, and vid.width < 640. 2018-08-03 23:01:09 +01:00
i_addrinfo.c Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that remain outstanding. Notably: 2018-07-07 16:52:01 +01:00
i_addrinfo.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
i_joy.h Fix splitscreen joystick 2018-07-03 15:32:26 -04:00
i_net.h -Added a timeout for game state downloading to prevent definitive join freezes in some cases. The timeout has a minimum value of "jointimeout" and gets higher as the game state grows in size 2017-01-13 20:53:52 +01:00
i_sound.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
i_system.h some joystick fixes 2017-12-24 08:20:58 -05:00
i_tcp.c TCP: remove BADSOCKET 2017-12-26 19:56:50 -05:00
i_tcp.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
i_video.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
info.c Experimental: Making the ghetto waypoints we have right now their own mobj list in order to make them slightly less bullshit 2018-09-29 20:28:27 +01:00
info.h Fix dehacked list incongruence. 2018-09-29 16:43:00 +01:00
k_kart.c Experimental: Making the ghetto waypoints we have right now their own mobj list in order to make them slightly less bullshit 2018-09-29 20:28:27 +01:00
k_kart.h smoll to tiny 2018-09-23 23:07:38 +01:00
keys.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
lua_baselib.c Revert "Wrote a new function for MT_SOLID object bumping" 2018-09-06 19:27:07 -04:00
lua_consolelib.c Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2.git into sonicitems 2018-08-07 21:20:27 +01:00
lua_hook.h Chat Manager 2018-06-15 05:20:01 -05:00
lua_hooklib.c Chat Manager 2018-06-15 05:20:01 -05:00
lua_hud.h More consistent comment. 2016-08-19 00:07:32 +01:00
lua_hudlib.c Fade-in intro 2018-06-26 10:14:59 -04:00
lua_infolib.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
lua_libs.h v1.3.04 - The Bouncy One 2017-04-17 13:20:52 -04:00
lua_maplib.c actnum is now a 2 character long string 2018-06-05 01:34:05 -04:00
lua_mathlib.c Hundreds of tweaks 2018-06-19 20:20:06 -04:00
lua_mobjlib.c Linked list bananas, hnext/hprev fixes 2018-06-16 19:57:08 -04:00
lua_playerlib.c Lots of cmd restructuring. 2018-06-05 17:12:42 -04:00
lua_script.c Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2.git into sonicitems 2018-08-07 21:20:27 +01:00
lua_script.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
lua_skinlib.c Some more minor comeback tweaks 2017-11-19 19:39:40 -05:00
lua_thinkerlib.c Rewrote thinkers.iterate to handle invalid pointers elegantly. 2017-05-27 14:03:27 -05:00
lzf.c define SRTICT_ALIGN to - if the system is x86/x64 system 2016-07-23 23:26:08 -04:00
lzf.h SRB2 2.1 release 2014-03-15 13:11:35 -04:00
m_aatree.c Split AA trees code from m_misc.c/.h into m_aatree.c/.h 2016-06-05 21:29:40 +01:00
m_aatree.h m_aatree: add newline 2016-12-22 19:39:37 -05:00
m_anigif.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_anigif.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_argv.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_argv.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_bbox.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_bbox.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_cheat.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
m_cheat.h Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
m_cond.c * Make Encore Mode an unlockable, rather than freely available. 2018-08-08 20:48:29 +01:00
m_cond.h * Make Encore Mode an unlockable, rather than freely available. 2018-08-08 20:48:29 +01:00
m_dllist.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_fixed.c Correct C FixedMul() off-by-one errors 2018-05-20 22:55:21 +03:00
m_fixed.h Comment out sdl12/SRB2CE/cehelp.h include in m_fixed.h 2017-09-14 21:29:38 +01:00
m_menu.c Correct that thing Lat` found where sometimes the controls menus'd get "stuck" replacing the second key every time, effectively only allowing one key until you clear it and try again. 2018-09-29 16:18:16 +01:00
m_menu.h Addons menu. 2018-08-28 21:08:47 +01:00
m_misc.c better parentheses 2018-07-07 16:46:32 -04:00
m_misc.h Merge branch 'upstream/next' into zarrotsu_vanillamerge 2017-02-17 20:14:55 +00:00
m_queue.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_queue.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_random.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_random.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
m_swap.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
Makefile Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2.git into sonicitems 2018-08-07 21:20:27 +01:00
Makefile.cfg Build: do not error on FALLTHURs 2017-10-27 19:49:55 -04:00
md5.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
md5.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
mserv.c Merge remote-tracking branch 'refs/remotes/srb2public/master' 2018-01-02 22:59:43 -05:00
mserv.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
p5prof.h SRB2 2.1 release 2014-03-15 13:11:35 -04:00
p_ceilng.c Build: kill GCC 7's implicit-fallthrough warning 2017-09-28 09:39:47 -04:00
p_enemy.c Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into thundershield-hell 2018-09-22 14:57:33 +01:00
p_floor.c Merge branch 'master' into sonicitems 2018-06-07 19:39:45 -04:00
p_inter.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
p_lights.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
p_local.h Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
p_map.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
p_maputl.c Created R_GetTextureNum to make sure top/bottom/midtexture texture ids are always valid in rendering code for both software and OpenGL (and also for the Solid Midtexture effect physics code) 2016-12-16 21:38:53 +00:00
p_maputl.h P_LineOpening now takes a mobj_t argument, instead of relying on tmthing 2016-08-13 21:41:18 +01:00
p_mobj.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
p_mobj.h Experimental: Making the ghetto waypoints we have right now their own mobj list in order to make them slightly less bullshit 2018-09-29 20:28:27 +01:00
p_polyobj.c A lot lol 2017-12-16 22:32:43 -05:00
p_polyobj.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
p_pspr.h Chee wanted paper sprites' code, so here it is for the public to see. 2016-08-22 22:54:30 +01:00
p_saveg.c Experimental: Making the ghetto waypoints we have right now their own mobj list in order to make them slightly less bullshit 2018-09-29 20:28:27 +01:00
p_saveg.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
p_setup.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
p_setup.h One last thing - make the OpenGL level loading bar screen have the correct background colour. 2018-09-22 12:43:54 +01:00
p_sight.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
p_slopes.c Flip dynamic slope toggle. 2018-09-28 12:58:07 +01:00
p_slopes.h P_ReverseQuantiseMomentumToSlope is now a function. (I was thinking about a macro, but couldn't get it down.) 2016-06-12 19:27:34 +01:00
p_spec.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
p_spec.h v1.3.04 - The Bouncy One 2017-04-17 13:20:52 -04:00
p_telept.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
p_tick.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
p_tick.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
p_user.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
r_bsp.c * Exempt drop shadows from encore remapping. 2018-08-26 15:15:03 +01:00
r_bsp.h ssplayer -> viewnumber 2018-06-27 13:14:22 -04:00
r_data.c Merge branch 'sonicitems' into encore 2018-08-26 12:45:02 +01:00
r_data.h * Disable inverting on encore level select pictures at unanimous request of last night's netgame. 2018-08-14 15:32:17 +01:00
r_defs.h Merge branch 'master' into public_flatsprite 2017-05-12 20:42:55 -04:00
r_draw.c Sorry, Sal! In my defense, you don't need to recompile from scratch for any of this, despite what it may look like, as the skincolour name lists are walled off from the rest of the dehacked lists... 2018-07-02 13:20:04 +01:00
r_draw.h So much 2018-02-05 18:55:52 -05:00
r_draw8.c Merge branch 'sonicitems' into encore 2018-08-10 23:22:28 +01:00
r_draw16.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
r_local.h what is this bullshit?! 2018-03-12 01:21:35 -04:00
r_main.c Merge branch 'master' into sonicitems 2018-07-08 17:51:44 -04:00
r_main.h more quad stuff 2017-12-11 00:12:38 -06:00
r_plane.c Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into encore 2018-09-21 20:54:38 +01:00
r_plane.h Encore mode - a fresh take on mirror mode! 2018-07-23 23:50:41 +01:00
r_segs.c More control over what stuff get Encore mapping applied to it, with sensible defaults so you don't have to do much to your map to get it to be supported! 2018-08-10 19:31:30 +01:00
r_segs.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
r_sky.c Rendering fixes ahoy! 2017-12-29 14:50:16 -05:00
r_sky.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
r_splats.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
r_splats.h Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that remain outstanding. Notably: 2018-07-07 16:52:01 +01:00
r_state.h * Disable inverting on encore level select pictures at unanimous request of last night's netgame. 2018-08-14 15:32:17 +01:00
r_things.c Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into itemdrop 2018-09-22 23:11:14 +01:00
r_things.h Merge branch 'master' into sonicitems 2018-07-08 17:51:44 -04:00
s_sound.c Merge branch 'sonicitems' into encore 2018-08-26 12:45:02 +01:00
s_sound.h Don't look at this commit too closely until after netgame, I want to surprise yalls!! 2018-06-30 23:18:13 +01:00
screen.c Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that remain outstanding. Notably: 2018-07-07 16:52:01 +01:00
screen.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
sounds.c Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into thundershield-hell 2018-09-23 23:07:16 +01:00
sounds.h Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into thundershield-hell 2018-09-23 23:07:16 +01:00
st_stuff.c Bugfix for "Blue Mountain 0", "Green Hills K". 2018-08-12 15:10:47 +01:00
st_stuff.h Fix all compilation errors (tested using DEBUGMODE=1 and ERRORMODE=1) that remain outstanding. Notably: 2018-07-07 16:52:01 +01:00
string.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
t_facon.c remove blank lines at EOF of new files 2016-05-13 00:12:51 -04:00
t_fsin.c remove blank lines at EOF of new files 2016-05-13 00:12:51 -04:00
t_ftan.c remove blank lines at EOF of new files 2016-05-13 00:12:51 -04:00
t_tan2a.c remove blank lines at EOF of new files 2016-05-13 00:12:51 -04:00
tables.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
tables.h Merge branch 'upstream/next' into zarrotsu_vanillamerge 2017-02-17 20:14:55 +00:00
tmap.nas Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
tmap.s Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
tmap_asm.s Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
tmap_mmx.nas Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
tmap_vc.nas Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
v_video.c Forgot I did this optimisation! Updated for the new colours. 2018-09-23 16:39:07 +01:00
v_video.h * Seven new text colours! Gold, Lavender, Tea-green, Steel, Pink, Teal, and Peach, all added to the menu highlights cvar. 2018-09-22 18:22:04 +01:00
vid_copy.s Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
w_wad.c Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart.git into addons_menu 2018-09-22 23:00:46 +01:00
w_wad.h Addons menu. 2018-08-28 21:08:47 +01:00
y_inter.c Nuke a bunch of iteration things that have no purpose in SRB2Kart. A full explanation of my reasoning and what it affects is as follows. 2018-10-03 17:04:41 +01:00
y_inter.h It's SINT8 not INT8 2018-02-23 01:04:52 +00:00
z_zone.c Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00
z_zone.h Starting from scratch. SRB2 v2.1.15 2016-07-06 00:10:19 -04:00