11,426 Commits over 3,561 Days - 0.13cph!
- Online leaderboard work
- Added arena leaderboard UI
- Reduced cooldown of Boost skill at all upgrade levels
- Playership acceleration increased to 550 from 450.
- Playership max speed increases from 140 to 170
- Camera now lerps faster
- Reworked the boost ability. Faster speed, less duration.
- Camera now lerps faster when the player is boosting
- Reduced backwards movement speed is now a togglable option on BaseMovement, and disabled by default (inlcuding the player again, now)
- Changed new playership model to be on the Player layer so effects are culled correctly
- Map now has controller input
- Changed level names
- Map closes when loading a new area
- Added LevelTracker component to move scene tracking from GameManager
- Portal now uses new map/navigation screen
- New navigation screen now functions (needs controller input next) and loads levels using new level swap calls
- Area 1-2 now reorganised for hot loading/unloading
- Arena events/phases now display animated headers when starting a new phase or completing an arena.
- Arena events now wait until all spawned items are dead (and not just spawned) before being classed as completed.
- Seperated materials for bowel bag explosion and grenade
- Added entrance to Monster Arena from the monster level
- Re-organised both of those scenes so they support hot swap loading/unloading
- Added spawner map-markers
- Changed green goo gun behaviour
- UI screen navigation fixed, all can return to gameplay by pressing B
- Fixed enemies shooting themselves ;)
- Made the temporary visual effects clearer/brigther for Timeslow/Power Ring
- BaseRadiusBlast can now do damage to anything in range
- Reworked the blast impact effect
- Made a grenade style weapon and blast effect
- WeaponItem now has more control over BaseLauncher properties
- Reduced speed of Monster Arena enemies
- Spawners can now be set to make stuff they spawn grant 0 experience
- Ripple/distortion effects work again
- Time Slow bubble added to object pooler so that it works again!
- Monster arena spawn work
- SpawnPhaseControllers can now start/stop spawning and chain phases together
- Monster arena work and SpawnPhaseController.cs checkin
- Fixed Power Ring not passing through enemies anymore
- Monster arena spawn changes
- Added bowel bag enemy prefab
- Monster arena spawning work
- Added monster arena level to port menu
- Monster arena white box
- More weapon, item and dual wielding changes/fixes/improvements
- Monster themed arena rough test level
- More weapon work
- Weapons can now be equipped per-arm and have their own properties
- Added support for additonal weapon anchors, started propper implementation of dual/multi wielding
- Merged skill system rework to Main now that it mostly works
- New placeholder ship model is now on correct layer so that it gets ignored by the outline effect
- Fixed a skill upgrade bug caused by last commit
- Made skill tree nagivation slightly better with a gamepad. Or maybe worse.
- Added skill icons to skill hot swap screen and fixed text colours
- Hot swap skill panels now show bound gamepad buttons
- Can now actually equip skills using the new system!
- Skills can now be marked as passive
- Passive skills no longer show up in the skill hotswap list
- Skill hotswap list can now be navigated
- Added a skill hot swap panel, bound to Dpad right, that displays a list of all currently available/unlocked skills with name + icon
- Switched back to test ship 3
- Added test ship 4
- Switched to one of the concept ship models
- Skills with other skill prerequisites are now handled and enforced before allowing a skill to be upgraded
- Fixed an error spamming when you have skills equipped
- Added skill description text for the current skills
- Loads more skill UI work
- Skill/tree system rework + UI part 3
- Branched and started reworking the skill activation/configuration system to be more flexible, ready to use with the new XML skill and skill tree setup
- Increased size of player projectiles from 1 to 1.2
- Moved player ship weapon anchor to right arm