19,298 Commits over 1,614 Days - 0.50cph!
Moved to post stack v2 beta
Added post processing volume manager, more post support in weather system
Fixed falling trees immediately "impacting" when at high speed (bug 870)
More Item/attachment handling improvements
-Units will now drop shoulder items if they need to equip something in their right hand
-Added a DropItemInAttachmentSlot method to Item to blindly drop items
Fixed GetItemInAttachmentPoint using itembuffer and not MyItems
Added a couple of methods to easily query some item/attachment info to Item component and exposed the current attachment state to the Item debug panel
-GetItemInAttachmentPoint
-GetCurrentAttachmentPointForItem
Merging ItemEquipFix into main
camera zoom curve/distance tweaks
fixed things being in the wrong place
stop/play surrounding particle systems
more particle system safety, prefabs
removed TODO comment because I actually did the thing
positioning of surrounding cloud particle things
get correct day/night TOD cloud color from shader globals
Fixed clouds fade color/tinting hookup
Let's fill in all the triangles of the mesh
fixed map meshes being on the wrong layer, colors fuckeries
enforce correct particle system shape settings
cloud mesh generation WIP
Unit Collections will now store whether they were player created
Party leader will now disband the party if they no longer have a hunt desire and the collection wasn't player created
Fixed the no condition Invite to Party ability being exposed to UI
WIP cloud layer mesh generation + particles
Added GameDateTime to persistence type model
Added invite to party ability to form party goal - a hunter will now form a party if a they have a valid unit nearby to invite
Units will no longer automatically join parties (leaving goal in there for now in case this changes in future)
TimeManager shouldnt be saved with a timescale of 0
Tied automatic party forming to hunt desire and copied some of the considerations from the hunting module
Removed "Scaled" dateTime from TimeManager, added GameDateTime struct and replaced usages of scaled date time with either a simple day counter or GameDateTime
Party members can now get a target from the party leaders combat targets array, rather than just matching their leaders target
Tweaked some score values to make party behaviour more important that some social behaviours
Fixed units chopping down trees while holding sticks (they now drop what they're holding if they can't equip a needed tool)
-Bug 835
Locked independent join/create party logic behind the hunting unlock
-Units can still quit parties independently
Added a new Leave Party via flags plan
Fixed Knowledge Overlay showing duplicate labels for units
Fixed issue allowing PlayerCamera map to game transition to be triggered multiple times
Fixed tooltips not working on the map view
Fixed PlayerCamera zoom to game view transition not working when player selected a different unit on the map
Fixed map transition pausing/unpausing the game during camera movement
Map screen POI boilerplate
Exploration grid should only be padded for player tribe