17,530 Commits over 1,614 Days - 0.45cph!
Made Behaviours events static to avoid allocations (listeners in BehaviourChain and SmartObject cross-reference the behaviour's chain or target, respectively)
tier requirement met boosted to 0.5 from 0.05 to stop mood becoming impossible to improve
apply mood value to portrait animator to make mouth expression change
Enum generation and enum parsing for Stat and Activity defs uses consistent formatting of the asset name
Fixed StatTypeDefinition enum parse using the asset's displayname override
EntityInspectionWidget refreshes it's entire contents every 2 seconds
Removed some stats from the EntityInspectionWidget display for units, gave most of them color gradient data
Reduced UnitInfoWidget's portrait refresh stat change thresholds (health and mood tirgger a portrait update when they change by 2.5% or more, down from 10%)
changed hunger curve to match hunger effect names
removed peckish effect to create a period of nutirition where the unit is neither hungry nor well fed
AI data save just in case it was important
Weather types now support multiple FX prefabs
Made it possible to enable/disable the stat manipulators for an Effect in the editor
Hot and scorching effects no longer have any stat manipulations (testing)
Added "GroupEntities" source to CandidateEntityFilter.EntitySources
Changed most building target filters to use Group Entities source
Food storage need no longer requires a specific amount of meat, only that the tribe build a rack, has much lower cohesion drain rate
if a container is an item it will now only add contained entities to supplies if placed
removed unnecessary SupplyInfo class
Added option for debug spawner to add dead units and items to the player tribe supplies component
Fixed TribeWidget not updating mood color bar
Fixed a fairly massive oversight that prevented behaviour sim ticks from running while a unit was in the player command cooldown
EntityConsumeValue has more valid interactions listed to write
Fixed some bad consideration curves in Human/Food
AI logging
Fixed AI debugger nodes not showing default curves on considerations
made deer idle look less alert so when they are actually alert you can tell.
Nospawns setup for eating debug
Debugger fixes
Pause UI save/load button fixes, probably?
Fixed various building persistence issues.
ProtoContract default value attributes and other tidy up
DefaultValue attributes on PersistedEntityData to fix bad loading of visible state
awful spammy logging of IsVisible status.
fixed PersistedEntityData constructor being protected and making ProtoBuf sad.
Testbox nospawns is now a proper map, supported by sandbox and testbox scenarios
Game manager extension save/load uses IEnumerator
Fixed UnitPortraitWidget not instantly updating the last portrait (was waiting for a new one)
Fixed load UI not refreshing after save on pause UI, other related tweaks
Fixed errors from UnitPathElement when quitting the game with people selected (Unit.Navigation.IsNavigating checks NavMeshAgent.isOnNavMesh)
Fixed people being called "Human" when starting a new game after quitting the current session
Version++
Starting tribe cohesion is defined ScenarioData
Version++
Camera module prediction crap for particle FX (is shit)
Loading errors back to normal Log instead of Error so they don't spam up the console
InteractionSettings can specify a command execution mode for player commanded interactions
Added BehaviourSettings mode to RequiredAttachmentPointsCondition
Dance interaction now scores diplomacy relations
Simplified billboard rotation
UI tweaks, inverted decay readout
add things to stockpile on load
Fixed Corpse.PostLoad settings isCarried on the view's animator when it shouldnt
Fixed PooledAudioSource.ReturnAfterPlay not working
AudioManager per sound type pool sizes
Found AudioListener.pause, using that instead (music and GUI sources use .ignoreListenerPause setting)
Better audio source caching
Audio sources are paused when timescale is set to 0 for any reason
LogError instead of normal Log if save files are invalid