Commit Graph

2336 Commits

Author SHA1 Message Date
Crsky
92debb1175 Merge branch 'master' of https://github.com/morkt/GARbro 2023-10-28 18:21:20 +08:00
morkt
e852ea5a82 (WAV): some wave audio encoding. 2023-10-27 04:12:32 +04:00
morkt
849fb5508c (MB): added 'XX' signature. 2023-10-27 04:06:59 +04:00
morkt
05ab3e2600 (GRP): added 'zfd' compression. 2023-10-27 04:06:23 +04:00
Crsky
ee62ee6b82 Add support "GINKA" 2023-10-26 22:21:11 +08:00
morkt
5f9340c32b (VF): addtional check for exe files. 2023-10-20 18:13:19 +04:00
morkt
a7f6862c49 (WVB, bg00, sbg): Xuse resource archives. 2023-10-20 18:12:32 +04:00
morkt
add9ae0a1f (Xp3Opener.Extensions): lower case. 2023-10-12 23:18:35 +04:00
morkt
90cca06742 (ImageMB): forgor deault branch in switch. 2023-10-12 23:18:13 +04:00
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
Crsky
4785ae9337 Add support "Koibana Ren'ai" 2023-10-01 18:11:03 +08:00
Crsky
3c7c32a56d Add support "Koishi Irodoru Seigiranman" 2023-10-01 18:04:58 +08: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
Crsky
4e89ce0cc7 Merge remote-tracking branch 'upstream/master' 2023-09-15 19:07:35 +08: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
Crsky
ae9eb98d03 Merge remote-tracking branch 'upstream/master' 2023-09-10 18:37:21 +08: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
Crsky
8237e02000 Fix project files. 2023-08-25 09:21:44 +08:00
Crsky
902b5381f3 Merge branch 'master' of https://github.com/morkt/GARbro 2023-08-25 09:03:13 +08:00
morkt
77fde27d26 bunch of stuff. 2023-08-24 01:33:50 +04:00
Crsky
e2109e4015 Format some files, removes unreferenced files. 2023-08-14 09:45:39 +08:00
YeLike
459b476ea5 Add HxCryptLite 2023-08-07 20:40:52 +08:00
Crsky
848a3a7b17 Add support "Ore no Hitomi de Maruhadaka! Fukachi na Mirai to Misukasu Vision" 2023-08-06 06:14:09 +08:00
Crsky
fb543fd3bc Added support "11eyes -Resona Forma-" 2023-08-06 06:07:39 +08:00
Crsky
1b30bb8249 Add support "Rui wa Tomo o Yobu -Full Voice Edition-" 2023-06-30 19:33:43 +08:00