549 Commits over 215 Days - 0.11cph!
Fixed an editor exception when looking at a stats component on a group
Trying out adding an additional collider to trees to increase clickable area
Fixed Dispenser firing an action that hasn't been assigned
Added new Go To Blackboard Position (no wait) plan to the CurrentBehvaiourIsGoToBlackboardPosition check (was breaking sprint/jog movement)
Added a null check to AudioManager pooling process to prevent the errors when loading a game (this might not fix the root cause of the issue)
Fixed UIUtility not correctly using MaxBoundsY on unit (MaxBoundsY is a local offset, it was being used a world space Y coordinate)
Above change fixes enemy widgets and conversation widgets
Switched PartyOverlayWidget to use UIUtility now that MaxBoundsY calculation is working
Fixed a case where conversation widgets would start erroring out if a game was loaded while the current game had a conversation in progress
Fixed not being able to see hint widgets in editor (use the editor preference to disable them, they were being disabled regardless)
Fixed and adjusted the 3d preview settings for several buildings (particularly small hut)
Hair option tooltips are no longer zero-indexed
Changing selected tribe member in tribe creation UI now closes the open toggle group
Fixed delegates not being cleared on tribe create buttons and causing hover states being processed for multiple units at a time
Replaced using EventTrigger for buttons sounds with a new ButtonSound component
EventTrigger consumes all ui events, so it blocks scroll views working (explains bad scrolling on craft+build screens)
Added a Clear Blackboard Desire ability and hooked it up to the Clear Desire goal plan (should stop empty goal plan messages, pretty sure this is what this goal plan was meant to do)
Fixed in-progress building upgrades not loading successfully
Added a filter to the spawn tab of the debug tool
Campfire percentage display should now show correct value based on all inputs in fire, not just the current input
Party overlay now shows a different icon based on the units party role
Fixed UnitCollections getting visible knowledge overlay widgets
First pass on a more springy zoom model for the Follow camera (still has issues)
Fixed units not being able to move after wearing a piece of clothing (InStationaryState on Animation component was being left on after an Animator rebind)
Added an AutoContinueThroughInputs bool to FuelToEffect Machine Process to keep campfires going though multiple inputs
Removed turtles from trap array, rabbits are working better now
Fixed some exceptions when selecting non-human units in debug mode
Fixed some more trap issues
Added a button to the Agent Debug Panel to select that agent
Traps now disarm when picked up while armed
Traps have their own persisted data, stores their current armed state
Fixed some cases where orphaned trap hints could hang around
Fixed being able to zoom while in build mode
Hooked up animation states for traps
More rabbit trap work - destroy hint when trap is not set, disarm trap when picked up while trap is set up, don't let units set up a trap multiple times
Reverted a trap change that was only meant for testing
First pass on getting idling animals to go to traps
Made rabbit trap affect turtles as well (rabbits seem to sleep a lot? not great for testing)
Fixed traps not setting their collider to a trigger
Removed some spamming logs
Traps can now spawn a hint when they are set up
Added a new hint for traps
Rabbit Trap is marked as in starting pool for testing
Set up interactions for setting up a trap
More building placement improvements for building on slopes
Fixed create party and invite to party accepting hostile tribe members (was only checking if the invitee was currently attacking)
Fixed crafting screen 3d preview image blocking buttons (bug 873)
Fixed several build compilation errors
Sped up fixed delta time while at high speed, fixes some weird physics sleeping issues
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
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
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)
Tied automatic party forming to hunt desire and copied some of the considerations from the hunting module
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