userAdam Wcancel

11,277 Commits over 3,500 Days - 0.13cph!

9 Years Ago
- Removed some debug stuff
9 Years Ago
- Space game blog buildy build
9 Years Ago
- LevelBuilder fix for planet spawning with no outdoor rooms
9 Years Ago
- Barricade renamed to Barrier - Collision fix for Barrier
9 Years Ago
- Barricade/barrier now has seperate distance, scale values and spacing delay enabled again
9 Years Ago
- Added a starting room to asteroid tileset scene - Made a tileset for the start room - Made an asteroid->factory flow - Last orders mission now uses the asteroid->factory flow - Rebuilt asteroid prefabs
9 Years Ago
- Space Shunts
9 Years Ago
- Missed a room
9 Years Ago
- Added spawners to outdoor rooms and set spawn budgets for the rooms - Rebuilt outdoor prefabs - Increased buzz saw cooldown 7->12
9 Years Ago
- Added floor collision and Floor script to Asteroid rooms - Rebuilt asteroid scene prefabs
9 Years Ago
- Made some terrible icons for barricade, deathrow and laserlink - Disabled loot dropping of abilities
9 Years Ago
- AbilityList now equips speed boost and random offensive + utility abilities each level - AbilityList can now return a random ability of specified category - Disabled Reaper Bros ability because it's shit
9 Years Ago
- Added Unlocked property to AbilitySO (defaults to true) so individual abilities can be ignored when abilities are auto loaded (for disabling specific abilities in builds) - AbilityList now ignroes any locked off abilities
9 Years Ago
- Cleanup
9 Years Ago
- outdoor floor branch
9 Years Ago
- Added stats screen to F2 - Level can now return list of active rooms
9 Years Ago
- LevelBuilder now just picks one outdoor room and spawns the planet in it at -3000
9 Years Ago
- Super basic planet spawning. 20% chance of an outdoor room spawning a planet. Lots of problems. Just a quick test.
9 Years Ago
- Fixed PlanetGenerator so we can have multiple planets
9 Years Ago
- Level now builds lists of indoor/outdoor rooms once level has been built - LevelBuilder wip planet spawning (commented out)
9 Years Ago
- Room culling code tidy/optimise
9 Years Ago
- Room culler now enables any outdoor lights in any rooms connected to the current room (as well as the current room itself)
9 Years Ago
- Laser link cooldown increasd to 25 seconds, duration decreased to 7 seconds
9 Years Ago
- Set Laser Link cooldown to 15 seconds
9 Years Ago
- Laser link now does % health every damage tick - Added hit effect to laser link
9 Years Ago
- Changed my mind. Laser Link laser now deactivates when no LOS to player, resums when LOS back. - Decreased Laser Link range from 1000 to 800
9 Years Ago
- Seperated the laser from remote object for laser link - Laser link remotes now stop at walls and laser performs LOS and stops at walls - Laser link now does damage (currently instant death, needs DOT)
9 Years Ago
- More Laser Link player ability work - Added StopMovement() to BaseProjectile and they can now be flagged to stop moving when they hit something - Added AABB collider check function to MiscUtils
9 Years Ago
- branched WIP reflection probe changes
9 Years Ago
- Started Laser Link player ability
9 Years Ago
- Set a propper cooldown on Barricade (15 secs atm)
9 Years Ago
- rough barricade ability test
9 Years Ago
- Outdoor/indoor lighting toggling now works with new room culling system again
9 Years Ago
- Refactored, optimised new room culling code
9 Years Ago
- WIP outdoor building proxy stuff - More WIP level culling - Disabled controller rumble in editor again
9 Years Ago
Merge to main
9 Years Ago
- Minimap works again with new room culling
9 Years Ago
- Branched and WIP new room culling
9 Years Ago
- Timeslow shield layer changed to IgnoreRaycast so player aiming laser doesn't hit it - Globally reduced the hit effect flash
9 Years Ago
- Abilities are no longer auto equipped if the player already has one equipped from the same category
9 Years Ago
- AbilityButton tidy up
9 Years Ago
- Death Row now has a reduced cooldown of 0.1s if you hit anything with it, upto a max of 3 shots in a row, before resetting to full cooldown - Death Row is now less opaque when you miss to make it more obvious when you will have a reduced cooldown
9 Years Ago
- ability Use functions are now passed a reference to the ability button/cooldown that activated it
9 Years Ago
- Added controller rumble and sound effect to Death Row
9 Years Ago
- Death Row: Added placeholder impact effect and increased radius
9 Years Ago
- more deathrow. nearly there
9 Years Ago
- wip Death Row ability
9 Years Ago
- More reaper bro changes.
9 Years Ago
9 Years Ago
- More experimenting