201,578 Commits over 4,171 Days - 2.01cph!
Separate client/server now working correctly. If you're Client, you can start on the new blank Init scene
Unselected units now get a grey highlight when they are occluded by objects, regular green highlight is applied if the unit is selected
Added an extra frame between creating a clone for portraits and taking the portrait, seems to help with the portrait issues
Fix NRE when right clicking a building under construction
water_well_d scene detail pass
meat rack, unlocked with stockpiles
potential fix for report cheat web browser opening when typing in chat
Better client side lower limit for physics.steps and physics.minsteps
Whoops, physics.minsteps fix
Attempt at Scientist LOS fix.
Converted some scriptableobject stuff to monobehaviour
Fixed default unit target command
Stockpiles can optionally use attachment points like ItemContainer
water_well_d scene fixes / quasi final state
UnitView alignment stuff gated by flags
WIP stockpile support for all entity types
Conditions.CanDepositItemToStockpile now CanDepositToStockpile, exposes blackboard key for relevant mode
Hunter AI for adding corpses to meat racks
Entity filtering can specify UnitAttachments as source for units and items
Fixed MeatRack having wrong interaction
Stockpile interaction command generator supports attached units
Disabled interior camera transition system until we make it not-shit
Removed close button and zoom meter from overlap map widget
Fixed info widget role icon not showing
more color stuff, some code cleanup
temporary assigning kit 0 and 1 after the kit database creation to avoid weird stuff in the sauqd edtor and so on
Prefab pre processing no longer deletes parents of culled game objects (fixes open server side doors on some monuments)
Fixed CanDepositToStockpile reading wrong bbkey
Actions.DepositEntity no longer fussy about entity type
AI tweaks
UI tweaks
Camera initial distance
Fixed some errors with networkgroups
Multi-selected units UI
Group supplies boilerplate https://i.imgur.com/Zvet0.gif
Fixed building placement not un-pausing the game when cancelling placement
Added building placement guide UI
Disabled tab key roles foldout shit on UnitInfoWidget
remove TryGetEntityComponent
Group supplies hookups, UI
PlayerTribe supplies event fix