- May 02, 2020
-
-
Hannu Hanhi authored
-
Hannu Hanhi authored
-
- Apr 27, 2020
-
- Apr 25, 2020
-
-
Hannu Hanhi authored
-
Hannu Hanhi authored
-
Hannu Hanhi authored
-
James R. authored
-
- Apr 19, 2020
-
-
James R. authored
The rule for PACKETVERSION is too confusing, it's also too hard to unify formats See merge request STJr/SRB2!875
- Apr 13, 2020
-
-
James R. authored
-
- Apr 10, 2020
-
-
fickleheart authored
-
fickleheart authored
-
fickleheart authored
-
James R. authored
ExecCfg fixes See merge request STJr/SRB2!821
-
- Apr 09, 2020
-
-
James R. authored
Florida man fixes sectors with light level 256 blacking out OpenGL objects; mappers riot. See merge request STJr/SRB2!840
- Apr 02, 2020
- Apr 01, 2020
-
-
SteelT authored
Fix disconnected players being kicked for high ping See merge request STJr/SRB2!866
-
- Mar 30, 2020
-
-
Monster Iestyn authored
use ATTRINLINE rather than inline to match some of the other functions in this file, though I'm told modern compilers ignore inlining info as they actually decide themselves now (though I could pretend we still support the older ones lol)
-
Monster Iestyn authored
Turn the fixed-float convert macros into inline functions, like those in GZDoom. The old macros get to be just the same as calling these inline functions.
-
- Mar 28, 2020
-
-
LJ Sonic authored
-
- Mar 26, 2020
-
-
toaster authored
* Replace the texheight parameter provided directly to it with a previously existing (now renamed) global used for the same purpose, so that it can be used as an interchangeable function pointer with R_DrawMaskedColumn. * Using the above, optimise R_DrawVisSprite to call a function pointer in a tighter loop rather than check SC_VFLIP each time around. * SHORT macro can involve repeated operations; calculate once and put in memory for both RANGECHECK and papersprite. * Remove irrelevant range check (already covered by existing range check immediately above) from R_DrawFlippedMaskedColumn and R_DrawMaskedColumn. * "Warning: avoiding a crash in %s %d" is a terrible error message, and it chips away at the tightness of the loop just for something most people will never see printed. Replace with a PARANOIA I_Error in case someone actively wants to go hunting for its cause.
-
- Mar 24, 2020
-
-
sphere authored
-
- Mar 23, 2020
-
-
fickleheart authored
-
- Mar 22, 2020
-
-
fickleheart authored
-
fickleheart authored
-
fickleheart authored
-
MascaraSnake authored
-
MascaraSnake authored
-
- Mar 21, 2020
-
-
MascaraSnake authored
-