userandrecancel
branchrust_reboot/maincancel

5,983 Commits over 4,413 Days - 0.06cph!

12 Years Ago
Made the spawn handler use the new singleton base class
12 Years Ago
Made the spawn handler load all its prefabs from the resources folder
12 Years Ago
Prepared the spawn handler for networking Was forced to merge
12 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
12 Years Ago
Correctly marked Eoka pistol normal maps as normal maps
12 Years Ago
Where did those come from? I don't think they should be in here
12 Years Ago
Fixed resource_ore_metal prefab name
12 Years Ago
Fixed light source culling mask warning
12 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
12 Years Ago
Added water to the procedurally generated scene
12 Years Ago
Fixed water specular highlight in procedurally generated scene
12 Years Ago
Fixed water specular highlight in test scene
12 Years Ago
Fixed FindPrefabNames on Windows
12 Years Ago
Disabled server saving for resources for now Fixed several issues in the resource prefabs
12 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
12 Years Ago
Created proper bush prefabs Put rocks and bushes on world layer
12 Years Ago
Fixed wood pile prefab
12 Years Ago
Added culling at 1000 meters to world layer
12 Years Ago
Awake should be protected to keep us from accidentally overriding it in a child class without a warning
12 Years Ago
Added text accessor property to loading screen class Some nicer editor logging for the terrain generator Was forced to merge
12 Years Ago
Converted some of the newly imported assets from binary to text asset storage format Not sure why this didn't happen when you guys imported those in the first place since our Unity project is set to enforce text format
12 Years Ago
Tweaked the terrain generator initialization to properly benchmark in-editor
12 Years Ago
Merge procgen branch to main branch to test the new procedural terrain generation
12 Years Ago
Log the correct terrain seed (rather than 0) in edit mode
12 Years Ago
Fixed or at the very least reduced some water reflection glitches
12 Years Ago
Put resources on world layer, improves FPS in-editor and shouldn't change anything in-game
12 Years Ago
Made the sky dome use our own prefab the way the water does I don't like modifying prefabs in the third party folder
12 Years Ago
Randomize seed up to int.MaxValue instead of uint.MaxValue to be able to safely do things like seed*x or seed+x I think 2 billion different maps should be enough
12 Years Ago
Added some vector utility methods in 2D space
12 Years Ago
Initial commit of the new grass system (unfinished / internal testing)
12 Years Ago
Initial commit of the new detail system (unfinished / internal testing)
12 Years Ago
Grass and detail generation tweaks Added prototype of a grass LOD system
12 Years Ago
Removed the old grass system It's clear now that the new one is better in every aspect
12 Years Ago
Renamed detail system to decor system I chose the name when it was still intended to do the same thing the terrain detail system does It doesn't handle any grass anymore at this point since that was moved to the new grass system
12 Years Ago
Grass system tweaks
12 Years Ago
Added grass texture atlas
12 Years Ago
Added basic version of the grass shader
12 Years Ago
Deleted some old unused foliage textures
12 Years Ago
Added some decor assets and prefabs
12 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
12 Years Ago
Grass and foliage shader OCPD tweaks
12 Years Ago
Improved grass LOD transition
12 Years Ago
Changed how scripts interact with terrain data and math This should be somewhat future-proof now, but some things might still change
12 Years Ago
Attempt at fixing the terrain texture / normal map blurriness
12 Years Ago
Added FPS graph (fps.graph true/false) Tweaked FPS graph to display raw rather than smoothed values
12 Years Ago
Added methods to get interpolated values from the thread safe terrain math class
12 Years Ago
Various grass and decor system tweaks
12 Years Ago
Terrain height has to be interpolated and normal can be nearest neighbor
12 Years Ago
Added public size and water level accessors to TerrainMath
12 Years Ago
Handle terrain bounds correctly when spawning grass and decor Refactor some terrain generation code