Commit Graph

489 Commits

Author SHA1 Message Date
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
morkt
8640e34c27 renamed local var. 2015-05-15 17:51:23 +04:00
morkt
efbb3aef2c removed unused icons. 2015-05-15 17:51:05 +04:00
morkt
8db1b97389 application icon. 2015-05-15 17:50:20 +04:00
morkt
a60a95f226 recognize LZSS-compressed entries. 2015-05-15 17:34:45 +04:00
morkt
8f77fde7d5 (WaveAudio): recognize mp3-tagged streams. 2015-05-15 17:33:08 +04:00
morkt
a313a32c03 implemented EAGLS system resources. 2015-05-15 17:32:07 +04:00
morkt
8265669731 finally found out property that is responsible for image blurring.
WPF @#$$%@#!!
2015-05-14 22:16:22 +04:00
morkt
08abdbfd92 released v1.1.1 2015-05-14 20:04:35 +04:00
morkt
b14e666e42 redesigned About dialog box. 2015-05-14 19:48:30 +04:00
morkt
465b79ce5c assembly version update. 2015-05-14 16:28:03 +04:00
morkt
71d54d616d (ExtractFile): force active option reset. 2015-05-14 16:27:43 +04:00
morkt
b7051be2cb (ExtractImage): use ArchiveFormat.CreateFile static method. 2015-05-14 16:11:21 +04:00
morkt
14ef2f9071 implemented audio formats conversion. 2015-05-14 15:58:16 +04:00
morkt
77f05a1b6b reset window minimized state properly. 2015-05-14 15:51:22 +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
morkt
9e9e88f09d use Stream.WriteByte() to overwrite signature. 2015-05-13 23:49:08 +04:00
morkt
53b7077786 assembly version update. 2015-05-13 23:26:30 +04:00
morkt
ec6e6cc316 updated supported formats. 2015-05-13 23:26:14 +04:00
morkt
f7b3fa522c removed lazy evaluation of the ScrollViewer property. 2015-05-13 23:24:50 +04:00
morkt
66ba1c5ccf word wrap is enabled in text viewer by default. 2015-05-13 23:23:33 +04:00
morkt
27d4cb6b69 implemented FFA System resources. 2015-05-13 23:22:27 +04:00