- Oct 19, 2019
-
-
James R. authored
-
James R. authored
-
James R. authored
-
James R. authored
-
toaster authored
-
toaster authored
* `SPR2_NTAG` last vestiges removal. * Removed need for `getskinfromdescription()` by calculating it once, at Menu load, and storing in `description_t`. * Fixed nametag colour issues. * Support widescreen with nametags. * Fix a metric SHITTON of compiler errors. * Redefining `x` and `y` within scope of previous `x` and `y` (`M_DrawSetupChoosePlayerMenu`) * GCC straight up will not let you cast a `const char*` to a `char` (`V_DrawNameTag`) * Redefining `lines` within the scope of the global. * Redefining `string` within the function-specific `string`. * It would be recommended for y'alls to turn ERRORMODE on!
-
- Oct 16, 2019
-
- Oct 15, 2019
-
- Oct 14, 2019
-
-
Lactozilla authored
-
- Oct 13, 2019
-
-
MascaraSnake authored
Fix reverse gravity cacti (and all other A_ConnectToGround stuffs) See merge request STJr/SRB2Internal!378
-
toaster authored
-
MascaraSnake authored
Fixed NiGHTS spawnpoint angle camera jump fuckups See merge request STJr/SRB2Internal!376
-
MascaraSnake authored
Hide NiGHTS grade in singleplayer if ranking is below GRADE_A Closes #250 See merge request STJr/SRB2Internal!377
-
toaster authored
-
MascaraSnake authored
Make ACZ3 Boss damage while bouncing more lenient See merge request STJr/SRB2Internal!375
-
MascaraSnake authored
Add scroll-wheel weapon changing to default controls Closes #248 See merge request STJr/SRB2Internal!374
-
MascaraSnake authored
Fix bogus "requested skin not found!" print Closes #247 See merge request STJr/SRB2Internal!373
-
MascaraSnake authored
Fix for A_ConnectToGround on gravflipped objects See merge request STJr/SRB2Internal!372
-
MascaraSnake authored
Kart-port bugfixes (round 1) See merge request STJr/SRB2Internal!371
-
toaster authored
Fix condition which was MEANT to allow attacking Fangboss from the side while bouncing, but instead made it extremely difficult to pull off.
-
toaster authored
Also, since I'm less paranoid now - readd the skin number to its print.
-
sphere authored
-
toaster authored
On the recommendation of Sryder, revert everything relating to the `cpusleep` changes except for the new default value of 1.
-
-
toaster authored
Mixed declaration + out-of-bounds GCC error fixes for OpenMPT fixes (can't believe I didn't catch the former earlier)
-
toaster authored
* Default to 1, which means potential for a 1-frame loss every once in a while but no longer a complete cpu hog * New minimum is 0, since -1 just did the exact same thing as 0 except slightly more optimized.
-
toaster authored
-
toaster authored
-
toaster authored
-
- Oct 12, 2019
-
-
MascaraSnake authored
OpenGL sky dome See merge request STJr/SRB2Internal!350
-