userandrecancel

12,560 Commits over 3,806 Days - 0.14cph!

7 Years Ago
▆▍▅▋▆▅█.▇▌██▆▉▆▊█▊ █▍▉ ▅█▍▋▉▇ ▋▍▅▅▅▉▉▋ (▋▍▅ ▍▇▊▉▄▍▄)
7 Years Ago
All doors, wall frame inserts, ceiling frame inserts and barricades require upkeep (test, numbers all preliminary)
7 Years Ago
Any entity can add upkeep using the upkeep prefab attribute component
7 Years Ago
Fixed deployables not decaying
7 Years Ago
Disabled DeployableDecay.ShouldDecay outside check when upkeep is enabled (not required)
7 Years Ago
Barricades can be repaired
7 Years Ago
Barricades can be repaired
7 Years Ago
Removed upkeep cost from deployables again (accidental commit)
7 Years Ago
Reverted decay.tick default value to 10 minutes (accidental commit)
7 Years Ago
Upkeep is now paid for in the individual entity decay ticks (code simplification + cleanup) Building blocks that are inside now decay at 10% of their normal decay rate (upkeep_inside_decay_scale convar) Foundations now decay at the same rate as other building blocks when their upkeep is not paid Eliminated server side GC allocs from upkeep system
7 Years Ago
Reapplied 24429 (TC no longer drops any loot when destroyed)
7 Years Ago
Optimized BuildingBlock.IsOutside
7 Years Ago
StackOverflowException fix for certain massive bases on certain hardware under certain circumstances
7 Years Ago
Only log "no building for tool cupboard" with developer >= 1
7 Years Ago
Process building splits / merges when entity is placed instead of the end of the frame No longer check for building merges when loading from save No longer check for building splits when shutting down
7 Years Ago
Process building splits / merges when entity is placed instead of the end of the frame No longer check for building merges when loading from save No longer check for building splits when shutting down
7 Years Ago
Fixed upkeep resource numbers being shown incorrectly when reconnecting
7 Years Ago
Added persistance version BP WHIP
7 Years Ago
Secondary cupboards decay if there is more than one cupboard on a building
7 Years Ago
Subtracting 24349 (deployable sounds)
7 Years Ago
Formatting
7 Years Ago
Added BaseEntity.IsOlderThan Added DecayEntity.GetBuilding
7 Years Ago
WorldSetup tweak
7 Years Ago
Can no longer stack wall frames with 0.5 vertical offset
7 Years Ago
Can no longer connect two buildings if both have a cupboard
7 Years Ago
Network++
7 Years Ago
Some more quarry / survey charge loot table updates
7 Years Ago
Forgot mine crates
7 Years Ago
Removed survey charge from loot table
7 Years Ago
Merged in quarry fixes Network++
7 Years Ago
Log error when baking terrain heightmap while the terrain is on the wrong layer
7 Years Ago
Fixed Barren startup error Updated road physic material
7 Years Ago
Changed health of 1/3 wall to same as other walls
7 Years Ago
Merge from main
7 Years Ago
Added shell protection to 1/2 and 1/3 walls
7 Years Ago
Merge from main
7 Years Ago
Merge from building_system_3.1
7 Years Ago
Merge from main
7 Years Ago
Network++
7 Years Ago
BuildingProximity checks building privilege on all blocks we're connecting to (in addition to distances to blocks we aren't connecting to)
7 Years Ago
Fixed some wall stacking exploits
7 Years Ago
Added DeployVolumeEntityBoundsReverse (check deploy volumes of neigbouring entities against our bounds)
7 Years Ago
Added additional deploy volumes to floors
7 Years Ago
Fixed roofs having ridiculous stability
7 Years Ago
Fixed half height walls providing better stability than full height walls
7 Years Ago
Improved the way overlapping building privileges are handled
7 Years Ago
Merge from save154
7 Years Ago
Merge from main
7 Years Ago
Improve road intersection blending
7 Years Ago
Cleanup