129,533 Commits over 4,140 Days - 1.30cph!
Fixed other player voice notices showing on HUD
Fixed vitals covering inventory menu
Nuked low quality version of skin shaders; only one full spec level for now
Fixed XP notice HUD getting huge
Reduced xp gain particle count
Craft count spacing
Hide uncraftable blueprints (like the key)
Don't allow craft if parent item hasn't been unlocked
Show "parent item needs unlock"
Order locked blueprints by cost
Show child items in blueprint description
Fixed xp particle explosion when spending xp
xp.reset works
xp.setlevel works
resetbp reverts unlocked items to default
Tree and mesh quality in options go up to 200
Tree and mesh qualities > 100 no longer push back the culling distances
Fix for water depth-to-surface frame delay; ensuring proper water draw ordering to after camera is resolved
Show locked level on searched icons
Fixed variable luminance in playermodel preview on Hapis (#661)
Fixed decals not getting cloud coverage shadowing on Hapis; now working in forward path
Cloud coverage path now completely excluded from all shaders when not in use (only used in Hapis right now)
Disabled/deprecated weather wetness layer (might become persistent and/or area based instead)
Hide unlock panel when unlocked
Craft buttons correctly available depending on whether craftable
Craft queue scrollable
Craft queue cancellable
Fixed binds running when typing in search
Trying to get rid of phantom overhead; got rid of some Camera.main and Profiler.Begin/End calls
Replaced nearly all runtime Camera.main calls with MainCamera.mainCamera
tech tree:
- draw icons
- don't drag recursive unless shift etc down
Time of Day update (directional scattering occlusion, cloud coloring parameter)
Fixed a number of issues with the cloud billboard textures
Reapplied sky reflection hack to atmosphere shader
Make sure all in world ambience emitters are flagged as static
Update AmbienceEmitters from AmbienceManager so we can leave emitter scripts enabled and use OnEnable to update emitter positions when pooling
Updated backend shader code to b14 (tiny changes)
Merged-in shader changes from main
Removed emission from rust/terrainblend to fit sampler limit
Shuffled terrain pvt fetch code to fit within temp register limit
Merged-in water changes and optimizations from main
perf 5 displays frame time
Fixed options opening with wrong tab selected
AmbienceManager update tweaks
Driftwood no longer spawns on rocks
Merged perf shit from main
reduce ambience emitter activation range a bit (better perf in areas with dense foliage)
merge into main
protocol++
loot tables + manifest + item costs (bucket/barrel)
Merged-in terrain shader shuffle/cleanup from prerelease
More water code cleanups + micro opts
Touched a few shaders just to be sure
Fixed compilation warning
waterbucket disconnect fix
Increased client per-frame message processing time
Fixed water/shore bug introduced in
14228
More compilation warnings
Don't evaluate neighbour entity links until they're used
Log entity linking progress on server startup separately from the stability support initialization