19,298 Commits over 1,614 Days - 0.50cph!
disabled shadows so I can test on steam (will revert soon) #2
disabled shadows so I can test on steam (will revert soon)
fixing more tree shading issues
fixed some tree smothing issues
Experimenting with remembering the last tick result in order to make the modules compete with each other properly.
Fixed job toggles not showing
Removed crafting job from crafting modules.
Goals can continue current job if job is null.
Attackers will get as close as possible to their target if target is sleeping.
missed file from last checkin
Jobs can require building ownership slot assignment
Ownership assignment slots show for crafting stations as well as homes
Added WIP crafting station UI to the building inspector
Activity can select whether we account for the creator or target when notifying the player.
JoinTribeRequest is now created by the unit wishing to join again.
Fixed IgnorePerception in SetDestination not actually ignoring perception.
turned on enable gpu instancing on some materials
changing tree.cs to make shadow meshes batch
Edge scroll same speed as WASD
Triggers on needs are now optional.
Needs are triggered by a set of conditions, and the same set of conditions determines fulfillment.
added shadows back to trees (whoops)
Needs now have a condition group for completion.
Hunter Needs Weapon completed if the unit is no longer a hunter.
Skill Gain to Settlement exp multiplier.
Return false in CanPerformJob if job isn't unlocked yet.
Added JobCondition.
Hunter Needs Weapon now checks if we're actually a hunter.
Don't trigger settlement XP gain event unless value is non zero
NRE fix in dispenser interactions
rebuilt trees to be one mesh until chopped down
Crafting overlay only shows elements that the selected unit has the correct job for.
Crafting widget won't show items the selected unit can't craft.
Craft command only shows in radial if the selected unit has the correct job.
Crafting Station now defines Job and Craftable Items.
Nuked some old stuff that isn't needed anymore.
Fixed goal nodes not showing continue job toggle
Fixed item editor NRE
Jobs UI improvements
Crafting unlocked at level 1
Job renames
Job UI only shows unlocked jobs
Turned down edge scroll speed a bit
Cache savegame metadata so it doesn't reload more than it needs to
merge from roles refactor
Make sure we load skill levels properly