released v1.5.44

This commit is contained in:
morkt 2019-03-31 21:39:39 +04:00
parent d6efa5c1b3
commit 9ec1978bf6
11 changed files with 48 additions and 30 deletions

View File

@ -100,6 +100,9 @@
<Compile Include="AdvSys\ArcAdvSys3.cs" /> <Compile Include="AdvSys\ArcAdvSys3.cs" />
<Compile Include="AdvSys\ImageGWD.cs" /> <Compile Include="AdvSys\ImageGWD.cs" />
<Compile Include="Ail\ArcLNK2.cs" /> <Compile Include="Ail\ArcLNK2.cs" />
<Compile Include="BlueGale\ImageBBM.cs" />
<Compile Include="JamCreation\ArcDAT.cs" />
<Compile Include="JamCreation\ImageDPO.cs" />
<Compile Include="AliceSoft\ArcAAR.cs" /> <Compile Include="AliceSoft\ArcAAR.cs" />
<Compile Include="AliceSoft\ArcAFA.cs" /> <Compile Include="AliceSoft\ArcAFA.cs" />
<Compile Include="AliceSoft\ArcALK.cs" /> <Compile Include="AliceSoft\ArcALK.cs" />
@ -148,6 +151,7 @@
<Compile Include="Cmvs\CpzHeader.cs" /> <Compile Include="Cmvs\CpzHeader.cs" />
<Compile Include="Cmvs\HuffmanDecoder.cs" /> <Compile Include="Cmvs\HuffmanDecoder.cs" />
<Compile Include="Crc16.cs" /> <Compile Include="Crc16.cs" />
<Compile Include="Cri\ImageGXT.cs" />
<Compile Include="Crowd\ImageCRZ.cs" /> <Compile Include="Crowd\ImageCRZ.cs" />
<Compile Include="CsWare\ArcARC2.cs" /> <Compile Include="CsWare\ArcARC2.cs" />
<Compile Include="CsWare\ArcDAT.cs" /> <Compile Include="CsWare\ArcDAT.cs" />
@ -201,6 +205,9 @@
<Compile Include="Interheart\ArcFPK2.cs" /> <Compile Include="Interheart\ArcFPK2.cs" />
<Compile Include="Interheart\ImageCandy.cs" /> <Compile Include="Interheart\ImageCandy.cs" />
<Compile Include="Ivory\ArcSG.cs" /> <Compile Include="Ivory\ArcSG.cs" />
<Compile Include="Key\ArcPAK.cs" />
<Compile Include="Key\AudioOGGPAK.cs" />
<Compile Include="Key\ImageCZ.cs" />
<Compile Include="Kid\ArcDAT.cs" /> <Compile Include="Kid\ArcDAT.cs" />
<Compile Include="Kid\AudioWAF.cs" /> <Compile Include="Kid\AudioWAF.cs" />
<Compile Include="Kid\ImagePRT.cs" /> <Compile Include="Kid\ImagePRT.cs" />
@ -248,6 +255,7 @@
<Compile Include="Nonono\ArcNPF.cs" /> <Compile Include="Nonono\ArcNPF.cs" />
<Compile Include="Nonono\ImageIMGX.cs" /> <Compile Include="Nonono\ImageIMGX.cs" />
<Compile Include="Origin\ArcDAT.cs" /> <Compile Include="Origin\ArcDAT.cs" />
<Compile Include="Origin\ArcGAF.cs" />
<Compile Include="Otemoto\ArcTLZ.cs" /> <Compile Include="Otemoto\ArcTLZ.cs" />
<Compile Include="Otemoto\ImageMAG.cs" /> <Compile Include="Otemoto\ImageMAG.cs" />
<Compile Include="ExHibit\ArcGRP.cs" /> <Compile Include="ExHibit\ArcGRP.cs" />
@ -313,7 +321,10 @@
<Compile Include="ShiinaRio\ArcWARC1.0.cs" /> <Compile Include="ShiinaRio\ArcWARC1.0.cs" />
<Compile Include="ShiinaRio\ImageCHD.cs" /> <Compile Include="ShiinaRio\ImageCHD.cs" />
<Compile Include="Slg\ImageTIM.cs" /> <Compile Include="Slg\ImageTIM.cs" />
<Compile Include="Software House Parsley\ArcCG2.cs" />
<Compile Include="Software House Parsley\ArcPAC.cs" />
<Compile Include="Software House Parsley\ArcUCG.cs" /> <Compile Include="Software House Parsley\ArcUCG.cs" />
<Compile Include="Software House Parsley\ImagePCG.cs" />
<Compile Include="Speed\ArcARC.cs" /> <Compile Include="Speed\ArcARC.cs" />
<Compile Include="Stack\ArcGPK.cs" /> <Compile Include="Stack\ArcGPK.cs" />
<Compile Include="StudioJikkenshitsu\ArcUMPK.cs" /> <Compile Include="StudioJikkenshitsu\ArcUMPK.cs" />

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.2.47.2120")] [assembly: AssemblyVersion ("1.2.48.2153")]
[assembly: AssemblyFileVersion ("1.2.47.2120")] [assembly: AssemblyFileVersion ("1.2.48.2153")]

