Wolfy
eed42360b0
Forgot to update date modified
2020-05-09 09:15:17 -05:00
ThatAwesomeGuy173
972d052c67
Display refusal message if there is no HTTP source and internal downloads are disabled
2020-05-09 06:06:21 -06:00
Wolfy
1134d87b5f
Update patch.kart hash
2020-05-09 03:16:46 -05:00
Wolfy
18ee678a3a
Minor credits updates
2020-05-09 01:17:10 -05:00
Steel Titanium
63104b78fa
Add a default manifest file.
...
The tldr is that it fixes opengl not working on systems with broken drivers, which is usually older intel GPUs
2020-05-08 22:59:19 -04:00
wolfs
026acc1f7f
Merge branch 'large-server-list' into 'awful-mix'
...
Increase MAXNETNODES so the server list can be larger
See merge request SinnamonLat/Kart-Public!15
2020-05-06 02:57:28 -04:00
Wolfy
7fa7543358
Fix the RA only linedef
...
I forgot some stuff.
2020-05-05 10:25:40 -05:00
Wolfy
aabd65cbff
Don't use models for signposts
...
based james
2020-05-03 23:51:30 -05:00
Latapostrophe
6bf117300b
Add back viewpoint names & fix console inputs in replays
2020-04-30 15:50:30 +02:00
Wolfy
cd11abafa9
Merge remote-tracking branch 'remotes/james/awful-mix-fucked' into awful-mix
2020-04-30 04:40:11 -05:00
Wolfy
c3d34198ef
Shader batching additions
2020-04-29 00:03:02 -05:00
James R
2e6e13cc07
Merge remote-tracking branch 'lat/awful-mix' into awful-mix-fucked
2020-04-28 21:56:35 -07:00
James R
67b226c801
Oops a debug condition snuck in there
2020-04-28 14:35:03 -07:00
Latapostrophe
0897f6f21a
Cam lockon, allow viewpoint change during freecam
2020-04-28 23:24:48 +02:00
James R
d1fb8f42f2
Fix switching the master server
2020-04-28 14:21:57 -07:00
James R
18ced99463
Put some mutex on CONS_Printf etc. hahaha
2020-04-28 13:08:43 -07:00
James R
c5beebbd48
Fucking multithreading in the server registration
...
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2020-04-28 12:33:50 -07:00
Latapostrophe
28baaa53a6
Add lua toggle for check hud
2020-04-28 17:24:33 +02:00
Latapostrophe
858adbcbfd
Merge branch 'awful-mix' of git.magicalgirl.moe:SinnamonLat/Kart-Public into awful-mix
2020-04-28 16:58:48 +02:00
James R
f29e5ebf26
Wait for threads before SDL_Quit (lol)
2020-04-27 18:03:10 -07:00
James R
3a54cbd7a1
Create cond if it doesn't exist when signaling
2020-04-27 18:01:27 -07:00
wolfs
214e5d6566
Merge branch 'sal-lighting-port' into 'awful-mix'
...
'sal-lighting' code ports from v2
See merge request SinnamonLat/Kart-Public!14
2020-04-27 04:52:58 -04:00
James R
e85b6d567d
Use malloc for hms
2020-04-26 21:56:59 -07:00
James R
bad06eba17
Match MAXSERVERLIST to MAXNETNODES, increase MAXNETNODES
...
Each server in the server list requires a node. It's also MAXNETNODES-1 because
the first node is yourself.
2020-04-26 20:46:33 -07:00
Steel Titanium
28e51c2d9e
Support for http downloads
...
(cherry picked from commit 5e0eca9fe9 )
(cherry picked just the libcurl stuff)
2020-04-26 20:01:15 -07:00
James R
29bf51bc99
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-04-26 19:46:35 -07:00
James R
908013f02e
Download mismatched md5sum with http
...
This is from 7176aaf3
2020-04-26 01:29:40 -07:00
James R
9640cb1635
Fallback you doofus!
2020-04-26 01:28:01 -07:00
Wolfy
f35bdf3bb7
Revert basically every attempted join passwords fix
2020-04-26 01:20:46 -07:00
James R
6613b19220
Merge remote-tracking branch 'lat/remove-passwords' into awful-mix-fucked
2020-04-26 01:16:27 -07:00
James R
720e08c14d
Revert "Reorder join process so password is authenticated before attempting to download"
...
This reverts commit 7176aaf36f .
2020-04-26 01:12:40 -07:00
James R
de9a156884
Revert "Don't send httpsource in SERVERINFO if join password is set"
...
This reverts commit ffd120f597 .
2020-04-26 01:12:39 -07:00
James R
82b3649ad6
Revert "Request a download after completing the join challenge"
...
This reverts commit 98478d6712 .
2020-04-26 01:11:25 -07:00
Sally Cochenour
9483b72410
Forgotten / TICRATE
2020-04-25 21:33:34 -04:00
Sally Cochenour
f2aa2bb541
'sal-lighting' code ports from v2
2020-04-25 20:56:50 -04:00
Wolfy
9305cf7129
Remove cv_grskydome
...
This is how GL should've been handling skies all along, no point having an option
2020-04-24 23:48:03 -05:00
Wolfy
98183fef6f
Merge remote-tracking branch 'remotes/bird/isolatedbatching' into awful-mix
...
# Conflicts:
# src/hardware/hw_main.c
# src/hardware/r_opengl/r_opengl.c
2020-04-24 18:10:25 -05:00
Hannu Hanhi
1e6444767e
Fix mistake in previous commit
2020-04-22 23:50:50 +03:00
Hannu Hanhi
e4bbe42eec
Fix lighting breaking if trying to use unavailable shaders
2020-04-22 23:50:14 +03:00
wolfs
e1f33d903e
Merge branch 'text-fixes-that-bother-me' into 'awful-mix'
...
Text fixes that bother me
See merge request SinnamonLat/Kart-Public!13
2020-04-22 03:28:41 -04:00
ThatAwesomeGuy173
3e37730545
Use "addons" instead of "add-ons" for consistency
2020-04-22 01:24:59 -06:00
ThatAwesomeGuy173
59d7dfc753
Merge branch 'awful-mix' of https://git.magicalgirl.moe/SinnamonLat/Kart-Public into text-fixes-that-bother-me
2020-04-22 01:01:08 -06:00
Wolfy
5b7ce81809
FUCKING-
2020-04-22 02:00:44 -05:00
ThatAwesomeGuy173
d3e19a3b09
Merge branch 'awful-mix' of https://git.magicalgirl.moe/SinnamonLat/Kart-Public into text-fixes-that-bother-me
2020-04-22 00:48:09 -06:00
Wolfy
17236595e4
ASHNAL
2020-04-22 01:31:55 -05:00
ThatAwesomeGuy173
1bd3055937
Do the same for other messages too
2020-04-22 00:03:45 -06:00
ThatAwesomeGuy173
4c73e651cf
Capitalize "record attack" as "Record Attack" and spell "addons" as "add-ons" in the replay hut
2020-04-22 00:01:03 -06:00
Wolfy
c40f1bf60d
Shut the compiler up
2020-04-21 19:25:18 -05:00
Ashnal
abc17c9448
Fix dedicated servers not waiting for client wipes.
...
Now they run wipe logic to wait the same amount of
time that clients do, without actually rendering anything.
Previously, the server would start the new map immediately,
and clients would frameskip up to the server when they were done wiping.
2020-04-21 19:16:31 -05:00
Hannu Hanhi
74b846a6e3
Sky dome from SRB2
2020-04-22 00:18:58 +03:00