199,327 Commits over 4,140 Days - 2.01cph!

8 Years Ago
Building placement uses material property block, no longer hide preview mesh after confirming placement (hidden on completion)
8 Years Ago
Merge from crafting component stuff
8 Years Ago
collaborations goal moved social need from bonus to consideration
8 Years Ago
more collaboration scoring fuckery
8 Years Ago
StatTypeSelection is no longer a struct
8 Years Ago
UI save
8 Years Ago
NRE fixes
8 Years Ago
Removed craft item desire type and fixed various references to it
8 Years Ago
AI stuff. Going to change the ammo checking in ApexSelectItem but saving this version.
8 Years Ago
Missed one file
8 Years Ago
Put some checks to try and catch the NRE when right clicking on a building to assign a unit to builder (can't seem to repro in editor) Fixed tribe tracker element descriptions reading "Builder" when initialised if a unit hasn't been assigned a role
8 Years Ago
AI item selection work. Not quite right at the moment
8 Years Ago
Fixed new role assignment scroll view not scrolling
8 Years Ago
Role descriptions on the tribe tracker elements no longer point at the wrong button
8 Years Ago
That's better
8 Years Ago
Oops
8 Years Ago
Hysteresis on AI distances. Prevents wavering on the edge of two distance-based options
8 Years Ago
Fixed Create Find Desire action to make a basket not using the correct enum (was serialized with an enum that no longer exists) Fixed an NRE when building an addon The group that is generated for a stranger that's joining a tribe is now destroyed if the invitation is accepted Added a new tribe member cohesion event (positive)
8 Years Ago
Fixed unit group MemberInfo not being reassigned after a load, broke lots of UI
8 Years Ago
baby mesh fix
8 Years Ago
Ai behaviour tweaks.
8 Years Ago
Merged from main
8 Years Ago
Merged back in subtracted ai stuff.
8 Years Ago
Added static building part prefabs water_well_a backup/progress
8 Years Ago
World backup.
8 Years Ago
Some more AI tweaks.
8 Years Ago
update mini unit frame more unit texture tweak
8 Years Ago
Version++
8 Years Ago
Loadbalanced AI senses. Misc ai behaviour tweaks.
8 Years Ago
Hopefully fixed NRE in building commands and potentially other player commands
8 Years Ago
Junkpile spawn tweaks Always show loot container health
8 Years Ago
Cleaned up activity defs implicit enum conversion crap
8 Years Ago
ItemAttachments.Tick is now completely removed from non-editor builds (not stubbed) Entities need to opt-in to receive Tick calls EntityManager ignores entities without tickable components better Replaced Tree.Tick with coroutines
8 Years Ago
Fixed NRE in CommunityEntity.AddUI
8 Years Ago
Fixed NRE in BasePlayer.UpdateHolsterOffsets
8 Years Ago
Unit portrait updates get requested on demand, cleaned up API
8 Years Ago
Potentially fixed ArrayTypeMismatchException in HttpImage
8 Years Ago
water_well_a mini monument progress
8 Years Ago
ActivityPopup uses queue for join requests
8 Years Ago
Ai tweaks
8 Years Ago
Fixed activity popup pausing the game whenever a join request is recieved
8 Years Ago
Potentially fixed UnityException in AsyncTextureLoad
8 Years Ago
Increased junkpile spawn attempts
8 Years Ago
Tweaks
8 Years Ago
water_well_b mini monument files prep
8 Years Ago
Remove BaseEntityTickable
8 Years Ago
Implemented network stream seek
8 Years Ago
Fixed exception in Skin.FromFolder
8 Years Ago
Potentially fixed InvalidOperationException in HttpImage
8 Years Ago
Fixed outdated API usage in HttpImage