..
android
blua
djgppdos
dummy
hardware
Should hopefully fix the MD2 crash reported
2019-01-21 22:48:57 +00:00
locale
nds
sdl
Update project files
2019-02-14 21:32:57 -05:00
sdl12
Update project files
2019-02-14 21:32:57 -05:00
win32
Update project files
2019-02-14 21:32:57 -05:00
win32ce
Better cpusleep
2019-01-28 14:12:08 -05:00
.gitignore
am_map.c
am_map.h
Android.mk
apng.c
Update copyright year
2019-02-11 16:01:02 -08:00
apng.h
Update copyright year
2019-02-11 16:01:02 -08:00
asm_defs.inc
b_bot.c
b_bot.h
byteptr.h
CMakeLists.txt
Support CMake for apng
2019-02-12 17:01:27 -08: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
Update patch.kart hash
2019-02-04 22:02:34 -05:00
console.c
merge srb2 next
2019-01-05 15:59:23 -05:00
console.h
d_clisrv.c
Fix NONET. I thought I did this already during development, but I guess it got broken near the end.
2019-02-09 09:58:48 +00:00
d_clisrv.h
rename PT_WIPETIME to PT_BASICKEEPALIVE to be more obvious what it does
2019-02-02 21:53:27 +00:00
d_event.h
d_main.c
Do not start sound system when disabled
2019-02-06 17:24:13 -08:00
d_main.h
d_net.c
The string that got away from my memory
2019-02-04 22:02:40 +00:00
d_net.h
merge srb2 next
2019-01-05 15:59:23 -05:00
d_netcmd.c
Merge branch 'next' into ingame-player-cap
2019-02-03 17:23:50 -05:00
d_netcmd.h
In-game player cap & spectator queue
2019-02-03 16:43:11 -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
d_player.h
Merge branch 'next' into ingame-player-cap
2019-02-03 17:23:50 -05: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
Merge branch 'next' into ingame-player-cap
2019-02-03 17:23:50 -05:00
dehacked.h
* Increased leniency for SOC wrt "major mods".
2019-01-17 20:51:41 +00:00
doomdata.h
doomdef.h
Update version
2019-02-04 22:00:36 -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
remove whitespaces
2019-02-05 15:42:37 -05:00
f_finale.h
f_wipe.c
why does this trigger ERRORMODE now?!
2019-02-04 22:22:12 -05:00
fastcmp.h
filesrch.c
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
Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart-Public.git into next
2019-02-02 21:12:49 +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
remove whitespaces
2019-02-05 15:42:37 -05:00
g_input.h
merge srb2 next
2019-01-05 15:59:23 -05:00
g_state.h
hu_stuff.c
remove whitespaces
2019-02-05 15:42:37 -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
remove whitespaces
2019-02-05 15:42:37 -05:00
info.h
remove whitespaces
2019-02-05 15:42:37 -05:00
k_kart.c
Add some P_MobjWasRemoved checks around code that shrink touches
2019-02-17 22:09:37 -06:00
k_kart.h
fixup EOL in kart files
2019-02-05 15:36:30 -05:00
keys.h
lua_baselib.c
Merge branch 'expose-more-lua-stuff' into 'next'
2019-01-26 13:19:41 -05:00
lua_blockmaplib.c
lua_consolelib.c
lua_hook.h
Expose some more Kart functions, freeplay and rankings bumpers are now hud stuff you can toggle, + experimental playercmd hook
2019-01-13 14:40:48 +01:00
lua_hooklib.c
hook_cmd_running around the loop rather than inside
2019-01-13 20:16:53 +01:00
lua_hud.h
Expose some more Kart functions, freeplay and rankings bumpers are now hud stuff you can toggle, + experimental playercmd hook
2019-01-13 14:40:48 +01:00
lua_hudlib.c
You will never have Lua consoleplayer.
2019-01-28 17:28:15 +00:00
lua_infolib.c
Expose some more Kart functions, freeplay and rankings bumpers are now hud stuff you can toggle, + experimental playercmd hook
2019-01-13 14:40:48 +01:00
lua_libs.h
lua_maplib.c
Expose some more Kart functions, freeplay and rankings bumpers are now hud stuff you can toggle, + experimental playercmd hook
2019-01-13 14:40:48 +01:00
lua_mathlib.c
lua_mobjlib.c
Expose some more Kart functions, freeplay and rankings bumpers are now hud stuff you can toggle, + experimental playercmd hook
2019-01-13 14:40:48 +01:00
lua_playerlib.c
Expose some more Kart functions, freeplay and rankings bumpers are now hud stuff you can toggle, + experimental playercmd hook
2019-01-13 14:40:48 +01:00
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
m_fixed.h
m_menu.c
Merge branch 'fix_nonet' into 'master'
2019-02-16 06:11:43 -05:00
m_menu.h
Update the (unused) SP menu stuff to use MAXSKINS
2019-01-15 20:09:55 -05:00
m_misc.c
Support aPNG in new versions of libpng
2019-02-10 23:52:02 -08:00
m_misc.h
m_queue.c
m_queue.h
m_random.c
m_random.h
m_swap.h
Makefile
Support aPNG in new versions of libpng
2019-02-10 23:52:02 -08:00
Makefile.cfg
md5.c
md5.h
mserv.c
mserv.h
p5prof.h
p_ceilng.c
p_enemy.c
Add delay to Jawz target switching, set Jawz target when fired
2019-01-30 15:39:29 -05:00
p_floor.c
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
Play hit confirm sound for shields
2019-01-30 14:42:24 -05:00
p_maputl.c
p_maputl.h
p_mobj.c
Offroad spark fix & sink
2019-02-02 00:58:51 -05: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
P_NetKeepAlive should also be here because it potentially pauses mid-game!
2019-02-04 21:54:10 +00:00
p_setup.h
p_sight.c
p_slopes.c
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
Merge branch 'next'
2019-02-05 22:02:08 -05: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
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
screen.h
sounds.c
sounds.h
st_stuff.c
In-game player cap & spectator queue
2019-02-03 16:43:11 -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
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
remove whitespaces
2019-02-05 15:42:37 -05:00
v_video.h
merge srb2 next
2019-01-05 15:59:23 -05:00
vid_copy.s
w_wad.c
Add missing ifdefs
2019-02-14 20:59:07 -05:00
w_wad.h
y_inter.c
Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart-Public.git into next
2019-02-02 21:12:49 +00:00
y_inter.h
z_zone.c
z_zone.h