userJarryd Campicancel
repobeforecancel

549 Commits over 215 Days - 0.11cph!

7 Years Ago
Fixed an editor exception when looking at a stats component on a group
7 Years Ago
Trying out adding an additional collider to trees to increase clickable area
7 Years Ago
Fixed Dispenser firing an action that hasn't been assigned
7 Years Ago
Added new Go To Blackboard Position (no wait) plan to the CurrentBehvaiourIsGoToBlackboardPosition check (was breaking sprint/jog movement)
7 Years Ago
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
7 Years Ago
Fixed a case where conversation widgets would start erroring out if a game was loaded while the current game had a conversation in progress
7 Years Ago
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)
7 Years Ago
Hair option tooltips are no longer zero-indexed
7 Years Ago
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
7 Years Ago
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)
7 Years Ago
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)
7 Years Ago
Fixed in-progress building upgrades not loading successfully
7 Years Ago
Added a filter to the spawn tab of the debug tool
7 Years Ago
Forgot to save
7 Years Ago
Campfire percentage display should now show correct value based on all inputs in fire, not just the current input
7 Years Ago
Party overlay now shows a different icon based on the units party role
7 Years Ago
Fixed UnitCollections getting visible knowledge overlay widgets
7 Years Ago
First pass on a more springy zoom model for the Follow camera (still has issues)
7 Years Ago
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)
7 Years Ago
Added an AutoContinueThroughInputs bool to FuelToEffect Machine Process to keep campfires going though multiple inputs
7 Years Ago
Forgot to save
7 Years Ago
Removed turtles from trap array, rabbits are working better now
7 Years Ago
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
7 Years Ago
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
7 Years Ago
Fixed being able to zoom while in build mode
7 Years Ago
Hooked up animation states for traps
7 Years Ago
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
7 Years Ago
Reverted a trap change that was only meant for testing
7 Years Ago
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)
7 Years Ago
Fixed traps not setting their collider to a trigger
7 Years Ago
Removed some spamming logs
7 Years Ago
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
7 Years Ago
More building placement improvements for building on slopes
7 Years Ago
Fixed create party and invite to party accepting hostile tribe members (was only checking if the invitee was currently attacking)
7 Years Ago
Fixed crafting screen 3d preview image blocking buttons (bug 873)
7 Years Ago
Fixed several build compilation errors
7 Years Ago
Sped up fixed delta time while at high speed, fixes some weird physics sleeping issues
7 Years Ago
Fixed falling trees immediately "impacting" when at high speed (bug 870)
7 Years Ago
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
7 Years Ago
Fixed GetItemInAttachmentPoint using itembuffer and not MyItems
7 Years Ago
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
7 Years Ago
Merging Parties to main
7 Years Ago
Merging from Main
7 Years Ago
Merging ItemEquipFix into main
7 Years Ago
Merging from main
7 Years Ago
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
7 Years Ago
Fixed the no condition Invite to Party ability being exposed to UI
7 Years Ago
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)
7 Years Ago
Tied automatic party forming to hunt desire and copied some of the considerations from the hunting module
7 Years Ago
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