Commit Graph

6 Commits

Author SHA1 Message Date
Mogzol
a9a9bac87f Integrate Ookii.Dialogs into BrawlBuilder
Instead of loading an external DLL, the necessary components of
Ookii.Dialogs (the Vista-style folder browser) are now compiled with
BrawlBuilder.
2016-09-26 19:56:51 -07: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
3f81227d25 Many improvements to GCT patching, other misc. fixes
I'm not dead! Just busy with other stuff and havent had much time to
work on this. Anyway, this is pretty much ready for first release!

With this commit the way GCT patching was being done has changed
completely. GCT patches are applied by default, the user is no longer
notified. GCT patches are also applied to all GCTs, not just Project M
3.6. The ProjM36Patches.txt file is now CodePatches.txt. The CHECK
statement has been removed, and there is now an IF/ENDIF statement
to specify patches to apply only if certain codes exist. A patch has
been added for the replacement soundbank engine, making mods that make
use of it (sfx folder with .sawnd files) load the sounds from disc
instead of SD.

Additionally, numerous bugs have been fixed, and some code has been
cleaned up.
2016-03-07 20:21:33 -08:00
mogzol
85644f908a Change target .NET version, other misc. changes
The ookii dll has been changed to the one actually in the project
(rather than just on my desktop :P).
Assembly info has been updated, useless includes have been removed.
The window title now includes "BrawlBuidler".
The Resources folder has been renamed back to resources, and should now
be copied automatically at build.
2016-02-06 12:37:56 -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