userJarryd Campicancel
branchbefore/maincancel

421 Commits over 215 Days - 0.08cph!

7 Years Ago
Trees now attempt to find a click collider and turn it off when felled (fixed erratic tree felling on new tree with expanded click collider)
7 Years Ago
Fixed the ResolutionHack in GameManager setting resolution to screen resolution when playing windowed (was ignoring launcher settings)
7 Years Ago
Appended group name to the mouse over description if a tribe has been interacted with
7 Years Ago
Fixed being able to upgrade or addon to foreign buildings
7 Years Ago
Stopped introductions being used on non-humans
7 Years Ago
Fixed building near other tribe activity event (wasn't saved yesterday for some reason)
7 Years Ago
Can now pass groups as the creator/target of activities for diplomatic events Building things near other tribes will now trigger a negative diplomatic event
7 Years Ago
Fixed wooden log attachment point groups so log wasn't equipped in chest
7 Years Ago
Made move order effects unscaled and increased reliability so every mouse click should make a visual marker
7 Years Ago
PlayerController now clears override cursor if it cannot tick (fixed override cursor persisting when opening menus, changing sessions, etc)
7 Years Ago
Zones now get notified when a session is being killed All Zone weather now gets disabled when a session ends (fixes bug 918) Added some checks in world debug tool so it doesn't error out between sessions
7 Years Ago
Refactored UnitGroupCondition to be not be unit specific (since any entity can have a group) Added some conditions so units won't add fuel to another groups fire (they can still use another group's fire with a diplomatic penalty)
7 Years Ago
Merging diplomacy branch into main
7 Years Ago
Fixed UseTarget not being nulled in InternalReset
7 Years Ago
Might have fixed weather widget lerping in form the top of the screen
7 Years Ago
Fixed tribe spawner not creating/assigning entities properly (views had no entities, were non-interactive)
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
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)