userAdam Wcancel
branchspaceshooter/maincancel

1,377 Commits over 578 Days - 0.10cph!

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