- Jul 01, 2020
-
-
Sal authored
Fix memory leak in W_ReadLumpHeaderPwad See merge request KartKrew/Kart-Public!182
-
Sal authored
Fix user agent for HTTP downloads being set as SRB2Kart/v1.1.2 See merge request KartKrew/Kart-Public!185
-
Sal authored
Ogl colormap fix third attempt See merge request KartKrew/Kart-Public!184
-
Sal authored
clientside ack fix See merge request KartKrew/Kart-Public!186
-
- Jun 28, 2020
-
-
Ashnal authored
Stops the client from using reliable packets before joining a server Clients can time out during addon loading sending reliable packets before then can cause out of order acks This causes joinbug, chatbug, and chatspam, as well as general server instability due to unnecesary packetspam
-
- Jun 23, 2020
-
-
SteelT authored
-
- Jun 14, 2020
-
-
Hannu Hanhi authored
-
Sal authored
Fix bug in the OpenGL colormap bugfix See merge request KartKrew/Kart-Public!183
-
- Jun 13, 2020
-
-
Hannu Hanhi authored
-
Hannu Hanhi authored
-
Hannu Hanhi authored
-
Sal authored
Fix bug in OpenGL encore colormaps See merge request KartKrew/Kart-Public!180
-
- Jun 01, 2020
-
-
Hannu Hanhi authored
-
- May 28, 2020
-
-
Sal authored
Fix opengl crashing on startup due to lack of checks See merge request KartKrew/Kart-Public!179
-
- May 23, 2020
-
-
SteelT authored
Also fixes the log file not being written to the home directory.
-
- May 20, 2020
-
-
Sryder authored
Fix clang compiling See merge request KartKrew/Kart-Public!176
-
Sryder authored
Some uninitialised variables that GCC 4.4 complains about See merge request KartKrew/Kart-Public!177
-
Sal authored
Fix visplane getting allocated twice See merge request KartKrew/Kart-Public!172
-
Sryder authored
This should be okay since 0 generally means "nothing" for these, and they should always be set before being used later on.
-
Sryder authored
-
Sryder authored
Fix Travis Deployment See merge request KartKrew/Kart-Public!174
-
- May 19, 2020
-
-
Sal authored
Also apply HUD translucency to FREE PLAY See merge request KartKrew/Kart-Public!161
-
Sal authored
Fix wrong orientation in some boost pads in ogl See merge request KartKrew/Kart-Public!173
-
Sryder authored
I'm not 100% sure why we can't use newer series to build the newer installers. But this seems to be what vanilla does
-
- May 16, 2020
-
-
Sal authored
Fix GCC 10 linking errors See merge request KartKrew/Kart-Public!170
-
Hannu Hanhi authored
-
filpAM authored
-
- May 15, 2020
-
-
Sal authored
Write empty file on clearbans See merge request KartKrew/Kart-Public!156
-
Sal authored
Fix "NOMIXER" flag compiling See merge request KartKrew/Kart-Public!159
-
Sal authored
No more first person hyper spin See merge request KartKrew/Kart-Public!160
-
Sal authored
Fix false file error reporting See merge request KartKrew/Kart-Public!162
-
Sal authored
Fix alias recursion never counting down See merge request KartKrew/Kart-Public!166
-
Sryder authored
-
James R. authored
-
added missing extern keyword for ms_RoomId in mserv.h (the definition is already in the .c file in this case) (cherry picked from commit 064f4bcf349e9600552a0b99bd0fbfb3cbcf0958)
-
turn all non-extern variables in s_sound.h into externs (and put their real definitions in the .c file) (cherry picked from commit dab212dc56936dd92a935d0c81003ff1d35ee2ee)
-
(cherry picked from commit 89cd756cd83e4a03a34d1f16da18142d8167d889)
-
- May 14, 2020
-
-
Sryder authored
Add new supported distros to deployer
-
- May 13, 2020
-
-
Detect infinite alias self-recursion mixed with other commands, such as in the case of `alias a "echo test; a"; a`. (Unfortunately, this does not work if "wait" is used instead of "echo", but oh well) (cherry picked from commit 797ca99f)
-
- May 12, 2020
-