- Crouched gesture animations.
- Proper crouch-jumping (now always enabled).
- New fanart by Endie.
- Swimming animations (also used by flight).
- Hexen-style startup screen.
- More model cleanup.
- Prevent Wallbuster reload menu from opening on intermissions.
- Intermissions now only handle fire and use for advance, to prevent some lil' accidents.
- Holding altfire on intermissions hides ui elements, so the bg is fully visible.
- Begin writing lore for collectibles (these will come in a couple updates).
- Fix fuzz shader being affected by texture upscaling.
- Enemies with >=1000 starting hp also can drop golden shells.
- Explodium Gun no longer shows with a "1x" prefix on menus when single.
- Player animation transition tweaks.
- 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.
- 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.
- 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.