userJakbcancel

203 Commits over 1,096 Days - 0.01cph!

Yesterday
merge from automated_test_entity_bounds_fixes
Yesterday
merge from /misc_prefab_fixes
Yesterday
Extended the DeployVolumeOBB on woodframe.standing to extend along the whole face of the frame (also fixes it being able to be placed through floors). All `Deployable_WorldSpaceBounds_NotSignificantlyLargerThanDeployVolume` tests now pass :tada:
Yesterday
Wooden floor spikes : slightly increased the NotInBox to fix the 0.62m overhang. Test now passes
Yesterday
Barbed wooden barricade : slightly modified the NotInSphere's to fix the 0.7m overhang. Test now passes
Yesterday
Forgot to make the wooden barricade prefab not active again after changing it last commit
Yesterday
Wooden barricade : slightly modified the NotInSphere's to fix the 0.63m overhang. Test now passes
Yesterday
Medieval Barricade : raise the NotInSphere's slightly to fix the 0.57m test failure overhang. Test now passes
Yesterday
merge from /misc_prefab_fixes
2 Days Ago
Fixed above ground pool being able to be clipped into construction on placement
2 Days Ago
Fixed DeployVolumeOBB on the paddling pool - Only use 1 volume rather than 2. 1 volume now covers the base and slightly above the pool to prevent clipping into construction - Added vehicle large to the layers
2 Days Ago
Tidied up DeployVolumeOBBs and added the Construction layer on the fireplace so the left/right sides cannot clip through walls when placed
2 Days Ago
Fixed ancient floor spike setup that used 4 spheres for placement checks that had many gaps, allowing you to place spikes over small items. Now using a single box for the check.
2 Days Ago
Fixed triangle planter and triangle railroad planter variant deploy bounds. - Increased height of existing edge bounds so it can't be placed over small items - Repurposed and fixed old deactivated centre bounds to cover the gap - Renamed/reorganised the objects in Unity - Tested in editor. Snapping, planting and other behaviour is preserved
2 Days Ago
Manually adjusted christmas lights (xmas.lightstring) bounds to only cover the collider. Tested in editor, no behaviour change. Test passes
2 Days Ago
2 Days Ago
Adjusted how sockets are counted in the test. Fireplace now passes
2 Days Ago
Recalculate bounds on the champagne firework `MortarChampagne`
2 Days Ago
Recalculated bounds on medium battery
2 Days Ago
Recalculated bounds on water barrel
4 Days Ago
Manually lowered bear trap bounds and removed the mesh filter from the server trigger. Test passes
4 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
4 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
4 Days Ago
Merge from main
9 Days Ago
merge from automated_test_entity_bounds_fixes
9 Days Ago
Refresh test list for merge
9 Days Ago
Merge from main
15 Days Ago
Exclude SimpleBuildingBlock from tests as we are only interested in testing deployables here, not construction, high walls or wall frame socket pieces
15 Days Ago
Tidy up how deployables are filtered for this test by using a new TestParameterSource
15 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
15 Days Ago
Never failed but ran recalculate bounds on flameturret.deployed
15 Days Ago
Exclude electric.windmill.small from the test. All tests pass :tada:
15 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
15 Days Ago
Recalculated bounds on igniter.deployed. Test passes
15 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
15 Days Ago
Test list jsons
15 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...)
21 Days Ago
Fixed old bug where the desert military base `desert_dwelling_single_j` (the big silo) could have another dwelling spawn inside of it after server restart. Added a simple box collider at the anchor point where spawn checks were made. Tested in editor
4 Months Ago
merge from large_oilrig_misc_fixes
4 Months Ago
Changed all "collider_helper" gameobject colliders on large oilrig to use the Prevent Movement layer so you never get Line Of Sight antihack violations/invalids when shooting directly down from vent openings. These colliders exist to help you get inside the vents. Ran S2P
4 Months Ago
Swapped the 3 lingering black fuel barrels on the top floor of large oilrig with 2 yellow barrels and 1 red barrel (see oilrig_remove_static_oil_barrels) - Ran S2P
7 Months Ago
merge from ah_trajectory_mismatch_fix
7 Months Ago
merge from main
8 Months Ago
Removed swimScale and swimSpeed from riflebullet and snowballgunbullet Projectiles as it was contributing to trajectory mismatch projectile invalids
8 Months Ago
Skip spawning Xmas event gifts to debug.invis players
8 Months Ago
Don't spawn eggs/candy for debug.invis players during seasonal events
8 Months Ago
Missed style file (rhyme time)
8 Months Ago
Change Image material on buttons so they all appear white
8 Months Ago
Dynamically load all gestures from `GestureCollection.Instance.AllGestures` and use their sprite for the button. Halved the looping time of looping gestures to 2.5f seconds. All gestures are working but the sprites can be improved
8 Months Ago
Set selection scrollview content to use preferred size to prevent being able to scroll beyond elements