userAdam Wcancel

7,021 Commits over 2,526 Days - 0.12cph!

20 Days Ago
Powerup error toast now reads "Insert x Tech Trash" instead of just "Not enough items"
20 Days Ago
Screen map now only renders when the control computer is powered up.
20 Days Ago
Fix computer not being mountable for read only map view when satellite is descending
20 Days Ago
Merge from playermaintainedmonuments
21 Days Ago
Null check player in RPC_FireThruster
21 Days Ago
Server-side mount enforcement check for power
21 Days Ago
Abort the launch in the (unlikely) event the final lock-in search fails, prevents potentially locking up the event.
21 Days Ago
Manually force global broadcast, just incase - particularly for saves.
21 Days Ago
Fix safety delay not working with a potential range
21 Days Ago
Fixed the satellite prefab path for test commands
21 Days Ago
Enable saving on Satellite.entity again
21 Days Ago
Fix potential issue with satellite being destroyed before impact leading to bricked flow. Should never happen, but worth covering.
21 Days Ago
Trying new impact detection method out
21 Days Ago
Add debug drawing for impact
21 Days Ago
Merge from main
22 Days Ago
Merge from satellite_crash, fixing static control computer not being mountable at launch site.
22 Days Ago
Merge from playermaintainedmonuments
22 Days Ago
Remove logging now.
22 Days Ago
Merge from monument_cc_logging
22 Days Ago
Remove control seeat from launch site s2p
22 Days Ago
Add the control chair to the control computer prefab itself
22 Days Ago
Fix mount anchor visibillity. Fix insanely large bounds after prefab/art changes.
22 Days Ago
Logging to figure out mount issue with control computer at monument
22 Days Ago
SatellitControlComputer.static.entity fixes and remove old disabled art
22 Days Ago
Disable saving on static control computer prefab
22 Days Ago
Merge from playermaintainedmonuments
22 Days Ago
Merge from satellite_crash, keeping the monuments in conflict from this branch
22 Days Ago
Codegen
22 Days Ago
Merge from main
23 Days Ago
Add a hoverloot variant/keybind that only moves item types that already exist in the target container.
27 Days Ago
Added the twitch drops render scene to the "Scenes" unity menu
27 Days Ago
Deleted an old, broken prefab in scene
27 Days Ago
Position tweak
27 Days Ago
Merge from main
27 Days Ago
Merge from more_cleanup
27 Days Ago
Bunch of cleanup and refactor iterating,
28 Days Ago
Shrink satellite kill radius to match the new (smaller) satellite model. Fix model offset so it is centered in prefab.
28 Days Ago
Compact some serialization
28 Days Ago
Merge from targeting_refactor
28 Days Ago
Major refactor, moving shared/duplicated targeting data between client/server to a new CrashTargeting struct.
28 Days Ago
Remove some unused code
28 Days Ago
Merge from partials
28 Days Ago
Missed file
28 Days Ago
Partial and comment passes for SatelliteCrash
28 Days Ago
Comment cleanup pass
28 Days Ago
SatelliteControlComputer
28 Days Ago
Merge from satellite_crash
28 Days Ago
Phrase merge fixes again
28 Days Ago
Merge from main
28 Days Ago
Move the screen UI to the control computer prefab, not dynamically spawned. Refactor code to use it.