userFlaviencancel
reporust_rebootcancel

7,043 Commits over 912 Days - 0.32cph!

1 Hour Ago
merge from iteration_optims
1 Hour Ago
Fix no domain reload and compile simulator toolbar buttons disappearing randomly for real this time
1 Hour Ago
Fixed nre when main menu is disabled when entering playmode in a playable scene
1 Hour Ago
merge from iteration_optims
1 Hour Ago
In editor, reuse preprocessed persistent prefab instances instead of instantiating them again. Only applies to big prefabs like GameUI, MenuUI2, EngineUI2 and SkinViewer2 Saves ~500ms when entering playmode on average
2 Hours Ago
merge from main
3 Hours Ago
merge from hasunlocked_optims
3 Hours Ago
PlayerBlueprints.HasUnlocked optims: we now cache owned workshop skin items, avoiding full steam definition scans during UI refresh and craft validation, save 1s on LocalPlayer.HasUnlocked when entering playmode Also saves time in client and server call when validating craft and unlocking
3 Hours Ago
merge from iteration_optims
3 Hours Ago
Snake mask -> Snake Mask
5 Hours Ago
Added Disable Analytics Upload editor prefs Saves a second when exiting playmode
5 Hours Ago
Swapped a UnloadUnusedAssets in WorldSetup to ConVar.GC.unload, so it respects the Disable Unloading Assets editor pref Was taking around 600ms when entering playground
Today
merge from console_optims
Today
Fixed pasting a large string in the console input field being slow ConsoleTMPInputField handles pasting itself by processing everything in one go
Today
merge from bootstrap_optims
Today
Fixed skin viewer trying to load prefabs from the prefab asset scene when its not loaded yet Added a safeguard in GUIDToObject, any request from a non loaded asset scene won't cache the null miss
Today
merge from main
Today
merge from menuwarmup_editor_optims
Today
Fixed home's hero video init issue when using no menu warmup mode
Today
Added Disable Game UI editor pref, disables the game ui (don't need it sometimes when working on main menu stuff) Saves around a sec
Today
Added Disable Dev Tools Warmup editor pref, skips the dev tools tabs warmup until first opened Saves ~0.3s when entering playmode
Today
Disable menu ui warmup editor pref now skips instantiation of the menu pages completely, they get created on first navigation instead Saves ~2.5 seconds when entering playmode, without disabling the menu ui completely (at the expense of stalls when opening the menu tabs for the first time)
Today
merge from server_inventorydeserializing_optims
Today
Server skips fetching all the properties of players steam items when deserializing their inventory Speeds up entering playmode (and runtime server inventory deserializing), can be slow depending on your inv size
Today
merge from bootstrap_optims
Today
Removed the forced world and prefabs asset scenes activation from bootstrap (they still stream in the background, bootstrap no longer waits on them) Skin viewer activates the prefabs scene when opened for the first time, it keeps waiting for it to be loaded if its not ready to be activated Skin viewer loads bundled workshop skins through a sync path when the async bundle queue is blocked (the world scene holds the queue until its activated it when connecting to a server)
Today
merge from console_optims
Today
Console autocomplete optims
Yesterday
Console: no more truncated combatlog, big perf improvements (only reparse changed rows, flex texts can use the measure fast path)
Yesterday
merge from mainmenu_toggle_optims
Yesterday
Applied the same system to the F1 menu - ~12ms -> ~4.20ms - GC ~115KB -> ~10KB
Yesterday
- Added a fast path for root canvas toggling, that lets us toggle the main menu root canvas without triggering a lot of stuff on every graphic - Graphic::CacheCanvas walks up and stops at the first enabled canvas instead of doing a nasty GetComponentsInParent, saves ~560KB of GC per menu toggle - Each main menu page now has a canvas component too Toggling the menu: - ~134ms → ~45ms - GC ~600KB -> 24KB
Yesterday
SoftMask optims: - Don't bother updating disabled soft masks from OnCanvasHierarchyChanged - NearestMask cache disabled masks, so we can skip the second walk SoftMask.OnCanvasHierarchyChanged 30ms -> 0.03ms when opening the main menu
Yesterday
merge from snapping_bind
Yesterday
Also updated wire slack and snap attraction point game tip to use tokenized binds
Yesterday
Added support for tokenized phrase in settings tooltips, updated deployable snapping tooltip to use [+snapping]
Yesterday
merge from snapping_bind
Yesterday
Added snapping to the keybinds menu
Yesterday
Added a dedicated realmed bind for snapping, used by the wire tool and deployable snapping Fixed autorun causing issues with wire tools
Yesterday
Fixed no domain reload editor topbar button disappearing constantly
Yesterday
merge from defaultbinds_fix
Yesterday
Fixed bind_default not being bind realms aware (fixes +prevskin and +nextskin not bound by default)
Yesterday
Fixed loadout not refreshing correctly when deleted/created by another admin when the f1 menu is closed
Yesterday
Phrases
Yesterday
merge from steaminventory_nre_fix
Yesterday
Fixed Steamworks.SteamInventory.GetAllItems NRE Steam inventory screen fails gracefully when Steam is not reachable
Yesterday
merge from demofolder_macos_fix
Yesterday
merge from main
2 Days Ago
merge from automated_testing
2 Days Ago
Better log for the test list step when building the bundles