139,995 Commits over 4,505 Days - 1.29cph!

27 Days Ago
Reduce noise locker retexture
27 Days Ago
merge from AK_ReloadUpdate
27 Days Ago
merge from metabolism_optimization_2
27 Days Ago
Revert PlayerAnimation controller - merge issues
27 Days Ago
Second pass of monument blocker locker textures to make 'em dirtier
27 Days Ago
merge from rust_relay_server
27 Days Ago
merge from apartment_day_limit
27 Days Ago
Apply additional mip map bias when upscaling (DLSS)
27 Days Ago
fixed nasty memory leak with mesh data
27 Days Ago
refactored mesh data to be written directly with the native API and calculate normals ourselves, removes another gross mainthread bottleneck
27 Days Ago
Set _GlobalMipBias automatically from ConVar
27 Days Ago
Codegen
27 Days Ago
main -> game_room_dlc
27 Days Ago
demo_compat_crc_fix -> main
27 Days Ago
Stop Demo CRC being ignored in Editor
27 Days Ago
Resolve ConsoleMessage not being forwarded when FakePlayer is enabled
27 Days Ago
Merge from PlayerMaintainedMonuments
27 Days Ago
Fix RendererLOD not swapping LOD meshes when used with StagedResourceEntity
27 Days Ago
fixed issue with sculpture not always initializing, cleaned up naming conventions
27 Days Ago
fixed capsule carve height being doubled
27 Days Ago
Comment cleanup
27 Days Ago
Refresh screen when flags change too for instant important updates
27 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
27 Days Ago
Change to invoke instead of Update for map display
27 Days Ago
Profile monitor map udates
27 Days Ago
Change to insert x MORE, to be clear that it's the missing count, not total required count.
28 Days Ago
Powerup error toast now reads "Insert x Tech Trash" instead of just "Not enough items"
28 Days Ago
more cleanup
28 Days Ago
dead code cleanup
28 Days Ago
Screen map now only renders when the control computer is powered up.
28 Days Ago
Merge from main
28 Days Ago
Removed old god rays setting from the image effects tab as it no longer does anything
28 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
28 Days Ago
Fix computer not being mountable for read only map view when satellite is descending
28 Days Ago
Added a way to avoid GrabPasses being used when RRP is enabled via the shader maximum LOD
28 Days Ago
re-add rock sculpture to manifest
28 Days Ago
merge from main
28 Days Ago
merge from admin_safezone_looting
28 Days Ago
Set up shaders to use _GlobalMipBias uniform
28 Days Ago
Updated command description
28 Days Ago
merge from static_piano_variant
28 Days Ago
merge from deathscreen_bag_delete
28 Days Ago
Fix not being able to unclaim sleeping bags on the death screen
28 Days Ago
merge from main
28 Days Ago
merge from main
28 Days Ago
Converted piano.deployed.static to a prefab variant, fixes player model issues S2P outpost + floating cities
28 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
28 Days Ago
Update: Codegen Tests: compiles
28 Days Ago
Clean: pass around ReadOnly instead of mutable collection where possible Tests: compiles