Commit Graph

412 Commits

Author SHA1 Message Date
morkt
86ccf69aef released v1.1.2 2015-06-03 14:05:20 +04:00
morkt
c234e2a31f updated assembly version. 2015-06-02 22:56:45 +04:00
morkt
5d81b33582 (ExtractImage): check for source file format by contents, not by filename extension.
(GarExtract): file list is passed as an argument to progress dialog
worker.
2015-06-02 22:56:37 +04:00
morkt
7f4b01b7ca (ArcFile.OpenSeekableEntry): new public method. 2015-06-02 22:53:20 +04:00
morkt
56e1116971 (DgcFormat.Reader): use CopyOverlapped instead of BlockCopy. 2015-06-02 19:50:11 +04:00
morkt
b8a74160c3 (DpkOpener): use Path.GetFileName to strip path off filename. 2015-06-02 19:48:24 +04:00
morkt
ce67fd0759 (WidgetDPK): set scheme to default for default key values. 2015-06-02 17:27:50 +04:00
morkt
315aa97e88 (WidgetDPK): update key fields in code-behind. 2015-06-02 16:56:32 +04:00
morkt
60f853835e merged some common strings in resource dictionary. 2015-06-02 15:45:19 +04:00
morkt
26c738d6d0 implemented DGC image format. 2015-06-02 15:28:11 +04:00
morkt
6861f95bf6 fixed xaml error. 2015-06-02 03:23:48 +04:00
morkt
884fd12607 implemented DPK resource archives.
known encryption keys for:
Inbou no Wakusei
Ryoshuu
Ryobaku ~Haitoku no Atelier~
Ryoshuu ~Jogakusei Choukyou~
Shirogane no Cal to Soukuu no Joou
Shiromiko
Shoujotachi no Saezuri
Yumemiru Tsuki no Lunalutia
2015-06-02 03:16:11 +04:00
morkt
314f4869cd implemented *.ari and *.saf archives. 2015-06-01 13:02:08 +04:00
morkt
629a062b71 allow image conversion when multiple files are selected. 2015-06-01 12:59:14 +04:00
morkt
5ae98b4a0d updated NAudio to 1.7.3 2015-06-01 12:58:32 +04:00
morkt
6e65901330 added IAF image format. 2015-06-01 01:00:06 +04:00
morkt
a6adad554a (WarOpener): implemented YLZ decompression.
(CachedResource.LoadRegion): fixed caching.
(Decoder.KnownSchemes): added preliminary encryption scheme from some
v2.49 archives.
2015-06-01 00:59:46 +04:00
morkt
1a5300a26b (MioInput): limit EriFile wrapper lifetime to constructor. 2015-06-01 00:55:31 +04:00
morkt
ef0f5f9eaf (GgaFormat): added "gg0" extension. 2015-06-01 00:52:12 +04:00
morkt
c635d2263f (TgfFormat): additional input sanity checks. 2015-06-01 00:51:54 +04:00
morkt
54ae9e191e (IDataUnpacker): new interface. 2015-06-01 00:51:02 +04:00
morkt
31b114f7a4 (MioInput): perform decoding in separate thread. 2015-05-29 22:54:16 +04:00
morkt
d95b0d8bbd (MioInput): check for Nemesis encoding in constructor. 2015-05-29 19:00:11 +04:00
morkt
0892e32a74 (EriReader): added stubs for lossy decompression. 2015-05-29 18:59:23 +04:00
morkt
92604f96cc (MioDecoder): implemented PCM and MSS decompression. 2015-05-29 18:21:16 +04:00
morkt
c5484a3c35 updated assembly version. 2015-05-29 14:58:34 +04:00
morkt
15dfa73de8 Entis audio format implementation. 2015-05-29 14:58:13 +04:00
morkt
74e8d13846 (EriFile): new wrapper class for Entis files reading. 2015-05-29 14:57:21 +04:00
morkt
29b41fc8ee audio type translation. 2015-05-29 14:56:06 +04:00
morkt
0b61f869f8 set busy state while reading audio file. 2015-05-29 14:55:45 +04:00
morkt
03e280c045 added AsciiString class.
wrapper around byte array.
2015-05-29 14:51:28 +04:00
morkt
5d2d620153 (EriFormat): implemented huffman decompression. 2015-05-28 13:11:48 +04:00
morkt
68493ede0f removed header length check. 2015-05-27 14:42:11 +04:00
morkt
ed9ae05853 implemented Entis rasterized image format. 2015-05-27 14:19:54 +04:00
morkt
11b6b12f07 FPK archives implementation. 2015-05-27 13:58:00 +04:00
morkt
d2eb1bbf8f implemented Entis archives decryption. 2015-05-27 13:57:34 +04:00
morkt
6fa4b53299 disable unused variable warning. 2015-05-27 13:55:42 +04:00
morkt
461e31b0d7 implemented 'SPack' archives. 2015-05-22 10:08:11 +04:00
morkt
3041b90606 fixed index size check. 2015-05-22 10:06:12 +04:00
morkt
fcce2da234 fixed scripts decryption. 2015-05-21 23:42:45 +04:00
morkt
c2d54d4bfa (UnpackV0): limit decompression loop by input length. 2015-05-21 23:42:03 +04:00
morkt
c1356f2e46 deleted unused file. 2015-05-17 04:31:31 +04:00
morkt
a3f973c1f7 improved HyPack archive version awareness. 2015-05-16 19:16:49 +04:00
morkt
cb870c592a Generalized plaintext-to-FlowDocument methods. 2015-05-16 17:12:50 +04:00
morkt
8cd51ae896 (WaveAudio.TryOpen): reset sound position on embedded stream errors. 2015-05-16 17:11:15 +04:00
morkt
7b131442ad format ids that require conversion are stored in a static HashSet. 2015-05-16 00:35:32 +04:00
morkt
792b299037 reworked GarExtract disposal logic. 2015-05-16 00:33:31 +04:00
morkt
98041015c1 archive extraction methods moved to a separate internal class. 2015-05-15 21:19:15 +04:00
morkt
f7e5b40314 assembly version update. 2015-05-15 18:50:05 +04:00
morkt
a2051e6752 use string.EndsWith() method instead of Path.GetExtension() 2015-05-15 18:49:37 +04:00