branchrust_reboot/main/naval_update/boat_optimscancel

5 Commits over 0 Days - ∞cph!

20 Days Ago
merge from naval_update
21 Days Ago
switched HashSet to ListHashSet in BoatAI to get rid of enumerator alloc
21 Days Ago
removed some deeper profile markers from GJK, unnecessary overhead with little info
21 Days Ago
moved a BaseBoat waterlevel test down a level so unpowered boats don't check it for no reason
21 Days Ago
burst compiling GJK distance methods directly, already compatible - not using jobs here as it would need a NativeReference alloc for no reason, we just want the go-fast button - verified compiling with burst inspector