reporust_rebootcancel

136,979 Commits over 4,474 Days - 1.28cph!

37 Days Ago
Fix NRE in PhoneController.Server_AddSavedNumber()
37 Days Ago
Fix apartment upkeep terminal not being immortal
37 Days Ago
monument blocker - vent. Optimized assets, added gibs, collision & lods
37 Days Ago
Prevent players from reskinning boxes inside monuments - fixes being able to reskin apartment furniture
37 Days Ago
Restored L96 icon rendering settings
37 Days Ago
Compile fix
37 Days Ago
merge from analytics_remove_uploader
37 Days Ago
Remove legacy analytics upload flow and any related code - v2 is and has been the default uploader method for a while now without issue
37 Days Ago
- implement depth of field in RRP - OnPreCull/OnPreRender update routines in RustCamera get called from RRP now
37 Days Ago
37 Days Ago
Remove logging "Waiting for player to leave"
37 Days Ago
Autosnap settings finder will now check each 90 degree angle and apple the max padding values Fix storage barrel not snapping to other storage barrels beside them properly
37 Days Ago
Scaling, convars.
37 Days Ago
assign proper scaling root to spawned charms in skin viewer
37 Days Ago
update apartment_complex_monument/prototype
37 Days Ago
merge from main -> apartment_complex_monument
37 Days Ago
updated 3p weapon/tool run anims to 16 frames
37 Days Ago
Add basic object motion vector shader (WIP)
37 Days Ago
updated 3p weapon/tool run anims to 16 frames
37 Days Ago
updated 3p weapon/tool run anims to 16 frames
37 Days Ago
updated 3p weapon/tool run anims to 16 frames
37 Days Ago
updated 3p weapon/tool run anims to 16 frames
37 Days Ago
updated 3p weapon/tool run anims to 16 frames
37 Days Ago
merge from main
37 Days Ago
updated 3p weapon/tool run anims to 16 frames
37 Days Ago
update apartment_complex_monument/prototype
37 Days Ago
Switch between billboard and model (wip)
37 Days Ago
fix devLocal/WorldCoord shaders missing g-buffer stencil write
37 Days Ago
Fix 4 boxes not being placeable in a foundation anymore
37 Days Ago
merge from attachment_charms
37 Days Ago
merge from contact_lowresasset_fix
37 Days Ago
Fixed contact mugshot_unknown UI asset using streaming mip maps, for real this time
37 Days Ago
More billboard work, supports fake extreme distance, temp shader, mat.
37 Days Ago
Carry over equipped charm when reskinning a gun to a redirect
37 Days Ago
autofind_deployable_snapping -> main
37 Days Ago
Mark auto snap as experimental
37 Days Ago
Lowercased VideoPlayer dialog prefab path (solves the path conversion to lowercase warning)
37 Days Ago
Post merge fixes
37 Days Ago
merge from main
37 Days Ago
merge from attachment_charms/skinviewer
37 Days Ago
fixed Paintable shop sign at apartments zfighting in paint view
37 Days Ago
Billboard tests
37 Days Ago
Fixed renderers being disabled on spawn right before we strip the LOD components
37 Days Ago
Fixed client.playvideo (and server.broadcastplayvideo) getting stuck at the first frame (regression from Unity 6) Before: https://files.facepunch.com/raul/1b1011b1/10_16-49-FoolhardyFruitfly.mp4 After: https://files.facepunch.com/raul/1b1011b1/10_16-50-BrightApe.mp4
37 Days Ago
merge from spraycan_reskin_refactor
37 Days Ago
Fix an edge case of errors when reskinning snowmobiles after they were saveloaded Child entity (fuel tank, storage) spawn order can vary after a server restart, causing a mismatch when trying to restore inventories using the child indices - add fallback to match by just prefab id For extra safety add more logging, and a fallback for the fallback - should anything go wrong with restoring containers, drop any leftover items instead of leaking them
37 Days Ago
Move bc simulation into its own unit-scale sim-space using a basis of either the controller transform or the VM transform - allows simulation to not be affected by VM-scaling, should be significantly more stable
37 Days Ago
Update the test commands to just use the final stage
37 Days Ago
Charms are spawned by the skin viewer using a common template Limited vertical drag movements when inspecting charms, BC isnt working well, we'd have to set custom constraints for the skin viewer only
37 Days Ago
Ensure all FormatBytes cases display capitalised KB/MB because we are dealing in bytes, not bits. Was driving me crazy displaying kb/mb everywhere when we are using bytes, not bits