branchbefore/main/goalscancel

22 Commits over 0 Days - ∞cph!

10 Years Ago
Merge from main
10 Years Ago
Merge from main
10 Years Ago
- Biome tweaks and ZoneEdtior season display
10 Years Ago
- Fixed broken BiomeSettingsEditor - Refactored Zone+Biome handling to support variable length seasons, much cleaner code - Renamed Season type stored in BiomeSettings to SeasonParameters, Create() provides a runtime Season instance - Removed some unused weather variables in World+Weather
10 Years Ago
Goal editor work
10 Years Ago
Merge from main
10 Years Ago
- Merge from main
10 Years Ago
10 Years Ago
- BehaviourChain makes sure that all created Behaviour instances hold a reference to the BehaviourChainData - HarvestResource Action populates BCD with a list of succesfully harvested items - HarvestResource should make sure harvesting timers don't continue to tick if End is called early - Organised Actions folder a bit
10 Years Ago
WIP berry gathering via Goals
10 Years Ago
Editor crap
10 Years Ago
More tweaks and assets
10 Years Ago
Progress
10 Years Ago
DM now drills down through Goals until it finds a GoalPlan
10 Years Ago
Goals DM WIP
10 Years Ago
More building fixes
10 Years Ago
SmartObject creates interactions properly again
10 Years Ago
Fixing silly things
10 Years Ago
Building construction states are seperate from the primary state
10 Years Ago
Buildings now store a list of interactions flagged by BuildingStates
10 Years Ago
More Interaction and behaviour refactoring
10 Years Ago
WIP BehaviourChain, IBehaviour refactoring