Binary file not shown.

View File

@ -109,9 +109,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup />
<Folder Include="Key\" />
</ItemGroup>
<ItemGroup Label="IPTFiles"> <ItemGroup Label="IPTFiles">
<Compile Include="Artemis\IPT.Parser.cs"> <Compile Include="Artemis\IPT.Parser.cs">
<DependentUpon>IPT.parser</DependentUpon> <DependentUpon>IPT.parser</DependentUpon>

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.15.38")] [assembly: AssemblyVersion ("1.0.16.39")]
[assembly: AssemblyFileVersion ("1.0.15.38")] [assembly: AssemblyFileVersion ("1.0.16.39")]

View File

@ -24,9 +24,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Image.Convert", "Image.Conv
EndProjectSection EndProjectSection
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchemeBuilder", "SchemeBuilder\SchemeBuilder.csproj", "{B7E7EBFB-C06E-4FC8-9AF2-7CD132AB15FD}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchemeBuilder", "SchemeBuilder\SchemeBuilder.csproj", "{B7E7EBFB-C06E-4FC8-9AF2-7CD132AB15FD}"
ProjectSection(ProjectDependencies) = postProject
{60054FD9-4472-4BB4-9E3D-2F80D3D22468} = {60054FD9-4472-4BB4-9E3D-2F80D3D22468}
EndProjectSection
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Experimental", "Experimental\Experimental.csproj", "{60054FD9-4472-4BB4-9E3D-2F80D3D22468}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Experimental", "Experimental\Experimental.csproj", "{60054FD9-4472-4BB4-9E3D-2F80D3D22468}"
EndProject EndProject

View File

@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.5.43.2857")] [assembly: AssemblyVersion ("1.5.44.2904")]
[assembly: AssemblyFileVersion ("1.5.43.2857")] [assembly: AssemblyFileVersion ("1.5.44.2904")]

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.5.43.316")] [assembly: AssemblyVersion ("1.5.44.319")]
[assembly: AssemblyFileVersion ("1.5.43.316")] [assembly: AssemblyFileVersion ("1.5.44.319")]

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.9.183")] [assembly: AssemblyVersion ("1.0.10.196")]
[assembly: AssemblyFileVersion ("1.0.9.183")] [assembly: AssemblyFileVersion ("1.0.10.196")]

View File

