Commit Graph

247 Commits

Author SHA1 Message Date
morkt
dfcf169f61 implemented Crowd engine ('Main Program Hoep') formats. 2015-06-12 01:48:28 +04:00
morkt
29bd97fca9 (StreamRange): new wrapper around IO.Stream.
(LzssReader): allow compressed format customization.
2015-06-12 01:47:00 +04:00
morkt
fc27ece34d (S25Format.Read): use ImageData.Create shortcut. 2015-06-11 12:39:26 +04:00
morkt
1f9e4d7b33 ShiinaRio S25 image sets. 2015-06-11 12:38:00 +04:00
morkt
e7672ceb2c added predefined encryption schemes. 2015-06-11 12:32:52 +04:00
morkt
34a2391811 some additions.
- added "Konneko" passphrase to known encryption schemes.
- added attached context to ErisaDecodeContext class.
2015-06-08 19:19:47 +04:00
morkt
eb5392a16b (MblOpener): manually assign "image" type to *.prs entries. 2015-06-04 02:06:34 +04:00
morkt
2da5ed1961 implemented Marble scripts decryption. 2015-06-04 01:13:25 +04:00
morkt
41c76ae50e removed unused namespace declaration. 2015-06-04 01:10:02 +04:00
morkt
86ccf69aef released v1.1.2 2015-06-03 14:05: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
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
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
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
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
a3f973c1f7 improved HyPack archive version awareness. 2015-05-16 19:16:49 +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
morkt
8640e34c27 renamed local var. 2015-05-15 17:51:23 +04:00
morkt
a60a95f226 recognize LZSS-compressed entries. 2015-05-15 17:34:45 +04:00
morkt
a313a32c03 implemented EAGLS system resources. 2015-05-15 17:32:07 +04:00
morkt
08abdbfd92 released v1.1.1 2015-05-14 20:04:35 +04:00
morkt
18a4089224 (Pt1Format): implemented compression type 0. 2015-05-14 15:42:58 +04:00
morkt
9a43b6b055 refactored SoundInput interface.
added Source property for access to underlying stream.
2015-05-14 11:26:47 +04:00
morkt
7e5dc325c0 (Wa1Audio.TryOpen): removed redundant null checks. 2015-05-13 23:49:58 +04:00