Commit Graph

12 Commits

Author SHA1 Message Date
Mogzol
caf2992927 Bump version number & update readme, remove unneeded sort
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
2016-09-26 20:25:35 -07:00
Mogzol
ab9568fb6b Fix custom working directories not working again
Woops, I forgot to add the exe path when setting the DLL directory,
causing custom working directories to stop working. This will fix that.
2016-09-13 20:10:29 -07:00
Mogzol
d438d8f307 Remove .config file, clean up buttons, bump version
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.
2016-09-12 20:07:52 -07:00
Mogzol
57bcadef3d Update readme to v1.2
I included the new readme in the release but forgot to update the
one in git.
2016-09-12 19:42:36 -07:00
Mogzol
558e3afb2e Update readme again 2016-03-14 20:33:46 -07:00
Mogzol
088cf0b14c Fix custom working directories not working.
Also update readme and bump version number.
2016-03-14 20:30:49 -07:00
Mogzol
a84b7cf098 Update readme, bump version number 2016-03-11 19:36:30 -08:00
Mogzol
15ff842fdf Modify readme 2016-03-09 01:06:29 -08:00
Mogzol
2cbbae72cd Improve error messages, and numerous other fixes
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
2016-03-09 01:01:14 -08:00
Mogzol
5fe4d69868 Update readme
Also add a txt readme for releases.
2016-03-07 21:45:43 -08:00
mogzol
d2fd1c440d Clean up and clarify
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.
2016-02-04 22:30:29 -08:00
mogzol
e10876c4ad Initial commit 2016-02-04 21:22:38 -08:00