RingRacers/src
toaster 2e232b67ba * Did some reviewing, turns out there's literally no reason to disable savemoddata when majormods gets tripped and it's just a stupid thing vanilla did for modifiedgame for some reason that we almost inherited with our new solution?
* Adjusted the save system to acknowledge the new status quo. Instead of trying to save modifiedgame in the file like some sort of extremely boneheaded honour system everyone and their mothers hacks around, we just use it to determine whether the save is for a mod with savedata or not (this keeps backwards compatibility based on how we were using it, anyways, especially with the *force* parameter...)
* Added a menu message for attempting to play a demo set on a map that isn't loaded, as opposed to letting it I_Error.
* Minor tweaks to addons menu representing modded status.
2019-01-28 16:32:07 +00:00
..
android
blua
djgppdos
dummy
hardware Fix clobbering error in MD2 texture code 2019-01-18 20:28:31 -06:00
locale
nds
sdl -nohidapi parameter 2019-01-10 23:12:06 -06:00
sdl12 Kart Public Next merge 2019-01-08 18:43:49 -05:00
win32 Kart Public Next merge 2019-01-08 18:43:49 -05:00
win32ce Updated Kart icons to higher res 2019-01-03 12:26:25 -05:00
.gitignore
am_map.c Update am_map.c 2018-12-12 19:59:21 -02:00
am_map.h Remove MINIAUTOMAP code 2018-12-12 18:53:13 -03:00
Android.mk
asm_defs.inc
b_bot.c
b_bot.h
byteptr.h
CMakeLists.txt Edited even more things to say "SRB2Kart" 2018-12-05 20:40:58 -05:00
command.c Fix improperly resolved conflicts 2019-01-08 16:44:56 -06:00
command.h Keep execversion stuff on, just dummied out 2019-01-06 01:41:42 -05:00
comptime.c
config.h.in Final v1.0.2 commit (probably) 2019-01-18 04:30:38 -05:00
console.c merge srb2 next 2019-01-05 15:59:23 -05:00
console.h
d_clisrv.c Fix the netticbuffer command crashing 64-bit builds 2019-01-21 20:40:28 +00:00
d_clisrv.h Final v1.0.2 commit (probably) 2019-01-18 04:30:38 -05:00
d_event.h
d_main.c Turns out modifiedgame was getting set during startup because of making it use G_SetGameModified. Uh, woops? 2019-01-18 13:01:40 +00:00
d_main.h
d_net.c merge srb2 next 2019-01-05 15:59:23 -05:00
d_net.h merge srb2 next 2019-01-05 15:59:23 -05:00
d_netcmd.c * Did some reviewing, turns out there's literally no reason to disable savemoddata when majormods gets tripped and it's just a stupid thing vanilla did for modifiedgame for some reason that we almost inherited with our new solution? 2019-01-28 16:32:07 +00:00
d_netcmd.h Final v1.0.2 commit (probably) 2019-01-18 04:30:38 -05:00
d_netfil.c * Refactor all instances of majormods = true; to route through G_SetGameModified, and catch a few spots I missed in the process. 2019-01-17 22:01:28 +00:00
d_netfil.h Merge branch 'addons_menu' into 'master' 2018-12-15 20:46:42 -05:00
d_player.h Merge remote-tracking branch 'internal/master' into new-turnhax-and-latency-stuff 2019-01-15 19:55:42 -06:00
d_think.h
d_ticcmd.h Don't turn players more than they're allowed to 2019-01-04 23:09:27 -06:00
dehacked.c Code cleanup as requested by Sal and Sryder. 2019-01-26 16:58:45 +00:00
dehacked.h * Increased leniency for SOC wrt "major mods". 2019-01-17 20:51:41 +00:00
doomdata.h
doomdef.h bump maxskins to 64, fix overflow error 2019-01-14 18:16:07 -05:00
doomstat.h First steps at implementing a mechanism that allows you to load non-cheaty good-faith mods such as custom characters with no Lua scripting, and play record attack with them. Features a few bad hacks and a few more areas of improvement; I'll try to iron them out before they hit next or master. 2019-01-15 19:01:55 +00:00
doomtype.h
endian.h
f_finale.c Merge remote-tracking branch 'internal/master' into new-turnhax-and-latency-stuff 2019-01-15 19:55:42 -06:00
f_finale.h
f_wipe.c
fastcmp.h
filesrch.c Hide kart-specific addons behavior behind USE_KART 2018-12-16 16:07:47 -05:00
filesrch.h * Refactor all instances of majormods = true; to route through G_SetGameModified, and catch a few spots I missed in the process. 2019-01-17 22:01:28 +00:00
g_game.c * Did some reviewing, turns out there's literally no reason to disable savemoddata when majormods gets tripped and it's just a stupid thing vanilla did for modifiedgame for some reason that we almost inherited with our new solution? 2019-01-28 16:32:07 +00:00
g_game.h Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart-Public.git into majormods 2019-01-21 21:56:49 +00:00
g_input.c Fix player 2 not being able to play while the chat is open 2019-01-10 06:08:12 -06:00
g_input.h merge srb2 next 2019-01-05 15:59:23 -05:00
g_state.h
hu_stuff.c Merge branch 'gamepad-tweaks' into 'next' 2019-01-13 20:32:17 -05:00
hu_stuff.h Fix the chat being incorrectly placed in splitscreen 2019-01-11 16:04:12 -06:00
i_addrinfo.c
i_addrinfo.h
i_joy.h
i_net.h
i_sound.h
i_system.h
i_tcp.c Netcode: handle NULL in addrinfo lookup 2018-12-22 21:06:13 -05:00
i_tcp.h
i_video.h
info.c Fix really dumb flags on MT_SPBEXPLOSION 2019-01-14 21:55:10 -05:00
info.h
k_kart.c Use SHORT on just the vars 2019-01-18 16:17:54 -06:00
k_kart.h Don't turn players more than they're allowed to 2019-01-04 23:09:27 -06:00
keys.h
lua_baselib.c Merge remote-tracking branch 'remotes/internal/master' into movementchecks 2019-01-15 21:01:30 -06:00
lua_blockmaplib.c
lua_consolelib.c
lua_hook.h Remove mute boolean from playermsg hook, fix username stuff still being there, potential memory leaks, and added back the ip message. 2018-12-22 16:44:58 +01:00
lua_hooklib.c Remove mute boolean from playermsg hook, fix username stuff still being there, potential memory leaks, and added back the ip message. 2018-12-22 16:44:58 +01:00
lua_hud.h
lua_hudlib.c
lua_infolib.c
lua_libs.h
lua_maplib.c merge srb2 next 2019-01-05 15:59:23 -05:00
lua_mathlib.c
lua_mobjlib.c
lua_playerlib.c
lua_script.c * Refactor all instances of majormods = true; to route through G_SetGameModified, and catch a few spots I missed in the process. 2019-01-17 22:01:28 +00:00
lua_script.h
lua_skinlib.c
lua_thinkerlib.c
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 Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart-Public.git into majormods 2019-01-21 21:56:49 +00:00
m_cheat.h
m_cond.c Code cleanup as requested by Sal and Sryder. 2019-01-26 16:58:45 +00:00
m_cond.h
m_dllist.h
m_fixed.c bland 2018-12-20 18:52:51 -03:00
m_fixed.h bland 2018-12-20 18:52:51 -03:00
m_menu.c * Did some reviewing, turns out there's literally no reason to disable savemoddata when majormods gets tripped and it's just a stupid thing vanilla did for modifiedgame for some reason that we almost inherited with our new solution? 2019-01-28 16:32:07 +00:00
m_menu.h Update the (unused) SP menu stuff to use MAXSKINS 2019-01-15 20:09:55 -05:00
m_misc.c Merge remote-tracking branch 'upstream/master' into upstream-merge 2019-01-20 17:03:17 -05:00
m_misc.h
m_queue.c
m_queue.h
m_random.c
m_random.h
m_swap.h
Makefile Merge remote-tracking branch 'master' into next 2019-01-08 16:29:14 -05:00
Makefile.cfg Clear float equal warnings 2018-12-14 20:34:06 -05:00
md5.c
md5.h
mserv.c
mserv.h
p5prof.h
p_ceilng.c
p_enemy.c Reduce easing time, revert changing air speed 2019-01-14 21:37:53 -05:00
p_floor.c Add a mapobjectscale global 2018-12-12 21:55:59 -05:00
p_inter.c Fix really dumb flags on MT_SPBEXPLOSION 2019-01-14 21:55:10 -05:00
p_lights.c
p_local.h Merge remote-tracking branch 'remotes/internal/master' into movementchecks 2019-01-15 21:01:30 -06:00
p_map.c Do a bit more cleanup. Notably, prevent skins setting a bunch of things in preperation for this branch hitting the mainstream. 2019-01-26 19:13:49 +00:00
p_maputl.c
p_maputl.h
p_mobj.c Do a bit more cleanup. Notably, prevent skins setting a bunch of things in preperation for this branch hitting the mainstream. 2019-01-26 19:13:49 +00:00
p_mobj.h
p_polyobj.c merge srb2 next 2019-01-05 15:59:23 -05:00
p_polyobj.h
p_pspr.h
p_saveg.c Minor whitespace 2019-01-15 21:56:46 -05:00
p_saveg.h
p_setup.c Code cleanup as requested by Sal and Sryder. 2019-01-26 16:58:45 +00:00
p_setup.h
p_sight.c
p_slopes.c Add a mapobjectscale global 2018-12-12 21:55:59 -05:00
p_slopes.h
p_spec.c Do a bit more cleanup. Notably, prevent skins setting a bunch of things in preperation for this branch hitting the mainstream. 2019-01-26 19:13:49 +00:00
p_spec.h
p_telept.c
p_tick.c
p_tick.h
p_user.c Do a bit more cleanup. Notably, prevent skins setting a bunch of things in preperation for this branch hitting the mainstream. 2019-01-26 19:13:49 +00:00
r_bsp.c merge srb2 next 2019-01-05 15:59:23 -05:00
r_bsp.h
r_data.c Kart Public Next merge 2019-01-08 18:43:49 -05:00
r_data.h
r_defs.h merge srb2 next 2019-01-05 15:59:23 -05:00
r_draw.c
r_draw.h
r_draw8.c
r_draw16.c
r_local.h
r_main.c Fix errors from merge 2019-01-06 01:00:30 -05:00
r_main.h merge srb2 next 2019-01-05 15:59:23 -05:00
r_plane.c merge srb2 next 2019-01-05 15:59:23 -05:00
r_plane.h merge srb2 next 2019-01-05 15:59:23 -05:00
r_segs.c Fix rendering gaps on polys with upper/lower textures 2019-01-11 21:21:56 -06:00
r_segs.h
r_sky.c
r_sky.h
r_splats.c Software plane fixes 2018-12-14 14:08:25 -03:00
r_splats.h
r_state.h
r_things.c Do a bit more cleanup. Notably, prevent skins setting a bunch of things in preperation for this branch hitting the mainstream. 2019-01-26 19:13:49 +00:00
r_things.h Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart-Public.git into majormods 2019-01-21 21:56:49 +00:00
s_sound.c Redone credits for joiners in a less stupid way, + redone start ambience in a less stupid way 2019-01-10 01:03:53 -05:00
s_sound.h Redone credits for joiners in a less stupid way, + redone start ambience in a less stupid way 2019-01-10 01:03:53 -05:00
screen.c Software plane fixes 2018-12-14 14:08:25 -03:00
screen.h
sounds.c
sounds.h
st_stuff.c Kart Public Next merge 2019-01-08 18:43:49 -05:00
st_stuff.h Remove facefreed/iconfreed 2019-01-05 20:40:47 -06:00
string.c
t_facon.c
t_fsin.c
t_ftan.c
t_tan2a.c
tables.c Large room fix 2018-12-09 19:34:17 -03:00
tables.h merge srb2 next 2019-01-05 15:59:23 -05:00
tmap.nas
tmap.s
tmap_asm.s
tmap_mmx.nas
tmap_vc.nas
v_video.c Merge branch 'next' into music-credits 2019-01-09 03:08:20 -05:00
v_video.h merge srb2 next 2019-01-05 15:59:23 -05:00
vid_copy.s
w_wad.c * Refactor all instances of majormods = true; to route through G_SetGameModified, and catch a few spots I missed in the process. 2019-01-17 22:01:28 +00:00
w_wad.h Merge remote-tracking branch 'public-gitlab/next' into addons-backport 2018-12-15 20:52:46 -05:00
y_inter.c Code cleanup as requested by Sal and Sryder. 2019-01-26 16:58:45 +00:00
y_inter.h
z_zone.c
z_zone.h