barubary
|
0f9b368b04
|
C#: added the Golden Sun: Dark Dawn format in the new structure. This version hasn't been tested yet, and thus hasn't been included in the main program. I also need to think of how to include these game-specific formats in the main program, as they may conflict with built-in formats regarding their header (with GSDD I just try to decompress the file when checking if a file is supported).
|
2011-05-18 12:24:16 +00:00 |
|
barubary
|
fa10d8a515
|
C#: Extended the generic Supports(Stream) method with the length of the input stream, since Overlay-LZ compresses from end to start.
|
2011-04-05 16:50:17 +00:00 |
|
barubary
|
8c777e2c02
|
The start of an attempt to make this program structured better, as well as for easier addition of more formats AND compression for supported formats.
|
2011-03-21 19:18:07 +00:00 |
|