reporust_rebootcancel

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

2 Months Ago
Fix master key not working after server restart - actually caused by the apartment door -> room reference not being loaded after server save (was only loaded on client)
2 Months Ago
Update the raidable flag of every tc when the raid window opens or closes rather than leaving a permanent check loop on
2 Months Ago
Optimise SendNetworkUpdates in chainsaw, the original sin for this bug Remove invoke delegate allocations across chainsaw
2 Months Ago
Merge from main
2 Months Ago
merge from apartment_complex_monument/stove
2 Months Ago
Tweaked stoves cooking speeds
2 Months Ago
Small stove cooking visuals
2 Months Ago
Altered checks for step runs in Jenkinsfile, in order to add automated editor tests as part of the normal pipeline
2 Months Ago
Stove cooking visuals
2 Months Ago
merge from apartment_complex_monument
2 Months Ago
Fix entity item ownership not preserved through reskin
2 Months Ago
change charge to increase by 1 each tick instead of increasign by power consumed, easier to configure
2 Months Ago
Fix another issue which would cause any held entity to not be hidden if entering network range of a player performing a looping gesture Fix all the invoke delegate allocations in BasePlayer-Gestures
2 Months Ago
Fixed missing softcore modal background
2 Months Ago
merge from softcore_modal
2 Months Ago
Fix compile error
2 Months Ago
Change SteamClientWrapper.GetAvatarTexture to return the Rust logo for streamer mode or as a fallback instead of null Fixes clan UI showing real avatars when streamer mode is enabled
2 Months Ago
Don't grey out the floor you are currently one once the elevators close, as this requires you to go down & up if you don't get out of the elevator within 10s
2 Months Ago
Auto close the clan member details panel on tab change or clan UI close
2 Months Ago
merge from prototype -> apartment_complex_monument
2 Months Ago
Compile fix
2 Months Ago
Block doors/gates from receiving damage outside a raid window
2 Months Ago
Tweak apartment vendor conversation - update phrases - fix fail to purchase apartment dialogs not hooked up
2 Months Ago
Clear furniture inside apartment inside PreProcess so it's can't double add furniture spawns in future if preprocess is ran before builds
2 Months Ago
Fix apartment furniture not spawning in the correct position when renting a room after server restart - caused by calculating localPosition manually instead of using transform.TransformPoint() which takes into account rotation of the apartment room
2 Months Ago
merge from automated_test_entity_bounds_fixes
2 Months Ago
merge from /misc_prefab_fixes
2 Months Ago
games minifridge - textures updated - materials updated
2 Months Ago
Extended the DeployVolumeOBB on woodframe.standing to extend along the whole face of the frame (also fixes it being able to be placed through floors). All `Deployable_WorldSpaceBounds_NotSignificantlyLargerThanDeployVolume` tests now pass :tada:
2 Months Ago
Fix apartment room not sending network update when being rented causing static furniture to not show
2 Months Ago
Change SetFlag() -> SetFlagLocal() inside ApartmentRoom.cs
2 Months Ago
Show character budgets for clan announcement and player notes
2 Months Ago
Wooden floor spikes : slightly increased the NotInBox to fix the 0.62m overhang. Test now passes
2 Months Ago
Barbed wooden barricade : slightly modified the NotInSphere's to fix the 0.7m overhang. Test now passes
2 Months Ago
Forgot to make the wooden barricade prefab not active again after changing it last commit
2 Months Ago
Wooden barricade : slightly modified the NotInSphere's to fix the 0.63m overhang. Test now passes
2 Months Ago
Medieval Barricade : raise the NotInSphere's slightly to fix the 0.57m test failure overhang. Test now passes
2 Months Ago
Apt. lighting progress & related files
2 Months Ago
Add navmesh to tutorial island
2 Months Ago
Fix mounting range of sofa being too small
2 Months Ago
merge from /misc_prefab_fixes
2 Months Ago
Added RRP enabled wrappers around the command buffer being added and removed for shadow caching to prevent warning log spam
2 Months Ago
Ensure we only add raid status provided we are in softcore
2 Months Ago
raid_window -> softcore_updates_jul_26
2 Months Ago
Move raid window convars into softcore. rather than softcoreraid.
2 Months Ago
Glowing Wallpapers - texture updates
2 Months Ago
Merge: from alloc_clean_july2026 - Optim: avoid ~15 separate allocations related to scheduling/cancelling invokes Tests: none, trivial changes
2 Months Ago
Reduced Emissive texture size
2 Months Ago
Fix last remaining motion blur artifacts by using the original noise function
2 Months Ago
Merge: from main