stackcollision / GardenConquest

A new conquest game mode for Space Engineers
6 stars 7 forks source link

Refactor GridEnforcer to make use of Autopilot's CubeGridCache #61

Open zrisher opened 9 years ago

zrisher commented 9 years ago

Using this would make our Grid Enforcement code power powerful, way smaller, able to run without settings (MyAPIGateway), and multi-thread safe: https://github.com/Rynchodon/Autopilot/blob/master/Utility/scripts/CubeGridCache.cs

It would be best to move that code into a public community SE utility repo first and pull it in as a git submodule.