branchrust_reboot/main/softcore_update/tc_changescancel

28 Commits over 0 Days - ∞cph!

47 Days Ago
Add comment
47 Days 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
47 Days Ago
merge from softcore_update -> tc_changes
47 Days Ago
Fix keylock not spawning locked when corpse is repaired
48 Days 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
49 Days 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
49 Days Ago
Rename entity -> lockEntity
49 Days Ago
merge from softcore_update -> tc_changes
52 Days Ago
Save the codelock & keylock on deployable corpses - respawn codelock / keylock when the deployable is repaired
52 Days Ago
Update TC corpse prefab with simulated gibs - still needs some love but looks better
52 Days Ago
merge from softcore_update -> tc_changes
55 Days Ago
Prevent TC dropping corpse if the last building block of a base is destroyed
55 Days Ago
merge from softcore_update -> tc_changes
55 Days Ago
Set TC corpse protection to immune
55 Days Ago
Set decay of TC corpse to 48 hours
56 Days Ago
CLIENT compile fix
56 Days 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
56 Days Ago
▋▌▊ `▋▄▅▍▅▄` ▄▇█▇ ▉▅ ▊▊▍▋█▍▆█▆ ▋▄ ▅█▇▄▉▄ ▌▍ ▉▋ █▅▌'▄ █▌ ▄▉▇▇▋██▉▊▍ ▇█▋█ ██ ▍▍▍▉▋▍▉▇ (▊█▍▇ ▅█ ▄▋ ▍▄▆ ▌▌ █▇▊▍▌▇▊▋)
56 Days Ago
Update bounds & cost to repair the TC corpse prefab
56 Days 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
56 Days Ago
Update TC corpse prefab
56 Days Ago
Add corpse prefab to normal TC prefab
56 Days Ago
Update manifest
56 Days Ago
Update manifest (radtown_1)
56 Days Ago
merge from softcore_update -> tc_changes
56 Days Ago
Add TC corpse entity
56 Days Ago
Add callback when corpse is spawned so we can transfer auth list onto invisible TC
56 Days 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