userFlaviencancel
reporust_rebootcancel

7,120 Commits over 943 Days - 0.31cph!

13 Days Ago
Fixed repair bench panel not updating when moving items in and out your backpack Fixed a pool leak too in DisplayCostItems
13 Days Ago
Updated store sculpture mdoels
13 Days Ago
Added stone sculpture to the skin viewer
13 Days Ago
merge from main
13 Days Ago
Stone sculpture store page wip
13 Days Ago
Bar ganes pack store page wip
14 Days Ago
Sort sprays by steam ID in the pie menu
14 Days Ago
Editor: fixed ui player preview render texture set as dirty because of the player inventory quality convar
14 Days Ago
merge from main
14 Days Ago
merge from batteringram_hitdetection_fix
14 Days Ago
Battering ram tests
14 Days Ago
Revert packages-lock.json, commited by accident
14 Days Ago
Fixed battering ram hit detection issues, reverted an old fix that caused the regression
16 Days Ago
Phrase update
19 Days Ago
merge from paintingui_inputs_fix
19 Days Ago
Changed painting UI inputs polling to event based, making it framerate independant Should fix the various issues introduced with the input system update
19 Days Ago
Moved the bullshit PipelineTests menu items to Tools/PipelineTests
19 Days Ago
merge from menu_close_blur_fix
20 Days Ago
merge from catapult_reloadtime_nerf
20 Days Ago
Catapult reload time increased to 6 seconds (was 3)
20 Days Ago
merge from uibindings_nre_fix
20 Days Ago
Fix attempt for the UI bindings NRE spam
20 Days Ago
merge from crafting_stall_fix
20 Days Ago
Fixed the 1s client stall when opening the crafting menu for the first time We now warmup the steam item definitions when they load, so the first ItemDefinition.skins2 call hits cached properties instead of doing thousands of cold native Steamworks calls (caused by the PlayerBlueprints.HasUnlocked recent optims)
29 Days Ago
merge from main
31 Days Ago
Fix attempt for the flaky rocket splash tests, added damage tolerance for blocks taking very low damage due to physics not being deterministic
31 Days Ago
merge from siegeweapon_firedamage
31 Days Ago
Compile fix
31 Days Ago
Different approach so it doesnt impact incendiary ammo damage on vehicles: - FireBall can only damage vehicles of type BaseSiegeWeapon - Revert the vehicles heat protection changes
31 Days Ago
merge from siegeweapon_firedamage
31 Days Ago
Protection tweaks
31 Days 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
32 Days Ago
merge from iteration_optims
32 Days Ago
Fix no domain reload and compile simulator toolbar buttons disappearing randomly for real this time
32 Days Ago
Fixed nre when main menu is disabled when entering playmode in a playable scene
32 Days Ago
merge from iteration_optims
32 Days 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
32 Days Ago
merge from main
32 Days Ago
merge from hasunlocked_optims
32 Days 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
32 Days Ago
merge from iteration_optims
32 Days Ago
Snake mask -> Snake Mask
32 Days Ago
Added Disable Analytics Upload editor prefs Saves a second when exiting playmode
32 Days 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
32 Days Ago
merge from console_optims
32 Days Ago
Fixed pasting a large string in the console input field being slow ConsoleTMPInputField handles pasting itself by processing everything in one go
32 Days Ago
merge from bootstrap_optims
32 Days Ago
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
32 Days Ago
merge from main
32 Days Ago
merge from menuwarmup_editor_optims