userandrecancel
reporust_rebootcancel

10,832 Commits over 3,867 Days - 0.12cph!

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
7 Years Ago
Eliminated GC allocs from MaterialReplacement
7 Years Ago
Eliminated GC allocs from ItemContainer.Load
7 Years Ago
Compile fix
7 Years Ago
Adjusted some memory pool sizes
7 Years Ago
OnInventoryChanged profiling
7 Years Ago
Fixed Server.DestroyNetworkable not calling Networkable.Destroy when returning networkable to pool
7 Years Ago
Disabled dynamic batching (experiement)
7 Years Ago
Merge from gc_optimizations_2
7 Years Ago
Prewarm memory pool of certain extremely common types
7 Years Ago
Merge from main
7 Years Ago
Optimized memory pool size for networkables and entity links
7 Years Ago
Rebuilt Facepunch.Network
7 Years Ago
FindInGroup editor safeguards
7 Years Ago
Fixed some memory pooling related issues
7 Years Ago
Server compile fix
7 Years Ago
Fixed stray "virtual" in EntityLink
7 Years Ago
Fixed duplicate editor entity BuildName from previous merge
7 Years Ago
Moving to a new branch
7 Years Ago
Subtracting gc_optimizations
7 Years Ago
Added LOD mesh swapping support to StagedResourceEntity Fixed ores using the wrong mesh in the distance when partially broken
7 Years Ago
Merge from gc_optimizations
7 Years Ago
Merge from main
7 Years Ago
Fixed fireball prefab path warning Fixed hacky workaround in fireball entity code to reference the spread entity
7 Years Ago
Profiling
7 Years Ago
Typo fix
7 Years Ago
Added pooling to ColliderGroup / RendererGroup / FoliageGroup (eiliminates GC allocs) Eliminated a 20B GC alloc from RendererKey.GetHashCode (ShadowCastingMode boxing)
7 Years Ago
Merge from main
7 Years Ago
DeferredExtension.OnGUI is ifdef UNITY_EDITOR
7 Years Ago
Deleting ProfileData (unused)
7 Years Ago
Eliminated SpecialPurposeCamera GC allocs
7 Years Ago
Eliminated GC allocs from FPSTimer
7 Years Ago
Profiling
7 Years Ago
EffectRecycle / DecalRecycle cache their invoke actions (eliminates GC allocs once pooled)
7 Years Ago
Entity links are pooled (eliminates GC allocs)
7 Years Ago
Removed GC allocs from GetComponentInChildrenIncludeDisabled