userandrecancel
branchrust_reboot/maincancel

5,942 Commits over 4,018 Days - 0.06cph!

8 Years Ago
Fixed client side texture memory leak when paintable signs are destroyed (!)
8 Years Ago
Eliminated GC allocs from MeshPaintableSource
8 Years Ago
Moved Rust.Data.Test to use the same folder structure as the other plugin tests
8 Years Ago
Deleted Plugins/ProtoBuffers (empty csproj)
8 Years Ago
Profiling
8 Years Ago
Changed item container hash from massive string to CRC32 hash (eliminates GC allocs)
8 Years Ago
Eliminated GC allocs from UpdateClothingItems
8 Years Ago
Added Union64 to Rust.Global Fixed CRC.Compute32 discarding the passed CRC value Added CRC.Compute32 and CRC.Compute64 overloads that take numerical types
8 Years Ago
Retired TextureUtils (GC alloc galore) Added GC-free Texture2D.Clear extension method
8 Years Ago
Added schematime convar (inventory schema refresh interval)
8 Years Ago
Updated CommunityEntity
8 Years Ago
Test
8 Years Ago
Test
8 Years Ago
Eliminated GC allocs from FileStorage / Signage / UIPaintableImage / MapEntity by smarter caching (TODO: make async)
8 Years Ago
Fixed WaitForSecondsRealtime being broken Added additional profiling to UpdateInventoryFromSchema
8 Years Ago
Merge from weekend_branch
8 Years Ago
Disabled dynamic batching (experiment)
8 Years Ago
Reverted some buffer pre-allocations (memory usage)
8 Years Ago
Profiling, cleanup, small GC optimizations
8 Years Ago
RenderInfo logging
8 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)
8 Years Ago
Reduced GC allocs in SelectedBlueprint.RefreshBlueprint
8 Years Ago
Log warning when trying to create attachment on viewmodel without model component
8 Years Ago
Reduced sky brightness slightly
8 Years Ago
Fixed material / memory leak in Bradley TreadAnimator component
8 Years Ago
Profiling
8 Years Ago
Reduced or eliminated GC allocations from Transform.FindChildRecursive (only used by UI)
8 Years Ago
Viewmodel attachments use Model.FindBone instead of Transform.FindChildRecursive (more efficient since cached)
8 Years Ago
Removed AttachToBone (unused, inefficient)
8 Years Ago
BoneFollower profiling
8 Years Ago
Eliminated GC allocs from BaseEntity.UpdateParenting
8 Years Ago
Tweaked EntityLink default capacity
8 Years Ago
Runtime error fix
8 Years Ago
Optimized MaterialColorLerp
8 Years Ago
RenderInfo debug tool no longer duplicates materials when called
8 Years Ago
Disabled PlanterBox, EmissionToggle, LaserBea, FlashlightBeam and VendingMachineScreen material adjustments since they were all leaking materials / memory
8 Years Ago
Removed TransformEx.FindChildren since it's super inefficient and now unused
8 Years Ago
Fixed material / memory leak from mining quarries
8 Years Ago
Eliminated GC allocs from MaterialColorLerp.RefreshRenderers Eliminated GC allocs from PlantEntity.UpdateSkinParameters (called from PostNetworkUpdate)
8 Years Ago
Re-enabled dynamic batching (too many changes on staging this week, let's compare again next week)
8 Years Ago
Profiling
8 Years Ago
Profiling
8 Years Ago
Eliminated needless group creation when trying to destroy an empty network group on the client
8 Years Ago
Eliminated GC allocs from BaseNetworkable.NetworkDestroy
8 Years Ago
Just use prefab name on the client in Entity.ToString() to avoid GC allocs
8 Years Ago
Eliminated GC allocs from MaterialReplacement
8 Years Ago
Eliminated GC allocs from ItemContainer.Load
8 Years Ago
Compile fix
8 Years Ago
Adjusted some memory pool sizes
8 Years Ago
OnInventoryChanged profiling