- Apr 25, 2020
-
-
James R. authored
- Apr 19, 2020
-
- Apr 13, 2020
-
-
James R. authored
-
- Apr 10, 2020
-
-
fickleheart authored
-
fickleheart authored
-
fickleheart authored
-
- Apr 09, 2020
-
- Apr 02, 2020
- Apr 01, 2020
-
- 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
-
MascaraSnake authored
Updates and fixes for the ZB config See merge request !859
-
MascaraSnake authored
-
fickleheart authored
-
MascaraSnake authored
-
MascaraSnake authored
Remove the multi-file ZB configs. We're stick with the single-file config for ZB and doing all the UDMF stuff in UDB
-