@ -612,6 +612,7 @@ Last Waltz ~Hakudaku Mamire no Natsu Gasshuku~ <span class="footnote">ShiinaRio
Libra of the Vampire Princess <span class="footnote">ShiinaRio v2.50</span><br/> Libra of the Vampire Princess <span class="footnote">ShiinaRio v2.50</span><br/>
Mahou Shoujo no Taisetsu na Koto <span class="footnote">ShiinaRio v2.47</span><br/> Mahou Shoujo no Taisetsu na Koto <span class="footnote">ShiinaRio v2.47</span><br/>
Maki Fes! <span class="footnote">ShiinaRio v2.50</span><br/> Maki Fes! <span class="footnote">ShiinaRio v2.50</span><br/>
Manin Chijo Densha 2 <span class="footnote">ShiinaRio v2.45</span><br/>
Mikoko <span class="footnote">ShiinaRio v2.46</span><br/> Mikoko <span class="footnote">ShiinaRio v2.46</span><br/>
Mimi o Sumaseba <span class="footnote">ShiinaRio v2.47</span><br/> Mimi o Sumaseba <span class="footnote">ShiinaRio v2.47</span><br/>
Nagagutsu wo Haita Deco <span class="footnote">ShiinaRio v2.39</span><br/> Nagagutsu wo Haita Deco <span class="footnote">ShiinaRio v2.39</span><br/>
@ -664,6 +665,7 @@ Yoyogi Hitozuma Senmon Gakuin<span class="footnote">ShiinaRio v2.37</span><br/>
Yume Miru Egoist <span class="footnote">ShiinaRio v2.47</span><br/> Yume Miru Egoist <span class="footnote">ShiinaRio v2.47</span><br/>
Yuru Plus <span class="footnote">ShiinaRio v2.49</span><br/> Yuru Plus <span class="footnote">ShiinaRio v2.49</span><br/>
Zansho Omimai Moushiagemasu<span class="footnote">ShiinaRio v2.41</span><br/> Zansho Omimai Moushiagemasu<span class="footnote">ShiinaRio v2.41</span><br/>
Zettai Zetsumei Shoujo <span class="footnote">ShiinaRio v2.49</span><br/>
</td></tr> </td></tr>
<tr><td>*.s25</td><td><tt>S25</tt></td><td></td></tr> <tr><td>*.s25</td><td><tt>S25</tt></td><td></td></tr>
<tr><td>*.mi4</td><td><tt>MAI4</tt></td><td></td></tr> <tr><td>*.mi4</td><td><tt>MAI4</tt></td><td></td></tr>
@ -2039,6 +2041,9 @@ Tenshi no Nichou Kenjuu<br/>
<tr><td>*</td><td><tt>CSAF</tt></td><td></td><td>D.O.</td><td> <tr><td>*</td><td><tt>CSAF</tt></td><td></td><td>D.O.</td><td>
Kazoku Keikaku Re:Tsumugu Ito<br/> Kazoku Keikaku Re:Tsumugu Ito<br/>
</td></tr> </td></tr>
<tr class="odd"><td>*.dat</td><td><tt>CsPack2</tt></td><td></td><td>CatSystem</td><td>
Yuibashi<br/>
</td></tr>
</table> </table>
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p> <p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
</body> </body>

View File

@ -1,27 +1,34 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<GARbro> <GARbro>
<Release> <Release>
<Version>1.5.43</Version> <Version>1.5.44</Version>
<Url>https://github.com/morkt/GARbro/releases/latest</Url> <Url>https://github.com/morkt/GARbro/releases/latest</Url>
<Notes>New formats: <Notes>New formats:
- CSAF archives - UMPK archives and GRC images
- CPC archives, ERP images and EZS audio - 'CsPack2' archives
- GP1 images and PWV audio - UCG archives
- CGD images and ASD archives - IMGX images
- ANI animation frames - FLK archives and BPA images
- IPT composite images - Jam Creation archives and DPO images
- ZLK archives - PAC0 archives and PCG0 images
- LPG images - CMB archives
- RAD images - PAK archives and SFG images
- NPF archives - uGOS 'FC' and 'FD' images
- BIN+IDX archives
Updated KiriKiri and ShiinaRio encryption schemes. Updated KiriKiri encryption schemes.
</Notes> </Notes>
</Release> </Release>
<FormatsData> <FormatsData>
<FileVersion>145</FileVersion> <FileVersion>146</FileVersion>
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url> <Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
<Requires>
<Assembly Name="ArcFormats" Version="1.2.47.2146"/>
<Assembly Name="GameRes" Version="1.4.26.238"/>
</Requires>
</FormatsData>
<FormatsData>
<FileVersion>145</FileVersion>
<Url>https://github.com/morkt/GARbro/raw/c35ca8ec1f15edb9a32823014a3d532d9b4f5941/ArcFormats/Resources/Formats.dat</Url>
<Requires> <Requires>
<Assembly Name="ArcFormats" Version="1.2.46.2120"/> <Assembly Name="ArcFormats" Version="1.2.46.2120"/>
<Assembly Name="GameRes" Version="1.4.26.238"/> <Assembly Name="GameRes" Version="1.4.26.238"/>