134,793 Commits over 4,293 Days - 1.31cph!
updated materials with spec
removed bakelod textures again
removed metallic again
last change didn't agree with material change
- fixed missing spec textures
sks world model update - no longer uses bakelod and bakelod textures
- removed bakelod textures and materials
- textures now spec/gloss workflow instead of metallic
- removed old metallic texture sets & updated materials
vineswing anims exported/added to player aniamtion controller for player rig v4
Changed the names of the decal layer textures on the Standard shader to match the names used on the StandardWithTwoDecal shader as this is needed for the painting system to work correctly
Removed test cubes from CraggyIsland
ghostships - fixed some zfighting with wood planks
merge from lifestory_snake_fix
Merge from standard_shader_decal_layers
Run InitTreeGrid again in PostServerLoad on TreeManager, ensures that any trees that were loaded after the TreeManager during the save/load process are serialised and sent out to players correctly
Fixes tree billboards in deep sea not rendering properly after a save/load
Make low res heightmap size dynamic to handle different terrain sizes
▄▆▊▅▇▄ ▆▄▄▆▇ █▄▆▌▆▅ ▌▌ ▅▆▊ █▋▊▉█ ▇▆▍ ▊██▊▅
▍▋▆▋█▇▇▄ ▋▉▌▌▊▆█▄▆ ▊▌█▄▆▅▄█▆▋▅▊▇▌▍▊▊█▄▋▍ ▅▍▅▊▅▌▌ █▌ ▇▇▄ ▌ ▅█▌▉▋▉▅▇ ▆▉▅▇█▊▍ ▆▄ ▌ █▆▇█▌▇█▄▆▆▄█▇▋ ▊▉▋ █▌▅▊█▉ ▊▍ █▍ ▆▋▆ ▍▆▋▉ ▍▌ ▉▊▊ ▉▅▋▇▍▇ ▌▅█▊▍▌█ █▌▅ ▄▊▊▉█ ▇▅▇▍▆▋▊▌ ▌▌▍▄▌ ▆▄ ▍▄▊▇▅▆▉ ▉▌ ▇ █▋▌█▍ ▅▌▅▆▅▍ ▇█▊ ▉▆▇ ▉▌▍▌▊▅▌ ▆▍▄▇▇▅▌ ▉▉ ▉▌▍ ▋█▍▊▅▌▉▄ ▄▊▊ ▍▌▍ ▍▍▋▌▉▌▊ ▄▆▍▅▉ ▋▅ ▇▇▋▌▌ ▉█▌▊▅ ▌▍ ▅▄ ▌▉▆▄ ▉█▅▌▌▊▄ ▄▇ ▊▆▍▉▉▄ █▋▊ ▌▌▄▆█ ▄▇▊ ▄▉▊▉▆▊ ▋▄ ▄▇▄█▉▄ ▌▌▅▌▊▊▊ ▆▌▊▇▅▋█ ▍▆▄ ▄▉▆▊
Merge from main (conflict on PlayerModel.cs, auto resolved)
Iterating on various tropical env params.
Slight absorption tweak on clear clouds (lighter)
Changed console command from printstring to fillInventory.
Can now enter a category name to fill your inventory with items from that specific category.
If you want random items type random instead of of a category name.
I'll be refactoring this code to make this more performative and scale better.
paintable reactive target paint setup, set bucket outside to be fully paintable, tweaked resolution, re-set up the special paintable mesh and collision
RRP water rendering progress
sync with Rust.RenderPipeline:
- enable global shader param + keyword when RRP is in use
sync with latest Rust.RenderPipeline changes:
- camera components can return false in OnBeginRendering() to skip rendering the feature for the camera
- reset GraphicsSettings.lightsUseLinearIntensity to false on RRP disposal
(Fixes BiRP lighting becoming dark when switching, it was also possible for
the true value to get saved in GraphicsSettings.asset which confusingly
permanently broke BiRP lighting.)
paintable fixes (???) to paintable reactive target
metal box prefab setup, lods, gibs. manifest
Various above surface tropical water improvements.
Tropical post tweaks and deep blue amp test.
Fixed a typp in UGC uploader (+ some translations)
Added texture name to ShaderAPIDX8::CreateD3DTexture warning
Merge some func_tracktrain changes from P2/CSGO
* Allow Roll spawnflag
* hack to avoid gimble lock
* SF_CORNER_TELEPORT interpolation change
* Dead end path change
* Added missing spawnflag (4), updated description of "HL1 train" spawnflag
Lets try turning "gamemode is nil" crashes into Lua errors
* Seems to not crash on its own, and is slightly better/debuggable user experience
Add likely fail reason to ShaderAPIDX8::CreateD3DTexture warnings
* It's 1x1 DXT5 textures in my experience, so we test for that
Fixed puddle splat issue.
Fixed autospawn issues on island 1.
Make legacy AI information grid only show gizmo when selected, as it adds a lot of visual noise when looking at oilrigs
Optimized LOD3 tools box further
Implement water volume checks for batched buoyancy, adds NativeGrid<T> (and an untested parallel version for later).
Make waterinfo blittable.
fixed name and description on construction on frameless canvasses, another attempt at setting up sign paintable on reactive target (failed)
temp fix to reactive target, set up like frame so paintable works
Picture Frames - Added XL and XXL variant models of light up frame, tileable cardboard material
Added another deploy volume to block small ramp being deployable through walls and stairs
Paintball Overalls viewmodel clothing
Paintable Reactive Target - Slightly corrected UV2 on all models, changed paintable script in prefab (still not working but setup in a more correct way)
Merge: from playerinventory_oncycle_optim
- Optim: iterate over cached items with OnCycle callback (instead of searching for them every time).
Tests: ran unit tests
Optim: ItemContainer.OnCycle now uses cached list of items with a callback
- added a perf test of 300 containers with ~10% items with OnCycle callback
Goes from 0.179 ms down to 0.074ms(-58%) for 300 player inventories. Real world server's invoke times are 0.97ms for 171 inventories, so might need to move it out of invokes later.
Tests: ran unit test
boatai_targeting_bugs -> main
Fix various Boat AI Targeting bugs including:
- Boats not properly capturing targets whilst on boats/other things
- Boats not properly releasing targets whilst sleeping/no players nearby
- Boats not engaging with targets in certain circumstances
- Not releasing a target if that target went to the deepsea whilst being targetting in the main world