userFlaviencancel
reporust_rebootcancel

4,734 Commits over 639 Days - 0.31cph!

1 Year Ago
test commit
1 Year Ago
Wallpaper viewmodel deploy animation when deploying
1 Year Ago
Reset wallpaperID to 0 after removing wallpaper Removed unused wallpaper code in Spraycan ChangeItemSkin RPC
1 Year Ago
merge from main
1 Year Ago
Fixed NRE when trying to initialize a pie menu option without any description (fixes the NRE when holding E to eat a collectible)
1 Year Ago
merge from digitalclock
1 Year Ago
Added an option to GroundWatch to consider deployables grounded when at least on their AreaCheck is still holding - useful for deployables with two differents free sockets Fixes the digital clock getting destroyed by physics neighbor updates despite still holding on something
1 Year Ago
Fixed "Target socket is occupied" not being translated client side
1 Year Ago
merge from digitalclock
1 Year Ago
Fixed clocks placed on Deployed layer being destroyed by groundwatch when upgrading or building something nearby Tweaked deploy volumes again
1 Year Ago
Try catch any FormatException when showing a translated gametip Log the badly formatted key and string in the console
1 Year Ago
Added Rust.Localization.Editor assembly for localization Editor code
1 Year Ago
merge from hackweek_arabic (pie menu, vitals, tool cupboard panel and crosshair interactions)
1 Year Ago
Compile fix in LanguageSwitcher
1 Year Ago
merge from main
1 Year Ago
Fixed screen fading NREs when getting out of network range Blocked rotation
1 Year Ago
Tweaked clock deploy volumes and socket mods order
1 Year Ago
Fixed errors preventing Arabic language to load correctly
1 Year Ago
Reverted server map/pop/latency text to use the regular font instead of bold Reverted some dropdown texts in the settings that were set to uppercase
1 Year Ago
merge from digitalclock
1 Year Ago
Time text LOD Updated icon
1 Year Ago
Added digital clock bit matrix font Tweaked text mat Updated icon
1 Year Ago
Enabled cutout on default wallpaper skin materials, so you can see the wall grade behind
1 Year Ago
Added green wallpaper placeholder icon Folder cleanup
1 Year Ago
Tweaked doorway wallpaper socket offset so you can't deploy wallpaper from the hard side when theres no door
1 Year Ago
Updated Rust+ pairing error messages toast with the new syntax
1 Year Ago
merge from main
1 Year Ago
merge from main
1 Year Ago
merge from buildingerrors_improvements
1 Year Ago
Fixed RPC error when assigning a bag to a disconnected player who has already reached their bag limit
1 Year Ago
Only add a 0 when starting by typing 3 or more in the digital clock alarm UI so 3 -> 03:
1 Year Ago
Implemented WIP digital clock art Tweaked the deploy volumes so you can't deploy it on itself
1 Year Ago
merge from main
1 Year Ago
Phrases
1 Year Ago
Fixed Construction and TinCanAlarm empty phrases blocking phrase update
1 Year Ago
compile fix
1 Year Ago
merge from buildingerrors_improvements
1 Year Ago
When showing the not enough ressources UI, hide any ongoing error toast and vice versa to avoid overlapping
1 Year Ago
errortoasts_debug is now saved to ClientInfo so we can get it server side when logging construction debug from the server
1 Year Ago
merge from wallpaper
1 Year Ago
Do not merge dropped items with a different skin id, fixes dropped wallpaper with different skins merging together
1 Year Ago
▋▉▇▋█▄▍ ▊▋▄ ▉▉▌▍-▉▅▆ ▉▅▊ ▇▌▉▇▍▌▊▆ ▍▇ ▆▍▍ ▌▉▆█ ▌▇ ▌ ▄▄▍▋▄▇▇▌▊▅ ▅▌▇▌▋▌▄▄
1 Year Ago
Reverted my last change about the sleeping bag error Check if the player sending the RPC has streamer mode enabled and edit any player name if yes Fixed player names being leaked by the Blocked by player {0} errors when in streamer mode
1 Year Ago
Phrase tweak: from: You cannot assign {0} a bag, they have reached their bag limit! to: You cannot assign a bag to this player, they have reached their bag limit! So we don't leak player name to clients in streamer mode (this error is server side, can't know if the client use streamer mode before sending)
1 Year Ago
Let server send game tip on top of any screens to clients, added back the overlay parameter to the showtip command
1 Year Ago
Server can send construction errors debug logs to client, will show up both in chat and logs if errortoasts_debug is true Moved the error handling logic out from BasePlayer to GameTip
1 Year Ago
Fixed upgrade blocked errors not detecting sleeping players client-side, the server will send the toast to the player now
1 Year Ago
Fixed server side errors not being translated by the client when received
1 Year Ago
GameTIp error refactoring Pulled the overlay parameter out of the command and added GameTip.SetAsOverlay instead Removed ShowErrorToast, we now use ShowToast(GameTip.Styles.Error, ...) Updated all occurences
1 Year Ago
Added an error when trying to upgrade a recently damage block: "Recently damaged, upgradable in {0} seconds"