40 Commits over 639 Days - 0.00cph!
Made our custom particle shader implement fog the Unity 5 way
Backup commit of an initial working version of the grass system (do not use yet)
Added TerrainMeta to all terrains
Forced asset serialization to text mode, which will help in the long run... http://i.imgur.com/fFY2Na7.png
Removed ShaderForge + added it to ignore.conf
Forgot to ignore the ShaderForge folder meta files as well
Made scenes a bit smaller
Kept TerrainMath from serializing until I find a better place to store its data
Fixed some minor grass color issues
More scene size fixes (everything from our end is now fixed)
Fixed standalone build error in SceneAsset
Refactored TerrainMeta / TerrainSkin and TerrainMath baking process
Added timing utility class
Fixed heightmap encoding (is stored normalized in the texture)
Made normalmap use a bit less memory (no longer store x in alpha)
Enabled map decoding at terrain load
Switched normal map bake to raycasted normals
Properly added refresh menu to grass
Added toggle to always refresh grass patches, no matter if they moved or not (for editor tweaking)
Made baked normal and height maps adjustable
Made SceneAsset create its folder if not found
Fixed two missing resolution variable replaces
Fixed NRE in TerrainMath when the height map resolution is different from the normal map resolution
Added max slope parameter to the grass mesh types
Made the grass slope calculation work correctly at cliffs
Fixed terrain slope calculation being slightly off on diagonal polygons
Made grass refresh context menu force a refresh even if a patch wasn't shifted
Added cutoff value to grass system
Replaced SceneAsset with AssetStorage (Rust backport)
Rebuilt maps in island-0001
Mege from terrain_painting
Changed normal map bake to only include terrain
Made the terrain normal map bake a hybrid between the terrain-cliff and terrain-only approaches
Only check colors of valid splats for grass meshes if smooth color transitions are disabled
More normal map bake hacks
Merge from grass_optimizations
Unity meta file auto updates
We don't need this .pdb.meta file
Ignore future .pdb.meta files
Merge from 8_splat_support
Fixed grass splat tints not updating when seasons change
Fixed terrain asset constantly being modified even when nothing changed