branchrust_reboot/main/naval_update/boat_optimscancel

4 Commits over 0 Days - ∞cph!

4 Hours Ago
switched HashSet to ListHashSet in BoatAI to get rid of enumerator alloc
4 Hours Ago
removed some deeper profile markers from GJK, unnecessary overhead with little info
5 Hours Ago
moved a BaseBoat waterlevel test down a level so unpowered boats don't check it for no reason
5 Hours 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