Commit Graph

465 Commits

Author SHA1 Message Date
morkt
7b1d5dc2f9 (PmpFormat.ReadMetaData): refined checking for valid zlib stream. 2015-05-01 09:24:57 +04:00
morkt
6e0a1ceff5 ScenePlayer compressed files implementation. 2015-05-01 03:03:03 +04:00
morkt
723b985e07 extract Ogg stream from 'Og'-tagged WAV files. 2015-04-30 21:09:43 +04:00
morkt
d7f7548fd0 (LpkOpener): added some predefined keys. 2015-04-30 21:08:17 +04:00
morkt
b6a354f52a Silky's MFG format implementation. 2015-04-30 21:07:11 +04:00
morkt
81b34ec140 (LookupItem): match items regardless of a sorting mode. 2015-04-28 02:48:12 +04:00
morkt
9aa4f8bb77 (AdvReader): fixed encryption scheme search logic. 2015-04-27 21:40:51 +04:00
morkt
35ad091adf (ArcOpener.OpenEntry): decrypt ASB scripts (the only known key is hard-coded). 2015-04-27 21:35:48 +04:00
morkt
8ee82a8c31 alternative encryption schemes for LPK archives. 2015-04-25 02:07:14 +04:00
morkt
0e18247492 removed copy-paste remnants. 2015-04-25 02:05:52 +04:00
morkt
17037fd7eb Entis GLS archives preliminary implementation (no encryption yet). 2015-04-25 02:04:43 +04:00
morkt
a12d481d21 minor fixes. 2015-04-23 13:39:04 +04:00
morkt
3a4a3901fc AZ system engine resources implementation. 2015-04-22 22:39:16 +04:00
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