userFlaviencancel

6,776 Commits over 851 Days - 0.33cph!

12 Days Ago
merge from selectionhistorywindow_optims (editor only)
12 Days Ago
Fixed selection history window keeping all history loaded in memory as live objects. We now use paths and instance ids and only resolve the object when necessary These objects were never released after a domain reload or a UnloadUnusedAssets call This was the cause for gizmo toggling taking 1min+ and probably a bunch of other issues
12 Days Ago
Auto give rocket launcher and rockets + infinite ammo when starting to record Added ddraws on hit building blocks
13 Days Ago
Added electric furnace to render scene
13 Days Ago
merge from main
13 Days Ago
merge from steaminventory_newitem_fix
13 Days Ago
Fixed new items just bought not showing in your steam inventory (was only working in debug builds)
13 Days Ago
13 Days Ago
Small UIHUD optims
13 Days Ago
Missed a meta
13 Days Ago
Moved HotReloadSettings.asset to an editor folder
13 Days Ago
Suppress all the shader error/warning logs on server startup
13 Days Ago
merge from electricfurnace_emission_fix
13 Days Ago
Fixed missing script warning spam when starting a server, caused by the new automated tests classes
13 Days Ago
EmissionToggle now refreshes its MPB after a material swap, it implements ICustomMaterialReplacer Fixes electric furnaces emission issues after loading a skin
15 Days Ago
Mega hack to bypass the PlayerUpdateCanvases call when unity renders the realtime cubemap, saving some time wasted on UI for nothing
16 Days Ago
merge from automated_testing
16 Days Ago
Fixed automated test prefabs being shipped to the client bundles
16 Days Ago
Phrase contexts
16 Days Ago
Phrases update
16 Days Ago
merge from deepsea_loot_balance
16 Days Ago
Rewrote the AI generated deep sea convar descriptions because holy yapping
16 Days Ago
merge from deepsea_loot_balance
16 Days Ago
Tweaked deepsea rhibs loot, less guns, removed the common scientist loot (pickaxe, green card, flares)
16 Days Ago
Fixed deep sea sulfur ore fields respawning metal
16 Days Ago
merge from main
16 Days Ago
First pass of a raiding test recorder
16 Days Ago
merge from main
16 Days Ago
▅▅▌▇▌▄ █▉▆▌ █▋▅▌█▋█▋▉▉▍▄█▍▌▌█▉▌█▊▄▇▅▄▊▉▋▉▋▋▇▄█▆
16 Days Ago
▊▌▅▄▇▆ ▄▄▅▉▋ ▄█▇▋▅▍ ▄▉▅▌ ▋▆ ▊▋▅▊▍▉▊▆ ▋▌▅▋▊ ▋▄▇ ▆▄▄█▇▋▉ ▉█ ▉▄█ ▊▌▋▌▌▉▉▇▅ ▊▄██▆ ▍▅▇▊▅▇▍▋ ▇▅▋▆▍ ▌▆ ▊▅▇█▆▉▍▅▇▍ ▄▅ ▋▆▉ ▍▉▍▅▌▇▅▌ █▋▉▍▉
16 Days Ago
▄▉█▌▍▇ ▉▉▄▅ ▍▆▋▌
16 Days Ago
merge from horse_rpc_fix
16 Days Ago
Fixed horse spamming CLIENT_HorseUpdate rpc to every clients in range constantly It was supposed to run only when necessary
16 Days Ago
merge from f1tools_demo_fix
16 Days Ago
Stop sending global.AdminUI_FullRefresh every time an admin open the F1 menu We only do it once now, when opening the F1 for the first time. Then only when opening the admin tab
16 Days Ago
Fixed F1 menu tools tab not showing in demos
16 Days Ago
NRE fix for UI_Store.OnWarmupPage when the manifest is null
16 Days Ago
merge from store_nre_fix2
16 Days Ago
Fixed TestRunnerWindow error when opening foldouts CTRL + Click on an asset path parameter pings the asset in the project window Added to right click context menu too
16 Days Ago
Better logging on RustTestFixture::SpawnEntity
16 Days Ago
▋▌▌▉▇▉ ▆▌▍▆ ▆▍▄▊▇▍▉▆▇█▍▊█
16 Days Ago
16 Days Ago
▋▆█▅█▌ █▌▋▉ ▌█▋▊
17 Days Ago
Removed old AiManagedAgent class, old and useless Subtracted 150385
17 Days Ago
Use object.ReferenceEquals instead of == null in RustNavMeshAgent::TryGetAgent, fixes a random nre when spawning npcs Removed serialized animation curves in BaseNpc.Stats, it was causing a mysterious native crash when spawning the zombie prefab (wtf)
17 Days Ago
Updated seismic sensor levels: - Mortar Shell: 2 - Fragmentation Mortar Shell: 1 - Cannonball: 1
17 Days Ago
Fixed OOB error on testscenario_rocketsplash5_turretpod
17 Days Ago
merge from automated_testing
17 Days Ago
merge from automated_testing/export_optims
17 Days Ago
Use Parallel and other crazy shit for allPrefabsWithMeshColliders/allPrefabsWithParticleSystem - 28s -> 4.3s Same for allBaseCombatEntityPrefabs - 4s -> 300ms + some micro optims in other tests