Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3484

Any luck with reaching Nimrod?

In the meantime, I went ahead and ran the repository through cppcheck using the following options:
cppcheck --enable=all --platform=win64 common Windows esm IL File project
As expected, there are lots of messages about the use of the virtual bits. The log is surprisingly sparse otherwise. Here’s the full log.

Other items of note are unfinished features, which are unused functions, and the code generated by VS that’s already been noted. Most of the other lines are nit picky things that will still want to be investigated.