17,530 Commits over 1,614 Days - 0.45cph!
Fixed CarryUnit detatch crap
Removed Patrol Goal from Human/Idle
CarryUnit removes the unit from its current container when applicable
Fixed potential NRE in debug spawner
FindCorpseToPickUp condition tweaks
Corpse stockpiling and hunting using the same target filters, which should stop people picking up a hunter's kill
Group.Supplies maintains a list of all entity ids added to supplies
Added InGroupSupplies condition, replaces all "X is within Y of Z" distance conditions
Very important comment header consistency
Fixed ZoneEcology spawn routine starting handler coroutines instead of yielding to them ;x
Added Group Has Housing condition to Shelter tier
Grid positions in entity debug view
Minor senses tweak for easier debugging of entities from grid sample
Removed unused AI unlocks
Lowered bravery stat to +10 so rats will attack people
fixed HasDesire data that got changed due to desire type removals
Disabled wander to territory while raiding
if we already have a home, unset the previous home when setting a new one.
Reverted threat reduction on raiding effect
Raid goal tweaks
Exposed a required Progression Tier for each raid spawn set, locked rats to Shelter tier and locked wolves to Equipment tier
Made rats omnivorous and added the animal combat module
Raiding units now get bravery buff
Fixed the misaligned text on the progression unlock popup
Cleaning up Game Events stuff in prep for progression integration
EntitySpawner now has a field for a TriggerSpawns event, instead of a bool
GameEvent.TriggerSpawners now triggers spawners that match the event def
GroupProgression no longer uses a coroutine for tier checks, instead implements ITickableEntityComponent
Remove modal state toggle from overlap map widget
Fixed overlay map not working
UI widget activation order fixes
Navmesh bake settings fixes
Fixed GroupProgresssion tier unlock spam, not sure if this is intentional cc sebov
UI screen transition shit, scene save
Fixed PointerHoverTweener not triggering on pointer exit when the associated selectable was disabled
Fixed UIWidget caching selectables before init
Fixed navmesh rebake using existing data like a chump
Fixed button states in options widget
UIWidget now caches all child selectables and calls OnPointerExit when the widget is deactivated
Nuke configs on version change
Version++
Fixed options not loading from file
Options save/load from json, screenshot file counter fix
Form generator cleanup + options support
Disabled auto-load last save in editor
Global config toggle for scenario system/editor
Tier unlock cleanup, console log
GroupProgression NRE fixes, data save
Data browser shows assets that are not flagged as "game valid" in italtics