morkt
|
c5aee52d96
|
(DameganeCrypt): another decryption scheme.
|
2015-08-11 07:06:00 +04:00 |
|
morkt
|
0db69aea4e
|
released v1.1.5
|
2015-08-07 14:55:35 +04:00 |
|
morkt
|
621ab35da1
|
(DwqFormat): improved BMP packtype support.
|
2015-08-07 11:45:03 +04:00 |
|
morkt
|
f0b327594b
|
(DwqFormat): implemented BMP+MASK format.
read BMP images manually as they're not really BMPs suitable for
BmpBitmapDecoder.
|
2015-08-05 21:22:02 +04:00 |
|
morkt
|
3a96fd0efd
|
(AbmOpener.TryOpen): prepend name of archive to contained filenames.
|
2015-08-05 21:19:57 +04:00 |
|
morkt
|
d72ed765b3
|
(DatOpener.TryOpen): do not lookup zero signatures.
|
2015-08-05 21:18:43 +04:00 |
|
morkt
|
126e037ac9
|
implemented ABM images.
|
2015-08-05 11:57:55 +04:00 |
|
morkt
|
e8ffc7d38e
|
(S25Opener): removed constructor.
|
2015-08-05 11:54:44 +04:00 |
|
morkt
|
43406ffd66
|
implemented AOS resource archives.
|
2015-08-04 22:30:36 +04:00 |
|
morkt
|
321ac1cf69
|
(HuffmanDecoder) renamed some private fields.
|
2015-08-04 22:26:38 +04:00 |
|
morkt
|
db0902751a
|
Entis code moved to separate source files.
|
2015-08-04 22:26:00 +04:00 |
|
morkt
|
0f30dfeb18
|
(DatOpener.OpenEntry): decrypt textdata.bin file.
|
2015-08-04 06:25:52 +04:00 |
|
morkt
|
3c032a8ae6
|
(WarOpener.Dump): removed in favor of the new static Dump class.
|
2015-08-03 22:47:56 +04:00 |
|
morkt
|
54d8d1cd86
|
added alternative version of the TACTICS_ARC_FILE.
|
2015-08-03 22:30:22 +04:00 |
|
morkt
|
1aa82884bd
|
(LstOpener.OpenNexton): removed redundant check.
|
2015-08-03 22:29:14 +04:00 |
|
morkt
|
dd3d87aff7
|
(Dump): convenient class for tracing/debugging.
|
2015-08-03 22:26:26 +04:00 |
|
morkt
|
63bb1995ef
|
(ArcOpener.OpenEntry): recognize *.wsc as script files.
|
2015-08-02 23:00:49 +04:00 |
|
morkt
|
47bc5b17b1
|
(ResourceHeader.Read): create class on return.
|
2015-08-02 22:59:57 +04:00 |
|
morkt
|
0ef85a0c94
|
added another parameter to encryption scheme.
patch Decode.bin with "date" 32-bit value.
|
2015-08-01 18:34:14 +04:00 |
|
morkt
|
ea245a054d
|
(PakOpener): sanity checks.
|
2015-08-01 18:32:42 +04:00 |
|
morkt
|
1fc106c51a
|
implemented Black Cyc resources.
VPK and GPK archives,
DWQ images,
VAW and WGQ audio files.
|
2015-08-01 18:32:07 +04:00 |
|
morkt
|
3342461ac6
|
(DatOpener.TryOpen): compare .lst filename against archive name.
|
2015-08-01 18:29:07 +04:00 |
|
morkt
|
2d22dbe946
|
implemented incremental compression of S25 images.
|
2015-08-01 00:24:04 +04:00 |
|
morkt
|
ea6eab502c
|
added encryption schemes.
|
2015-08-01 00:23:04 +04:00 |
|
morkt
|
7838fc36f6
|
implemented elf AV King resources.
*.bin+*.pak archives,
HIZ and HIP images.
|
2015-08-01 00:22:06 +04:00 |
|
morkt
|
145de377b0
|
known passwords description update.
|
2015-08-01 00:20:55 +04:00 |
|
morkt
|
4c8ce07e1d
|
fixed segment size sanity check.
|
2015-07-31 04:34:44 +04:00 |
|
morkt
|
f3173e87ac
|
additional encryption schemes.
|
2015-07-31 04:34:08 +04:00 |
|
morkt
|
0f72ee702a
|
updated assembly version to v1.1
major change: replaced ZLibNet assembly with System.IO.Compression.
|
2015-07-28 23:23:19 +04:00 |
|
morkt
|
ef50d4ac2f
|
(ZLibStream): checksum is written correctly.
|
2015-07-28 23:22:16 +04:00 |
|
morkt
|
c5ba498983
|
(ArcOpener.IndexReader): try to guess archive encryption scheme.
|
2015-07-28 12:21:19 +04:00 |
|
morkt
|
002298bb93
|
replaced ZLibNet with .Net DeflateStream class.
|
2015-07-28 12:20:20 +04:00 |
|
morkt
|
8eea67faee
|
RFC1950-compatible wrapper around DeflateStream class.
|
2015-07-28 12:12:23 +04:00 |
|
morkt
|
15b6d6156f
|
(NoaOpener): additional encryption schemes.
|
2015-07-27 01:34:41 +04:00 |
|
morkt
|
eee1bdae38
|
(EriFormat.Read): use ImageData.Create shortcut method.
|
2015-07-27 01:33:03 +04:00 |
|
morkt
|
4cd5b81f21
|
fixed ShiinaRio v2.39 archives handling.
|
2015-07-25 20:34:37 +04:00 |
|
morkt
|
cb2ce6b96c
|
changed tag properties to more convenient format.
|
2015-07-25 10:10:36 +04:00 |
|
morkt
|
230ba532f0
|
LzssStream and related classes moved to separate namespace.
|
2015-07-25 04:20:20 +04:00 |
|
morkt
|
ca42a0cfa4
|
(IafFormat): new file layout variant.
recognize bitmaps with appended alpha-channel.
|
2015-07-25 03:57:47 +04:00 |
|
morkt
|
8dabf68291
|
added another encryption scheme.
|
2015-07-25 03:55:54 +04:00 |
|
morkt
|
a3469689b1
|
implemented SUD audio archives.
|
2015-07-25 03:52:22 +04:00 |
|
morkt
|
be4154a725
|
implemented Direct Draw Surface image format.
|
2015-07-23 20:26:30 +04:00 |
|
morkt
|
8df51d152f
|
implemented Tactics archive file.
|
2015-07-23 20:25:12 +04:00 |
|
morkt
|
ce54fb1a4e
|
NotTransorm class moved to common namespace.
|
2015-07-23 20:23:14 +04:00 |
|
morkt
|
674a1b8c51
|
implemented decryption for PACKDAT archives.
|
2015-07-23 09:18:46 +04:00 |
|
morkt
|
725c01498c
|
implemented AdvSys_T formats.
FPK/MFWY archives and GR2 images.
|
2015-07-22 09:30:14 +04:00 |
|
morkt
|
168f637dc3
|
(ICrypt): swapped abstract and virtual Decrypt methods.
|
2015-07-22 09:29:10 +04:00 |
|
morkt
|
5e5bb6ed3b
|
released v1.1.4
|
2015-07-20 02:44:21 +04:00 |
|
morkt
|
c8d7066f24
|
(ElgFormat.Reader): moved output bounds check into loop body.
|
2015-07-20 00:20:30 +04:00 |
|
morkt
|
e6dd091316
|
(ElgFormat.Reader): check output boundary.
|
2015-07-19 15:33:57 +04:00 |
|