198,690 Commits over 4,140 Days - 2.00cph!

38 Days Ago
merge from spoiled_produce_fixes
38 Days Ago
▆▆▋▌▍ ▌▉▍▊ ▅▇▄▊▆▆_▇▇▌▇_▍▌▋▍▇_▌▄▋
38 Days Ago
merge from fridge_pickup_fix
38 Days Ago
merge from parallel_validatemove.
38 Days Ago
merge from horsepopulation_primitive_fix
38 Days Ago
Restore horse popuplation convar on primitive gamemode
38 Days Ago
Added Banana Bunch Prop Setup Banana Bunch Prop Prefab, LODS and Colliders Imported Banana Bunch Materials and Models
38 Days Ago
Added support for rendering sphere and capsule spatial environment volumes on transparent objects
38 Days Ago
Debug: Bring back player cache validation on release Saw on release env today that it did trip up twice and prevented issues, so there's still value in it. Tests: none, trivial change
38 Days Ago
A week's worth of fixes for indirect: - Added a `spawnprefab` editor-only command that allows to spawn (and pre-process) any prefab for testing. - Moved indirect ConVar stuff to a proper indirect_instancing.cs - Temporarily removed Core/* shaders from the compatibility list because indirect support is unclear. - Revamped the indirect compatibility decision logic to be more granular and robust. - Fixed invisible models when a renderer in instanceable but none of its materials are. - Fixed NRE when encoundering null materials. - Added TryEnqueueAdd which gives feedback about when enqueing a renderer failed due to incompatibility. - Downgraded assertion exception when a shader wasn't found to just a warning. - Reworked RejectReason structure to a struct fully interoperable with bool. - RustRenderer now remembers original shadow casting modes so that they can be restored when indirect rendering is disabled. - Store errors reported by TryEnqueueAdd in RustRenderer for debug purposes. - Automatically disable RustRenderer if object is a shadow proxy. - Automatically disable RustRenderer if any submeshes are incompatible with either indirect or fallback rendering.
38 Days Ago
Fixed shader errors about missing implementations of vertInstancingSetup
38 Days Ago
merge from naval update
38 Days Ago
Merge from parent
38 Days Ago
Merge from main
38 Days Ago
merge from main
38 Days Ago
merge from main
38 Days Ago
merge from main
38 Days Ago
▊▉▉▆▆ ▅▌▌█ ▉▅▋▋▋▄_▅▇▊▊_▌▇▇▉▆▇_▇█▄▊▅▋▄
38 Days Ago
merge from roof_beams
38 Days Ago
▊▍▅▌▇ █▍▌▆ ▌▋▅▇▋▊▍▉█_▉▅▄_▌▅▉▅_▄▊_▌▅▉▍█▋▆▊▉▋
38 Days Ago
merge from wallpaper_frontier_floor_fix
38 Days Ago
merge from jungle_update_improvements
38 Days Ago
merge from bicycle_fuelstorage_fix
38 Days Ago
▄▉▊▋▄ ▄▋▇▉ ▄▄▆▍▅▅_▋█▇█▅█▊▇▋_▊▌▇▋▋█▅
38 Days Ago
▉▌▇▄▉ ▍▅▌▋ ▇▋▄▊▊_▌█▌▍█▉▉_▌▉▅▋
38 Days Ago
merge from sapling_billboard_fix
38 Days Ago
merge from wallpaper_fixes
39 Days Ago
Turn off vine network position invoke when they are idle, removes 40% of network position ticks
39 Days Ago
Experimenting with disabling syncPosition on vines that aren't in use
39 Days Ago
Use a proper trace for water level checks rather than arbirarily looking an ocean values
39 Days Ago
Set the recently changed scrap heli and patrol heli gibs colliders to read/write
39 Days Ago
▆▋▊▄▅
39 Days Ago
▋▄▇▆▊▉▇
39 Days Ago
Hovering pack tiles starts playing a video
39 Days Ago
▊▌▉▇▌
39 Days Ago
▆▅▆▉▆▍
39 Days Ago
Stop bicycle showing fuel interaction prompt
39 Days Ago
Always ensure terrain pushback is off when starting a spinout
39 Days Ago
Missed files
39 Days Ago
Fixed wallpaper line of sight issues for doorway, window, half and low walls
39 Days Ago
Delete incomplete stadia support
39 Days Ago
Add support for overriding the Steam item name and background colors
39 Days Ago
Don't show the send message button on the friends list context menu if the player has the chat UI disabled
39 Days Ago
created skin asset files for abyss storage and set to unlock with diver hazmat skin asset
39 Days Ago
Enable Discord functionality on Mac
39 Days Ago
renamed to abyss horizontal storage tank and abyss vertical storage tank
39 Days Ago
Added more sanity checks Added lua_matproxy_nobindmat & matproxy changes The convar is for testing only (since not all servers have the updated Lua library), Lua mat proxies will reuse the already stored material in Lua for the bind callback, rather than pushing the stored material from C every frame. This prevents thousands of IMaterials being pushed to Lua a second, and should prevent hitching when GC deletes them all in batches.
39 Days Ago
Fix loot not working on new scientists
39 Days Ago
Use classic scientist mesh
39 Days Ago
Cleanup filesystem changes Files over 2GB should kinda work now on Linux