5,983 Commits over 4,413 Days - 0.06cph!
Only auto-update texture import resolution for assets in the Assets/Content folder
Some texture import resolution auto-updates
Updated image effect standard assets
Time of Day update to 2.3.0 RC2
Don't multithread terrain generation if inside the Editor (spazzes out as of u5b8)
Disabled terrain spec until the shader supports 5.0 deferred
Added SeedRandom.Wanghash
More work on AIObstacleMesh (almost done)
Fixed maximum jump velocity being faster than the last movement velocity
Added better SSAO
Removed dynamic Z near from camera (leads to visible depth res transition with more intense SSAO)
Fixed some meta file weirdness in the trees folder
Added some other missing meta files
Completed AIObstacleMesh (might still need some optimizations)
Added trivial reject to AIObstacle
Updated ConvexHull
Added better normal gizmo to MeshInfo
Added AIObstacleMesh to all rocks
Time of Day update to 2.3.1 prerelease 1
Increased bear attack range to keep him from pushing players around
Fixed some minor issues with AILocomotion
Fixed prefab names being out of sync (next server restart should fix infinitely dense forests)
Organized "Tools" context menu
Fixed terrain collision not resetting if killed inside a cave
Patched water shader to handle foam somewhat decently at night
Fixed NRE in PlayerWalkMovement if running in TestLevel
Added generic prefab class (using this for some refactoring)
Removed terrain height filter from some forest types (every forestX should only have the forestX filter active)
Reapplied changeset 3286 (probably accidentally undone)
Refactored SpawnQuadtree into generic byte storage types
Refactored DecorSpawn and SpawnHandler to use the generic Prefab class
Refactoring in preparation of the forest generation features Petur requested
Generated terrain texture atlas for Diogo
Fixed terrain size being really tiny in the default procedural map
Merge from procgen3
Updated prefab names
Updated game manifest
Protocol++ (network + save)
Fixed standalone compile error
Made the flags inspector code a bit less shit
Fixed TestLevel crashing editor on OSX
Time of Day update to 2.3.1 prerelease 2
Made ignore.conf more generic with regards to UnityVS files
Time of Day update to 2.3.1 prerelease 3
Added LayoutMapRes parameter to TerrainGenerator
Added Upsample2D method to ImageProcessing
Cleaned up ImageProcessing
Made forest 6 reach a bit inside the snow biome
Added a tiny randomized scale to resources
Time of Day update to 2.3.1 prerelease 4
Added random rocks to temperate and arid open fields
Added rocks to the grass-beach transition
Reorganized terrain-related procedural generation scripts
Added basic idea of a dynamic splat modifier script (backup commit)