19,298 Commits over 1,614 Days - 0.50cph!
Tribe create post, leaf material fix,
Menu UI background tweaks
Fixed ScreenNavigation OOE causing bad button states in MenuUI
Fixed building finished event being invoked when the building wasn't actually finished
Fixed settlement experience being added without finishing the default addons first.
Skill gain from crafting items.
Added skill gain data to a bunch of buildings.
Wooden club unlocked along with spear and handaxe.
Repair state should always start when building reaches decaying state.
NRE fixes related to new ToolUsage stuff.
Avoid floating point precision error that could sometimes cause construction to get stuck.
fix for human hair being offset
OnBuildingFinished now only gets invoked the first time the building is completely finished (use OnUpgradeComplete for upgrades).
Upgrades will get force completed if the instant build cheat is enabled.
instant build cheat now adds the required items to the building
null check BiomeMaterialObjects when transitioning season
Tribe create functionality WIP
Fixed highlighter not working in tribe create (uses main cam now)
All jobs default to off
handaxe now goes in Hip 2 slots
Highligther fix (missing mats on player prefab)
Fixed tribe customisation mouseover buttons not showing
Various UI utility now uses Camera.main instead of PlayerCamera.component (fixes element positioning relative to converted entity screen pos outside of Game UI/when using other cameras)
Fixed the charcreate ambient lighting issue for real this time.
Missing file & texture clamp.
Stone Axe now has correct offset in hip slots
fixed terrain being too bright in editor mode
Added give_settlement_exp console command.
Interaction Positions for construction on Campfire-Shelter addon.
removed range conditions from move to combat target AI to let the moving handle the range and perception checks
Skill gain and research contribution use intelligence as a multiplier (mapped to 50% - 150%)
Added game config button to data browser
don't clear active constructions list in Building.SetFinished
Woodcutting skill gain from cutting down trees.
Fixed NRE in TreeParametersEditor.
Config cleanup, tabbed editor window
Fixed units not being properly managed during tribe create
Fixed tribe create untis not being highlighted, hover button persisting
some arid stuff, nothing good
unbroke prebroken terrain material
Fixed stupid code making settlement exp from skill gain always be 1
OnValidate will set the first interaction position set to default if there isn't a default.
Misc interaction position data.
Fixed people getting parented to occupied positions in the tribe view scene
Fucked off Highlighting onvalidate because NRE apparently
Fixed MenuScene NRE due to OOE
Fixed generic prompt widget button alignment
Fixed camera paralax not getting re-enabled, probably