1,377 Commits over 578 Days - 0.10cph!
New cam code and tweaks to main
- Made enemy SOs for area1 types
- Enemy pack test for Area1 enemies
- Pack SOs now specify min/max spawn "costs"
- Enemies are now spawned randomly within spawn location radius
- Fixed bug causing spawned enemies to reset to Vector3.zero
- Added a MissionEmemySpawner that uses the Mission and enemypack definitions to spawn enemies
- More MissionBuilder work
- Enemy packs are now randomly picked by mission builder
- Refactored some mission building stuff to be in a less stupid place
- Fix for spawn locations in Area1_WIP1
- Reworked scriptable object tools
- Created enemy SO template
- Reworcked scriptable object creation menu tools to use new paths
- EnemyPack scriptable object setup (empty) to be used to control enemy randomisation in levels/missions
- WIP changes to make enemy spawning better and work with mission randomisation
- Level changes to Area1_WIP1 ready to be broken into sections
- More mission randomisation stuff
- Changed mission spawn location prefabs to work with new stuff
- Working towards picking and initing random missions
- Exit portals now call LevelFinished() before returning you to town
- Area + level progression is now tracked and saved and reflected in mission screen
- Level work
- Removed loads of missing components
- Deleted loads of old unused assets/prefabs
- Purged shit
- Moved more UI to central init
- Null reference fixes
- Stuff I forgot to check in earlier
- Area1_1 now has placeholder entrances/mission so it can still be loaded
- UIWorldTextPanels now wait until they find a valid player instance
- Removed some now-unused scripts from some enemies
- EnemyAbilityManager is now a simpleton
- Removed current calls to EnemyAbilityManager as it's going to be incorporated into the new mission stuff
- Exit portals now return you to town
- Level loading/changing is now completely different. Not additive. Complete level swap.
- Removed some floating text
- Loads more startup reworking and everything related. Can now start the game in any leve from Unity and play, yay.
- More startup and level loading/changing changes
- Few changes after merge back to main
- Mission manager is now responsible for spawning the exit portal
- An exit portal is now spawned at a randomly chosen location when a mission is completed
- More mission work and mission randomisation stuff
- New mission system can now spawn items in random positions from the scriptable object definitions
- Mission scriptable object/building work
- Started ScriptableObject tools to move to a better format for creating missions/objectives outside of a scene
- Start health/shield value can now be set to something other than their max values
- Reduced start shield to 2
- SaveGame now tracks new health and shield values
- Changed a bunch of stuff that used to effect/restore health values
- Added a game progress panel to the title screen
- Adding mission type name as temporary mission description/story text
- The highest area/level reached can now be tracked
- Mission select screen now picks a random mission type for the current area/level (only visually atm) and lets you start the level
- Mission select UI work
- Removed the skill point notification panel
- Mission select loads 1-1 by default so Thai can still get to it
- Mission select screen work
- Removed recall ability and related assets
- Started making the new mission select panel work
- More mission select WIP
- New mission select screen WIP
- Changed the way objectives are handled/displayed