Skip to content

Commit

Permalink
released v1.5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Nov 7, 2018
1 parent a5041e6 commit ba4ec0a
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 25 deletions.
4 changes: 2 additions & 2 deletions ArcFormats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.2.43.1920")]
[assembly: AssemblyFileVersion ("1.2.43.1920")]
[assembly: AssemblyVersion ("1.2.44.2016")]
[assembly: AssemblyFileVersion ("1.2.44.2016")]
Binary file modified ArcFormats/Resources/Formats.dat
Binary file not shown.
4 changes: 2 additions & 2 deletions GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.5.39.2590")]
[assembly: AssemblyFileVersion ("1.5.39.2590")]
[assembly: AssemblyVersion ("1.5.40.2721")]
[assembly: AssemblyFileVersion ("1.5.40.2721")]
4 changes: 2 additions & 2 deletions GameRes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.5.40.302")]
[assembly: AssemblyFileVersion ("1.5.40.302")]
[assembly: AssemblyVersion ("1.5.41.310")]
[assembly: AssemblyFileVersion ("1.5.41.310")]
3 changes: 2 additions & 1 deletion Legacy/Ags32i/ImageGSS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
using GameRes.Utility;

// [041001][Innocence] China Chaime+
// [041029][Tam's] Fukushuu no Ori ~OL Kankin Ryoujoku no Yakata~
// [041224][Tam's] Volga Series 1

namespace GameRes.Formats.Ags32i
Expand All @@ -52,7 +53,7 @@ public class GssFormat : ImageFormat

public GssFormat ()
{
Signatures = new uint[] { 0x20575A52, 0x20574242, 0 };
Signatures = new uint[] { 0x20575A52, 0x20574242, 0x20574346, 0 };
}

//static readonly uint DefaultKey = 0x20040915;
Expand Down
2 changes: 2 additions & 0 deletions Legacy/Brownie/ArcNAF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
using System.ComponentModel.Composition;
using System.IO;

// [980529][Brownie] Dawn Slave

