108,603 Commits over 3,867 Days - 1.17cph!
redid the wolf attack animations to look more realistic ( doesn't swing it's paw like Mike Tyson anymore )
improved the bear movement animations.
Canvas.BuildBatch HUD tests
Disabled vertexlit fallback on all of our custom standard shaders (falls back to it with lod shader LODs, looks utterly broken)
Tweaked particle accumulation texture tiling of generic rock materials
Added ParticleSystemCull (use this Petur)
Changed singleton component setup process to guarantee initialization before any other script enters Awake() (using GameSetup)
More debug info on startup (for support)
Don't init itemmanger twice in editor
Added terrain renderer toggle to dev menu
Load shadervariants from the bundle
Use particle accumulation rather than terrain blending where possible
Patched particle accumulation to take albedo alpha as accumulation opacity
Added rock sand / snow particle accumulation textures (lower res, VRAM-only, compressed, packed spec / smoothness map)
Enlarged the quarry tower surface so the player can navigate on top of it normally, added a scrolling material for the belts, added some construction renderers to use lower LODs for guide
Uploading terrain blend inspector fix for Diogo
Added additive HDR shader to shader variants
Fixed footstep references
animations and some code to handle climbing a ladder
Fixed loading screen changing colour
forgot the prefab dayum :P
Fixed supply drop blueprint existance
Set the image hash when receiving from the server
Changed construction layer toggle in F2 dev section to construction skin
Moved various renderers / objects to their correct layer
Converted ladder to LOD grid
More bundling
Fixed crash when pulling out deployable
some water catcher visual polish
Set the image hash when receiving from the server
Disabled specularity on ST billboards
re-fix concrete stag footstep sound refs
Automatically detect max refresh distance of cull grid based on the distances of objects that were added to it
Added INeedsToStartDisabled to scripts that add themselves to the LOD grid
Better load progress on startup
wood ladder/lods/gibs/prefab update
LOD grid components now support renderers of any type (not just mesh renderers)
Converted various deployables to LOD grid
Fixed drag icon being behind everything
water catchers - added custom collision and prefabs ready to implement
Tweaking player collision size