GARbro-mirror/ArcFormats
2015-05-01 09:30:31 +04:00
..
Properties Pajamas Adventure System formats implementation. 2015-05-01 09:30:31 +04:00
Strings implemented Selene 'KCAP' archive format. 2015-03-11 16:37:51 +04:00
.gitignore ignore private stuff. 2015-04-19 15:30:42 +04:00
app.config alternative encryption schemes for LPK archives. 2015-04-25 02:07:14 +04:00
ArcADPACK.cs added another A98SYS engine archive version. 2015-04-06 17:05:41 +04:00
ArcAFS.cs AFS and PACKDAT archives implementation. 2015-01-19 09:43:52 +04:00
ArcAil.cs Ail (?) resource archives implementation. 2015-04-21 03:42:13 +04:00
ArcALD.cs implemented ALD archive and QNT image formats. 2015-04-10 06:35:06 +04:00
ArcAMI.cs cosmetic changes. 2014-09-08 07:36:20 +04:00
ArcAST.cs implemented AST script engine archives. 2015-04-21 03:39:17 +04:00
ArcAVC.cs (AdvReader): fixed encryption scheme search logic. 2015-04-27 21:40:51 +04:00
ArcAZSys.cs (ArcOpener.OpenEntry): decrypt ASB scripts (the only known key is hard-coded). 2015-04-27 21:35:48 +04:00
ArcBGI.cs BGI/Ethornell engine archive implementation. 2014-09-12 15:59:56 +04:00
ArcBlackPackage.cs Black Package resources implementation. 2015-04-19 15:29:35 +04:00
ArcCommon.cs (HuffmanDecode): clean-up reverse-engineered stuff. 2015-04-20 14:06:20 +04:00
ArcDRS.cs Opener description. 2015-02-26 08:17:29 +04:00
ArcEGO.cs Studio e.go! engine archive implementation. 2015-03-31 14:30:35 +04:00
ArcFormats.csproj Pajamas Adventure System formats implementation. 2015-05-01 09:30:31 +04:00
ArcFVP.cs FVP engine archive implementation. 2015-02-26 08:18:11 +04:00
ArcGameDat.cs Pajamas Adventure System formats implementation. 2015-05-01 09:30:31 +04:00
ArcGSP.cs (DatOpener): define signatures in constructor. 2015-03-26 06:54:12 +04:00
ArcGsPack.cs (DatOpener.OpenEntry): get rid of the intermediate MemoryStream. 2015-04-20 14:08:59 +04:00
ArcIFL.cs implemented IFL archives and GRD images. 2015-04-12 23:02:29 +04:00
ArcInnGrey.cs year. 2015-02-26 08:18:26 +04:00
ArcINT.cs implemented non-encrypted INT archives creation. 2014-08-15 21:41:45 +04:00
ArcISA.cs implemented ISA archives. 2015-03-18 05:44:21 +04:00
ArcKAAS.cs AutoEntry.Offset set in constructor now. 2015-04-16 22:41:03 +04:00
ArcKCAP.cs added password for "Itazura Mahjong". 2015-03-16 05:36:25 +04:00
ArcKogado.cs cosmetic changes. 2014-09-08 07:36:20 +04:00
ArcLPK.cs (LpkOpener): added some predefined keys. 2015-04-30 21:08:17 +04:00
ArcLST.cs Nexton LikeC script engine archives. 2015-04-21 03:39:55 +04:00
ArcMajiro.cs implemented archive version 2 reading. 2015-04-12 23:01:05 +04:00
ArcMBL.cs (MblOpener): another archive format variant. 2015-04-19 15:27:52 +04:00
ArcMFG.cs Silky's MFG format implementation. 2015-04-30 21:07:11 +04:00
ArcMGPK.cs implemented MGPK archives. 2014-11-07 02:47:51 +04:00
ArcMnoViolet.cs AutoEntry.Offset set in constructor now. 2015-04-16 22:41:03 +04:00
ArcNEKO.cs NekoPack archives are actually hierarchical. 2015-03-26 06:52:45 +04:00
ArcNexas.cs (HuffmanDecoder): class made public and moved to ArcCommon.cs 2015-04-14 10:28:00 +04:00
ArcNitro.cs Moved PrefixStream class implementation to separate file. 2015-02-26 22:07:49 +04:00
ArcNOA.cs Entis GLS archives preliminary implementation (no encryption yet). 2015-04-25 02:04:43 +04:00
ArcNPA.cs use Buffer.BlockCopy instead of Array.Copy. 2014-11-07 17:11:11 +04:00
ArcNSA.cs cosmetic changes. 2014-10-31 18:47:37 +04:00
ArcPAC.cs initialize Extensions property since Tag was changed. 2015-03-26 06:47:37 +04:00
ArcPD.cs PD/PB archives and auxiliary image formats. 2015-04-11 10:00:44 +04:00
ArcRPA.cs Moved PrefixStream class implementation to separate file. 2015-02-26 22:07:49 +04:00
ArcS25.cs implemented ShiinaRio resources. 2015-04-20 20:57:01 +04:00
ArcSteinsGate.cs (Create): fixed real entries count writing. 2014-07-29 11:50:12 +04:00
ArcWARC.cs implemented ShiinaRio resources. 2015-04-20 20:57:01 +04:00
ArcWILL.cs renamed Will ARC-related settings and widget. 2015-04-19 19:08:56 +04:00
ArcXFL.cs (Create): use localized strings. 2014-07-29 11:49:22 +04:00
ArcXP3.cs (SaiminCrypt.Decrpyt): fixed byte decryption method logic. 2015-04-04 05:28:17 +04:00
ArcYPF.cs cosmetic changes. 2014-09-08 07:36:20 +04:00
AudioOGG.cs added Ogg/Vorbis audio format. 2014-11-07 02:51:32 +04:00
AudioOGV.cs implemented ShiinaRio resources. 2015-04-20 20:57:01 +04:00
AudioPMW.cs ScenePlayer compressed files implementation. 2015-05-01 03:03:03 +04:00
AudioWADY.cs Marble engine resources implementation. 2015-03-31 14:34:49 +04:00
Blowfish.cs Initial commit. 2014-07-21 23:26:28 +04:00
CreateAMIWidget.xaml added creation options for AMI archives. 2014-08-01 16:44:53 +04:00
CreateAMIWidget.xaml.cs added creation options for AMI archives. 2014-08-01 16:44:53 +04:00
CreateARCWidget.xaml renamed Will ARC-related settings and widget. 2015-04-19 19:08:56 +04:00
CreateARCWidget.xaml.cs renamed Will ARC-related settings and widget. 2015-04-19 19:08:56 +04:00
CreateINTWidget.xaml implemented non-encrypted INT archives creation. 2014-08-15 21:41:45 +04:00
CreateINTWidget.xaml.cs implemented non-encrypted INT archives creation. 2014-08-15 21:41:45 +04:00
CreateNPAWidget.xaml implemented Nitro+ archives creation. 2014-08-18 09:07:35 +04:00
CreateNPAWidget.xaml.cs implemented Nitro+ archives creation. 2014-08-18 09:07:35 +04:00
CreateONSWidget.xaml implemented ON-Scripter archive creation. 2014-07-29 11:53:05 +04:00
CreateONSWidget.xaml.cs implemented ON-Scripter archive creation. 2014-07-29 11:53:05 +04:00
CreatePDWidget.xaml implemented Flying Shine resource archive. 2014-08-14 21:39:51 +04:00
CreatePDWidget.xaml.cs implemented Flying Shine resource archive. 2014-08-14 21:39:51 +04:00
CreateRPAWidget.xaml implemented Ren'Py archives creation. 2014-08-17 01:31:58 +04:00
CreateRPAWidget.xaml.cs implemented Ren'Py archives creation. 2014-08-17 01:31:58 +04:00
CreateSGWidget.xaml implemented Steins;Gate archive creation. 2014-07-29 07:02:49 +04:00
CreateSGWidget.xaml.cs implemented Steins;Gate archive creation. 2014-07-29 07:02:49 +04:00
CreateXP3Widget.xaml implemented XP3 archive creation. 2014-07-26 23:13:17 +04:00
CreateXP3Widget.xaml.cs implemented XP3 archive creation. 2014-07-26 23:13:17 +04:00
CreateYPFWidget.xaml implemented Yu-Ris archives creation. 2014-08-16 04:42:20 +04:00
CreateYPFWidget.xaml.cs implemented Yu-Ris archives creation. 2014-08-16 04:42:20 +04:00
ImageAinos.cs (AniOpener): discard empty containers. 2015-04-19 15:21:41 +04:00
ImageBGI.cs BGI/Ethornell engine image format. 2015-04-04 05:26:59 +04:00
ImageBIP.cs limit alpha channel values to 0xff 2015-03-11 16:36:13 +04:00
ImageBMD.cs use common LzssReader class for decompression. 2015-04-04 05:29:23 +04:00
ImageBMZ.cs GSP archives and BMZ bitmaps implementation. 2015-03-04 16:27:23 +04:00
ImageCPB.cs AZ system engine resources implementation. 2015-04-22 22:39:16 +04:00
ImageDRG.cs DRG images implementation updates. 2015-04-20 14:11:36 +04:00
ImageEDT.cs new image formats. 2015-02-26 08:20:29 +04:00
ImageELG.cs Lucifen Game System resources implementation. 2015-04-22 05:14:41 +04:00
ImageEPA.cs Pajamas Adventure System formats implementation. 2015-05-01 09:30:31 +04:00
ImageGCP.cs new image formats. 2015-02-26 08:20:29 +04:00
ImageGRD.cs implemented IFL archives and GRD images. 2015-04-12 23:02:29 +04:00
ImageGS.cs GsPack resources implementation. 2015-04-16 22:41:34 +04:00
ImageHG3.cs added license clause and third-party copyright notices. 2014-07-28 00:50:18 +04:00
ImageISG.cs implemented ISG image format. 2015-03-20 02:21:44 +04:00
ImageKAAS.cs PD/PB archives and auxiliary image formats. 2015-04-11 10:00:44 +04:00
ImageMFG.cs Silky's MFG format implementation. 2015-04-30 21:07:11 +04:00
ImageMNV.cs implemented "M no Violet" engine resources. 2015-04-04 05:32:01 +04:00
ImagePMP.cs (PmpFormat.ReadMetaData): refined checking for valid zlib stream. 2015-05-01 09:24:57 +04:00
ImagePRS.cs Marble engine resources implementation. 2015-03-31 14:34:49 +04:00
ImagePT1.cs (Pt1Format): use ImageData.Create method. 2015-04-20 14:13:10 +04:00
ImageQNT.cs implemented ALD archive and QNT image formats. 2015-04-10 06:35:06 +04:00
ImageRCT.cs import GameRes.Utility namespace. 2014-08-25 15:12:53 +04:00
ImageS25.cs implemented ShiinaRio resources. 2015-04-20 20:57:01 +04:00
ImageTGF.cs (ReadMetaData): check unpacked bitmap signature. 2015-03-05 17:37:22 +04:00
ImageTLG.cs moved to GameRes.Formats.KiriKiri namespace. 2014-08-01 16:36:10 +04:00
ImageWCG.cs (WcgFormat.Reader): cosmetic changes. 2014-08-01 16:46:58 +04:00
ImageWIP.cs implemented Will co. engine resources. 2014-10-31 18:50:43 +04:00
KiriKiriCx.cs Cx encryption bytecode generation fix. 2014-09-08 11:27:24 +04:00
KogadoCocotte.cs generalized public methods interface for convenience. 2015-04-20 14:14:21 +04:00
packages.config NVorbis updated. 2015-02-15 19:52:04 +04:00
Settings.cs Initial commit. 2014-07-21 23:26:28 +04:00
WidgetINT.xaml rearranged archive parameters widgets. 2014-07-26 23:11:24 +04:00
WidgetINT.xaml.cs refactored ResourceOptions handling. 2014-07-27 07:39:58 +04:00
WidgetKCAP.xaml (PackOpener): store known schemes as Dictionary. 2015-03-11 18:51:52 +04:00
WidgetKCAP.xaml.cs (PackOpener): store known schemes as Dictionary. 2015-03-11 18:51:52 +04:00
WidgetLPK.xaml alternative encryption schemes for LPK archives. 2015-04-25 02:07:14 +04:00
WidgetLPK.xaml.cs alternative encryption schemes for LPK archives. 2015-04-25 02:07:14 +04:00
WidgetNPA.xaml implemented Nitro+ archives creation. 2014-08-18 09:07:35 +04:00
WidgetNPA.xaml.cs implemented Nitro+ archives creation. 2014-08-18 09:07:35 +04:00
WidgetWARC.xaml implemented ShiinaRio resources. 2015-04-20 20:57:01 +04:00
WidgetWARC.xaml.cs removed copy-paste remnants. 2015-04-25 02:05:52 +04:00
WidgetXP3.xaml rearranged archive parameters widgets. 2014-07-26 23:11:24 +04:00
WidgetXP3.xaml.cs rearranged archive parameters widgets. 2014-07-26 23:11:24 +04:00
WidgetYPF.xaml implemented Yu-Ris archives creation. 2014-08-16 04:42:20 +04:00
WidgetYPF.xaml.cs implemented Yu-Ris archives creation. 2014-08-16 04:42:20 +04:00