namespace GameRes.Formats.Brownie
{
[Export(typeof(ArchiveFormat))]
Expand Down
3 changes: 3 additions & 0 deletions Legacy/DigitalMonkey/ArcDM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
using System.IO;
using GameRes.Compression;

// [030725][Digital Monkey] Kono Sora ga Tsuieru Toki ni
// [041112][Yumesta] Seikon ~Kiba to Nie to Kyouki no Yakata~

namespace GameRes.Formats.DigitalMonkey
{
[Export(typeof(ArchiveFormat))]
Expand Down
6 changes: 3 additions & 3 deletions Legacy/Mermaid/ImageMG1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
using System.IO;
using System.Windows.Media;

// [000310][Mermaid] Into Your World

namespace GameRes.Formats.Mermaid
{
internal class MgMetaData : ImageMetaData
Expand All @@ -35,9 +37,7 @@ internal class MgMetaData : ImageMetaData
public int TileCount;
}

#if DEBUG
[Export(typeof(ImageFormat))]
#endif
public class MgFormat : ImageFormat
{
public override string Tag { get { return "MG1"; } }
Expand Down Expand Up @@ -93,7 +93,7 @@ public override ImageData Read (IBinaryStream file, ImageMetaData info)
for (int y = tile_count-1; y >= 0; --y)
{
int tile_dst = dst + y * tile_width;
for (int x = 0; x < tile_count; ++x)
for (int x = 0; x < stride; x += tile_width)
{
if (tile_dst + tile_width > pixels.Length)
file.Seek (tile_width, SeekOrigin.Current);
Expand Down
4 changes: 2 additions & 2 deletions Legacy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.6.129")]
[assembly: AssemblyFileVersion ("1.0.6.129")]
[assembly: AssemblyVersion ("1.0.7.157")]
[assembly: AssemblyFileVersion ("1.0.7.157")]
14 changes: 14 additions & 0 deletions docs/supported.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
Crime Rhyme series<br/>
Damegane<br/>
Dare mo ga Kanojo o Neratteru<br/>
Deep One<br/>
Distance<br/>
Ero Mangaka-san to Binbou Shimai<br/>
ExE<br/>
Expand Down Expand Up @@ -601,6 +602,7 @@
Kanojo ga Ore ni Kureta Mono <span class="footnote">ShiinaRio v2.50</span><br/>
Kateinai Choukyou <span class="footnote">ShiinaRio v2.31</span><br/>
Kichiku Nakadashi Suieibu<span class="footnote">ShiinaRio v2.41</span><br/>
Kuroneko Plus <span class="footnote">ShiinaRio v2.49</span><br/>
Last Waltz ~Hakudaku Mamire no Natsu Gasshuku~ <span class="footnote">ShiinaRio v2.47</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/>
Expand All @@ -619,6 +621,7 @@
Puchipuchi Idol Kouhosei <span class="footnote">ShiinaRio v2.49</span><br/>
Pure Love! <span class="footnote">ShiinaRio v2.47</span><br/>
Ran→Sem <span class="footnote">ShiinaRio v2.47</span><br/>
Reizoku ~Kyonyuu Shimai Choukyou Jugyou~ <span class="footnote">ShiinaRio v2.40</span><br/>
Ren'ai Saimin ~Tsun na Kanojo ga dereru Saimin~ <span class="footnote">ShiinaRio v2.47</span><br/>
Rin×Sen <span class="footnote">ShiinaRio v2.47</span><br/>
Re: Rem Plus <span class="footnote">ShiinaRio v2.50</span><br/>
Expand Down Expand Up @@ -741,6 +744,7 @@
Drill Shoujo Spiral Nami<br/>
Maid Neko-san wa Ikaga Desu ka?<br/>
Seduce<br/>
Shirasagi no Naku Koro ni<br/>
</td></tr>
<tr class="odd"><td>*.agc</td><td><tt>AGd</tt></td><td></td></tr>
<tr><td>*.pak+*.idx</td><td>-</td><td></td><td rowspan="2">EAGLS</td><td rowspan="2">
Expand Down Expand Up @@ -1994,6 +1998,16 @@
</td></tr>
<tr class="odd"><td>*.til</td><td><tt>TIL0</tt></td><td></td></tr>
<tr class="odd last"><td>*.wm2</td><td><tt>2.0</tt></td><td></td></tr>
<tr><td>*.gpk</td><td><tt>STKFile0PACKFILE</tt></td><td></td><td>Stack</td><td>
Shiny Days<br/>
</td></tr>
<tr class="odd"><td>*.pak</td><td><tt>KCAP</tt></td><td></td><td rowspan="2">Leaf</td><td rowspan="2">
Hoshi no Ouji-kun<br/>
Kizuato Renewal<br/>
White Album 2<br/>
Shizuku Renewal<br/>
</td></tr>
<tr class="odd last"><td>*.bjr</td><td><tt>BM</tt></td><td></td></tr>
</table>
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
</body>
Expand Down
28 changes: 15 additions & 13 deletions docs/version.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<GARbro>
<Release>
<Version>1.5.39</Version>
<Version>1.5.40</Version>
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
<Notes>New formats:
- MIF archives, BCF and NG3 images
- 'mrg0' archives
- 'SHA_' archives
- 'GML_ARC' archives
- TIL images
- RAD archives and RSG images
- PAQ archives DZP images
- PKZ archives, JBP images and KOG audio
- PPAC archives, TIM2 and TX images
- GPK archives
- CMP images
- WBM bitmaps and ADP1 audio
- CPA and AAP archives, CP2 images
- DM archives and PKT images
- MPK archives and LAY images
- HBM images
- CDPA 'PACK' archives
- PKK archives
- Leaf 'KCAP' and 'LEAFPACK' archives
- FLT archives and FG images
- updated KiriKiri and ShiinaRio encryption schemes

Improved handling of composite TLG images.
</Notes>
</Release>
<FormatsData>
<FileVersion>130</FileVersion>
<FileVersion>131</FileVersion>
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
<Requires>
<Assembly Name="ArcFormats" Version="1.2.42.1920"/>
<Assembly Name="ArcFormats" Version="1.2.43.2015"/>
<Assembly Name="GameRes" Version="1.4.26.238"/>
</Requires>
</FormatsData>
Expand Down

0 comments on commit ba4ec0a

Please sign in to comment.