191,035 Commits over 4,049 Days - 1.97cph!
Made eat a berry interaction positional and non-exclusive so more than one unit can eat from a berry bush at once
Tripled input values for all campfire inputs - should make campfires last longer and make units less likely to spend all of their time tending to the fire
Advanced Crafting now unlocks after building a crafting table
Set "Craft Item for find desires" goal to the crafting role
Disabled raids, units aren't good enough to survive right now
Fixed crafters not crafting items for other people if the item to be crafted had 0 required roles assigned to it
Fixed hiz downscale causing some false negatives
Added hiz downscale path for odd sized mips
Added min velocity to reprojection clip for stability
Fixed the game failing to load if an unlock that was unlocked in a save game has been deleted or is no longer available
Added a last hunt time to Roles data, stores the last time a unit went on a hunt
Added a Time Since Last Hunt consideration, trying to push hunters to go hunting every 1-2 days instead of waiting until tribe is hungry (cooks collecting berries is preventing that from happening)
Added some hunting area hints on Island_01
ItemFilter can now ignore specific weapon types, used this to make sure hunters don't go hunting with improvised weapons (sticks)
Hopefully fixed an issue where multiple recommended item craft desires were created if a unit doesn't craft the recommended item fast enough (should fix people making 4 hand axes lol)
Hopefully finally fixed join NRE. Adjusted spawner.
Added min player warning to player select
Player models spawn with same colours as in player select menu. Gameinstance uses array instead of list to store player prefab references
fixed NRE on back button in playerselect
made keyboard inputs be "Keyboard1" to account for how controller strings are handled (checkin if playerinstance is controller or keyboard)
Added level manager prefab. Setup levelSelect scene
Added colors and controller icons. Added Level select as separate menu. Player previews are maintained throughout scene changes.
Roles GPV change callback only sets new active role if we don't already have one
Filling stockpiles goal plan added to Gather Items goal (role gated)
fixed desire parenting determining whether we drop the crafted item or not.
create find desire for required tool instead of craft.
screenshots at 1x, 2x if you hold L shift
More work on AI behaviour.
ugly but working placeholder match summary cash flow UI and code.
match summary unit UI row code.
Hopefully fixed steam problem, spawning and loading error
Fixed game not running from main
Fixed player controller not properly clearing buffers, like actually fixed it.
Mining quarry_a added additional prevent bulding volume
More radial/command stuff
junkyard - tweaks to container bridge walls
Mining quarries polish and tweaks / added more prevent building volumes
Radial menu fixes
PlayerController uses a generic command instead of a list of actions when dealing with multi-unit commands
Command can hold children
Let's only create one craft desire per find desire
Throwing an exeption to catch error
opportunity wip stuff from this morning
People with the crafter role will now craft items for find desires in the tribe.
Radial menu invokes hovered command on RMB release, fixed other issues with closing
Log error when baking terrain heightmap while the terrain is on the wrong layer
Fixed Barren startup error
Updated road physic material
more match summary, added util function to calculate total repair cost of a list of units.
increased win/lose result cash amounts.