199,316 Commits over 4,140 Days - 2.01cph!
Moved GridManager stuff back to main thread on a coroutine
Only check workshop download status once a second
GridManager.UpdateEntity optimisation, NRE fix
Crafting station keyword and other tidy ups
Renamed GridDataDefinition.FixedArraySize to InitialCellCapacity, which describes what it is actually used for
Replaced the BaseEntity.this[GridDataDefinition] with GetGridPosition
Added more profile samples to morphcache
Saved some heap allocs on morphcache.setup
Moved GridManager coroutine stuff around so we dont try to update entities until game ready
GridManager update coroutine yields to Task.Run (testing)
Fixed reflections when fog=1; had to drop fake dir refl occlusion
Touched all relevant shaders
Fixed entity grid position not getting properly set on create
GroupActionDesire & AskToJoinGroupActionGroup (lol rly) use cast cache properties for specific desire type
Removed desire type properties from blackboard
fixed explosive ammo bug
no longer need to aim slightly away from target to deal maximum damage with explosive ammo
Tweaked some container fill settings for cooks to make them more reliable in crowded environments
Game Camera now blocks zoom while over UI (fixed scrolling roles window also zooming)
Bots can exit the plane successfully, although they teleport instantly to the ground. THAT'S GOOD ENOUGH.
show different arrowheads for bow / crossbow ( in 3rd person )
Doubled Zombie HP because things were too easy
Bots can now play decently as zombie players. Also bugfixes
Fixed putting weapons away
Fixed go to random radius (5) set to 0 radius (should fix units sleeping on top of each other by a campfire)
Cooks now check if they already have a crafting order for a basket before making a new order
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)
World stuff
Prefab organization
more color stuff - portrait
water_well_c mini monument scene files prep
Collapsed water tower structure models WIP
Changed how entities are written
Try setting the appid via SetEnv
branching because this is gonna start to break shit
Fixed a missing EndVertical in StatManipulator drawing.
Removed ItemActionDesire completely.
Crafting component now adds required items to Possessions.
Tidied up Possessions.
Slight improvement to AI LOS.
more color stuff - kill feed