243,079 Commits over 3,898 Days - 2.60cph!
Fixed a bug in CLIENT+SERVER mode
Merging in my work now that testing week is over.
Changed package size
Added blocking check for phone
Fixed server NRE
Added outlines
Moved mission marker
more rework (broken at the moment)
▌ ▌▍▉▍▇▄▆ ▋▍▉▌▄▄
█▇▉ ▆▉▉█ ▌▉▆▍ ▌▊▅ █▊▌▅▄▌ ▄▄▊▋▆
attack targetting/range rework WIP
Automated Windows Build #655
Automated Linux DS Build #655
Automated Linux Build #655
Bots can no longer be created before InitPostEntity fires ( because it crashes the server )
Fixed hole in collision
Added outline effect to player trucks
searchlight fixes/balance/visual improvements
Button fix
Notification fix
Server pos fix
Camera set to follow mode by default
Bunch of refactoring to deal with entity visibility (fog of war prep)
backup/progress - ironing out materials for macrodetail
Switched a few resource and item gathering related find targets to use pathfinding based distance considerations
Fixed contextual hints showing in editor when not behaving as standalone
Hints UI stuff only shows in editor if we're flagged as BehaveAsStandalone
Fixed UnitIsBeingAttackedCondition not overriding all required methods to be used as a break condition for goal plans
Island1 spawn tweaks, added wolves.
Fixed NRE in UnitSpawner when assigning a pre-exiting building view as the base
Fixed error in TimeRangeParametersDrawer
Removed most foods from procedural spawns, added hand placed spawns to island01
Added new considerations to building AI module goal plans, people will now prioritise buildings that are nearer completion,or require fewer resources
Target filters can now filter for interaction plans on the target entity, fixes a lot of cases where the AI would repeatedly fail to find a valid target for a given behaviour (gathering especially)
Target filter editor improvements for the above ^
More UI
Speed cam fixes
Notifications
Desires.ClearPlayterCreatedDesires supports a list of exempt desire types
PlayerController.ExecuteBuildingCommand doesnt clear existing Building or BuildingAction
Added BuildingConstructionStateConsideration
updated tree and shop objects
Fixed portraits not working after game restart
Minor ActionChain cleanup
Couple of rare NRE catches