hcabel / OpenVoxel

OpenVoxel is a Open source voxel game engine/editor
GNU General Public License v3.0
15 stars 2 forks source link

Refactoring BuildTool #98

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

So it was buggy, and all this recursion make the thing difficult to understand, and I dont mention how lua make error impossible de debug, ANYWAY, I spend a week on it but I make something that should work and be a little bit scalable. OK I just remember why I did this, so when I mean buggy I mean that when Editor module were linking to non editor module it couldn't compile because he was copying stuff and adding it for all his configuration. I use lua classes this time was horrible though