viktor-ferenczi / multigrid-projector

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

Bugfix/0.4.11 #37

Closed viktor-ferenczi closed 2 years ago

viktor-ferenczi commented 2 years ago

0.4.11: Fixed compatibility with the Plant and Cook mod

The Kitchen block caused overlapping blocks with the same grid position, which prevented the projector from loading such a blueprint.

Reduced memory allocations and CPU load of hand welding.

Not using LINQ in performance critical code.