branchrust_reboot/main/automated_testingcancel

119 Commits over 122 Days - 0.04cph!

4 Months Ago
Added a Tests section to BaseEntity and ItemDefinition inspectors, has buttons that will select or run the tests associated to this prefab Can also right click "Select Tests" on any prefabs
4 Months Ago
Check isValid instead
4 Months Ago
Compile fix
4 Months Ago
merge from main
4 Months Ago
Make ProtectionProperties.IsImmortal available serverside
4 Months Ago
Stop water wheel failing placeEffect test, it has bespoke logic for it Exclude io prefabs with no inputs from the main power slot test Swap out hacky checks for if an entity is immortal for the better method we now have
4 Months Ago
merge from main
4 Months Ago
Added an error when GetTestParameters failed to find the given parameter source
4 Months Ago
Made TestMeshColliderReadWrite::FindAllPrefabs somewhat faster
4 Months Ago
Test list
4 Months Ago
Added a progress bar for the test export
4 Months Ago
merge from main
4 Months Ago
Fix the deployable / redirect issues flagged earlier - a few fireworks were changing variant when picked up - industrial wall lights pointed to incorrect repair, required wood even though its not used to craft them - fluorescent ceiling light had different protection and HP than regular ceiling light - one of the lunar dividers had incorrect protection - innertube skins could be repaired unlike base item, wantedposter and industrial door had wrong item target - reactive target could be picked up while building blocked All green now ✅
4 Months Ago
Include hidden redirect items in the tests for inventory sounds
4 Months Ago
merge from main
4 Months Ago
Added container corpse tests Checks setup, pickup, repair, protection is correct All pass, but would have caught a recent issue
4 Months Ago
Fix armored ladder hatches being included in the convex collider test, they have an explicit socket blocking placement on boats
4 Months Ago
New deployable tests Check pickup item matches item definition Check redirect deployables have the same hp, protection, various pickup and repair properties as base deployable Finds 17 things to fix
4 Months Ago
merge from main