- Quick Grenade function added.
- Blow Kiss gesture added (+score bonus).
- Fix Hellblazer not autoswitching ammo on empty reload.
- Fix Eviscerator chunk glows not dying with the chunk itself.
- Fix give cheat giving excess powerups/weapons inflating your score.
- Fix dashing over bridge actors.
- Fix dual Explodium Guns not autoswitching to single when dropping one from the inventory menu.
- Adjust manual reload priority for dual Explodium Guns (gun with less bullets left will be reloaded first).
- Add default binds for all actions.
- Add models for debris, akin to DT chunks.
- Eviscerator chunks have a glow sprite like in DT.
- Fix potential palette light crash under very special circumstances.
- Double range of Ynykron altfire explosion.
- Reduce Ynykron vortex lifetime (grows quicker), and reduce mass gain from kills by 40% (allows it to suck in a couple more enemies in hordes).
- Adjust v-field compression formula for Ynykron vortex.
- Reduce max blockmap iterator range of Ynykron vortex, should perform slightly better (maybe) on large maps.
- Fix Ynykron altfire beam clipping through the world due to incorrect offsets.
- Adjust Golden shell explosion propagation math.
- Omnisight doesn't increase the item detection range (clutters screen too much).
- The people have spoken, build only PK3 for releases from now on.
- Extend enemy drops setting to add an ammo-only option (which is now the default).
- Add stats tracking for buttslams, plus a +300 score bonus.
- Add obituary for buttslams.
- Add stats tracking for total items and secrets found.
- Add stats tracking for teleport distance (not usable yet until next gzdoom).
- Refactor stats tab main section a bit to make it easier to extend.
- Prettified version string colors a bit.
- Increased width of intermission tip textbox to reduce line count and prevent overlap with the stats on certain resolutions.
- Turned the tag fallback string into a constant, for the sake of cleaner code. Now there's only one instance of AWESOME IT'S PENIS in the code.
- Adjusted classname beautification function, should handle very exotic names better now.
- Fix score being reset on coop respawn.
- Remove slight vertical offset of ground dash, not needed when we have NOFRICTION.
- Disable stair downstepping while dashing.
- Add crit sound for buttslams when they kill something.
- Clean up some more stuff on map transitions (e.g.: dash/stomp canceling)
- Korax messages show with a colored name now, for zazz.
- Removed hitscan parrying, as it's odd and unpredictable.
- Adjusted how wall detection works in dashes, should work better with stairs.
- Allow down-dashes in mid-air when jumping is disabled, so you can still groundslam.
- Refresher heals 100 points on activation, regen gives another 100 spread out for 50 seconds.
- Refresher ONLY activates on critical damage.
- The other health items don't autoactivate if the player dies.
- Overhealing above 200 points will gradually lower (faster if above 500).
Other changes:
- Used DTA_WindowRightF where possible for smoother UI bars.
- Lightweight Tick() for smoke and debris (has some glitches I gotta figure out).
- Add option for buckshot to gib (on by default).
- Clips are replaced by shells again.
- Increased look sensitivity when crouching with Silver Bullet.
- Fix 3D floor handling of nonsolids.
- Fix combat trackers not updating their position when an actor changes height while stationary (e.g.: crouching players).
- Tweaked health item values.
- Allow Sandwich to save you from the Ynykron (usually).
- Tweaked ammo availability again.
- Disable ammo and weapon drops from enemies (can be re-enabled).
- Adjusted refire behaviour of Biospark Carbine.
- Tweaked the sizes of some pickup models.
- Wallbuster gives only 5 ammo on pickup.
- Tweaked score values for more balanced progression.
- Overkill bonus also includes enemies that take twice their base health in damage (as was intended)
- Add a reminder for myself to add wall collision to dashing.
- Split off big code files for easier navigation.
- Moved DoExplosion and DoKnockback to the SWWMUtility class.
- Removed DoBlast as it is no longer used, having been replaced entirely.
- Finalized Mag Manager:
* Implemented partial mag loading for Silver Bullet and Candygun.
* Show spare bullets on ammo displays of Silver Bullet and Candygun.
- Rebalanced Eviscerator and Hellblazer damages.
- Adjusted Dragon's Breath damage and effects.
- Adjusted ammo spawns again.
* Reduced shell spawns, as they seemed to max out too quickly.
* Added "intermediate" bundle spawns for Eviscerator shells, Hellblazer missiles and Silver Bullet / Candygun rounds.
- Doubled max ammo of Biospark Carbine.
- Biospark beams no longer spawn arcs near their start point. This should reduce the likelihood of self-damage.