userandrecancel
reporust_rebootcancel

10,834 Commits over 3,867 Days - 0.12cph!

10 Years Ago
AI movement prediction improvement
10 Years Ago
AI context map interpolation
10 Years Ago
AI behaviour prototypes using context maps
10 Years Ago
AI context map extensions
10 Years Ago
More AI tests, ideas and prototypes
10 Years Ago
Merge from main
10 Years Ago
Changed OS X fullscreen mode to hide dock and menu bar
10 Years Ago
Some AI tests, ideas and prototypes
10 Years Ago
Added flare meta files Disabled automatic flare fbx material import
10 Years Ago
Fixed grass being white after its first generation Slightly reduced maximum wind bending Obsessed needlessly over code layout
10 Years Ago
Fixed HTML UI being invisible on OS X and Linux It might still be pretty buggy on those platforms, but at least not invisible and buggy
10 Years Ago
This broke on merge
10 Years Ago
Merge from main
11 Years Ago
There seems to be a naming bug in those prefabs, Unity fixed it on library recreation
11 Years Ago
Made decor system use GameManager.CreatePrefab rather than GameObject.Instantiate
11 Years Ago
Added overloads of GameManager.CreatePrefab that take a GameObject as prefab
11 Years Ago
Removed manual garbage collection pass from grass system Let's see if we can get along without calling it manually at all
11 Years Ago
Made grass and decor gizmo color configurable via inspector
11 Years Ago
Added new grass and decor system to experimental (this will probably break everything)
11 Years Ago
Create textures from Color32 instead of Color struct
11 Years Ago
Made decor alignment to normal optional
11 Years Ago
No need to store static decor objects in a list
11 Years Ago
Added threading to the grass system It now assembles the vertex, triangle and UV lists fully asynchronously
11 Years Ago
Reverted the decor spawn position shift workaround I had to introduce by solving it a little more neatly
11 Years Ago
Added Parallel.Coroutine
11 Years Ago
Changed grass and decor spawn loops to be initiated by terrain generator in the future
11 Years Ago
Added global.batchmode (needs testing) Added option to execute on dedicated servers to decor system
11 Years Ago
Tweaked rock material parameters to look somewhat acceptable
11 Years Ago
Fixed decor ignoring the selected splat type and always spawning on grass instead
11 Years Ago
Let's try to keep all sound files in one folder
11 Years Ago
I think those can be deleted
11 Years Ago
Moved decor prefabs to resources folder
11 Years Ago
Changed decor spawner to load prefabs from resource folder
11 Years Ago
Fixed terrain texture normal maps (we generate from grayscale until petur finishes his textures) Switched terrain texture compression to automatic
11 Years Ago
Fixed terrain noise import settings
11 Years Ago
Split the decor system into two parts Dynamic objects are spawned and despawned around the camera as the player moves Static objects are spawned once at level start (will basically replace the decor spawn method in TerrainGenerator) Made the decor system splat type selectable Minor cleanup in the grass system code
11 Years Ago
Time of Day update to 2.0.8 prerelease 1
11 Years Ago
Handle terrain bounds correctly when spawning grass and decor Refactor some terrain generation code
11 Years Ago
Added public size and water level accessors to TerrainMath
11 Years Ago
Terrain height has to be interpolated and normal can be nearest neighbor
11 Years Ago
Various grass and decor system tweaks
11 Years Ago
Added methods to get interpolated values from the thread safe terrain math class
11 Years Ago
Added FPS graph (fps.graph true/false) Tweaked FPS graph to display raw rather than smoothed values
11 Years Ago
Attempt at fixing the terrain texture / normal map blurriness
11 Years Ago
Changed how scripts interact with terrain data and math This should be somewhat future-proof now, but some things might still change
11 Years Ago
Improved grass LOD transition
11 Years Ago
Grass and foliage shader OCPD tweaks
11 Years Ago
Added wind to grass shader Added smooth fadeout to grass shader Added foliage shader (without wind for the time being) Improved grass LOD transition Made grass renderer auto-disable if the mesh of a patch is empty Made grass atlas only tile in x direction to avoid uv bleeding
11 Years Ago
Added some decor assets and prefabs
11 Years Ago
Deleted some old unused foliage textures