Commit Graph

31 Commits

Author SHA1 Message Date
morkt
b7897b0d62 (BgiFormat): added "bg" extension. 2018-09-27 18:24:25 +04:00
morkt
6367f119ec (BgiAudio): common signature. 2018-09-27 18:24:12 +04:00
morkt
9d13e023a2 (BGI): set ContainedFormats property. 2018-09-27 18:23:52 +04:00
morkt
fa923207e9 (BGI): detect some file types. 2018-09-11 17:49:17 +04:00
morkt
32235a3fea (BGI): moved CompressedBGFormat to separate file. 2018-08-31 06:12:04 +04:00
morkt
75d7d3307d (BgiFormat): restore scrambled pixels. 2018-08-31 04:32:13 +04:00
morkt
36544eddd0 (BgiAudio): added "bw" extension. 2018-08-31 04:29:55 +04:00
morkt
a8a74b05c4 don't derive classes from OggAudio. 2018-01-30 09:17:49 +04:00
morkt
d6908c9e1e (BURIKO): decode BSE-encrypted entries. 2017-12-30 06:40:47 +04:00
morkt
6e11704808 (ArcView.ArcStream): moved to separate file and renamed to ArcViewStream. 2017-03-30 05:49:02 +04:00
morkt
1e14ff627a (BGI): detect file types manually instead of relying on AutoEntry. 2017-03-03 17:45:00 +04:00
morkt
df01ce1893 use IBinaryStream interface instead of BinaryReader where appropriate. 2016-10-16 18:29:54 +04:00
morkt
bb18303eb4 IBinaryStream migration. 2016-10-16 09:22:53 +04:00
morkt
f1d66206bc (IResource.CanWrite): new property.
(ArchiveFormat.CanCreate): renamed to CanWrite.
2016-10-11 00:05:22 +04:00
morkt
64cdb4d944 (ArcOpener.OpenEntry): specify ArcStream offset/size explicitly. 2016-02-10 07:17:43 +04:00
morkt
e2cb4424c7 (ParallelCbgDecoder): implement IDisposable interface. 2016-01-16 17:14:24 +04:00
morkt
36ebffb010 huffman tree implementation moved to separate class. 2015-12-28 10:54:38 +04:00
morkt
808e737576 (ParallelCbgDecoder): new internal class. 2015-12-28 00:58:12 +04:00
morkt
294a8d2581 use parallel tasks to decode CompressedBG. 2015-12-27 23:47:22 +04:00
morkt
583b2f60b3 (DscDecoder): tweaked huffman decompression. 2015-12-27 18:37:18 +04:00
morkt
ddbc68d941 implemented CompressedBG images version 2. 2015-12-27 18:34:05 +04:00
morkt
6d22544732 (Arc2Opener): autodetect entry type. 2015-10-30 08:53:05 +04:00
morkt
0a8a6247a4 implemented CompressedBG image format. 2015-08-31 01:09:27 +04:00
morkt
ff54563560 (DscDecoder): added Length property. 2015-08-31 01:06:40 +04:00
morkt
46dbf2b142 GameRes refactoring.
(FormatCatalog.CreateEntry): method renamed to 'Create' and made generic
towards Entry type.
2015-08-30 22:34:06 +04:00
morkt
4bfdc502e4 (BgiAudio.TryOpen): check stream position against file length. 2015-08-30 03:43:12 +04:00
morkt
275652e3d7 fixed BGI huffman decompression. 2015-08-29 23:27:00 +04:00
morkt
a0ae95d1ef added BURIKO ARC20 archives reader. 2015-08-29 22:10:59 +04:00
morkt
fdd5a2aba6 BGI audio format interpreter moved to separate class. 2015-08-29 22:09:58 +04:00
morkt
d67b4b05fa (DscDecoder): derive from MsbBitStream class. 2015-08-27 03:12:42 +04:00
morkt
b05c253e8b reorganized project directory structure. 2015-08-19 21:40:32 +04:00