userFlaviencancel

6,843 Commits over 851 Days - 0.34cph!

20 Days Ago
merge from f1tools_demo_fix
20 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
20 Days Ago
Fixed F1 menu tools tab not showing in demos
20 Days Ago
NRE fix for UI_Store.OnWarmupPage when the manifest is null
20 Days Ago
merge from store_nre_fix2
20 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
20 Days Ago
Better logging on RustTestFixture::SpawnEntity
20 Days Ago
▋▌▌▉▇▉ ▆▌▍▆ ▆▍▄▊▇▍▉▆▇█▍▊█
20 Days Ago
20 Days Ago
▋▆█▅█▌ █▌▋▉ ▌█▋▊
20 Days Ago
Removed old AiManagedAgent class, old and useless Subtracted 150385
20 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)
21 Days Ago
Updated seismic sensor levels: - Mortar Shell: 2 - Fragmentation Mortar Shell: 1 - Cannonball: 1
21 Days Ago
Fixed OOB error on testscenario_rocketsplash5_turretpod
21 Days Ago
merge from automated_testing
21 Days Ago
merge from automated_testing/export_optims
21 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
21 Days Ago
Added Export button to tests right click context menu, re-exports the given fixture and append changes to the test list Bypasses the big ass export, its near instant depending on what you refresh Test list is now sorted alphabetically so using the context menu doesnt shuffle things around Fixed typo that included all editor tests to the server CI test list
21 Days Ago
Added a cache for FindPrefabPathsByLabel so two calls on the same label in the same export run are free
21 Days Ago
Refactoring and cleaning up TestListExporter Added some timing logs, helps finding the slowest param resolutions
21 Days Ago
Forgot to refresh the test list
21 Days Ago
merge from automated_testing
21 Days Ago
Triangle bug splash test fixes Moved one turretpod case to trianglebug
21 Days Ago
merge from automated_testing
21 Days Ago
merge from main
21 Days Ago
Fixed tutorial completed commands not running quietly
21 Days Ago
merge from automated_testing
21 Days Ago
merge from automated_testing/raiding
21 Days Ago
Another raiding test and some inspector tweaks
21 Days Ago
Finally fixed the flaky raiding tests
21 Days Ago
Use SelectableLabel in the test runner window details panel so we can copy text there too Added copy name/copy details context menu
21 Days Ago
Added context menu to test case and fixtures in TestRunnerWindow - Open source file - Copy CTRL+C also works
21 Days Ago
Added ParameterDisplayName in test results and test lists, let us format struct parameter in a nicer way
21 Days Ago
Raiding tests fixes Added impact pos prediction and splash radius gizmos
21 Days Ago
Some TestScenario_RocketSplashDamage refactoring Added 3 new tests checking the triangle splash bug
21 Days Ago
Copy paste preview improvements, we now spawn building block conditional model using the saved modelstate Some cleanup
21 Days Ago
merge from automated_testing
21 Days Ago
Fixed raiding tests CI filtering Test lists
21 Days Ago
Fixed flacky raiding tests Rockets spawned by ServerProjectileTestSpawner were moving during the WaitUntilAllSpawned
22 Days Ago
merge from automated_testing
22 Days Ago
Fixed CI testlist loading
22 Days Ago
Fixed WorkshopCameraKeybindAnchor still using old input system Updated WorkshopEditor scene to remap the inputs
22 Days Ago
merge from automated_testing
22 Days Ago
Didnt save
22 Days Ago
Flagged tests that need to be ignored by CI
22 Days Ago
Batchmode testrunner is now using a dedicated CI testlist by default, can be overriden with any testlist by adding a path to the +autotest command line CI testlist is generated when we generate the regular test list Tests can be excluded from CI with the ExcludeFromCI attribute Test parameter can be filtered too with FilterForCI in TestParameterSource
22 Days Ago
merge from main
22 Days Ago
merge from main
22 Days Ago
merge from placement_ignoreentity
22 Days Ago
Added an ignore entity field to Construction.Placement that can be used by socket mods down the line This allows us to ignore the entity being upgraded/reskinned when running SimpleUpgrade::IsUpgradeBlocked. Fixes large furnace reskins always failing