193,780 Commits over 4,079 Days - 1.98cph!
Fixed particle systems being affected by culling
Fixed group knowledge propogation updating distance when it shouldn't
Work continues on AI Behaviour.
Ice sheets / fixed visual issues at very low graphical settings
Added gather desired item goal.
Testing parent desires not being fulfilled by child desires.
Northern cliff side road loot spawns (Hapis)
redid build settings (fix not building?)
Pause menu buttons do their stuff
Added pause menu
Added pause state and gamestart state (separate from InPlay state)
unit stat bar animation for fame/durability on match outcome screen
Can no longer stack wall frames with 0.5 vertical offset
Fixed invisible colider in harbor_1
Fixed invisible colider in harbor_1
Can no longer connect two buildings if both have a cupboard
Nuked old un-used statistical modelling condition/consideration
Unit.Desires tracks fullfillment history
Added TimeSinceDesireFulfillment consideration
Stripped P2P stuff
Player voice chat is done via the server
Network Protocol ++
Added BaseNetworkable.GetConnectionsWithin( vec, float ) (used with SendInfo)
Added CareerStat generic class, trakcs current and previous values on value change.
Converted career unit it durability and fame to CareerStat.
Some more quarry / survey charge loot table updates
Removed survey charge from loot table
ScenarioData.TribeMembers count includes leader
Default scenario starts with 3 people
Merged in quarry fixes
Network++
Merge from Player&LevelSelectRework
removed playerarrayID and just use playerID for everything
Added playerarrayID to playerinstance
made camera min tilt angle check correct
majority of upkeep completed
Refinery stairs fix (Hapis)
Lots of new on/off/ignite/extinguish sounds for deployables
Lots of new active/burning loops for deployables
Open/close sounds for a few deployables
New sounds for searchlight movement
Made eat a berry interaction positional and non-exclusive so more than one unit can eat from a berry bush at once
Tripled input values for all campfire inputs - should make campfires last longer and make units less likely to spend all of their time tending to the fire
Advanced Crafting now unlocks after building a crafting table
Set "Craft Item for find desires" goal to the crafting role
Disabled raids, units aren't good enough to survive right now
Fixed crafters not crafting items for other people if the item to be crafted had 0 required roles assigned to it
Fixed hiz downscale causing some false negatives
Added hiz downscale path for odd sized mips
Added min velocity to reprojection clip for stability
Fixed the game failing to load if an unlock that was unlocked in a save game has been deleted or is no longer available
Added a last hunt time to Roles data, stores the last time a unit went on a hunt
Added a Time Since Last Hunt consideration, trying to push hunters to go hunting every 1-2 days instead of waiting until tribe is hungry (cooks collecting berries is preventing that from happening)
Added some hunting area hints on Island_01
ItemFilter can now ignore specific weapon types, used this to make sure hunters don't go hunting with improvised weapons (sticks)
Hopefully fixed an issue where multiple recommended item craft desires were created if a unit doesn't craft the recommended item fast enough (should fix people making 4 hand axes lol)