- Aug 22, 2020
-
-
Hannu Hanhi authored
-
Hannu Hanhi authored
-
- Aug 20, 2020
-
-
FlykeSpice authored
-
FlykeSpice authored
-
lachwright authored
-
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
-
- Aug 17, 2020
- Aug 15, 2020
-
-
Kimberly authored
on OSX, strncpy may copy to overlapping (protected) memory. this sometimes happens when loading WAD files. This patch eliminates these problems for me
-
- Aug 14, 2020
-
-
James R. authored
(cherry picked from commit be14b8a564a89a5afb84ac19f1586f3db7f68367)
-
- Aug 10, 2020
- Aug 05, 2020
-
-
AJ Martinez authored
-
- 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 15, 2020
-
-
James R. authored
-
- Jun 14, 2020
-
-
Hannu Hanhi authored
-
- Jun 13, 2020
-
-
Hannu Hanhi authored
-
Hannu Hanhi authored
-
Hannu Hanhi authored
-
James R. authored
-
- Jun 01, 2020
-
-
Hannu Hanhi authored
-
- May 23, 2020
-
-
SteelT authored
Also fixes the log file not being written to the home directory.
-
- May 20, 2020
- May 16, 2020
-
-
Hannu Hanhi authored
-
filpAM authored
-
- May 15, 2020
-
-
James R. authored
-
James R. authored
(cherry picked from commit 0b9c20cc7086000548e02b39c1abf94ffb56feae)
-
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)
-
James R. authored
HMS lives on in our hearts!
-
James R. authored
-
James R. authored
-
- 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)
-