199,327 Commits over 4,140 Days - 2.01cph!
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++
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
Fixed collisions
Updated ProCore
Increased client per-frame message processing time
Fixed water/shore bug introduced in
14228
More compilation warnings
- Level loading screen fix
- Fxied bomb blast effect looping and not getting destroyed
Don't evaluate neighbour entity links until they're used
Log entity linking progress on server startup separately from the stability support initialization
Fixed camera depth mismatch affecting scattering on transparent surfaces
Fix for q1 parallax artifacts on steep rocks (#755)
Touched ocean and river shader
created side door, rear door, door hinges and mechanisms, roof, mud flaps, tail lights
UnitComponent implementation, ported Senses, Items, Attachments, Wearables and Aging so far
Renamed EntityPhysicsListener to PhsyicsListener, Added IPhysicsReciever, implemented by components that use triggers (senses so far)
Reduced PlayerCamera min distance to 50 (from 500)
Fixed pp scattering dx9 shader compilation error (#781)
Traits added to BeforeEditor
Added TraitSettingsEditor
File cleanup
Fixed pp scattering mask uv addressing in d3d9 (#781)
Removed old animal shaders, renamed Before/Animal3 to Before/Animal
Agent stores a list of of it's currently active modules, has methods for installing/uninstalling
Goal's optionally store a reference to their source module
Traits now install modules and apply effects
Added Lazy, Strong and Loner traits