userlamalovecancel
reporust_rebootcancel

3,155 Commits over 2,253 Days - 0.06cph!

17 Days Ago
Merge from fix_eager_cctor
18 Days Ago
Fix Il2CppEagerStaticClassConstruction doing nothing because it had the wrong namespace
19 Days Ago
Optimizations for ESPCanvas refresh, reduces 0.15ms spikes 5 times a second to 0.02ms Early exit BasePlayer.SayingHello to avoid unnecessary calculations
19 Days 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
23 Days Ago
Meta for the RPC source generator too since it accidentally committed in 124029
23 Days Ago
Remove unnecessary things related to SyncVars source generator
30 Days Ago
Merge from trimmed_asset_warmup
30 Days Ago
Enabled R/W on a few collision meshes that need it
31 Days Ago
Merge from trimmed_asset_warmup - updated to main
31 Days Ago
Merge from main
31 Days Ago
Try out using InstantiateAsync for spawning world, but it takes noticeably longer than doing it synchronously
31 Days Ago
Merge from trimmed_asset_warmup
31 Days Ago
Fix effects triggered by AnimationEvents component not being included in builds
31 Days Ago
Fix some prefab issues from older merges
32 Days Ago
Merge from trimmed_asset_warmup
32 Days Ago
Filter out assets that don't exist in builds so we don't try to warm them up
32 Days Ago
Merge from trimmed_asset_warmup
32 Days Ago
Get rid of the convar, just try to not bundle the unreferenced prefabs instead
32 Days Ago
Merge from main
33 Days Ago
Manifest
33 Days Ago
Merge from trimmed_asset_warmup
33 Days Ago
Try to only bundle referenced prefabs since Unity doesn't like us selectively warming them up
34 Days Ago
Manifest
34 Days Ago
Merge from trimmed_asset_warmup
34 Days Ago
Pull hardcoded asset references from scripts too
35 Days Ago
Merge from main
35 Days Ago
Manifest
35 Days Ago
Merge from main
35 Days Ago
Merge from trimmed_asset_warmup
35 Days Ago
Include fx prefabs in warmup too
36 Days Ago
Manifest
36 Days Ago
Default trimmedAssetWarmup to true
36 Days Ago
Merge from trimmed_asset_warmup
37 Days Ago
Experimental convar to reduce the prefabs that are warmed up from everything to what we actually reference
38 Days Ago
Delete incomplete stadia support
38 Days Ago
Add support for overriding the Steam item name and background colors
38 Days Ago
Don't show the send message button on the friends list context menu if the player has the chat UI disabled
38 Days Ago
Enable Discord functionality on Mac
39 Days Ago
Upgrade to Discord SDK 1.3.9197 since it just came out
40 Days Ago
Merge from steam_item_store_images
40 Days Ago
Fix duplicate icon being shown Fix small image being used as large Automatically remove duplicate image URLs
40 Days Ago
Untested support for adding Steam item store images
40 Days Ago
Merge from fix_protobuf_length_prefix
40 Days Ago
Updated protobuf codegen to not break protobuf spec after copying optimizations
41 Days Ago
Merge from fix_protobuf_field_0 (fix for loading older saves)
41 Days Ago
Remove runtime error when encountering field ID 0 for now because we missed staging wipe
41 Days Ago
Rename menu item so it's clear that Rust+ needs it for item icons
41 Days Ago
Merge from fix_protobuf_field_0
41 Days Ago
Protos codegen after merge
41 Days Ago
Merge from main