branchrust_reboot/main/softcore_update/tc_changescancel

28 Commits over 0 Days - ∞cph!

2 Months Ago
Add comment
2 Months Ago
Move flag that blocks all building when TC is destroyed to `CanBuild()` method inside BuildingPrividge - move all building checks from IsAuthed() -> CanBuild() - ensures all other TC auth checks don't get messed up by prevent building flag
2 Months Ago
merge from softcore_update -> tc_changes
2 Months Ago
Fix keylock not spawning locked when corpse is repaired
2 Months Ago
Fix codelocks spawning as locked but with no code after a deployable corpse is repaired if the lock was unlocked when the deployable was destroyed
2 Months Ago
Set spawned lock on corpse to the "Lock" slot - fixes lock not respawning after deployable is broken and repaired 2x - fixes codelock not preventing looting of box after corpse is repaired
2 Months Ago
Rename entity -> lockEntity
2 Months Ago
merge from softcore_update -> tc_changes
2 Months Ago
Save the codelock & keylock on deployable corpses - respawn codelock / keylock when the deployable is repaired
2 Months Ago
Update TC corpse prefab with simulated gibs - still needs some love but looks better
2 Months Ago
merge from softcore_update -> tc_changes
2 Months Ago
Prevent TC dropping corpse if the last building block of a base is destroyed
3 Months Ago
merge from softcore_update -> tc_changes
3 Months Ago
Set TC corpse protection to immune
3 Months Ago
Set decay of TC corpse to 48 hours
3 Months Ago
CLIENT compile fix
3 Months Ago
Add flag to TC to block every player from building `BlockAllFromBuilding` - set the flag in the corpse prefab so it blocks base owners from building until the TC corpse is fully repaired
3 Months Ago
▋▌▊ `▋▄▅▍▅▄` ▄▇█▇ ▉▅ ▊▊▍▋█▍▆█▆ ▋▄ ▅█▇▄▉▄ ▌▍ ▉▋ █▅▌'▄ █▌ ▄▉▇▇▋██▉▊▍ ▇█▋█ ██ ▍▍▍▉▋▍▉▇ (▊█▍▇ ▅█ ▄▋ ▍▄▆ ▌▌ █▇▊▍▌▇▊▋)
3 Months Ago
Update bounds & cost to repair the TC corpse prefab
3 Months Ago
Fix authlist not being copied correctly from TC -> corpse Ensure the storage corpse gets attached to the building the deployable belonged to (so it applies the correct TC privledge) Send network update on the deployable once the corpse is fully repaired Only kill the corpse once the deployable is fully setup
3 Months Ago
Update TC corpse prefab
3 Months Ago
Add corpse prefab to normal TC prefab
3 Months Ago
Update manifest
3 Months Ago
Update manifest (radtown_1)
3 Months Ago
merge from softcore_update -> tc_changes
3 Months Ago
Add TC corpse entity
3 Months Ago
Add callback when corpse is spawned so we can transfer auth list onto invisible TC
3 Months Ago
Add invisible placeholder TC - allows us to persist auth of a building when the TC is destroyed - will be independent from the TC's corpse