viktor-ferenczi / multigrid-projector

Multigrid Projector plugin for the Space Engineers game.
MIT License
24 stars 6 forks source link

Use only Harmony patches #58

Open viktor-ferenczi opened 12 months ago

viktor-ferenczi commented 12 months ago

Use only Harmony patches, get rid of the Torch ones.

Doing so would remove a lot of code with redundant functionality. Less code with the same functionality is better.

Make sure to get the Torch plugin tested with admins before the release, because there is a slight chance of causing incompatibilities if some other Torch plugin is patching the same method(s) the Torch way.

Also, add a PR for Torch to include a standardized version of Harmony which always matches the version used by Plugin Loader. It needs a bit of coordination, but would allow for maximum cross-platform (target) compatibility for plugins.