199,179 Commits over 4,140 Days - 2.00cph!
Island 1 AI tribe no longer player controlled, is hostile
Fixed non-player human units clearing fog
removed can transistion to self from animal attack anim controller
Can't mouseover invisible/disabled/fogged entities
Removed standing torches from AI tribe camp prefab
Nospawns setup for decal issue testing
disabled post on portrait cams for now as it bugs out current decal setup
Building status icons status display modes (none, hover, always)
Unit.Ownership removes ownables when changing Group
Crafting queue item drop radius tweaks
progress backup
compound scene2prefab
Improved Road / Terrain matching
StatusDisplay in BuildingSettingsEditor
TargetFilter max entities count does not include those that fail enabled/destroyed or matching type checks
hopefully fixed collection was modified error when someone leaves the tribe
it's now game over if your whole tribe is dead or disabled
Hunters will no longer pick up dead people and try to cook them
Fixed research choice unlocking things immediately
Did some dumb things, fixing them up to make sense here. Also discovered why King Of The Hill UI scores broke in the first place - it was a bug with empty strings in the networking system. Tried to do a proper fix, but ended with a workaround fix.
Research stations now their own data, no longer saved in GroupProgression, allowing for multiple concurrent research choices (the fuck was I doing at 2am)
Version++
Removed changes that failed to fix Dormant bug.
Fix for entities potentially being hidden by fog when they shouldnt
Removed ancient code to ignore multiple position ticks that were received in a single frame
Fixed server / client time offset corruption when receiving ancient entity ticks (e.g. when having both AI dormant + network caching enabled)
Added IsCannibal bool to Ecological Parameters.
Animals will now only eat corpses of other animals if starving or cannibal
squad editor wip help prompts
Research mehanic uses the fullscreen progression window, takes layout from Unlock defs GraphRect, which can be editor in Before/Progression Designer (WIP)
Research is global again (the fuck was I doing at 9am)
Progression window positions nodes using their editor graph position
Added Research unlock method to UnlockDefinition
progress backup
compound scene2prefab
expose progression layout rect multiplier (to account for size difference between the two graphs)
Added game event utility to debug tools (under new utility & gameplay tab)
Added game_event.trigger console cmd
ai_dormant true by default