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
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
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
c5c996b092
(AniOpener): discard empty containers.
2015-04-19 15:21:41 +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
0aaf977c8a
AuroEntry changes.
...
(constructor): set offset property.
(GetName): use Path.ChangeExtension to set filename extension.
2015-04-16 22:38:47 +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
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
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
morkt
bf9ea96717
(AutoEntry, LzssReader): new classes.
...
AutoEntry is an Entry that changes its name/type according to underlying
file contents.
LzssReader is a LZSS unpacker.
2015-04-04 05:26:14 +04:00
morkt
086649d7e7
new resource formats.
...
Studio e.go and Marble engine archives.
WADY - Marble engine audio format.
PRS - Marble engine image format.
2015-03-31 14:43:19 +04:00
morkt
336d5c7174
(TryOpen): fixed skipping of invalid entries.
2015-03-31 14:41:27 +04:00
morkt
dba869d134
(ReadMetaData): height is a 32-bit integer.
2015-03-31 14:40:49 +04:00
morkt
26905015c2
Marble engine resources implementation.
2015-03-31 14:34:49 +04:00
morkt
e95cec0f3c
added Ore no Saimin Fantasia encryption scheme.
2015-03-31 14:34:01 +04:00
morkt
7c01c8e5f9
Studio e.go! engine archive implementation.
2015-03-31 14:30:35 +04:00
morkt
5319000ad5
BMD image format implementation.
2015-03-26 06:57:33 +04:00
morkt
cc297869e5
(DatOpener): define signatures in constructor.
2015-03-26 06:54:12 +04:00
morkt
9ae74ce5bb
added PB archive format.
2015-03-26 06:53:33 +04:00
morkt
60dedf0328
NekoPack archives are actually hierarchical.
...
Instead of directory and file names, their hash sums are stored. Hash is
one-way function, so reconstructing names is impossible unless there's
some predefined set of widely-used names, like "script", "bgm" etc.
2015-03-26 06:52:45 +04:00
morkt
0442de677a
initialize Extensions property since Tag was changed.
2015-03-26 06:47:37 +04:00
morkt
b74a9f9265
implemented ISG image format.
2015-03-20 02:21:44 +04:00
morkt
87c6a210be
implemented ISA archives.
2015-03-18 05:44:21 +04:00