3,049 Commits over 2,223 Days - 0.06cph!
Merge from trimmed_asset_warmup
Enabled R/W on a few collision meshes that need it
Merge from trimmed_asset_warmup - updated to main
Try out using InstantiateAsync for spawning world, but it takes noticeably longer than doing it synchronously
Merge from trimmed_asset_warmup
Fix effects triggered by AnimationEvents component not being included in builds
Fix some prefab issues from older merges
Merge from trimmed_asset_warmup
Filter out assets that don't exist in builds so we don't try to warm them up
Merge from trimmed_asset_warmup
Get rid of the convar, just try to not bundle the unreferenced prefabs instead
Merge from trimmed_asset_warmup
Try to only bundle referenced prefabs since Unity doesn't like us selectively warming them up
Merge from trimmed_asset_warmup
Pull hardcoded asset references from scripts too
Merge from trimmed_asset_warmup
Include fx prefabs in warmup too
Default trimmedAssetWarmup to true
Merge from trimmed_asset_warmup
Experimental convar to reduce the prefabs that are warmed up from everything to what we actually reference
Delete incomplete stadia support
Add support for overriding the Steam item name and background colors
Don't show the send message button on the friends list context menu if the player has the chat UI disabled
Enable Discord functionality on Mac
Upgrade to Discord SDK 1.3.9197 since it just came out
Merge from steam_item_store_images
Fix duplicate icon being shown
Fix small image being used as large
Automatically remove duplicate image URLs
Untested support for adding Steam item store images
Merge from fix_protobuf_length_prefix
Updated protobuf codegen to not break protobuf spec after copying optimizations
Merge from fix_protobuf_field_0 (fix for loading older saves)
Remove runtime error when encountering field ID 0 for now because we missed staging wipe
Rename menu item so it's clear that Rust+ needs it for item icons
Merge from fix_protobuf_field_0
Protos codegen after merge
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
Merge from fix_dialog_hide_chat
Don't add messages to chat UI when the chat UI is disabled
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
Fix protobuf field ID 0 being used in RidableAnimal.equipmentContainer and ItemOwnershipAmount.username (field 0 is invalid according to protobuf specs)
Fix BufferStream error in ServerStopVoicemail