userFlaviencancel
reporust_rebootcancel

7,046 Commits over 912 Days - 0.32cph!

12 Minutes Ago
merge from siegeweapon_firedamage
15 Minutes Ago
Protection tweaks
34 Minutes Ago
Made siege weapon vulnerable to fire (as intended initially) - Added vehicle world layer to all fireball prefabs - Set heat protection to 1 for all vehicles except siege weapons
Today
merge from iteration_optims
Today
Fix no domain reload and compile simulator toolbar buttons disappearing randomly for real this time
Today
Fixed nre when main menu is disabled when entering playmode in a playable scene
Today
merge from iteration_optims
Today
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
Today
merge from main
Today
merge from hasunlocked_optims
Today
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
Today
merge from iteration_optims
Today
Snake mask -> Snake Mask
Today
Added Disable Analytics Upload editor prefs Saves a second when exiting playmode
Today
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)
Yesterday
merge from server_inventorydeserializing_optims
Yesterday
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
Yesterday
merge from bootstrap_optims
Yesterday
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)
Yesterday
merge from console_optims
Yesterday
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)
2 Days Ago
Fixed loadout not refreshing correctly when deleted/created by another admin when the f1 menu is closed
2 Days Ago
Phrases
2 Days Ago
merge from steaminventory_nre_fix
2 Days Ago
Fixed Steamworks.SteamInventory.GetAllItems NRE Steam inventory screen fails gracefully when Steam is not reachable
2 Days Ago
merge from demofolder_macos_fix