10,614 Commits over 4,413 Days - 0.10cph!
Merge from weekend_branch
Fixed WaitForSecondsRealtime being broken
Added additional profiling to UpdateInventoryFromSchema
Eliminated GC allocs from FileStorage / Signage / UIPaintableImage / MapEntity by smarter caching (TODO: make async)
Added schematime convar (inventory schema refresh interval)
Retired TextureUtils (GC alloc galore)
Added GC-free Texture2D.Clear extension method
Added Union64 to Rust.Global
Fixed CRC.Compute32 discarding the passed CRC value
Added CRC.Compute32 and CRC.Compute64 overloads that take numerical types
Eliminated GC allocs from UpdateClothingItems
Changed item container hash from massive string to CRC32 hash (eliminates GC allocs)
Deleted Plugins/ProtoBuffers (empty csproj)
Moved Rust.Data.Test to use the same folder structure as the other plugin tests
Eliminated GC allocs from MeshPaintableSource
Fixed client side texture memory leak when paintable signs are destroyed (!)
Fixed the default item container hash being the same as the hash of an empty item container (now uses 0xffffff)
Fixed that the fix for RUST-836 was ifdef CLIENT (whoops)
Transform.FindChild (obsolete) -> Transform.Find
Application.CaptureScreenshot -> ScreenCapture.CaptureScreenshot
Updated Unity libraries in Plugins/
Updated Apex libraries (API auto-update)
Fixed texture / memory leak in HttpImage (+ now using UnityWebRequest)
UnityWebRequest.GetTexture -> UnityWebRequestTexture.GetTexture (soon: UnityTextureWebRequestTexture.GetTexture, then: UnityTextureWebTextureRequestTexture.GetTexture)
Full plugin rebuild (API changes)
Disabled LOD_FACE_CROSSFADE multi compiles (should be unused afaik & cause shader compiler errors)
Attempt to fix RUST-1760 ("You cannot have more than
262143 Colliders enabled in total" spam while loading a save)
Attempt to fix RUST-1761 ("Sub-emitters must be children of the system that spawns them" on Hapis)
Subtracting smalluments (will re-add later with other wiping changes)
Second attempt to fix RUST-1760 ("You cannot have more than
262143 Colliders enabled in total" spam while loading a save)
Third attempt to fix RUST-1760 ("You cannot have more than
262143 Colliders enabled in total" spam while loading a save)
PrefabParameters now contains a priority
Monuments are ordered by priority when placed
Fourth attempt to fix RUST-1760 ("You cannot have more than
262143 Colliders enabled in total" spam while loading a save)
Fixed Rust.Application.isLoading not being set during GameSetup (editor startup)
Fixed client side profiler mismatch in BasePlayer.SendClientTick