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 |
|