- Aug 24, 2020
-
-
James R. authored
-
James R. authored
"Asynchronous" file queue calls findmultiplefiles on another thread, then reads the file on the main thread This replaces the exec command's threading from before. (See d0e7ba30.) The order of exec commands alone is guranteed. And it removes the need to put mutexes on the command buffer. I plan to use this system for addfile too...
-
James R. authored
-
James R. authored
-
- Aug 22, 2020
- Aug 21, 2020
- Aug 20, 2020
-
-
Sal authored
2.2's random client port See merge request KartKrew/Kart-Public!201
-
Sal authored
Instantaneous lookback camera (v2 backport) See merge request KartKrew/Kart-Public!203
-
Sal authored
GME cleanup and fixes See merge request KartKrew/Kart-Public!202
-
lachwright authored
-
Ashnal authored
If we initialize to I_GetTime() - NEWTICRATE*3 it never underflows and everything is good
-
SteelT authored
Just some stuff backported from SRB2 2.2, well mostly get_zlib_error function to reduce code duplication Return false if it fails to load the VGZ lump Reduce redundant calls to gme_set_equalizer Fix sometimes loading a VGZ crashing the game
-
James R. authored
Using strcpy is stupid because we don't know how long the argument would be. There's no need for a buffer anyway. (cherry picked from commit 4e321012894b2aa87e312597f19be26b30545a8b)
-
James R. authored
-
James R. authored
This fixes '-connect'. NEWTICRATE*5 is subtracted from asksent after CL_LOADFILES. If this happens too early, an underflow will occur.
-
Sal authored
Fix NOCURL compiling See merge request KartKrew/Kart-Public!197
-
Sal authored
Let servers send httpsource without curl See merge request KartKrew/Kart-Public!196
-
Sal authored
Lua Input/Output library See merge request KartKrew/Kart-Public!200
-
- Aug 19, 2020
- Aug 18, 2020
-
-
Sal authored
[OSX] Fix "SIGILL: illegal instruction" on macOS Catalina See merge request KartKrew/Kart-Public!194
-
- Aug 17, 2020
-
-
Latapostrophe authored
-
Ashnal authored
-
Ashnal authored
also remove some extra tab characters
-
Ashnal authored
mainwads+1 to not use the first mainwad
-
Ashnal authored
Downloads must be confirmed before proceeding Allows downloading mods for full servers Client will wait for a slot to open on a full server to join This has a 5 minute timeout
-
Sal authored
-
James R. authored
Resolution in particular relies on this to be done in order...
-
James R. authored
-
James R. authored
-
James R. authored
-
Sal authored
-