repobeforecancel

19,298 Commits over 1,614 Days - 0.50cph!

7 Years Ago
meat rack, unlocked with stockpiles
7 Years Ago
Fix NRE when right clicking a building under construction
7 Years Ago
Added an extra frame between creating a clone for portraits and taking the portrait, seems to help with the portrait issues
7 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
7 Years Ago
Hopefully fixed building UI
7 Years Ago
Disabled some overview map stuff
7 Years Ago
Exposed Max Quantity of dispensable wrapper. Max Quantity can no longer be less than Starting Quantity.
7 Years Ago
Removed tribe tracker GameCamera zoom distance increased to 400 (from 70) Ported overview map screen to a new overlayed widget that activates based on camera distance Moved building widget back to play view (no gameUI View switching enabled right now) Contextual ability stuff for units in PlayerController (default to assign hunter role on any animal not currently attacking, otherwise just attack) Various UI
7 Years Ago
Removed Builder Role and set up AI accordingly. Made people more likely to want to go hunting. Modal State should make cursor visible if it was hidden. Various AI. Filtering will now ignore anything with a disabled SmartObject.
7 Years Ago
PlayerController.CanTick checks active GameUI view == play
7 Years Ago
Made tanning rack building deposit interaction non-positional
7 Years Ago
Remove a bunch of redundant "check ai unlock" params
7 Years Ago
Building AI tweaks
7 Years Ago
apple tree
7 Years Ago
Another editor fix
7 Years Ago
Editor fix
7 Years Ago
Fixed ViewTransformSelectDrawer not refreshing per property Added CraftItemSettingsEditor to expose stat manipulators nicely
7 Years Ago
Fixed some keywords on eating related AI
7 Years Ago
Machine processes wrapper can now specify objects to show when active Added ViewTransformSelectAttribute/TransformSelectDrawer
7 Years Ago
renamed a thing in Possessions
7 Years Ago
delete fire from building editor scene
7 Years Ago
tanning rack
7 Years Ago
Nuked various consumable effects, as stat changes are defined on the item.Consumable component Meat gives mad nutrition
7 Years Ago
Fixed Blackboard.ParametersId returning wrong value
7 Years Ago
Remove and destroy cooking carcass when it is cooked and depleted
7 Years Ago
nospawns setup for building debug
7 Years Ago
Berry bush regen and auto dispense
7 Years Ago
Disabled Hypothermia
7 Years Ago
Disabled hugging
7 Years Ago
Ability.PlaceCraftingOrder is AI only (no longer shows on radial) Disabled the Human.Idle.Activities module for now (too much dancing, need historical time since last execution as part of DSE scoring)
7 Years Ago
EntityEx.SetViewParent error when view is null
7 Years Ago
apple tree improvement
7 Years Ago
Deer, Goat and Rabbit can no longer be butchered. Either cooked on spit on stick Hut owner limits fixed to match the number of sleeping positions
7 Years Ago
Possessions fulfillment tidy up
7 Years Ago
adding a required possession checks fulfillment
7 Years Ago
add possession requirement regardless of if we have the thing or not
7 Years Ago
Various data, hunting scoring fixes CookCookableItem blackboard fix/warning if it fails
7 Years Ago
Cleaned up EntityManager destruction routine
7 Years Ago
player builds work
7 Years Ago
correct apple tree resource data
7 Years Ago
forgot to tick these in last checkin
7 Years Ago
island 01 paint mode to none (to stop splats from getting modified when they shouldnt be)
7 Years Ago
changes plasticed flagged up
7 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)
7 Years Ago
Fixed campfires being marked not available if they are at 100% capacity (might fix units not lighting fires in later games)
7 Years Ago
Check if a unit already has an item before adding a possession requirement
7 Years Ago
Desires hold their creation and last refresh game times Added desire lifetime stat simulator for use in effect manipulation values (higher = older desire)
7 Years Ago
Fixed shelter desires having bad momentum drain value
7 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
7 Years Ago
Ensure that stranger spawns are at valid navmesh location