193,298 Commits over 4,079 Days - 1.97cph!
IsRequiredForBlackboardCraftDesire checks validity of interaction plans before writing to the blackboard
Tribe cohesion value now moves slowly to towards target value
Fog/scattering effect now wokring in edit-viewport
Fixed transparent surfaces (e.g. windows) not fogged properly in edit-mode
updated shader so picking works again
Restored night fog on climate settings
Fog is now pitch black when no sun or moon are visible
GUI.enabled set by zoom level in node graphs
Node graph grid drawn using handles, not a giant image
changed shader name and updated refrence in resourceview.cs
Fixed zoomable area using bad rect
2017.3 proj ver, shader fixes
Editor resets Time.timeScale when exiting playmode
More work on AI behaviour related stuff.
Fixed bootstrap NRE on aimanager init when missing terrainmeta path
Fixed treelod not restoring shadow mode
Removed PersistentPerson from the base Character and put it into PlayableCharacter only. If we want persistent data on basic NPCs we can change it back, but for now just having a persistent entity for player characters is simpler.
Attempting to fix the buildings pushing units underground bug:
-Building placement now grabs a list of nav mesh obstacles and does box overlap checks to find any units that are in the affected space of a building
-Once the building is placed the affected units are then moved away from the building until they are in unaffected space
-Also added a position_unit console command that positions the selected unit at the current cursor position
Merged in the latest from Main
Node graphs only allow window drag/resizing at 1x zoom
Only move player when grounded
Rename the user manager back to the old name
▉▄▍▍▄▅▉▊ ▌▇▉▇ ▌█▅▅▉ ▍█▇ ▊▆█▅ █▋▆-█▍▊▌▇▉▄▆ ▅▋▉▍▇▋▆
culling.env enabled by default (player testing)
reduced lodcomp occludee min visible time
more lightweight culling debug
water rendering profiler sample
Optimized TAA fast path in PostProcessLayer.OnPreCull
night fog elimination via climate settings
removed random spaces I left behind