191,107 Commits over 4,049 Days - 1.97cph!
replay command delays, more replay debug logging, more bug chasing
Stockpiling AI improvements
Target filtering does "cheap" taxonomy filtering before counting towards the max total entities
Scoreboard only visible when tab is held down, bg blur
Fog of war state checks in some overlay UI
don't require attachment points to harvest sticks
Fixed Unit.Items.TrySwitchHands not checking whether the other hand can take a new attachment
Corpse stockpiling moved to cooking module
Moved general gathering module down in priority
Stick harvesting now has same goal momentum as stone harvesting.
Stick harvesting has wood gathering job.
Cleaned up entity view fog management
don't use prehistoric vpk.exe
Fixed ProvidesRequiredItem not using its modes properly and just relying on a messy if else check against blackboard contents.
null check all the things
Non-player controlled settlements set their initial level in OnCreate
Fixed settlement info widget exp slider NRE
NRE fix for the AI Settlement not having a level
Fixed CraftingOrderElement assign NRE
Fixed settlement level activity being created before settlement name assignment after creation
Added stack count display to Unit inventory tab
Scoreboard branch merge into Main
made human male fabric clothes look better
Fixing a general bug with ready player selections
Better performance, scoreboard reuses entry instances
Don't need these csproj files in source control
Destroying scoreboard stuff better between refreshes
Sending scoreboard data from server
ocean pathfinding/coastline path generation wip
Added UI.StatBar component (must be children of the unit inspector, currently)
UnitStatsTab only shows aquired (>0) skills, attributes set up in editor
[d11] some tidying of previous commit, experimenting with Unity NetworkLater. Can be enabled one line 184 of Bootstrap.cs
WIP attempt to move to Unity's NetworkTransport LLAPI instead of Raknet. This will save us from having to update Raknet for console support (Xbox One support is out of date, Switch support is non existent). There are some differences between the libraries so this is experimental at the moment. Need to finish of QOS bindings, and a lot of it has ended up identical to the Raknet assembly so further refactoring might be worthwhile.
fixing crowd material
tweak avatar controller animation exit time
fabric chest and leg items wip (assets are there but look bad)
tweak avatar anim controller
adding face animation , update anim controller, linked to emote script
update platform glow
Improvements to berry gathering AI.
Fixed an issue in which items in containers weren't getting properly handled when selecting all items to deposit to a stockpile.