Kart-Public/src
Nev3r b48c1d1ce6 Merge branch 'PK3-BackportNext' of https://github.com/Nevur/SRB2 into PK3-BackportNext
# Conflicts:
#	src/w_wad.c
2018-11-25 11:18:28 +01:00
..
android Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
blua Build: kill GCC 7's implicit-fallthrough warning 2017-09-28 09:39:47 -04:00
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 pull request #326 from monster-psychic-cat/opengl_splitscreen_sky_fix 2018-11-23 14:48:05 -05:00
locale SRB2 2.1 release 2014-03-15 13:11:35 -04:00
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 Add myargmalloc boolean to detect whether we allocated myargv ourselves or not, so we don't free myargv if we didn't 2018-11-23 19:12:48 +00:00
sdl12 Add myargmalloc boolean to detect whether we allocated myargv ourselves or not, so we don't free myargv if we didn't 2018-11-23 19:12:48 +00:00
win32 Add myargmalloc boolean to detect whether we allocated myargv ourselves or not, so we don't free myargv if we didn't 2018-11-23 19:12:48 +00:00
win32ce Fix missing commas and missed interface 2018-10-14 10:14:07 +01:00
.gitignore SRB2 2.1 release 2014-03-15 13:11:35 -04:00
Android.mk SRB2 2.1 release 2014-03-15 13:11:35 -04:00
CMakeLists.txt Starting work on porting hw_clip.c/h code, Makefiles and CMake can compile them at least 2018-11-10 16:08:26 +00:00
Makefile Some small changes 2018-11-14 21:01:54 -05:00
Makefile.cfg Fix up compiling on DD version 2018-11-14 18:00:10 -05:00
am_map.c gcc: clear uninitialized warnings in am_map.c 2016-05-27 14:22:02 -04:00
am_map.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
asm_defs.inc SRB2 2.1 release 2014-03-15 13:11:35 -04:00
b_bot.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
b_bot.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
byteptr.h byteptr.h: include endian.h to help define WRITE/READ macros correctly according to endianness 2018-11-08 17:16:54 +00:00
command.c Place limit on the amount of alias recursion allowed, to prevent cycles or otherwise excessive recursion 2018-11-10 13:08:26 +00:00
command.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
comptime.c Branch and revision information in builds 2016-03-14 12:43:08 -04:00
config.h.in update patch stuff again. 2016-05-04 05:43:05 -07:00
console.c Render the startup screen on OpenGL mode 2018-11-10 15:56:13 -03:00
console.h make console back color use just one section of memory 2016-11-02 14:26:35 -07:00
d_clisrv.c Merge branch 'PK3-Backport' into 'PK3-BackportNext' 2018-11-24 06:02:19 -05:00
d_clisrv.h Cleanup whitespace 2018-11-14 10:54:33 -05:00
d_event.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
d_main.c Make the error less confusing 2018-11-22 22:59:46 -05:00
d_main.h D_PostEvent_end is only used by Allegro (used by the DOS port) to help timers work, so check for PC_DOS in preprocessor code. Also remove FUNCMATH from said function. 2018-11-07 21:21:36 +00: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 -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
d_netcmd.c Merge branch 'PK3-Backport' into 'PK3-BackportNext' 2018-11-24 06:02:19 -05:00
d_netcmd.h Clean up warnings 2018-11-14 10:52:16 -05:00
d_netfil.c Backported PK3 support to 2.1 2018-11-23 16:58:16 +01:00
d_netfil.h fix format-truncation: need bigger string buffers 2018-11-14 16:50:52 -05:00
d_player.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
d_think.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
d_ticcmd.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
dehacked.c Merge branch 'master' into next 2018-11-20 13:55:36 +00:00
dehacked.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
doomdata.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
doomdef.h clipping code didn't seem so bad this time (at least compared to without), let's enable it now? 2018-11-10 16:09:52 +00:00
doomstat.h Merge remote-tracking branch 'public-gitlab/master' into public-music-cleanup 2018-10-19 22:04:26 -04:00
doomtype.h More doomtype.h cleaning up: 2018-11-08 17:05:35 +00:00
endian.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
f_finale.c Merge branch 'master' into next 2018-11-23 21:01:03 +00:00
f_finale.h Remove FUNCMATH from functions with a void return value or args, or examine variables other than their args (which could be modified) 2018-11-08 16:26:55 +00:00
f_wipe.c Build: kill GCC 7's format-overflow warnings 2017-09-28 09:13:46 -04:00
fastcmp.h SRB2 2.1 release 2014-03-15 13:11:35 -04:00
filesrch.c Fix includes for SDL 1.2-only ports' files 2017-09-14 21:15:38 +01:00
filesrch.h SRB2 2.1 release 2014-03-15 13:11:35 -04:00
g_game.c Merge branch 'master' into next 2018-11-14 15:45:29 -05:00
g_game.h Merge branch 'master' into next 2018-10-31 23:10:57 +00:00
g_input.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
g_input.h cv_controlperkey probably belongs in g_input.h too 2018-10-11 19:37:48 +01:00
g_state.h Remove extern for unused "oncontinuescreen" variable 2016-05-18 17:41:11 +01:00
hu_stuff.c Merge branch 'netcode-shit' of https://github.com/LJSonik/SRB2 into netcode-shit 2017-01-13 22:02:06 +01:00
hu_stuff.h HU_Start should not have FUNCMATH, it has side effects 2018-11-07 21:37:42 +00:00
i_addrinfo.c MSVC: fixed up MSVC project 2016-05-21 23:53:04 -04:00
i_addrinfo.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
i_joy.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07: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 Clean up warnings 2018-11-14 10:52:16 -05:00
i_system.h Clipboard copy/paste testing 2016-11-03 01:43:57 -07:00
i_tcp.c Merge branch 'master' into next 2018-11-08 20:50:58 +00:00
i_tcp.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
i_video.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
info.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
info.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
keys.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
lua_baselib.c Add P_GetZAt to Lua 2018-10-20 21:08:59 +01:00
lua_consolelib.c Fixed the Lua crash exploit. 2018-07-04 20:15:36 +01:00
lua_hook.h Merge branch 'Playerquit_hook' into 'next' 2018-11-08 15:53:35 -05:00
lua_hooklib.c Merge branch 'Playerquit_hook' into 'next' 2018-11-08 15:53:35 -05:00
lua_hud.h More consistent comment. 2016-08-19 00:07:32 +01:00
lua_hudlib.c got rid of the settop as well 2018-10-30 22:51:05 +01:00
lua_infolib.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
lua_libs.h add ESLOPE ifdef checks around all the Lua slope support code that was there before I was involved 2018-10-21 16:27:54 +01:00
lua_maplib.c WHY DID I FORGET THIS 2018-11-08 21:22:45 +00:00
lua_mathlib.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
lua_mobjlib.c Add mobj.standingslope to Lua 2018-10-21 15:12:51 +01:00
lua_playerlib.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
lua_script.c Merge branch 'PK3-Backport' into 'PK3-BackportNext' 2018-11-24 06:02:19 -05:00
lua_script.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
lua_skinlib.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07: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 Fix order of operations messups by adding brackets 2018-09-16 20:25:07 +01:00
m_anigif.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_argv.c Do not remove newlines from the end of files 2018-11-24 17:30:49 -05:00
m_argv.h Add myargmalloc boolean to detect whether we allocated myargv ourselves or not, so we don't free myargv if we didn't 2018-11-23 19:12:48 +00:00
m_bbox.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_bbox.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_cheat.c P_IsPointInSubsector now works in both Software and GL, which means it can be used as the main driver behind support for Knuckles climbing on one-sided walls. 2016-10-29 11:54:47 -04:00
m_cheat.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_cond.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_cond.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_dllist.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_fixed.c Correct C FixedMul() off-by-one errors 2018-05-20 22:55:21 +03:00
m_fixed.h m_fixed: asm: cc is not a register 2018-05-18 00:23:22 +02:00
m_menu.c change return type of M_CheckMODVersion to boolean 2018-11-19 17:47:23 +00:00
m_menu.h Build: fixup warnings in Debug builds 2017-09-28 16:54:26 -04:00
m_misc.c Save current renderer to screenshots 2018-11-13 17:19:22 -05:00
m_misc.h Moved screenshot/movie consvar externs to m_misc.h 2018-10-11 19:38:11 +01:00
m_queue.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_queue.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_random.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_random.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
m_swap.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
md5.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
md5.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
mserv.c Make sure GetMODVersion and its console equiv properly detect failing to get a reply from the MS, also added extra console/menu messages 2018-11-19 17:46:38 +00:00
mserv.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07: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 Build: fixup warnings in Debug builds 2017-09-28 16:54:26 -04:00
p_floor.c Cleanup whitespace 2018-11-14 10:54:33 -05:00
p_inter.c Build: kill GCC 7's implicit-fallthrough warning 2017-09-28 09:39:47 -04:00
p_lights.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
p_local.h Remove unused "runcount" variable from p_local.h 2018-10-11 20:00:23 +01:00
p_map.c P_FloorzAtPos: Check the normal floor's slope as well as FOF slopes, silly. 2017-08-30 19:21:23 +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 Merge branch 'master' into next 2018-11-09 23:18:14 +00:00
p_mobj.h P_NullPrecipThinker no longer should have FUNCMATH (though I'm not sure if it should have had it in the first place anyway) 2018-11-07 21:00:38 +00:00
p_polyobj.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
p_polyobj.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
p_pspr.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
p_saveg.c Merge branch 'PK3-Backport' into 'PK3-BackportNext' 2018-11-24 06:02:19 -05:00
p_saveg.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
p_setup.c Backported PK3 support to 2.1 2018-11-23 16:58:16 +01:00
p_setup.h Backported PK3 support to 2.1 2018-11-23 16:58:16 +01:00
p_sight.c Added P_LoadReject function to properly check if REJECT lump is valid or not when loading it, so P_CheckSight can avoid accessing it if not. 2016-06-11 18:45:56 +01:00
p_slopes.c Merge branch 'next' into lua-slopes 2018-10-20 18:31:06 +01:00
p_slopes.h Merge branch 'next' into lua-slopes 2018-10-20 18:31:06 +01:00
p_spec.c Merge branch 'PK3-Backport' into 'PK3-BackportNext' 2018-11-24 06:02:19 -05:00
p_spec.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
p_telept.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
p_tick.c Merge branch 'master' into next 2018-10-09 22:55:55 +01:00
p_tick.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
p_user.c Merge branch 'master' into next 2018-11-09 23:18:14 +00:00
r_bsp.c Made some efforts to improve efficiency of new code, hard to tell if I've made it better or worse though honestly 2018-11-10 16:09:21 +00:00
r_bsp.h Made some efforts to improve efficiency of new code, hard to tell if I've made it better or worse though honestly 2018-11-10 16:09:21 +00:00
r_data.c Merge branch 'PK3-Backport' into 'PK3-BackportNext' 2018-11-24 06:02:19 -05: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 Make new pv1/pv2 seg pointers, so AdjustSeg doesn't modify the v1/v2 pointers directly anymore 2018-10-27 19:29:31 +01:00
r_draw.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
r_draw.h Add R_Draw2sMultiPatchTranslucentColumn_8, for columns of multi-patch textures used as midtextures on two-sided linedefs with both transparency AND translucency 2018-10-11 17:05:13 +01:00
r_draw8.c Change when and specifically what colormap[] is applied to in R_Draw2sMultiPatchTranslucentColumn_8 2018-10-11 17:05:23 +01:00
r_draw16.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
r_local.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
r_main.c Merge branch 'master' into analog-flipcam-synch-fix 2018-10-29 19:52:08 +01:00
r_main.h Remove all traces of SSN's old port of ZDoom's secplanes for slopes, since our slopes do not need them 2017-01-02 19:12:09 +00:00
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 Remove FUNCMATH from functions with a void return value or args, or examine variables other than their args (which could be modified) 2018-11-08 16:26:55 +00:00
r_segs.c Merge branch 'fof-wall-rendering-fixes-and-cleanup' into 'master' 2018-11-20 08:54:09 -05:00
r_segs.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
r_sky.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
r_sky.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
r_splats.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
r_splats.h Remove FUNCMATH from functions with a void return value or args, or examine variables other than their args (which could be modified) 2018-11-08 16:26:55 +00:00
r_state.h Remove unused sscount variable 2018-10-11 19:59:26 +01:00
r_things.c Backported PK3 support to 2.1 2018-11-23 16:58:16 +01:00
r_things.h We need to include the NUL char 2018-11-18 20:21:32 -05:00
s_sound.c Merge remote-tracking branch 'steeltitanium/music-clean' into test-public-music-cleanup 2018-10-19 23:56:56 -04:00
s_sound.h Merge remote-tracking branch 'steeltitanium/music-clean' into test-public-music-cleanup 2018-10-19 23:56:56 -04:00
screen.c Fix OpenGL's HUD not being scaled the same way as Software's, by removing an old OpenGL-specific hack for fdupx/fdupy 2018-11-13 18:14:59 +00:00
screen.h Add R_Draw2sMultiPatchTranslucentColumn_8, for columns of multi-patch textures used as midtextures on two-sided linedefs with both transparency AND translucency 2018-10-11 17:05:13 +01:00
sounds.c Build: kill GCC 7's format-overflow warnings 2017-09-28 09:13:46 -04:00
sounds.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
st_stuff.c OpenGL Map Specific palettes working 2018-05-17 22:17:20 +01:00
st_stuff.h ST_Ticker also should not have FUNCMATH, as it also has side effects 2018-11-07 21:45:27 +00:00
string.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07: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 copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
tables.h FUNCMATH fun 2016-06-12 16:08:48 -04:00
tmap.nas copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
tmap.s copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
tmap_asm.s copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
tmap_mmx.nas copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
tmap_vc.nas copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
v_video.c Render the startup screen on OpenGL mode 2018-11-10 15:56:13 -03:00
v_video.h make console back color use just one section of memory 2016-11-02 14:26:35 -07:00
vid_copy.s copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
w_wad.c Progress? 2018-11-25 11:11:50 +01:00
w_wad.h Progress? 2018-11-25 11:11:50 +01:00
y_inter.c Merge branch 'master' into next 2018-11-20 13:55:36 +00:00
y_inter.h Moved Y_EndGame from y_inter.c/h to g_game.c/h, renamed it to G_EndGame 2018-10-11 21:24:53 +01:00
z_zone.c copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00
z_zone.h copyright dates/statements updated and such 2016-05-17 17:42:11 -07:00