Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3907

Took a quick look at .gitignore and it may need some additions, such as *.o to ignore object files. Will get it taken care of at some point 🙂

Also, proper destructors need to be used. It uses a mixture of destructors and a custom Destroy function. In some cases, the latter simply calls the former. In other cases, the former is commented out in favor of the latter.

Also renamed the features.md file to FEATURES.md to follow standard naming conventions and fixed its line endings. Forgot that git had a mv command so the commit log is a bit messy. Hey, it’s been close to ten years! 😛

It’s in the queue for the next push when I finish the esm folder 🙂

I may add some stuff to .gitattributes to ensure consistent line endings. Looking at it now….