branchbefore/main/ViewFillcancel
15 Commits over 0 Days - ∞cph!
Added a minimum 1 unit spacing between anchor points
Removed OnGUI debug display
Added a Box check to ViewFill placement so you can't place fills through buildings/resources
Building placement guide UI now has a regular build root and ViewFill root (since they have slightly different controls)
Cleanup/icons
Serialisation stuff
Reimplemented the construction requirements for FillViews (got lost in a merge)
ViewFIll components get enabled as construction percentage grows
Subtracting changes, was on the wrong branch
Fix units taking corpses that are being cooked and putting them in a stockpile (won't stockpile corpse that is being processed)
Removed HasHolder condition from Eat From Cooked Dispenser goal since we want units to eat from a spit
ViewFill can assign extra construction requirements per fill used (eg. 0.2 logs for each view used as filler)
Gets rounded to an int and added to whatever construction requirements already exist for the building
Fixed multi clicks required to start fill placement
Fixed some bad rotation logic
ViewFill now places box nav mesh obstacles for each block of views
WIP ViewFill placement system and building component