- Aug 14, 2018
-
-
toaster authored
Also, minor code tweaks.
-
toaster authored
* Flashing Eggman-hit players. * Fix typo with Rocket Shoe item bar, and make it extensible for potential future purposes since I was fiddling with it anyways. * More complete playerarrow visuals for various items. * Eggman fake (and debug) item get sounds.
-
- Aug 13, 2018
-
-
-
SeventhSentinel authored
I haven't been able to replicate the original bug myself, so I can't tell if it's truly fixed, but this doesn't seem to cause any other issues either.
-
toaster authored
-
- Aug 12, 2018
-
-
SeventhSentinel authored
-
SeventhSentinel authored
-
SeventhSentinel authored
-
SeventhSentinel authored
Instead of checking for item slot, it checks for invincibility or if you already have a fake
-
SeventhSentinel authored
eggman nums & rocket sneaker bar
-
toaster authored
* Correct a typo on Sal's part that meant flashingtics would continually grow larger and larger, slowly drifting between different clients. * A more robust eggmanblame system.
-
SeventhSentinel authored
-
-
SeventhSentinel authored
broken
-
- Aug 11, 2018
- Aug 10, 2018
-
-
-
Monster Iestyn authored
-
Monster Iestyn authored
Woops! All trans See merge request STJr/SRB2!265
-
toaster authored
-
toaster authored
-
Sal authored
-
Sal authored
-
- Aug 09, 2018
- Aug 07, 2018
-
-
toaster authored
* Correct the thing where it would print "music not found" when digital music is disabled. * Make the MIDI music rejection text print if MIDI music is found (and digital music is on).
-
https://git.magicalgirl.moe/STJr/SRB2.gittoaster authored
# Conflicts: # src/f_finale.c # src/hardware/hw_md2.c
-
Monster Iestyn authored
-
Monster Iestyn authored
Transparency? I hardly knew 'er! See merge request STJr/SRB2!264
-
toaster authored
Change the order of operations when applying transparency and colormap such that colormap isn't applied to the screen pixel twice (or, in the case of R_DrawTranslatedTranslucentColumn_8, thrice). Please note I haven't touched the ASM equivalent, given as it's not actually used.
-
- Aug 06, 2018
-
-
toaster authored
* Steal a point from Ballhog and give to Orbinaut. * Make it based on the maximum number of bumpers someone has, not the average for everyone. * Improve the odds a tad if you're Wanted. * Tweak the score multiplication to give three points for Wanted and two for removing the last bumper (both disabled if you get the hit with a fake item). * Allow Karma players to drop their Random box. * These boxes flicker out of existence after 15 seconds. * Causes a WAIT penalty, too. * Remove some redundant PF_ATTACKDOWN stuff, given under the conditions the flag would be applied, it has definitely *already* been applied.
-
toaster authored
* Improve K_KillBananaChain to be tail recursive.
-
Monster Iestyn authored
-
Monster Iestyn authored
Fixes for archiving/unarchiving Lua strings in netgames See merge request STJr/SRB2!262
-
Monster Iestyn authored
Password fix hotfix See merge request STJr/SRB2!261
-
- Aug 05, 2018
-
-
Monster Iestyn authored
This now means: * Lua strings longer than 1024 chars can now be read properly without awful crashes * Lua strings with embedded zeros can be written/read without truncating anything (hopefully)
-
Monster Iestyn authored
Quick fix for LJ's password fix: don't check if password is set until we've confirmed that the receiving player is the server!
-
toaster authored
* Make Orbinaut Shields animate at 3 tics per frame, not 1. * Make dead items flash in and out of visibility. * Related to above, fix a few circumstances where returning was not properly handled after removing a mobj in mobjthinker.
-