userandrecancel

12,611 Commits over 3,897 Days - 0.13cph!

11 Years Ago
Increased mountain noise amplitude to reduce probability of flatland worlds
11 Years Ago
Daily merge from main branch
11 Years Ago
Added forest density parameter to spawn handler Tweaked spawn handler forest noise
11 Years Ago
Merge from main branch (again)
11 Years Ago
Merge from main branch
11 Years Ago
Major terrain generator improvements (still needs internal testing)
11 Years Ago
Changed default water level to always be at world height 0 Made splat map calculation favor sand texture a lot more if underwater
11 Years Ago
Undid garbage collection run in terrain generator since main branch added this as well
11 Years Ago
Daily merge from main branch
11 Years Ago
Tweaked some calculations in TerrainNoise for further testing
11 Years Ago
Write seed from back from SeedRandom if it was 0 (which is now defined as "please generate a random seed")
11 Years Ago
Made seed in SeedRandom public
11 Years Ago
Removed noise parameters from terrain generator since they are now randomized from seed
11 Years Ago
Removed perlin noise class since it is no longer needed
11 Years Ago
Improved terrain generator (still needs internal testing) Made spawn handler use simplex noise
11 Years Ago
Restructured terrain noise code
11 Years Ago
Made simplex noise code somewhat less ugly
11 Years Ago
Daily merge from main branch
11 Years Ago
AI test scene
11 Years Ago
A few ideas for AI structure
11 Years Ago
AI skeleton
11 Years Ago
Testing some new terrain algorithms
11 Years Ago
Added terrain noise class
11 Years Ago
Added simplex noise class
11 Years Ago
Run garbage collection pre and post terrain generation
11 Years Ago
Scaled rocks back to 1
11 Years Ago
Added text accessor property to loading screen class Some nicer editor logging for the terrain generator Was forced to merge
11 Years Ago
Awake should be protected to keep us from accidentally overriding it in a child class without a warning
11 Years Ago
Added culling at 1000 meters to world layer
11 Years Ago
Fixed wood pile prefab
11 Years Ago
Created proper bush prefabs Put rocks and bushes on world layer
11 Years Ago
I give up my beloved spaces You try to get your editors to save UNIX line endings It's a gentlemen's agreement
11 Years Ago
Disabled server saving for resources for now Fixed several issues in the resource prefabs
11 Years Ago
Fixed FindPrefabNames on Windows
11 Years Ago
Fixed water specular highlight in test scene
11 Years Ago
Fixed water specular highlight in procedurally generated scene
11 Years Ago
Added water to the procedurally generated scene
11 Years Ago
Made the test level use a custom water prefab and material so that we could reimport the Unity Standard Assets without breaking everything
11 Years Ago
Fixed light source culling mask warning
11 Years Ago
Fixed resource_ore_metal prefab name
11 Years Ago
Where did those come from? I don't think they should be in here
11 Years Ago
Correctly marked Eoka pistol normal maps as normal maps
11 Years Ago
Added script to clear the color buffer in the first frame, after that only clear the depth buffer (see ClearFirstFrame.cs for the purpose of this) Changed camera prefab far clip plane to 4000 Reverted the procedural scene camera far clip plane to the camera prefab default
11 Years Ago
Prepared the spawn handler for networking Was forced to merge
11 Years Ago
Made the spawn handler load all its prefabs from the resources folder
11 Years Ago
Made the spawn handler use the new singleton base class
11 Years Ago
Improved singleton base class
11 Years Ago
Use spawn handler spawn points in levels that allow it
11 Years Ago
Fixed normal mapping Optimized fade value calculation Added blend offset parameter
11 Years Ago
Added terrain tangent equation