userlamalovecancel
reporust_rebootcancel

3,234 Commits over 2,284 Days - 0.06cph!

40 Days Ago
Merge from main
40 Days Ago
Reduce texture size and/or enable compression on some textures
40 Days Ago
New scene2prefab flatten hierarchy logic that actually flattens things
42 Days Ago
Merge from decor_rock_pooling
44 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
44 Days Ago
Show loading screen when returning to the main menu
44 Days Ago
Pause LoadBalancer when unloading the world
44 Days Ago
Fix NRE in UIPlayerPreviewControls.ApplyRotation on disconnect Probably fix NRE in PlayerModel on disconnect
44 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
44 Days Ago
Fix battering_ram_rear_door_LOD3 collision mesh not having read/write enabled
44 Days Ago
Defer hiding the loading screen until after returning to the menu scene Fixes getting into a weird state when cancelling while waiting for asset scenes to load (they need to finish loading first)
44 Days Ago
Don't try to return prefabs to the pool if the map is being unloaded
44 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
44 Days Ago
Fix prefabs in asset scenes having the full path as their name (some code depends on it just being the filename)
45 Days Ago
Fix assertion failure in TerrainCollisionTrigger.OnDisable
45 Days Ago
Fix NRE in ESPCanvas.Update on disconnect
45 Days Ago
Fix monument (world) prefabs missing after disconnect and reconnect
45 Days Ago
Added a development mode warning when decor prefabs are not poolable Fix decor rocks not being poolable
45 Days Ago
Merge from nameplate_optim
45 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
45 Days Ago
Get rid of per frame allocations when updating nameplates int/long convars now return memoized string values for smaller values
45 Days Ago
Merge from main
45 Days Ago
Fix bee grenade and rocking chair collider meshes not having read/write enabled
45 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
45 Days Ago
Try disabling all objects in the scenes we're going to unload before we unload them to try and avoid errors while asynchronously unloading
45 Days Ago
Merge from main
45 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
45 Days Ago
Fix FoliageGrid NRE on disconnect
45 Days Ago
Probably fix crash when canceling connecting to a server on "loading world"
46 Days Ago
Remove the duplicated preprocess logic in FileSystem_Warmup, much less error prone this way Remove world asset warmup since they can just be warmed up on demand now Fixes bootstrap asset scene prefabs being instantiated for preprocessing when they shouldn't need to Also fixes prefab assets being preprocessed in the editor when not in client+server mode
46 Days Ago
Remove UI prefabs from server bundles
47 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
47 Days Ago
Pull gamemode prefabs into the bootstrap bundle in server builds because convars touch it before asset warmup runs Improve handling errors loading the bootstrap asset scene
47 Days Ago
Run PrefabAttribute preprocess during bundling because RigidbodyInfo needs it Has to be run while bundling because rigidbody components are removed client side, but RigidbodyInfo preserves some of its fields for the client
47 Days Ago
Fix RidableHorse.PreProcess NRE on client due to missing rigidbody
47 Days Ago
Allow running TrainCar preprocess during bundling too because it depends on some objects deleted by RealmedRemove
47 Days Ago
Remove debug
47 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
47 Days Ago
Allow IPrefabPreProcess implementations to opt into running during bundling into asset scenes Enabled for EntityFlag_Toggle, RealmedRemove, StripRig, TriggerNotify, and TriggerNotifyEntity
48 Days Ago
Skip loading monument prefabs for non-procedural maps
48 Days Ago
Remove another redundant mesh collider on ice sculpture
48 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
48 Days Ago
Fix issues canceling loading into servers Fix scene lists duplicate entries in AssetSceneManifest at runtime Fix errors unloading scenes in editor because no asset scenes are loaded (can't unload last scene)
48 Days Ago
Fix more meshes missing R/W
48 Days Ago
Fix UIDialogs not working when using asset scenes
48 Days Ago
Fix incorrect mesh being used for harbor_crane_a's arm_hook collider
49 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
49 Days Ago
Add graphics.allowThreadedTextureCreation convar (default true) so we can test with threaded texture creation disabled
49 Days Ago
Remove optimized loading from the experimental options menu
49 Days Ago
Skip UI prefabs and skip scanning for additional references in the props prefabs