James R
635e55e993
Fucking multithreading in the server registration
...
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2020-05-13 17:25:52 -07:00
James R
37fc2496de
Wait for threads before SDL_Quit (lol)
2020-05-13 17:25:52 -07:00
James R
2be0e09432
Create cond if it doesn't exist when signaling
2020-05-13 17:25:52 -07:00
James R
d0a674c142
Use malloc for hms
2020-05-13 17:25:52 -07:00
Steel Titanium
97ba63424f
Support for http downloads
...
(cherry picked from commit 5e0eca9fe9 )
(cherry picked just the libcurl stuff)
2020-05-13 17:25:52 -07:00
James R
1e64eae0c7
Make mod update, room list and server list multithreaded
...
This took fucking ages and it still fails sometimes in edge cases, but I
don't give a FUCK right now.
2020-05-13 17:24:27 -07:00
James R
3312743a66
Multithreading in my SRB2???
2020-05-13 17:21:19 -07:00
James R
79ce8a4bfc
WHY THE FUCK DID I DO THIS
2020-05-13 17:21:18 -07:00
James R
5d6a199a01
Oops
2020-05-13 17:21:18 -07:00
James R
1567703101
Handle NULL hms buffer
2020-05-13 17:21:18 -07:00
James R
9bf1f11f91
Compiler errors: won't stop, can't stop
2020-05-13 17:21:18 -07:00
James R
5bcce64053
masterserver_update_rate cvar determines wait between updates in minutes
...
The new default is 15 minutes as well. And if you think that's too long, I have
confirmed that the Master Server delists inactive servers after a whopping 40
minutes, at least.
2020-05-13 17:20:59 -07:00
James R
6787f77304
Don't try to update right after registering
2020-05-13 17:20:59 -07:00
James R
717ab3526a
Add a hack so the 'All' room isn't display for hosting
2020-05-13 17:20:59 -07:00
James R
8893243c78
Kill the old mserv, long live HMS!
2020-05-13 17:20:59 -07:00
James R
ba786e7cf8
Clean up header text
2020-05-13 17:18:27 -07:00
James R
35e4bf9f33
HTTP update alert
2020-05-13 17:18:27 -07:00
James R
5f032789f3
Fix some goofs
2020-05-13 17:18:27 -07:00
James R
b48f5ecce6
Bruh
2020-05-13 17:18:27 -07:00
James R
bb2e2fddae
Clean up a bunch of stuff and follow the Master Server API more closely
2020-05-13 17:18:27 -07:00
James R
b63e473d5b
Windows certs do work, thanks Steel!
2020-05-13 17:18:27 -07:00
James R
8bd1a6ee90
Handle more errors
2020-05-13 17:18:27 -07:00
James R
c08d9a1329
Kill masterserver_token
2020-05-13 17:18:27 -07:00
James R
bb0aa4ce4e
This will be the Master Server in 2020
2020-05-13 17:18:27 -07:00
James R
12788f6491
Use https because my web server redirects
2020-05-13 17:18:27 -07:00
James R
eec6a82882
strtok can return NULL
2020-05-13 17:18:27 -07:00
James R
f9260dedee
This time I fucked up
2020-05-13 17:18:27 -07:00
James R
be4dda2fc4
Windows gaysed: the sequel
2020-05-13 17:18:27 -07:00
James R
975165c424
Windows is weird
2020-05-13 17:18:27 -07:00
James R
a5d65b2ede
masterserver_debug to set CURLOPT_VERBOSE
2020-05-13 17:18:27 -07:00
James R
d2590e3a76
Don't show "All" room when hosting
2020-05-13 17:18:27 -07:00
James R
77642a7cda
I don't even know my own website
2020-05-13 17:18:26 -07:00
James R
6f9b548840
lol
2020-05-13 17:18:26 -07:00
James R
65ff8e2f00
The big bad HTTP master server
...
Cvars:
http_masterserver is the url to the master server's API.
masterserver_token may be an authentication token.
2020-05-13 17:18:26 -07:00
MascaraSnake
7ea005fdc1
Merge branch 'fix-window-icon' into 'master'
...
Fix window icon being reset when switching renderers on non-Windows platforms
See merge request STJr/SRB2!898
2020-05-13 04:14:51 -04:00
MascaraSnake
bbded108ef
Merge branch 'ogl-gif-fix' into 'master'
...
Fix OpenGL only recording the first frame of unoptimized GIFs
See merge request STJr/SRB2!928
2020-05-13 04:09:58 -04:00
Monster Iestyn
b167f12013
Merge branch 'gcc10-fixes' into 'master'
...
GCC 10 compiling fixes
See merge request STJr/SRB2!937
2020-05-12 14:47:49 -04:00
Monster Iestyn
86e2053dcd
added missing extern keyword for ntemprecords in doomstat.h (definition is in g_game.c)
2020-05-12 18:43:49 +01:00
Monster Iestyn
be0e7e63bf
added missing extern keyword for ms_RoomId in mserv.h (the definition is already in the .c file in this case)
2020-05-12 18:42:16 +01:00
Monster Iestyn
6878220a1b
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
Monster Iestyn
62a640e282
make savegamename in doomdef.h an extern, put the actual definition in d_main.c
2020-05-12 18:37:15 +01:00
Steel Titanium
a491f20bee
Merge branch 'master' into next
2020-05-11 18:20:09 -04:00
SteelT
a43072a853
Merge branch 'splitscreen-titlecards-fix' into 'master'
...
Fix splitscreen Title Card act name regression
See merge request STJr/SRB2!934
2020-05-11 18:18:22 -04:00
SteelT
9e93ab4cf5
Merge branch 'menu-soc-bullshit-mergefix' into 'master'
...
Menu soc bullshit mergefix
See merge request STJr/SRB2!933
2020-05-11 18:17:59 -04:00
SteelT
1c7f684f3e
Merge branch '2.2.4-prep' into 'next'
...
2.2.4 preparation
See merge request STJr/SRB2!935
2020-05-11 18:06:11 -04:00
James R
4753c9042d
Merge remote-tracking branch 'origin/next' into 2.2.4-prep
2020-05-11 15:01:32 -07:00
LJ Sonic
b0c1bf50e3
Merge branch 'fix-rollout-rock-crash' into 'next'
...
Fix crash with rollout rock
See merge request STJr/SRB2!936
2020-05-11 17:57:31 -04:00
Louis-Antoine
be67ca3203
Fix crash with rollout rock
2020-05-11 23:48:35 +02:00
James R
e95d2beed7
Update patch.pk3 asset hash
2020-05-11 14:41:36 -07:00
James R
ffd88746da
Update version names, SUBVERSION, MODVERSION
2020-05-11 14:41:36 -07:00