userlamalovecancel
reporust_rebootcancel

3,137 Commits over 2,468 Days - 0.05cph!

9 Months Ago
Include fx prefabs in warmup too
9 Months Ago
Default trimmedAssetWarmup to true
9 Months Ago
Manifest
9 Months Ago
Merge from trimmed_asset_warmup
9 Months Ago
Experimental convar to reduce the prefabs that are warmed up from everything to what we actually reference
9 Months Ago
Delete incomplete stadia support
9 Months Ago
Add support for overriding the Steam item name and background colors
9 Months Ago
Don't show the send message button on the friends list context menu if the player has the chat UI disabled
9 Months Ago
Enable Discord functionality on Mac
9 Months Ago
Upgrade to Discord SDK 1.3.9197 since it just came out
9 Months Ago
Merge from steam_item_store_images
9 Months Ago
Fix duplicate icon being shown Fix small image being used as large Automatically remove duplicate image URLs
9 Months Ago
Untested support for adding Steam item store images
9 Months Ago
Merge from fix_protobuf_length_prefix
9 Months Ago
Updated protobuf codegen to not break protobuf spec after copying optimizations
9 Months Ago
Merge from fix_protobuf_field_0 (fix for loading older saves)
9 Months Ago
Remove runtime error when encountering field ID 0 for now because we missed staging wipe
9 Months Ago
Rename menu item so it's clear that Rust+ needs it for item icons
9 Months Ago
Merge from fix_protobuf_field_0
9 Months Ago
Protos codegen after merge
9 Months Ago
Merge from main
9 Months Ago
Update to Discord SDK 1.2.8730 Set up calls to SetShowingChat so Discord desktop notifications don't show when you're seeing the messages in game already
9 Months Ago
Merge from fix_dialog_hide_chat
9 Months Ago
Don't add messages to chat UI when the chat UI is disabled
9 Months Ago
Fix chat embedded in dialogs not respecting the show chat option Hide the chat toggle button on the paint UI if chat is disabled in the options menu
10 Months Ago
Fix protobuf field ID 0 being used in RidableAnimal.equipmentContainer and ItemOwnershipAmount.username (field 0 is invalid according to protobuf specs)
10 Months Ago
Fix BufferStream error in ServerStopVoicemail
10 Months Ago
Fix chat not interactable when painting or playing blackjack (order was wrong)
10 Months Ago
Fix pooling issue causing NRE when using the computer station after previously using the DM picker on the computer station Added a development only warning to catch possible issues like this
10 Months Ago
Allow chatting while using a computer station Fix chat immediately reopening sometimes (when in the computer station?) Remove some allocations related to closing the chat input and input within dialogs
10 Months Ago
Fix MarkDirty on client side triggering dirty for server side entity, causing an infinite cycle of MarkDirty calls
10 Months Ago
Merge from rust_companion_boot_fixes
10 Months Ago
Make Rust+ companion server boot more robust (fix NRE getting public IP, better handling with gamemodes)
10 Months Ago
Merge from protobuf_fixes
10 Months Ago
Drop messages that try to get sent to disconnected Rust+ clients, with some logging to see if something might be wrong
10 Months Ago
Fix failing to save empty blueprints when using resetbp command
11 Months Ago
Stick the MainMenuSystem component on the new menu so we can toggle it in game with esc
11 Months Ago
Merge from protobuf_fixes
11 Months Ago
Fix possible race condition accessing NetWrite.Length after sending the instance to a network thread to handle
11 Months Ago
Fix RPC error in CLIENT_SetTowId when detaching
11 Months Ago
Compile fix for 119282
11 Months Ago
Use entity display name from PrefabInformation component for Rust+ death notification if available
11 Months Ago
Merge from main
11 Months Ago
Merge from protobuf_fixes (fixes NotSupportedException when recording demos)
11 Months Ago
Fix demo recording by allowing Position to be set on NetRead/NetWrite
11 Months Ago
Merge from protobuf_fixes
11 Months Ago
Fix protobuf codegen generating invalid data for large protos (maps)
11 Months Ago
Update protobuf codegen to fix WriteToStream writing invalid length delimiters
11 Months Ago
Merge from protobuf_fixes
11 Months Ago
Merge from protobuf_fixes