userAdam Wcancel

7,121 Commits over 2,557 Days - 0.12cph!

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