branchrust_reboot/main/automated_test_entity_bounds_fixescancel

24 Commits over 0 Days - Infinitycph!

6 Days Ago
merge from /misc_prefab_fixes
6 Days Ago
merge from /misc_prefab_fixes
7 Days Ago
Manually adjusted christmas lights (xmas.lightstring) bounds to only cover the collider. Tested in editor, no behaviour change. Test passes
7 Days Ago
7 Days Ago
Adjusted how sockets are counted in the test. Fireplace now passes
7 Days Ago
Recalculate bounds on the champagne firework `MortarChampagne`
7 Days Ago
Recalculated bounds on medium battery
7 Days Ago
Recalculated bounds on water barrel
9 Days Ago
Manually lowered bear trap bounds and removed the mesh filter from the server trigger. Test passes
9 Days Ago
sail.deployed: - Set prefab position at origin - increased upper deploy volume X by 0.22 to be under the 0.5m overhang Test passes
9 Days Ago
Added shelf 14935 - Reduce maxOverhangMetres to 0.5f - Exclude hidden item definitions - Only include deploy volumes that affect constructions - Include DeployVolumeEntityBounds - Do not include DeployVolumeEntityBoundsReverse - Account for sockets
9 Days Ago
Merge from main
14 Days Ago
Refresh test list for merge
14 Days Ago
Merge from main
20 Days Ago
Exclude SimpleBuildingBlock from tests as we are only interested in testing deployables here, not construction, high walls or wall frame socket pieces
20 Days Ago
Tidy up how deployables are filtered for this test by using a new TestParameterSource
20 Days Ago
Fixed a bug on the TestRunnerWindow where clicking 'run' would incorrectly run editor tests in play mode after changing prefab source attributes because of stale values. Changing this and my editor test worked again. Previous unreliable fix was to untick and retick tests before running but that didn't work for me
20 Days Ago
Never failed but ran recalculate bounds on flameturret.deployed
20 Days Ago
Exclude electric.windmill.small from the test. All tests pass :tada:
20 Days Ago
Manually shrank SnowMachine bounds to only cover the deployable. The snow effect didn't need to be covered. Tested in Craggy, no behaviour change. Test passes
20 Days Ago
Recalculated bounds on igniter.deployed. Test passes
20 Days Ago
Removed unneeded Mesh Filter component on the Server object of the electrical.heater as it was contributing to significant Bounds. Recalculated bounds. Test passes
20 Days Ago
Test list jsons
20 Days Ago
New automated test to check all deployables for BaseEntity bounds significantly larger than the deploy volume. Included exclusions for deployables that have intended oversized bounds (doors, constructables, high externals...)