The mod files array was still being sorted from back when BrawlBuilder
handled alt stages differently, this will remove that now unneeded
sort.
This will also bump the version number and update the readme, which I
forgot to do in the last commit
This will remove the .config file that used to be required alongside
BrawlBuilder's exe file. Now instead of relying on the config file to
speicify where BrawlBuilder should look for it's dll files, it is
hardcoded into the application. I did this to clean up the base folder
and prevent confusion for users (mainly users who have file extensions
disabled).
Additionally this will change the 'Custom banner' browse button to not
inherit appearances from the groupbox, which should prevent it from
appearing transparent on some Windows versions/themes.
Changed how the main builder method works, now uses a state-based
system.
Wit error messages should now show more details about the error.
The "Build Completed" sometimes appearing even if the build did not
complete properly bug has (hopefully) been fixed, it should give you an
error now if it didn't make it to the final stage.
The --show-wit-debug option has been added which keeps wit windows open
after wit finishes, to help with debugging
The help text for the Brawl ISO has been edited to clarify how the
ssbb.d folder works
A crash if building with no GCT selected has been fixed
Added some files that were missing from the Resources folder in the git
repo.
Updated readme's
Upped assembly version
Other code cleanup and misc. fixes
This Renames the resources folder so people know what to do with it.
The readme has also been modified to tell people to copy the Resources
folder to the exe directory.
And genList.py has been commented to explain what it is.