Commit Graph

3025 Commits

Author SHA1 Message Date
morkt
1b585ea30e updated formats.
(PICT): fixed 16bpp images.
(GDT): added image format.
(DXR): tweaks to recognizing DXR inside exe files.
(NSA): recognize mp3 files named as nsa.
(TLZ): added ContainedFormats.
(WrapSingleFileAchive): class that represents single file as an archive.
(DesertCgOPener): Software House Parsley archive.
(Triangle.RleReader): utilize UnpackV2, replaced BinaryReader with IBinaryStream.
2023-10-11 18:38:23 +04:00
morkt
e4e85fe879 (Legacy): added formats.
(GPC): Adv98 engine image format.
(PIC): Grocer image format.
(PL4): Pearl Soft images.
(PAK,QDO): Red-Zone resources.
2023-09-25 21:10:00 +04:00
morkt
08ab953bff (ArcNE): parse VERSION resource. 2023-09-25 21:02:56 +04:00
morkt
3c3f2013ef updated formats.
(ExeFile): limited support for 16-bit Windows executables.
(MbImageFormat): recognize 'MK' signature.
(XP3, VF, YPF): added common executable signature.
(PICT): improved parser.
(Macromedia): improved support, recognize archives within windows executables.
(SEEN): fixed decompression.
2023-09-25 21:01:22 +04:00
morkt
bfd81f9ec4 Formats update.
(HG3): attempt to recognize swapped Red/Blue channels.
Fairytale BDT archives.
(XP3, VF): add 'exe' to extensions list.
(DXR): consolidated Macromedia Director archives.
(SND): support mp3 streams.
(QPK): PSP resource archive.
(GRC): support encrypted images.
2023-09-14 19:17:31 +04:00
morkt
b73bd0fb4d (ArcEXE): interpret RT_VERSION resource. 2023-09-14 19:07:41 +04:00
morkt
a49710e366 (ReadCString): support UTF-16 encoding. 2023-09-14 19:07:00 +04:00
morkt
3a11f5fc7a Legacy updated.
GRP/RG image format.
improved 'BData' images handling.
YK archives.
'1AWF' archives.
2023-09-14 18:33:35 +04:00
morkt
419a5f4e31 (Legacy): bunch of formats.
(GSX): K5 archives + K4 images.
(HyperWorks): G images.
(IDA): better support packed entries.
(Logg): ARF, MBM archives, FRM images.
(Omi): DAT archives.
(Rare): X archives.
(RHSS): 'CRG' archives.
(SplushWave): better SWG images support.
2023-09-07 12:47:22 +04:00
morkt
8b23273fa9 (ImagePreview): better recognize new entry.
use entry object instead of its name.
2023-09-07 12:34:54 +04:00
morkt
50168996e1 (AboutBox): sort audio formats by tag. 2023-09-07 12:33:30 +04:00
morkt
e68b7a5ede (BMP): inverted alpha channel.
commented out for now, as there's no way to correctly recognize it.
2023-09-07 12:32:52 +04:00
morkt
e14b7e444c (ImageDecoder.SourceFormat): allow protected set. 2023-09-07 12:30:47 +04:00
morkt
a7d9b9c8dd (FileExists): check filename without directory first. 2023-09-07 12:30:14 +04:00
morkt
97aed46293 (ReadString): support UTF-16 encodings. 2023-09-07 12:28:24 +04:00
morkt
ef5a060ee5 Update .gitignore 2023-09-07 12:26:31 +04:00
morkt
78da1d7ab8 (SakanaGL): support multiple archives. 2023-09-07 12:26:07 +04:00
morkt
a2d0118784 (Experimental): limited support of EXE file resources. 2023-09-07 12:23:55 +04:00
morkt
8c345b5911 Update ArcFormats.csproj 2023-09-07 12:21:15 +04:00
morkt
e1741d06f7 (Unity): decrypt Utage data.dsm script. 2023-09-07 12:20:36 +04:00
morkt
e0012ce692 (Parsley): scn.dat archive format. 2023-09-07 12:20:01 +04:00
morkt
ceaa0efaf5 (ScrPlayer): another convoluted image format. 2023-09-07 12:19:21 +04:00
morkt
bdffc239bc (QLIE): better support for 'FilePackVer1.0' archives. 2023-09-07 12:18:15 +04:00
morkt
7c0283089e (QLIE): better support for 'FilePackVer1.0' archives. 2023-09-07 12:17:23 +04:00
morkt
c5cbcc228f (Mugi): Mugi's resource archive. 2023-09-07 12:15:54 +04:00
morkt
8f49baaee5 (Kogado): 'ARCW' archive format. 2023-09-07 12:15:29 +04:00
morkt
40a523e590 (PLT): support PL10 animations. 2023-09-07 12:13:58 +04:00
morkt
b8095c33ba (EPF): support images with less than 8 bpp. 2023-09-07 12:13:32 +04:00
morkt
11610a7f9c (MB): recognize 'CL' signatures as well. 2023-09-07 12:12:19 +04:00
morkt
9c36a800a3 (ISD): Ice Soft compressed script. 2023-09-07 12:10:20 +04:00
morkt
c5a8b04937 (IBM): Ice Soft compressed bitmap. 2023-09-07 12:09:23 +04:00
morkt
7f347c5e46 (BITD): support alpha channel. 2023-09-07 12:08:49 +04:00
morkt
4aeec4f6a4 (SND): audio from Macromedia Director casts. 2023-09-07 12:08:16 +04:00
morkt
d396fd2394 (SWF): fixed rect dimensions order. 2023-09-07 12:07:12 +04:00
morkt
bc7c143c51 (DXR): support 'ediM' audio casts and bitmaps with alpha-channel. 2023-09-07 12:05:25 +04:00
morkt
323dcd7860 (PICT): implemented macintosh image format. 2023-09-07 12:04:37 +04:00
morkt
b7c4c91fa4 (GScripter): added archive format. 2023-09-07 12:03:23 +04:00
morkt
b6ebb7d451 (CSAF): support different archive keys. 2023-09-07 12:02:19 +04:00
morkt
10ba6e6986 (ExeFile.ResourceAccessor): added resource enumeration methods. 2023-09-07 12:01:40 +04:00
morkt
98549b47b8 (PngIsmFormat): PNG image with inverted alpha-channel. 2023-09-07 12:00:21 +04:00
morkt
68dae3e40a (ISG): moved to Ism folder. 2023-09-07 11:59:51 +04:00
morkt
4e8a4edd4a (ISA): moved to Ism folder. 2023-09-07 11:51:48 +04:00
morkt
ae24ef1cdc (UnpackTpw): made into separate static method. 2023-09-07 11:51:19 +04:00
morkt
42085dd468 (PSD): moved to adobe folder. 2023-09-07 11:50:13 +04:00
morkt
77fde27d26 bunch of stuff. 2023-08-24 01:33:50 +04:00
morkt
ea096c52ef (PLT): another Kaguya animation resource. 2022-05-03 20:53:01 +04:00
morkt
0250fbe0d3 (Kaguya): streamlined animated resources implementation. 2022-05-03 20:52:42 +04:00
morkt
ca2da660d3 new files. 2022-05-03 13:47:29 +04:00
morkt
ce79ffb798 (Unity): implemented BC7 decoder. 2022-05-03 13:46:53 +04:00
morkt
97c9bded67 (IPQ): TechnoBrain's animation resources as archives. 2022-05-03 13:46:36 +04:00