Skip to content

Commit ba4ec0a

Browse files
committed
released v1.5.40
1 parent a5041e6 commit ba4ec0a

File tree

11 files changed

+47
-25
lines changed

11 files changed

+47
-25
lines changed

ArcFormats/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.2.43.1920")]
36-
[assembly: AssemblyFileVersion ("1.2.43.1920")]
35+
[assembly: AssemblyVersion ("1.2.44.2016")]
36+
[assembly: AssemblyFileVersion ("1.2.44.2016")]

ArcFormats/Resources/Formats.dat

28.2 KB
Binary file not shown.

GUI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion ("1.5.39.2590")]
55-
[assembly: AssemblyFileVersion ("1.5.39.2590")]
54+
[assembly: AssemblyVersion ("1.5.40.2721")]
55+
[assembly: AssemblyFileVersion ("1.5.40.2721")]

GameRes/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.5.40.302")]
36-
[assembly: AssemblyFileVersion ("1.5.40.302")]
35+
[assembly: AssemblyVersion ("1.5.41.310")]
36+
[assembly: AssemblyFileVersion ("1.5.41.310")]

Legacy/Ags32i/ImageGSS.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
using GameRes.Utility;
3333

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

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

5354
public GssFormat ()
5455
{
55-
Signatures = new uint[] { 0x20575A52, 0x20574242, 0 };
56+
Signatures = new uint[] { 0x20575A52, 0x20574242, 0x20574346, 0 };
5657
}
5758

5859
//static readonly uint DefaultKey = 0x20040915;

Legacy/Brownie/ArcNAF.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
using System.ComponentModel.Composition;
2828
using System.IO;
2929

30+
// [980529][Brownie] Dawn Slave
31+
3032
namespace GameRes.Formats.Brownie
3133
{
3234
[Export(typeof(ArchiveFormat))]

Legacy/DigitalMonkey/ArcDM.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
using System.IO;
2929
using GameRes.Compression;
3030

31+
// [030725][Digital Monkey] Kono Sora ga Tsuieru Toki ni
32+
// [041112][Yumesta] Seikon ~Kiba to Nie to Kyouki no Yakata~
33+
3134
namespace GameRes.Formats.DigitalMonkey
3235
{
3336
[Export(typeof(ArchiveFormat))]

Legacy/Mermaid/ImageMG1.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
using System.IO;
2828
using System.Windows.Media;
2929

30+
// [000310][Mermaid] Into Your World
31+
3032
namespace GameRes.Formats.Mermaid
3133
{
3234
internal class MgMetaData : ImageMetaData
@@ -35,9 +37,7 @@ internal class MgMetaData : ImageMetaData
3537
public int TileCount;
3638
}
3739

38-
#if DEBUG
3940
[Export(typeof(ImageFormat))]
40-
#endif
4141
public class MgFormat : ImageFormat
4242
{
4343
public override string Tag { get { return "MG1"; } }
@@ -93,7 +93,7 @@ public override ImageData Read (IBinaryStream file, ImageMetaData info)
9393
for (int y = tile_count-1; y >= 0; --y)
9494
{
9595
int tile_dst = dst + y * tile_width;
96-
for (int x = 0; x < tile_count; ++x)
96+
for (int x = 0; x < stride; x += tile_width)
9797
{
9898
if (tile_dst + tile_width > pixels.Length)
9999
file.Seek (tile_width, SeekOrigin.Current);

Legacy/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.0.6.129")]
36-
[assembly: AssemblyFileVersion ("1.0.6.129")]
35+
[assembly: AssemblyVersion ("1.0.7.157")]
36+
[assembly: AssemblyFileVersion ("1.0.7.157")]

docs/supported.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
Crime Rhyme series<br/>
311311
Damegane<br/>
312312
Dare mo ga Kanojo o Neratteru<br/>
313+
Deep One<br/>
313314
Distance<br/>
314315
Ero Mangaka-san to Binbou Shimai<br/>
315316
ExE<br/>
@@ -601,6 +602,7 @@
601602
Kanojo ga Ore ni Kureta Mono <span class="footnote">ShiinaRio v2.50</span><br/>
602603
Kateinai Choukyou <span class="footnote">ShiinaRio v2.31</span><br/>
603604
Kichiku Nakadashi Suieibu<span class="footnote">ShiinaRio v2.41</span><br/>
605+
Kuroneko Plus <span class="footnote">ShiinaRio v2.49</span><br/>
604606
Last Waltz ~Hakudaku Mamire no Natsu Gasshuku~ <span class="footnote">ShiinaRio v2.47</span><br/>
605607
Libra of the Vampire Princess <span class="footnote">ShiinaRio v2.50</span><br/>
606608
Mahou Shoujo no Taisetsu na Koto <span class="footnote">ShiinaRio v2.47</span><br/>
@@ -619,6 +621,7 @@
619621
Puchipuchi Idol Kouhosei <span class="footnote">ShiinaRio v2.49</span><br/>
620622
Pure Love! <span class="footnote">ShiinaRio v2.47</span><br/>
621623
Ran→Sem <span class="footnote">ShiinaRio v2.47</span><br/>
624+
Reizoku ~Kyonyuu Shimai Choukyou Jugyou~ <span class="footnote">ShiinaRio v2.40</span><br/>
622625
Ren'ai Saimin ~Tsun na Kanojo ga dereru Saimin~ <span class="footnote">ShiinaRio v2.47</span><br/>
623626
Rin×Sen <span class="footnote">ShiinaRio v2.47</span><br/>
624627
Re: Rem Plus <span class="footnote">ShiinaRio v2.50</span><br/>
@@ -741,6 +744,7 @@
741744
Drill Shoujo Spiral Nami<br/>
742745
Maid Neko-san wa Ikaga Desu ka?<br/>
743746
Seduce<br/>
747+
Shirasagi no Naku Koro ni<br/>
744748
</td></tr>
745749
<tr class="odd"><td>*.agc</td><td><tt>AGd</tt></td><td></td></tr>
746750
<tr><td>*.pak+*.idx</td><td>-</td><td></td><td rowspan="2">EAGLS</td><td rowspan="2">
@@ -1994,6 +1998,16 @@
19941998
</td></tr>
19951999
<tr class="odd"><td>*.til</td><td><tt>TIL0</tt></td><td></td></tr>
19962000
<tr class="odd last"><td>*.wm2</td><td><tt>2.0</tt></td><td></td></tr>
2001+
<tr><td>*.gpk</td><td><tt>STKFile0PACKFILE</tt></td><td></td><td>Stack</td><td>
2002+
Shiny Days<br/>
2003+
</td></tr>
2004+
<tr class="odd"><td>*.pak</td><td><tt>KCAP</tt></td><td></td><td rowspan="2">Leaf</td><td rowspan="2">
2005+
Hoshi no Ouji-kun<br/>
2006+
Kizuato Renewal<br/>
2007+
White Album 2<br/>
2008+
Shizuku Renewal<br/>
2009+
</td></tr>
2010+
<tr class="odd last"><td>*.bjr</td><td><tt>BM</tt></td><td></td></tr>
19972011
</table>
19982012
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
19992013
</body>

0 commit comments

Comments
 (0)