userJarryd Campicancel
branchbefore/maincancel

421 Commits over 215 Days - 0.08cph!

6 Years Ago
Corpses should now detach from a spit once they have been fully consumed (no more items to dispense)
6 Years Ago
Fixed missing stranger AI field in GroupMember on Human
6 Years Ago
Fixed being able to click accept/decline on a new tribe member pop up before it had finished animating in (pretty sure this was causing the soft lock when accepting a new tribe member)
6 Years Ago
Lowered bravery stat to +10 so rats will attack people
6 Years Ago
Disabled wander to territory while raiding
6 Years Ago
Reverted threat reduction on raiding effect
6 Years Ago
More raid buffs
6 Years Ago
Unsaved changes
6 Years Ago
Raid goal tweaks Exposed a required Progression Tier for each raid spawn set, locked rats to Shelter tier and locked wolves to Equipment tier Made rats omnivorous and added the animal combat module Raiding units now get bravery buff
6 Years Ago
Fixed the misaligned text on the progression unlock popup
6 Years Ago
Fixed a debug tools wrapper NRE
6 Years Ago
Unsaved change
6 Years Ago
New console command to fill a container under cursor (eg. fill_container Berries) Disabled Evaluate Single Entity Per Type on Find something to eat - if multiple units are hungry at the same time and at the same location (eg. waking up in the morning) they would all share the closest food item in a basket and only one would be successful because they would occupy the interaction This change should make multiple units eat from a basket of berries at the same time
6 Years Ago
Raiding animals won't sleep New activities for raid begins and raid in 24 hours
6 Years Ago
Fixed items inside a container being marked as HeldBy the last unit holding the container Fixed items getting picked up into a container being added to the units MyItems list as well as the container's list (only gets added to container now) These two fixes should make units more likely to eat from baskets
6 Years Ago
Added some checks in OnValidate to detect activities that generate notifications that don't auto expire and have no expiry conditions Added an expire time field for critical severity notifications (defaulted to 15, used to be -1) New OnValidate checks picked up Death activity as never expiring, marked it as auto expire/critical severity
6 Years Ago
Fixed Birth activity not auto expiring (it had no expiry conditions, so it persisted forever)
6 Years Ago
Added an "Ignore Items in Containers" bool to target filter Find item for Blackboard Stockpile now ignores items in containers so that the 15 possible items are no longer all items in the stockpile we're trying to fill
6 Years Ago
Deleting SelectBestBuildDesire Turned off Evaluate single entity per type on Find Item for Blackboard stockpile (closest log after placing a log on stockpile was the item we just placed, which is already in a container and invalid so the filter would fail)
6 Years Ago
Fixed pause menu opening and closing from the same button press
6 Years Ago
Fixed incorrect upgrade construction value on Basic Wooden Hut
6 Years Ago
Fixed stockpile units goal using stockpile items filter (needs different conditions)
6 Years Ago
Tried to fix an NRE in Desire.Fulfill()
6 Years Ago
Turned off evaluate single entity per type in breed goal (need to check multiple units for breeding)
6 Years Ago
B key now toggles build menu, instead of just opening it
6 Years Ago
Moved pick up event callback from OnPickupComplete (which I don't think was being used) and into the OnPickupEvent method that is being used This fixes units Pick up actions never ending Fixed OnPickUpEvent not getting called when playing an animation to pick up an item at normal speed Fixed Items not getting added to MyItems if the animation is being bypassed
6 Years Ago
Merging FillView branch
6 Years Ago
Redid the corpse changes I did on the FillView branch
6 Years Ago
Added a corpse gathering goal so units fill up meat racks
6 Years Ago
Removed a log
6 Years Ago
Drag selects can no longer be started while over UI (previously they could be started but with an incorrect start position)
6 Years Ago
Fixed TargetTerritoryConsideration failing if attempting to get the score of a unit and the unit wasn't in the Territory's unit list (now falls back to the position territory check like other entity types) Moved TargetTerritoryConsideration from a consideration to a bonus in some cooking goals to try and make spit usage more common
6 Years Ago
Fix NRE when right clicking a building under construction
6 Years Ago
Added an extra frame between creating a clone for portraits and taking the portrait, seems to help with the portrait issues
6 Years Ago
Unselected units now get a grey highlight when they are occluded by objects, regular green highlight is applied if the unit is selected
6 Years Ago
Fixed non-player controlled tribes running cohesion and spawning strangers (this might fix the strangers not getting added to tribe bug, they were being spawned with a target group that wasn't the player's tribe)
6 Years Ago
Fixed campfires being marked not available if they are at 100% capacity (might fix units not lighting fires in later games)
6 Years Ago
Check if a unit already has an item before adding a possession requirement
6 Years Ago
Items now store a failed path count whenever a unit tries to get to an item and cannot If this happens 10 times the item is moved to the end of the partial path to the unit, so hopefully somewhere accessible
6 Years Ago
Renamed CreateItemKeepDesire to AddItemToPossessions (we don't have keep desires anymore) Fixed AddItemToPossessions action not adding the item to possessions (this makes berry gathering much more reliable)
6 Years Ago
Cooks now check if they already have a crafting order for a basket before making a new order
6 Years Ago
Fixed go to random radius (5) set to 0 radius (should fix units sleeping on top of each other by a campfire)
6 Years Ago
Game Camera now blocks zoom while over UI (fixed scrolling roles window also zooming)
6 Years Ago
Tweaked some container fill settings for cooks to make them more reliable in crowded environments
6 Years Ago
Fixed unit group MemberInfo not being reassigned after a load, broke lots of UI
6 Years Ago
Fixed Create Find Desire action to make a basket not using the correct enum (was serialized with an enum that no longer exists) Fixed an NRE when building an addon The group that is generated for a stranger that's joining a tribe is now destroyed if the invitation is accepted Added a new tribe member cohesion event (positive)
6 Years Ago
Role descriptions on the tribe tracker elements no longer point at the wrong button
6 Years Ago
Fixed new role assignment scroll view not scrolling
6 Years Ago
Put some checks to try and catch the NRE when right clicking on a building to assign a unit to builder (can't seem to repro in editor) Fixed tribe tracker element descriptions reading "Builder" when initialised if a unit hasn't been assigned a role
6 Years Ago
Reenabled desire expired cohesion event (still happens too frequently but without it cohesion never drops)