|
|
308667f61e
|
Support unspecified DateTime values for DECDateTime
|
2014-11-28 01:06:07 -05:00 |
|
|
|
ea4d34674a
|
More accurately align the Reader to the 2-byte boundary
|
2014-11-28 01:01:50 -05:00 |
|
|
|
1923c141cf
|
Documented previously unknown fields and implemented actual ability to access files in the file system
|
2014-11-28 00:46:21 -05:00 |
|
|
|
16978e7433
|
Added sanity check for header magic string
|
2014-11-27 22:55:42 -05:00 |
|
|
|
096c70a133
|
Improved file table parsing in ISO format; still a lot of work to be done
|
2014-11-27 22:33:37 -05:00 |
|
|
|
05cc24882e
|
Added NScripter NSA archive format (incomplete)
|
2014-11-16 00:09:20 -05:00 |
|
|
|
af4e4ce955
|
Added Dynamix/Starsiege VOL archive data format (tested with PakScape, mostly working, some features untested/unsure)
|
2014-11-11 11:05:26 -05:00 |
|
|
|
5430a48b6a
|
Remove magic number of ARC data format since it conflicts with EBML - TODO: figure out a way to disambiguate
|
2014-10-24 15:58:36 -04:00 |
|
|
|
d6ef43141f
|
Added Princess Waltz ARC data format
|
2014-10-12 18:49:56 -04:00 |
|
|
|
11039d7506
|
Added Ken's Labyrinth KZP archive
|
2014-10-12 17:30:29 -04:00 |
|
|
|
43eba7a66a
|
Added Fever Pitch Studios' UTF data format
|
2014-10-12 17:04:34 -04:00 |
|
|
|
001199219d
|
Added Gremlin Interactive - Actua Soccer MAD data format
|
2014-10-12 16:06:40 -04:00 |
|
|
|
6be83c3597
|
Added Sinister Games GUT archive (untested, very strange)
|
2014-10-09 21:09:03 -04:00 |
|
|
|
3dbac2aeda
|
Start to implement DeepSilver Secret Files SPR saving, only to get it to compile... totally untested, certainly doesn't work at all
|
2014-10-08 11:51:26 -04:00 |
|
|
|
724b1fd1eb
|
Start to implement the Secret Files SPR data format
|
2014-10-08 00:19:37 -04:00 |
|
|
|
459468ff68
|
Added Eighting FPK archive format (without compression)
|
2014-10-07 23:24:51 -04:00 |
|
|
|
0ccba48bb7
|
Implement stub of writing the CHD file format (almost certainly incomplete)
|
2014-10-07 22:16:57 -04:00 |
|
|
|
f155d3bacc
|
Implemented POD version 3, still need the game to test
|
2014-10-07 22:16:13 -04:00 |
|
|
|
8adc19ade2
|
Not sure why the try/catch is there but it seems like it should be properly fixed
|
2014-10-07 20:34:42 -04:00 |
|
|
|
3666613a91
|
Tabify
|
2014-10-07 20:33:42 -04:00 |
|
|
|
c6179ebfdc
|
Added DataFormat for Terminal Reality POD archive
|
2014-10-07 20:23:47 -04:00 |
|
|
|
5dcb7b822d
|
Added Roxor In the Groove PCK data format (without compression)
|
2014-10-04 15:13:38 -04:00 |
|
|
|
d637484d0e
|
Implement SaveInternal for CFL data format (only uncompressed for now)
|
2014-10-03 23:26:14 -04:00 |
|
|
|
467eeb2633
|
Implemented LoadInternal for CFL data format (was unfinished)
|
2014-10-03 22:54:05 -04:00 |
|
|
|
4575c8be89
|
Added DataFormat for CPIO, only seems to work with one file archive (may be related to Accessor Position bug)
|
2014-08-09 15:58:23 -04:00 |
|
|
|
160538cc9b
|
Added source for future reference
|
2014-08-08 21:19:20 -04:00 |
|
|
|
2f0ff46a90
|
Implemented SaveInternal for Stella Games' LzmaPack archive (.pack) ... I think
|
2014-08-08 21:15:32 -04:00 |
|
|
|
0b1cb3fa30
|
Fixed bug in TAR data format where the first four bytes of filename of first file got eaten
|
2014-08-08 20:57:12 -04:00 |
|
|
|
dafb4c6372
|
Implemented SaveInternal for BGA data format
|
2014-08-08 20:52:47 -04:00 |
|
|
|
80102d86a2
|
Added LHA data format with support for -lh0- (store)
|
2014-08-08 20:43:37 -04:00 |
|
|
|
0532aebb91
|
Added GZA filter (for Gzip archives) to BGA data format
|
2014-08-08 20:05:53 -04:00 |
|
|
|
50a86e602f
|
Preliminary support for Gzip in BGA
|
2014-08-08 15:56:54 -04:00 |
|
|
|
3547e59b78
|
Don't forget the compression method
|
2014-08-08 15:53:54 -04:00 |
|
|
|
b16bfb98d2
|
Added BGA plugin for BZA and GZA archives
|
2014-08-08 15:48:52 -04:00 |
|
|
|
3ca707ef23
|
Start to implement Yamazaki ZIPPER (YZ1) format
|
2014-08-08 06:49:23 -04:00 |
|
|
|
bc3f121ece
|
Start to implement BlakHole encryption (what method does it use?)
|
2014-08-08 06:47:27 -04:00 |
|
|
|
2454e2a1e8
|
comments no longer needed since those fields are figured out
|
2014-08-06 23:33:27 -04:00 |
|
|
|
7a615ce3db
|
Added support for ZipTV BlakHole archive using store, deflate, and bzip2 methods; still need to figure out how dates are encoded
|
2014-08-06 23:32:48 -04:00 |
|
|
|
7b88fa3665
|
Moved Microsoft stuff into its own plugin
|
2014-08-06 15:35:46 -04:00 |
|
|
|
9739066d7e
|
Defer processing of file data reading and fix some edge cases
|
2014-07-02 19:03:54 -04:00 |
|
|
|
a76dcad10c
|
Temporary fix to allow FileSystem plugin to be built without errors
|
2014-07-02 17:31:03 -04:00 |
|
|
|
b75da2796e
|
Implemented SaveInternal() for Troika Games Arcanum DAT format
|
2014-07-02 17:30:30 -04:00 |
|
|
|
bc17cc2bd4
|
Added source to find the documentation later
|
2014-07-01 23:19:36 -04:00 |
|
|
|
c3c0e6dc34
|
Continuing to implement SevenZIP file format
|
2014-07-01 23:19:06 -04:00 |
|
|
|
3d496ead85
|
Still trying to figure out 7-ZIP data format
|
2014-07-01 21:07:51 -04:00 |
|
|
|
569fa85e65
|
Added description for InvalidDataFormatException
|
2014-07-01 20:17:42 -04:00 |
|
|
|
348e227c5d
|
Implemented encryption and other enhancements to NPK data format
|
2014-07-01 20:04:17 -04:00 |
|
|
|
614b2947c7
|
Completely rewrote FARC data format, still a work in progress
|
2014-06-20 22:38:49 -04:00 |
|
|
|
51ce5c18fc
|
Added LHA DataFormat (not implemented yet)
|
2014-06-18 20:51:57 -04:00 |
|
|
|
aaf43a49aa
|
Added CustomOptionBoolean for Encrypted property
|
2014-06-17 16:03:11 -04:00 |
|