userlamalovecancel

3,529 Commits over 2,527 Days - 0.06cph!

Today
Manifest
Today
Merge from trimmed_asset_warmup
Today
Try to only bundle referenced prefabs since Unity doesn't like us selectively warming them up
Yesterday
Manifest
Yesterday
Merge from trimmed_asset_warmup
Yesterday
Pull hardcoded asset references from scripts too
Yesterday
Merge from main
Yesterday
Manifest
Yesterday
Merge from main
Yesterday
Merge from trimmed_asset_warmup
Yesterday
Include fx prefabs in warmup too
3 Days Ago
Manifest
3 Days Ago
Default trimmedAssetWarmup to true
3 Days Ago
Merge from trimmed_asset_warmup
4 Days Ago
Experimental convar to reduce the prefabs that are warmed up from everything to what we actually reference
5 Days Ago
Delete incomplete stadia support
5 Days Ago
Add support for overriding the Steam item name and background colors
5 Days Ago
Don't show the send message button on the friends list context menu if the player has the chat UI disabled
5 Days Ago
Enable Discord functionality on Mac
6 Days Ago
Upgrade to Discord SDK 1.3.9197 since it just came out
7 Days Ago
Merge from steam_item_store_images
7 Days Ago
Fix duplicate icon being shown Fix small image being used as large Automatically remove duplicate image URLs
7 Days Ago
Untested support for adding Steam item store images
7 Days Ago
Merge from fix_protobuf_length_prefix
7 Days Ago
Updated protobuf codegen to not break protobuf spec after copying optimizations
8 Days Ago
Merge from fix_protobuf_field_0 (fix for loading older saves)
8 Days Ago
Remove runtime error when encountering field ID 0 for now because we missed staging wipe
8 Days Ago
Rename menu item so it's clear that Rust+ needs it for item icons
8 Days Ago
Merge from fix_protobuf_field_0
8 Days Ago
Protos codegen after merge
8 Days Ago
Merge from main
8 Days 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
15 Days Ago
Merge from fix_dialog_hide_chat
15 Days Ago
Don't add messages to chat UI when the chat UI is disabled
18 Days 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
33 Days Ago
Move Steam item icons from my personal server to files.facepunch.com
35 Days Ago
Fix protobuf field ID 0 being used in RidableAnimal.equipmentContainer and ItemOwnershipAmount.username (field 0 is invalid according to protobuf specs)
35 Days Ago
Fix BufferStream error in ServerStopVoicemail
35 Days Ago
Fix chat not interactable when painting or playing blackjack (order was wrong)
36 Days 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
42 Days 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
43 Days Ago
Fix MarkDirty on client side triggering dirty for server side entity, causing an infinite cycle of MarkDirty calls
47 Days Ago
Merge from rust_companion_boot_fixes
47 Days Ago
Make Rust+ companion server boot more robust (fix NRE getting public IP, better handling with gamemodes)
50 Days Ago
Merge from protobuf_fixes
50 Days Ago
Drop messages that try to get sent to disconnected Rust+ clients, with some logging to see if something might be wrong
50 Days Ago
Fix failing to save empty blueprints when using resetbp command
54 Days Ago
Stick the MainMenuSystem component on the new menu so we can toggle it in game with esc
57 Days Ago
Merge from protobuf_fixes
57 Days Ago
Fix possible race condition accessing NetWrite.Length after sending the instance to a network thread to handle