138,917 Commits over 4,474 Days - 1.29cph!

12 Days Ago
Reduce noise locker retexture
12 Days Ago
merge from AK_ReloadUpdate
12 Days Ago
merge from metabolism_optimization_2
12 Days Ago
Revert PlayerAnimation controller - merge issues
12 Days Ago
Second pass of monument blocker locker textures to make 'em dirtier
12 Days Ago
merge from rust_relay_server
12 Days Ago
merge from apartment_day_limit
12 Days Ago
Apply additional mip map bias when upscaling (DLSS)
12 Days Ago
fixed nasty memory leak with mesh data
12 Days Ago
refactored mesh data to be written directly with the native API and calculate normals ourselves, removes another gross mainthread bottleneck
12 Days Ago
Set _GlobalMipBias automatically from ConVar
12 Days Ago
Codegen
12 Days Ago
main -> game_room_dlc
12 Days Ago
demo_compat_crc_fix -> main
12 Days Ago
Stop Demo CRC being ignored in Editor
12 Days Ago
Resolve ConsoleMessage not being forwarded when FakePlayer is enabled
12 Days Ago
Merge from PlayerMaintainedMonuments
12 Days Ago
Fix RendererLOD not swapping LOD meshes when used with StagedResourceEntity
12 Days Ago
fixed issue with sculpture not always initializing, cleaned up naming conventions
12 Days Ago
fixed capsule carve height being doubled
12 Days Ago
Comment cleanup
12 Days Ago
Refresh screen when flags change too for instant important updates
12 Days Ago
Monument blockers placement prefabs for LS, MT, large Oilrig To avoid player maintained monuments branch conflict, these prefabs have to be re-added to these scenes post PMM release Reduced vent cage health down to 100hp as it tends to lead only to shortcuts and does not warrant delaying players minutes at a time
12 Days Ago
Change to invoke instead of Update for map display
12 Days Ago
Profile monitor map udates
12 Days Ago
Change to insert x MORE, to be clear that it's the missing count, not total required count.
12 Days Ago
Powerup error toast now reads "Insert x Tech Trash" instead of just "Not enough items"
12 Days Ago
more cleanup
12 Days Ago
dead code cleanup
12 Days Ago
Screen map now only renders when the control computer is powered up.
12 Days Ago
Merge from main
12 Days Ago
Removed old god rays setting from the image effects tab as it no longer does anything
12 Days Ago
Fixed codegen not being able to generate code for entities in namespaces Added follow interaction to cows, they will follow a player who interacts with them until dismissed
12 Days Ago
Fix computer not being mountable for read only map view when satellite is descending
12 Days Ago
Added a way to avoid GrabPasses being used when RRP is enabled via the shader maximum LOD
12 Days Ago
re-add rock sculpture to manifest
12 Days Ago
merge from main
12 Days Ago
merge from admin_safezone_looting
12 Days Ago
Set up shaders to use _GlobalMipBias uniform
12 Days Ago
Updated command description
12 Days Ago
merge from static_piano_variant
12 Days Ago
merge from deathscreen_bag_delete
12 Days Ago
Fix not being able to unclaim sleeping bags on the death screen
12 Days Ago
merge from main
12 Days Ago
merge from main
12 Days Ago
Converted piano.deployed.static to a prefab variant, fixes player model issues S2P outpost + floating cities
12 Days Ago
Merge: from remove_jobs2 - Removal of UsePlayerUpdateJobs 2 supporting code, setting it lower will run at least mode 3 - Bugfix for potentially invalid buffer usage when fetching WaterInfos - Moved more BasePlayer state to NativeArrays Tests: ran unit tests, ran around on craggy
12 Days Ago
Update: Codegen Tests: compiles
12 Days Ago
Clean: pass around ReadOnly instead of mutable collection where possible Tests: compiles