- Apr 07, 2018
-
-
-
mazmazz authored
NiGHTS Objectplace: Preserve MT_NIGHTSBUMPER vertical angle upon WRITETHINGS See merge request STJr/SRB2Internal!137
-
- Apr 06, 2018
-
-
toaster authored
Texture fixes See merge request STJr/SRB2Internal!135
-
toaster authored
Pretty stuff See merge request STJr/SRB2Internal!131
-
https://git.magicalgirl.moe/STJr/SRB2Internal.gittoaster authored
# Conflicts: # src/hardware/hw_draw.c
-
Monster Iestyn authored
# Conflicts: # src/f_finale.c # src/hardware/hw_draw.c # src/hardware/hw_main.c # src/hardware/r_opengl/r_opengl.c # src/sdl12/hwsym_sdl.c # src/sdl12/i_video.c
-
toaster authored
* Make sure showfps never covers anything relevant to the base game. * Tweak spectator text for raising/lowering. * Minor code-smell squishes.
-
toaster authored
* Fix that one comment Digiku mentioned. ;P * Make extra lives/100 ring rewards consistent between lives being relevant and lives being infinite/not present, which was a problem this branch made evident when Race ended up getting the infinite lives symbol!
-
-
- Apr 05, 2018
-
-
-
wolfs authored
Feel free to reorganize as necessary.
- Apr 03, 2018
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
toaster authored
-
toaster authored
* Optimise them even further... AGAIN! Using an offset-based system rather than a multiplication-based one... * Again, tweak the spawning code to take maximum advantage of these gains. * Fix potential crashes with MT_NULL mace/chain types supplied. * #ifdef out the height-clipping code. It needs more TLC than I can give it right now, and the existing behaviour is less obviously broken (sadly enough). * Fix chainmace points, which were apparently broken without anyone realising.
-
- Apr 02, 2018
-
-
toaster authored
* Revamp mace creation again to potentially serve as the foundation for further optimisation (and also not rely on a while (1) loop, which easily went wrong several times whilst I was making changes to it). * Fix minor typoes and other small tweaks in the P_MaceRotate function, which I'm probably about to rewrite again anyways...
-
toaster authored
-
toaster authored
* Completely rework how mace/chainbars are spawned to reduce the number of matrix multiplications required EVEN FURTHER! * Reimplement the maceretry solidity stuff (effect 4). * Flip the mminlength stuff so that existing dev maps don't break badly. * Fix hacky chainbar grabbing. * Tweak height of tinychain a smidge.
-
- Apr 01, 2018
-
-
toaster authored
* Fix ability to turn chains (still disabled by default, just at least want the option...) * Replace max speed setting with a "minimum chainlink distance" setting - if greater than zero, that many chains will not be spawned from the center outwards. Doesn't affect the head of the chain at all, since otherwise what's the point? :V
-
toaster authored
* Handle all chain objects as a hnext/hprev chain. * When removing mobjs with hnext/hprev, "repair the chain" (make the h links meet). * Fix hidden slings, which I accidentially broke when I revamped maces the first time. * Kill MF2_MACEROTATE. Not needed for anything anymore. * P_MaceRotate now available to Lua to make up for it. * Related: Made modifying hnext/hprev using Lua safer, so it keeps the reference counts in play.
-
- Mar 30, 2018
-
-
Sryder authored
I wasn't aware of the cvar, this should do for now since I don't believe any maps use these software tricks, probably an old leftover from DOOM.
-
toaster authored
-
toaster authored
* Tweak thrown ring colours. * Make Armageddon shield loop properly. * Tweak drowning numbers to be consistent between third and first person.
-
Sryder authored
-
Sryder authored
-
Sryder authored
-
toaster authored
* Prevent ANY input when blindfolded. * Make CECHOs always perplayer'd. (A little hacky; quads will need work here.) * Make NiGHTS link timer bounces not a mess, and only when the colour changes.
-
- Mar 29, 2018
-
-
Sryder authored
I don't fully understand this, but it's what software does and it fixes the issue of the lighting in DSZ3. Also don't need the extra call to R_Prep3DFloors.
-
Nev3r authored
Signed-off-by:
Nevur <apophycens@gmail.com>
-
- Mar 26, 2018
-
-
toaster authored
* cv_powerupdisplay. Never, First-person only (default), Always. * New monitor stuff. * Fixed hitmessages. * Some CTF stuff. * Aaaaugh it's a lot I hate myself I need to work on my coursework. * I'll figure out what I did here in the merge request when that's done.
-
- Mar 25, 2018
- Mar 24, 2018
-
-
https://git.magicalgirl.moe/STJr/SRB2Internal.gittoaster authored
# Conflicts: # src/d_main.c # src/st_stuff.c
-
- Mar 23, 2018
-
-
Sryder authored
I don't think it does anything for us anymore, and might even break things with slopes. Someone let me know if I'm wrong and am breaking things horribly here.
-
- Mar 22, 2018
- Mar 21, 2018
-
-
Sryder authored
Transformation based on screen space would make sense if we didn't want anything in the world to effect the sprites. This should allow sprite splitting and sorting of sprites with level geometry easier. stransform is no longer needed.
-