reporust_rebootcancel

137,527 Commits over 4,474 Days - 1.28cph!

33 Days Ago
Autoclose apartment doors when owners open & close them too
33 Days Ago
merge from main
33 Days Ago
Dynamic LOD fix on these
33 Days Ago
Medium apartments
33 Days Ago
update apartment_complex_monument/prototype
33 Days Ago
Medium apartment lighting WIP
33 Days Ago
Optimized oven textures.
33 Days Ago
Culling layers.
33 Days Ago
Finalized large lighting
34 Days Ago
Large apartment lighting progress. Moved candles and heater to lighting prefab.
35 Days Ago
Removed server runtime tests from Jenkinsfile as they are going to be separated from "standard" pipelines
35 Days Ago
raid_window -> softcore_updates_jul_26
35 Days Ago
Swap raidStatusSet to be lazy loaded instead
35 Days Ago
Fix elevator floor numbers also only being sent to clients but not persisted across server restarts
35 Days Ago
Change elevator icons from Lobby -> Floor 0 and Basement -> Floor -1 (US vs EU I think)
35 Days Ago
Add the extra enums to support this
35 Days Ago
added textures for glowing graffiti concrete tiles and updated neon carpets
35 Days Ago
Add icons for floor 0 & floor -1
35 Days Ago
Merge from main
35 Days Ago
Merge from hideheldentity_hack_embrace
35 Days Ago
Cleanup
35 Days Ago
merge from prototype -> apartment_complex_monument
35 Days Ago
Batch tc network updates over a few frames instead
35 Days Ago
Remove notepad panel from apartment key (leftover from door key) and set apartment key to prefer hotbar
35 Days Ago
Add code support for items to prefer hotbar even if they aren't equippable or consumables (so the apartment key can prioritize hotbar for now)
35 Days 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)
35 Days Ago
Update the raidable flag of every tc when the raid window opens or closes rather than leaving a permanent check loop on
35 Days Ago
Optimise SendNetworkUpdates in chainsaw, the original sin for this bug Remove invoke delegate allocations across chainsaw
35 Days Ago
Merge from main
35 Days Ago
merge from apartment_complex_monument/stove
35 Days Ago
Tweaked stoves cooking speeds
35 Days Ago
Small stove cooking visuals
35 Days Ago
Altered checks for step runs in Jenkinsfile, in order to add automated editor tests as part of the normal pipeline
35 Days Ago
Stove cooking visuals
35 Days Ago
merge from apartment_complex_monument
35 Days Ago
Fix entity item ownership not preserved through reskin
35 Days Ago
change charge to increase by 1 each tick instead of increasign by power consumed, easier to configure
35 Days 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
35 Days Ago
Fixed missing softcore modal background
35 Days Ago
merge from softcore_modal
35 Days Ago
Fix compile error
35 Days 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
35 Days 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
35 Days Ago
Auto close the clan member details panel on tab change or clan UI close
35 Days Ago
merge from prototype -> apartment_complex_monument
35 Days Ago
Compile fix
35 Days Ago
Block doors/gates from receiving damage outside a raid window
35 Days Ago
Tweak apartment vendor conversation - update phrases - fix fail to purchase apartment dialogs not hooked up
35 Days Ago
Clear furniture inside apartment inside PreProcess so it's can't double add furniture spawns in future if preprocess is ran before builds
35 Days 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