userandrecancel

12,560 Commits over 3,806 Days - 0.14cph!

7 Years Ago
Retired TextureUtils (GC alloc galore) Added GC-free Texture2D.Clear extension method
7 Years Ago
Added schematime convar (inventory schema refresh interval)
7 Years Ago
Updated CommunityEntity
7 Years Ago
Test
7 Years Ago
Updated CommunityEntity
7 Years Ago
Updated CommunityEntity
7 Years Ago
Test
7 Years Ago
Updated ServerImage to new FileStorage API
7 Years Ago
Eliminated GC allocs from FileStorage / Signage / UIPaintableImage / MapEntity by smarter caching (TODO: make async)
7 Years Ago
Fixed WaitForSecondsRealtime being broken Added additional profiling to UpdateInventoryFromSchema
7 Years Ago
Merge from weekend_branch
7 Years Ago
Merge from main
7 Years Ago
ifdef CLIENT
7 Years Ago
Adjusted some memory pool buffer sizes
7 Years Ago
Replaced a bunch of "new WaitForSeconds" with "CoroutineEx.waitForSeconds" (eliminates GC allocs)
7 Years Ago
Added CoroutineEx.waitForFixedUpdate / waitForSeconds / waitForSecondsRealtime
7 Years Ago
Stripped some unused nature assets that have been replaced by newer assets
7 Years Ago
Stripped old grass assets
7 Years Ago
Stripped BehaveAsset icon
7 Years Ago
Stripped TreePerfTest stuff
7 Years Ago
Stripped old grass system
7 Years Ago
Disabled dynamic batching (experiment)
7 Years Ago
Reverted some buffer pre-allocations (memory usage)
7 Years Ago
Profiling, cleanup, small GC optimizations
7 Years Ago
RenderInfo logging
7 Years Ago
Adjusted default buffer sizes of collider groups, renderer groups, foliage groups and LOD cells Remove foliage groups when they are empty (similar to renderer / collider groups)
7 Years Ago
Reduced GC allocs in SelectedBlueprint.RefreshBlueprint
7 Years Ago
Log warning when trying to create attachment on viewmodel without model component
7 Years Ago
Reduced sky brightness slightly
7 Years Ago
Fixed material / memory leak in Bradley TreadAnimator component
7 Years Ago
Profiling
7 Years Ago
Reduced or eliminated GC allocations from Transform.FindChildRecursive (only used by UI)
7 Years Ago
Viewmodel attachments use Model.FindBone instead of Transform.FindChildRecursive (more efficient since cached)
7 Years Ago
Removed AttachToBone (unused, inefficient)
7 Years Ago
BoneFollower profiling
7 Years Ago
Eliminated GC allocs from BaseEntity.UpdateParenting
7 Years Ago
Tweaked EntityLink default capacity
7 Years Ago
Runtime error fix
7 Years Ago
Optimized MaterialColorLerp
7 Years Ago
RenderInfo debug tool no longer duplicates materials when called
7 Years Ago
Disabled PlanterBox, EmissionToggle, LaserBea, FlashlightBeam and VendingMachineScreen material adjustments since they were all leaking materials / memory
7 Years Ago
Removed TransformEx.FindChildren since it's super inefficient and now unused
7 Years Ago
Fixed material / memory leak from mining quarries
7 Years Ago
Eliminated GC allocs from MaterialColorLerp.RefreshRenderers Eliminated GC allocs from PlantEntity.UpdateSkinParameters (called from PostNetworkUpdate)
7 Years Ago
Re-enabled dynamic batching (too many changes on staging this week, let's compare again next week)
7 Years Ago
Profiling
7 Years Ago
Profiling
7 Years Ago
Eliminated needless group creation when trying to destroy an empty network group on the client
7 Years Ago
Eliminated GC allocs from BaseNetworkable.NetworkDestroy
7 Years Ago
Just use prefab name on the client in Entity.ToString() to avoid GC allocs