branchrust_reboot/main/elevator_blockcancel
112 Commits over 30 Days - 0.16cph!
Fixed saved flag on lift entity
Fixed thrown weapons disappearing when thrown at some areas of the elevator
Fix NRE when shooting elevator call button
Update call button colliders
Move gizmo rendering to OnDrawGizmosSelected
Moved elevator to deployed layer, fixes being able to deploy things on top of the elevator
Reduced size of top prevent building collider to allow floors to built over the top of the elevator
Added a building block socket mod to prevent building if there is a building block over the top of the elevator
Admin killing the lift entity will now admin kill the parent elevator block
Fixed not being able to shoot through wire mesh on side of elevator shaft
Remove cookie texture on elevator light
Turn off emission on elevator material by default to stop it appearing lit in gibs (we turn it on/off via elevator logic anyway)
Increase elevator power usage to 10 while it's moving (uses 1 power while idle)
More prevent building volume tweaks
Elevators can now only be built up to 6 floors high
Save lift entity between reboots, don't parent it to the lift bone
Added a client only, distance gated update to manage the cable renderers
Remove MoveLift RPC (not needed anymore)
Consolidate cleanup calls
Update parenting volume layers
Transfer any damage applied to the elevator lift to the elevator parent
Collider changes to allow building floor over the top of the elevator and not allow placing deployables on top of the elevator
Tweaked call button colliders
Strip some colliders on the server
Better EntityMenu conditions
Converted call elevator functionality to use EntityLinkBroadcast
Added a new EntityLinkBroadcast method that only traverses a specific type of socket
Lots of cleanup and code removal now that sockets are being used
Removed SocketMod_ElevatorRotation (no longer needed)
Reworked elevator connections to use construction sockets instead of bounds overlaps
Fixed a case where elevators wouldn't notify neighbours if they were killed via a kill command
Elevator now inherits from StabilityEntity instead of AnimatedBuildingBlock
Tweaked prevent building volumes to prevent being able to build a floor at half height through an elevator
Convert the lift section of the elevator into it's own entity
Updated elevator description
Fixed not being able to rotate elevator block
Fixed hurt trigger starting active
Fixed hurt trigger applying damage incorrectly in listen server
Update fence collider layer
Tweaked prevent building volume to stop blocking wire tool access
Add a hurt trigger to the bottom of the lift to kill any players that get stuck under it
Lift mesh is now marked as wood so it uses correct hit effects
Remove topFloor bool from save data, use a flag instead
Fixed a couple of cleanup issues
▊▄▊▆▇ ▆▍▋▉▅▌ █▅▌▄▇▇▊▋ ▊▍▊▇ ▇▄▌▅▊▌▊/▌▍▋▌▋▋▄▋
Fixed protection type on elevator so it can take damage
Prevent building layer fix
Fixed some lod/culling issues on the cables
Elevator will now adjust the lift position if a piece of the elevator shaft is removed that causes the lift position to become invalid
Fixed incorrect parenting on oversized button colliders
Update neighbouring elevator states when an elevator piece is killed/picked up
Fixed some neighbour detection edge cases
Fixed elevator IO name not displaying
Fixed being able to pickup an entity without a hammer even if require hammer is enabled