userlamalovecancel
reporust_rebootcancel

2,353 Commits over 2,618 Days - 0.04cph!

1 Year Ago
Merge from fix_eager_cctor
1 Year Ago
Fix Il2CppEagerStaticClassConstruction doing nothing because it had the wrong namespace
1 Year Ago
Optimizations for ESPCanvas refresh, reduces 0.15ms spikes 5 times a second to 0.02ms Early exit BasePlayer.SayingHello to avoid unnecessary calculations
1 Year Ago
Remove some duplicated work done updating nameplates so it's only done once per frame Other optimizations to try and get nameplates to not be as slow
1 Year Ago
Meta for the RPC source generator too since it accidentally committed in 124029
1 Year Ago
Remove unnecessary things related to SyncVars source generator
1 Year Ago
Enabled R/W on a few collision meshes that need it
1 Year Ago
Merge from main
1 Year Ago
Try out using InstantiateAsync for spawning world, but it takes noticeably longer than doing it synchronously
1 Year Ago
Fix effects triggered by AnimationEvents component not being included in builds
1 Year Ago
Fix some prefab issues from older merges
1 Year Ago
Filter out assets that don't exist in builds so we don't try to warm them up
1 Year Ago
Get rid of the convar, just try to not bundle the unreferenced prefabs instead
1 Year Ago
Merge from main
1 Year Ago
Try to only bundle referenced prefabs since Unity doesn't like us selectively warming them up
1 Year Ago
Merge from main
1 Year Ago
Pull hardcoded asset references from scripts too
1 Year Ago
Include fx prefabs in warmup too
1 Year Ago
Default trimmedAssetWarmup to true
1 Year Ago
Manifest
1 Year Ago
Merge from trimmed_asset_warmup
1 Year Ago
Experimental convar to reduce the prefabs that are warmed up from everything to what we actually reference
1 Year Ago
Delete incomplete stadia support
1 Year Ago
Add support for overriding the Steam item name and background colors
1 Year Ago
Don't show the send message button on the friends list context menu if the player has the chat UI disabled
1 Year Ago
Enable Discord functionality on Mac
1 Year Ago
Upgrade to Discord SDK 1.3.9197 since it just came out
1 Year Ago
Merge from steam_item_store_images
1 Year Ago
Fix duplicate icon being shown Fix small image being used as large Automatically remove duplicate image URLs
1 Year Ago
Untested support for adding Steam item store images
1 Year Ago
Merge from fix_protobuf_length_prefix
1 Year Ago
Updated protobuf codegen to not break protobuf spec after copying optimizations
1 Year Ago
Merge from fix_protobuf_field_0 (fix for loading older saves)
1 Year Ago
Remove runtime error when encountering field ID 0 for now because we missed staging wipe
1 Year Ago
Rename menu item so it's clear that Rust+ needs it for item icons
1 Year Ago
Merge from fix_protobuf_field_0
1 Year Ago
Protos codegen after merge
1 Year Ago
Merge from main
1 Year 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
1 Year Ago
Merge from fix_dialog_hide_chat
1 Year Ago
Don't add messages to chat UI when the chat UI is disabled
1 Year 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
1 Year Ago
Fix protobuf field ID 0 being used in RidableAnimal.equipmentContainer and ItemOwnershipAmount.username (field 0 is invalid according to protobuf specs)
1 Year Ago
Fix BufferStream error in ServerStopVoicemail
1 Year Ago
Fix chat not interactable when painting or playing blackjack (order was wrong)
1 Year 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
1 Year 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
1 Year Ago
Merge from rust_companion_boot_fixes
1 Year Ago
Make Rust+ companion server boot more robust (fix NRE getting public IP, better handling with gamemodes)
1 Year Ago
Merge from protobuf_fixes