SRB2/src
Steel Titanium ff8987f745 Support for http downloads
(cherry picked from commit 6fcc06bf72cf3b95c30f04919e807c7aaacec68d)

(cherry picked just the libcurl stuff)
2020-05-13 17:25:52 -07:00
..
android Rename stuff around 2020-02-17 21:11:56 -03:00
blua Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
djgppdos Merge branch 'sdlglcontext' into 'master' 2020-04-09 19:51:20 -04:00
dummy Rename stuff around 2020-02-17 21:11:56 -03:00
hardware Last minute OpenGL fix: don't check flippedness in HWR_RotateSpritePolyToAim if the mobj is actually a precipmobj! 2020-05-10 20:09:08 +01:00
locale Revert "Revert "Merge branch 'musicplus-aug2019-b' into 'master'"" 2019-08-04 12:03:57 +01:00
sdl Support for http downloads 2020-05-13 17:25:52 -07:00
win32 Support for http downloads 2020-05-13 17:25:52 -07:00
.gitignore
Android.mk
CMakeLists.txt Support for http downloads 2020-05-13 17:25:52 -07:00
Makefile Support for http downloads 2020-05-13 17:25:52 -07:00
Makefile.cfg Merge branch 'public_next' 2019-09-03 19:07:57 +01:00
am_map.c Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
am_map.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
apng.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
apng.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
asm_defs.inc Update copyright year to 2020 2020-02-19 14:08:45 -08:00
b_bot.c Remove instances of HAVE_BLUA that actually disable Lua now 2020-05-10 19:59:56 -07:00
b_bot.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
byteptr.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
command.c Merge remote-tracking branch 'origin/master' into next 2020-04-18 17:20:33 -07:00
command.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
comptime.c
config.h.in Update patch.pk3 asset hash 2020-05-11 14:41:36 -07:00
console.c Fix OpenGL 2020-03-17 15:23:13 -03:00
console.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
d_clisrv.c Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
d_clisrv.h Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
d_event.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
d_main.c Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
d_main.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
d_net.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
d_net.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
d_netcmd.c Add a minimum delay between connections 2020-04-24 14:05:15 +02:00
d_netcmd.h Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
d_netfil.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
d_netfil.h Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
d_player.h Merge branch 'dye' into 'next' 2020-04-09 19:50:32 -04:00
d_think.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
d_ticcmd.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
dehacked.c Merge branch 'master' of https://git.magicalgirl.moe/STJr/SRB2.git into fickleheart/SRB2-menu-soc-bullshit 2020-05-11 15:00:31 +01:00
dehacked.h Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
doomdata.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
doomdef.h make savegamename in doomdef.h an extern, put the actual definition in d_main.c 2020-05-12 18:37:15 +01:00
doomstat.h added missing extern keyword for ntemprecords in doomstat.h (definition is in g_game.c) 2020-05-12 18:43:49 +01:00
doomtype.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
endian.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
f_finale.c Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
f_finale.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
f_wipe.c Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
fastcmp.h
filesrch.c Mark new-style log names as loaded. 2019-09-20 17:43:41 +01:00
filesrch.h Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
g_demo.c Merge branch 'next' into demos-refactor 2020-03-20 17:48:31 +00:00
g_demo.h Create G_FreeGhosts, for the benefit of G_DeferedInitNew (assuming it actually needs to do `ghosts = NULL;` at all) 2020-03-19 20:42:51 +00:00
g_game.c Disable continues outside of no-save/Ultimate by default, but allow SOC to re-enable them globally. 2020-03-26 20:16:44 +00:00
g_game.h Merge branch 'next' into demos-refactor 2020-03-20 17:48:31 +00:00
g_input.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
g_input.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
g_state.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
hms123311.c Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
hu_stuff.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
hu_stuff.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
i_addrinfo.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
i_addrinfo.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
i_joy.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
i_net.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
i_sound.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
i_system.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
i_tcp.c Add support for srb2:// URL handler (server links) 2020-03-21 01:36:39 -05:00
i_tcp.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
i_threads.h Multithreading in my SRB2??? 2020-05-13 17:21:19 -07:00
i_video.h Merge branch 'sdlglcontext' into 'master' 2020-04-09 19:51:20 -04:00
info.c Prevent laser sprites clipping into walls/off ledges 2020-05-08 02:58:56 +08:00
info.h Update new GFZ3 laser 2020-05-06 09:03:03 +08:00
keys.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
lua_baselib.c Merge branch 'lightmemedata' into 'next' 2020-04-09 19:48:39 -04:00
lua_blockmaplib.c Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
lua_consolelib.c Merge branch 'lightmemedata' into 'next' 2020-04-09 19:48:39 -04:00
lua_hook.h Merge branch 'bot-respawn-hook' into 'next' 2020-04-09 19:52:25 -04:00
lua_hooklib.c Merge branch 'bot-respawn-hook' into 'next' 2020-04-09 19:52:25 -04:00
lua_hud.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
lua_hudlib.c Restore old entry searching functions and add alternate versions for long names 2020-04-26 00:39:52 +02:00
lua_infolib.c You don't need to push the value twice, it's only used once 2020-04-09 17:30:53 -07:00
lua_libs.h Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
lua_maplib.c Allow map-wide gravity to be set via level header 2020-05-03 18:33:18 +02:00
lua_mathlib.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
lua_mobjlib.c Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
lua_playerlib.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
lua_script.c Merge branch 'optimise-archiving' into 'next' 2020-05-09 16:40:28 -04:00
lua_script.h Merge branch 'lightmemedata' into 'next' 2020-04-09 19:48:39 -04:00
lua_skinlib.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
lua_thinkerlib.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
lzf.c Incinerated WinCE 2017-09-29 23:25:34 +01:00
lzf.h
m_aatree.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_aatree.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_anigif.c Fix OpenGL only recording the first frame of unoptimized GIFs 2020-05-09 16:59:09 -03:00
m_anigif.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_argv.c Define SERVER_URL_PROTOCOL const for easy reconfiguration 2020-03-21 07:47:29 -05:00
m_argv.h Add support for srb2:// URL handler (server links) 2020-03-21 01:36:39 -05:00
m_bbox.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_bbox.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_cheat.c Disable continues outside of no-save/Ultimate by default, but allow SOC to re-enable them globally. 2020-03-26 20:16:44 +00:00
m_cheat.h Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
m_cond.c Include r_skins.h instead of r_things.h in many files where all they wanted from it was skins stuff 2020-03-09 13:54:56 +00:00
m_cond.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_dllist.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_fixed.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_fixed.h use ATTRINLINE rather than inline to match some of the other functions in this file, though I'm told modern compilers ignore inlining info as they actually decide themselves now 2020-03-30 20:25:56 +01:00
m_menu.c Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
m_menu.h Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
m_misc.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_misc.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_queue.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_queue.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_random.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_random.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
m_swap.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
md5.c Incinerated WinCE 2017-09-29 23:25:34 +01:00
md5.h
mserv.c Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
mserv.h Make mod update, room list and server list multithreaded 2020-05-13 17:24:27 -07:00
p5prof.h
p_ceilng.c Remove P_FindSectorFromLineTag 2020-04-27 14:31:37 +02:00
p_enemy.c Remove instances of HAVE_BLUA that actually disable Lua now 2020-05-10 19:59:56 -07:00
p_floor.c Merge branch 'find-sector-from-tag' into 'next' 2020-05-01 05:49:52 -04:00
p_inter.c Merge branch 'continue_tweaks' into 'next' 2020-04-18 20:15:04 -04:00
p_lights.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
p_local.h Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
p_map.c Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
p_maputl.c Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
p_maputl.h Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
p_mobj.c Use camera angle, not mobj angle, when comparing Angle Anchor 2020-05-10 19:40:28 -07:00
p_mobj.h Restore carelessly removed const keywords. 2020-04-22 23:38:10 +02:00
p_polyobj.c Fix PolyObject flags not being applied when there is no parameter line 2020-05-05 08:40:59 +02:00
p_polyobj.h Make PolyObject special functions return boolean instead of INT32 2020-05-04 10:07:38 +02:00
p_pspr.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
p_saveg.c Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
p_saveg.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
p_setup.c Allow map-wide gravity to be set via level header 2020-05-03 18:33:18 +02:00
p_setup.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
p_sight.c Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
p_slopes.c Remove P_FindSectorFromLineTag 2020-04-27 14:31:37 +02:00
p_slopes.h Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
p_spec.c Fixed a typo 2020-05-07 21:59:39 +02:00
p_spec.h Merge branch 'find-sector-from-tag' into 'next' 2020-05-01 05:49:52 -04:00
p_telept.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
p_tick.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
p_tick.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
p_user.c Fix crash with rollout rock 2020-05-11 23:48:35 +02:00
r_bsp.c Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
r_bsp.h Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
r_data.c Revert "Replace a few instance of strncpy with strlcpy" 2020-04-29 10:55:49 +02:00
r_data.h Merge branch 'master' into next 2020-02-21 21:01:29 -05:00
r_defs.h Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
r_draw.c Merge branch 'supergoldedit' into 'next' 2020-04-09 19:50:06 -04:00
r_draw.h Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
r_draw8.c Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
r_draw8_npo2.c Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
r_draw16.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_local.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_main.c Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
r_main.h Merge branch 'master' into next 2020-02-21 21:01:29 -05:00
r_patch.c Fix drop shadow and rotsprite code to use SHORT() 2020-05-02 17:13:16 +01:00
r_patch.h :) 2020-02-19 14:44:22 -08:00
r_plane.c Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
r_plane.h Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
r_portal.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_portal.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_segs.c Remove POLYOBJECTS and POLYOBJECTS_PLANES defines 2020-05-02 12:08:31 +02:00
r_segs.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_skins.c Merge remote-tracking branch 'origin/next' into SF_NONIGHTSSUPER 2020-04-09 16:47:52 -07:00
r_skins.h Include r_skins.h instead of r_things.h in many files where all they wanted from it was skins stuff 2020-03-09 13:54:56 +00:00
r_sky.c Merge branch 'master' into next 2020-02-21 21:01:29 -05:00
r_sky.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_splats.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_splats.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_state.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
r_things.c Merge branch 'master' into next 2020-05-06 21:51:36 +01:00
r_things.h Minor optimisations surrounding R_DrawFlippedMaskedColumn. 2020-03-26 16:09:19 +00:00
s_sound.c turn all non-extern variables in s_sound.h into externs (and put their real definitions in the .c file) 2020-05-12 18:40:51 +01:00
s_sound.h turn all non-extern variables in s_sound.h into externs (and put their real definitions in the .c file) 2020-05-12 18:40:51 +01:00
screen.c Don't show the FPS counter during startup. 2020-05-11 01:33:34 +02:00
screen.h Make SRB2 flat like Earth 2020-03-20 18:55:29 +01:00
sounds.c Update new GFZ3 laser 2020-05-06 09:03:03 +08:00
sounds.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
st_stuff.c Fix splitscreen Title Card act name regression 2020-05-11 19:57:20 +02:00
st_stuff.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
strcasestr.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
string.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
t_facon.c
t_fsin.c
t_ftan.c
t_tan2a.c
tables.c Update copyright year to 2020 2020-02-19 14:08:45 -08:00
tables.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
tmap.nas Update copyright year to 2020 2020-02-19 14:08:45 -08:00
tmap.s Update copyright year to 2020 2020-02-19 14:08:45 -08:00
tmap_asm.s Update copyright year to 2020 2020-02-19 14:08:45 -08:00
tmap_mmx.nas Update copyright year to 2020 2020-02-19 14:08:45 -08:00
tmap_vc.nas Update copyright year to 2020 2020-02-19 14:08:45 -08:00
v_video.c Make showfps save to config, and add a compact option. 2020-05-08 15:40:50 +02:00
v_video.h Merge branch 'master' into next 2020-02-21 21:01:29 -05:00
vid_copy.s Update copyright year to 2020 2020-02-19 14:08:45 -08:00
w_wad.c Merge branch 'master' into next 2020-05-06 18:36:20 -04:00
w_wad.h Restore old entry searching functions and add alternate versions for long names 2020-04-26 00:39:52 +02:00
y_inter.c Revert "Replace a few instance of strncpy with strlcpy" 2020-04-29 10:55:49 +02:00
y_inter.h Update copyright year to 2020 2020-02-19 14:08:45 -08:00
z_zone.c Use HAVE_BLUA as fuel for my fireplace 2020-03-19 18:36:14 +01:00
z_zone.h Merge branch 'update-copyright-year' into 'master' 2020-02-21 20:59:56 -05:00