- Apr 09, 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 22, 2020
-
-
MascaraSnake authored
-
MascaraSnake authored
-
- Mar 21, 2020
-
-
MascaraSnake authored
-
MascaraSnake authored
Updates and fixes for the ZB config See merge request !859
-
MascaraSnake 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
-
- Mar 19, 2020
-
-
fickleheart authored
-
fickleheart authored
-
- Mar 18, 2020
-
-
SteelT authored
NiGHTS Mode menu fixes See merge request STJr/SRB2!841
-
- Mar 17, 2020
-
-
Lactozilla authored
-
Lactozilla authored
-
- Mar 15, 2020
-
-
Monster Iestyn authored
Skins refactor See merge request !843
-
- Mar 09, 2020
-
-
Monster Iestyn authored
Archive sprite2 Hotfix See merge request !845
-
Monster Iestyn authored
One line fix: don't assume 0 (aka SPR2_STND) is the default value for sprite2, but rather what the state sets for it This fixes some issues with a custom character tested during netplay, which did not have SPR2_WAIT sprites and therefore fell back to SPR2_STND sprites. Unfortunately, the fact they used SPR2_STND instead meant the sprite2 was not synced at all!
-
Monster Iestyn authored
(oddly enough, this actually revealed some secret file dependencies previously included via r_things.h! I also needed to include d_player.h in r_skins.h itself it seems)
-
- Mar 08, 2020
-
-
Monster Iestyn authored
-
Monster Iestyn authored
Set the "spritename" variable within R_AddSingleSpriteDef rather than externally to it, since R_InstallSpriteLump is the only place it gets used anyway This way we don't have to make it some extern in order for r_skins.c to use it
-
Monster Iestyn authored
-
Monster Iestyn authored
-
Monster Iestyn authored
-
colette authored
-
SteelT authored
-
SteelT authored
-
- Mar 04, 2020
-
-
Zwip-Zwap Zapony authored
-