Commit Graph

552 Commits

Author SHA1 Message Date
morkt
88d7b7d492 added separate status bar text for sound file currently playing. 2015-04-22 22:35:28 +04:00
morkt
ec8f39a2c7 Lucifen Game System resources implementation.
LPK archives;
ELG images.
2015-04-22 05:14:41 +04:00
morkt
62a1bcc738 updated supported formats. 2015-04-21 03:51:05 +04:00
morkt
d8811e17e3 Ail (?) resource archives implementation. 2015-04-21 03:42:13 +04:00
morkt
b74f27cd6a Nexton LikeC script engine archives. 2015-04-21 03:39:55 +04:00
morkt
f929504e91 implemented AST script engine archives. 2015-04-21 03:39:17 +04:00
morkt
1a8add3ab9 implemented ShiinaRio resources.
WARC archives;
S25 images;
OGV sound files.
2015-04-20 20:57:01 +04:00
morkt
a51d15cd12 fixed releases link. 2015-04-20 14:35:28 +04:00
morkt
7242ad0142 added links. 2015-04-20 14:34:12 +04:00
morkt
1ca1a219c2 generalized public methods interface for convenience. 2015-04-20 14:14:21 +04:00
morkt
44cf44f7c9 (Pt1Format): use ImageData.Create method. 2015-04-20 14:13:10 +04:00
morkt
b33577c051 DRG images implementation updates.
support for 8-bit images;
support for alpha-channel in GGA0 images.
2015-04-20 14:11:36 +04:00
morkt
c641738821 (DatOpener.OpenEntry): get rid of the intermediate MemoryStream. 2015-04-20 14:08:59 +04:00
morkt
167d9b53a1 (HuffmanDecode): clean-up reverse-engineered stuff. 2015-04-20 14:06:20 +04:00
morkt
0a3fe37bb0 (ImageData.Create): new convenient static method. 2015-04-20 14:04:46 +04:00
morkt
1342736ee6 renamed Will ARC-related settings and widget.
to distinguish from upcoming ShiinaRio WARC stuff.
2015-04-19 19:08:56 +04:00
morkt
00f5d31d23 ignore private stuff. 2015-04-19 15:30:42 +04:00
morkt
329b7f476d Black Package resources implementation. 2015-04-19 15:29:35 +04:00
morkt
d3a459cfb0 (MblOpener): another archive format variant. 2015-04-19 15:27:52 +04:00
morkt
be3cf68c86 use 'zlib' compression method instead of 'deflate'. 2015-04-19 15:23:15 +04:00
morkt
c5c996b092 (AniOpener): discard empty containers. 2015-04-19 15:21:41 +04:00
morkt
039eff6f32 (TgaFormat): RLE compression implementation. 2015-04-19 15:20:17 +04:00
morkt
f1537bc5af updated supported formats. 2015-04-16 22:46:28 +04:00
morkt
41d2accec5 GsPack resources implementation. 2015-04-16 22:41:34 +04:00
morkt
127a2bcf4d AutoEntry.Offset set in constructor now. 2015-04-16 22:41:03 +04:00
morkt
f5d2cac377 (Binary.GetCString): new static method. 2015-04-16 22:39:57 +04:00
morkt
0aaf977c8a AuroEntry changes.
(constructor): set offset property.
(GetName): use Path.ChangeExtension to set filename extension.
2015-04-16 22:38:47 +04:00
morkt
9b4aa48e37 utility classes updated.
(BigEndian): read bigendian-packed integer packed into byte array.
(LittleEndian): added Pack methods.
2015-04-14 10:30:23 +04:00
morkt
0936c172cb exception note. 2015-04-14 10:28:38 +04:00
morkt
75c3f8b61e (HuffmanDecoder): class made public and moved to ArcCommon.cs 2015-04-14 10:28:00 +04:00
morkt
e1c2d0f2ce (AVC.DatOpener): try out several predefined schemes. 2015-04-14 10:26:55 +04:00
morkt
c79ba1d469 updated supported formats. 2015-04-12 23:03:39 +04:00
morkt
8b6e7d869c implemented IFL archives and GRD images. 2015-04-12 23:02:29 +04:00
morkt
3d4b74e34a additional check to avoid false positives. 2015-04-12 23:01:45 +04:00
morkt
0183e8be52 implemented archive version 2 reading. 2015-04-12 23:01:05 +04:00
morkt
c1614a20c7 renamed archive tag. 2015-04-12 23:00:08 +04:00
morkt
bd2aa6c757 PD/PB archives and auxiliary image formats. 2015-04-11 10:00:44 +04:00
morkt
9cabb73c00 implemented ALD archive and QNT image formats. 2015-04-10 06:35:06 +04:00
morkt
6e472559f1 fixed mistake. 2015-04-10 06:33:00 +04:00
morkt
642d82295d Ainos image format implementation. 2015-04-06 17:11:32 +04:00
morkt
1bafacfa09 Ainos image format implementation. 2015-04-06 17:11:15 +04:00
morkt
31ec7d240d added LZSS decompression support. 2015-04-06 17:09:14 +04:00
morkt
87ec61587f (IResource): properties no longer backed up by private fields. 2015-04-06 17:08:32 +04:00
morkt
68038edf00 fixed entries skipping in AVC index parser. 2015-04-06 17:06:31 +04:00
morkt
3650164c2d added another A98SYS engine archive version. 2015-04-06 17:05:41 +04:00
morkt
3e56c4dd8f implemented "M no Violet" engine resources. 2015-04-04 05:32:01 +04:00
morkt
0ca1c7248f use AutoEntry to determine type of entries. 2015-04-04 05:30:51 +04:00
morkt
487a134800 use common LzssReader class for decompression. 2015-04-04 05:29:23 +04:00
morkt
ead52fc075 (SaiminCrypt.Decrpyt): fixed byte decryption method logic. 2015-04-04 05:28:17 +04:00
morkt
8be92da42b BGI/Ethornell engine image format. 2015-04-04 05:26:59 +04:00