Kart-Public/src
2018-10-21 15:15:54 +01:00
..
android Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
blua
djgppdos Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
dummy Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
hardware Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
locale
nds Add an int to I_PlaySound to tell an interface which channel number SRB2 is using. 2018-10-13 23:01:11 +01:00
sdl Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
sdl12 Add an int to I_PlaySound to tell an interface which channel number SRB2 is using. 2018-10-13 23:01:11 +01:00
win32 Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
win32ce Fix missing commas and missed interface 2018-10-14 10:14:07 +01:00
.gitignore
am_map.c
am_map.h
Android.mk
asm_defs.inc
b_bot.c
b_bot.h
byteptr.h
CMakeLists.txt
command.c
command.h
comptime.c
config.h.in
console.c Eat unprintable keys too, since there's no reason to feed them to G_Responder anyway when the console is open 2018-02-23 20:08:02 +00:00
console.h
d_clisrv.c Remove "playerdeadview" variable; it's not been used for its stated purpose for who knows how long now 2018-10-11 20:00:45 +01:00
d_clisrv.h
d_event.h
d_main.c Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
d_main.h Removed unused function prototypes in d_main.h 2018-10-11 19:59:47 +01:00
d_net.c debugfile is only used by DEBUGFILE code, no need to declare/define it for anything else 2018-10-11 19:59:09 +01:00
d_net.h
d_netcmd.c Don't call I_StartupSound in SFX toggle 2018-09-14 16:39:10 -04:00
d_netcmd.h Remove unused ObjectPlace_OnChange prototype (from when Objectplace was a consvar, which it is not anymore) 2018-10-11 20:00:34 +01:00
d_netfil.c Rewrote findfile to store whether any of the three paths searched had a bad MD5 rather than just simply being not there. 2018-04-15 22:00:31 +01:00
d_netfil.h
d_player.h
d_think.h
d_ticcmd.h
dehacked.c
dehacked.h
doomdata.h
doomdef.h
doomstat.h Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
doomtype.h
endian.h
f_finale.c Remove "playerdeadview" variable; it's not been used for its stated purpose for who knows how long now 2018-10-11 20:00:45 +01:00
f_finale.h
f_wipe.c
fastcmp.h
filesrch.c
filesrch.h
g_game.c Remove "playerdeadview" variable; it's not been used for its stated purpose for who knows how long now 2018-10-11 20:00:45 +01:00
g_game.h
g_input.c
g_input.h
g_state.h
hu_stuff.c
hu_stuff.h Remove "playerdeadview" variable; it's not been used for its stated purpose for who knows how long now 2018-10-11 20:00:45 +01:00
i_addrinfo.c
i_addrinfo.h
i_joy.h
i_net.h
i_sound.h Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
i_system.h
i_tcp.c
i_tcp.h
i_video.h
info.c
info.h
keys.h
lua_baselib.c
lua_consolelib.c Fixed the Lua crash exploit. 2018-07-04 20:15:36 +01:00
lua_hook.h
lua_hooklib.c
lua_hud.h
lua_hudlib.c
lua_infolib.c
lua_libs.h
lua_maplib.c
lua_mathlib.c
lua_mobjlib.c
lua_playerlib.c
lua_script.c Fix unarchiving of mapheader_t userdata Lua variables 2018-10-21 15:15:54 +01:00
lua_script.h
lua_skinlib.c
lua_thinkerlib.c
lzf.c
lzf.h
m_aatree.c
m_aatree.h
m_anigif.c Fix order of operations messups by adding brackets 2018-09-16 20:25:07 +01:00
m_anigif.h
m_argv.c
m_argv.h
m_bbox.c
m_bbox.h
m_cheat.c
m_cheat.h
m_cond.c
m_cond.h
m_dllist.h
m_fixed.c Correct C FixedMul() off-by-one errors 2018-05-20 22:55:21 +03:00
m_fixed.h
m_menu.c Don't call I_StartupSound in SFX toggle 2018-09-14 16:39:10 -04:00
m_menu.h
m_misc.c Update m_misc.c 2018-07-07 20:41:11 +00:00
m_misc.h
m_queue.c
m_queue.h
m_random.c
m_random.h
m_swap.h
Makefile Split zlib and libpng 2018-10-04 19:47:19 -04:00
Makefile.cfg
md5.c
md5.h
mserv.c
mserv.h
p5prof.h
p_ceilng.c
p_enemy.c
p_floor.c
p_inter.c
p_lights.c
p_local.h Remove unused "runcount" variable from p_local.h 2018-10-11 20:00:23 +01:00
p_map.c
p_maputl.c
p_maputl.h
p_mobj.c Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
p_mobj.h Weather is already run client-side. What if we ran it render-side, for major performance gains? This commit will answer all your questions - and more! 2018-10-07 15:00:58 +01:00
p_polyobj.c
p_polyobj.h
p_pspr.h
p_saveg.c Weather is already run client-side. What if we ran it render-side, for major performance gains? This commit will answer all your questions - and more! 2018-10-07 15:00:58 +01:00
p_saveg.h
p_setup.c Remove commented out stuff, now I've confirmed everything works fine without them 2018-09-10 15:49:21 +01:00
p_setup.h
p_sight.c
p_slopes.c
p_slopes.h
p_spec.c Weather is already run client-side. What if we ran it render-side, for major performance gains? This commit will answer all your questions - and more! 2018-10-07 15:00:58 +01:00
p_spec.h
p_telept.c
p_tick.c Weather is already run client-side. What if we ran it render-side, for major performance gains? This commit will answer all your questions - and more! 2018-10-07 15:00:58 +01:00
p_tick.h
p_user.c Remove "playerdeadview" variable; it's not been used for its stated purpose for who knows how long now 2018-10-11 20:00:45 +01:00
r_bsp.c
r_bsp.h
r_data.c Remove commented out stuff, now I've confirmed everything works fine without them 2018-09-10 15:49:21 +01:00
r_data.h Remove commented out stuff, now I've confirmed everything works fine without them 2018-09-10 15:49:21 +01:00
r_defs.h
r_draw.c
r_draw.h
r_draw8.c ...and R_DrawTranslucentSplat_8, even though it isn't used! 2018-08-09 17:08:20 +01:00
r_draw16.c
r_local.h
r_main.c "t" is not needed to take out fencepost cases from viewangletox 2018-10-11 20:00:05 +01:00
r_main.h
r_plane.c Introduce a temporary measure to enable the old stuff, minus one of the most obviously terrible bugbears of yesteryear. Let it be known that any downstream poirt will almost certainly toggle this ASAP. 2018-08-25 21:17:34 +01:00
r_plane.h
r_segs.c
r_segs.h
r_sky.c
r_sky.h
r_splats.c
r_splats.h
r_state.h Remove unused sscount variable 2018-10-11 19:59:26 +01:00
r_things.c Weather is already run client-side. What if we ran it render-side, for major performance gains? This commit will answer all your questions - and more! 2018-10-07 15:00:58 +01:00
r_things.h
s_sound.c Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
s_sound.h Play the opposite type music (Digital/MIDI) when toggling between them in menu 2018-09-14 10:38:32 -04:00
screen.c
screen.h
sounds.c
sounds.h
st_stuff.c OpenGL Map Specific palettes working 2018-05-17 22:17:20 +01:00
st_stuff.h
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 Draw a star for continues if invalid skin numbers are somehow supplied 2018-10-05 22:42:36 +01:00
v_video.h
vid_copy.s
w_wad.c * Fix a memory leak regarding implementation of SOC_ (improperly copypasted code from LUA_LoadLump!!) 2018-10-08 18:50:17 +01:00
w_wad.h
y_inter.c
y_inter.h
z_zone.c
z_zone.h