Skip to content

Commit

Permalink
released v1.5.35
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Feb 16, 2018
1 parent a3f4d7b commit 118504e
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 20 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.38.1650")]
[assembly: AssemblyFileVersion ("1.2.38.1650")]
[assembly: AssemblyVersion ("1.2.39.1685")]
[assembly: AssemblyFileVersion ("1.2.39.1685")]
Binary file modified ArcFormats/Resources/Formats.dat
Binary file not shown.
4 changes: 2 additions & 2 deletions Experimental/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.9.29")]
[assembly: AssemblyFileVersion ("1.0.9.29")]
[assembly: AssemblyVersion ("1.0.10.30")]
[assembly: AssemblyFileVersion ("1.0.10.30")]
6 changes: 6 additions & 0 deletions GARbro.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,16 @@ Section "install"
File "${RELEASE_DIR}\NAudio.dll"
File "${RELEASE_DIR}\NVorbis.dll"
File "${RELEASE_DIR}\System.Data.SQLite.dll"
File "${RELEASE_DIR}\System.IO.FileSystem.dll"
File "${RELEASE_DIR}\System.Security.Cryptography.Primitives.dll"
File "${RELEASE_DIR}\System.Windows.Controls.Input.Toolkit.dll"
File "${RELEASE_DIR}\WPFToolkit.dll"
File "${RELEASE_DIR}\README.txt"
File "${RELEASE_DIR}\LICENSE.txt"
File "${RELEASE_DIR}\supported.html"

!insertmacro InstallSubDir GameData
!insertmacro InstallSubDir ja-JP
!insertmacro InstallSubDir ko-KR
!insertmacro InstallSubDir ru-RU
!insertmacro InstallSubDir zh-Hans
Expand Down Expand Up @@ -122,13 +125,16 @@ Section "uninstall"
Delete $INSTDIR\NAudio.dll
Delete $INSTDIR\NVorbis.dll
Delete $INSTDIR\System.Data.SQLite.dll
Delete $INSTDIR\System.IO.FileSystem.dll
Delete $INSTDIR\System.Security.Cryptography.Primitives.dll
Delete $INSTDIR\System.Windows.Controls.Input.Toolkit.dll
Delete $INSTDIR\WPFToolkit.dll
Delete $INSTDIR\README.txt
Delete $INSTDIR\LICENSE.txt
Delete $INSTDIR\supported.html
Delete $INSTDIR\uninstall.exe
RMDir /r $INSTDIR\GameData
RMDir /r $INSTDIR\ja-JP
RMDir /r $INSTDIR\ko-KR
RMDir /r $INSTDIR\ru-RU
RMDir /r $INSTDIR\zh-Hans
Expand Down
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.34.2195")]
[assembly: AssemblyFileVersion ("1.5.34.2195")]
[assembly: AssemblyVersion ("1.5.35.2260")]
[assembly: AssemblyFileVersion ("1.5.35.2260")]
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.35.281")]
[assembly: AssemblyFileVersion ("1.5.35.281")]
[assembly: AssemblyVersion ("1.5.36.286")]
[assembly: AssemblyFileVersion ("1.5.36.286")]
2 changes: 2 additions & 0 deletions Legacy/Dice/ArcRLZ.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
using System.ComponentModel.Composition;
using System.IO;

// [000623][Marimo] Setsunai

namespace GameRes.Formats.Dice
{
[Export(typeof(ArchiveFormat))]
Expand Down
2 changes: 2 additions & 0 deletions Legacy/Mink/ImageGDF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
using System.ComponentModel.Composition;
using System.IO;

// [000225][Mink] Wonpara Wars

namespace GameRes.Formats.Mink
{
[Export(typeof(ImageFormat))]
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.1.41")]
[assembly: AssemblyFileVersion ("1.0.1.41")]
[assembly: AssemblyVersion ("1.0.2.49")]
[assembly: AssemblyFileVersion ("1.0.2.49")]
2 changes: 2 additions & 0 deletions Legacy/Sorciere/ImageBIZ.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
using System.Windows.Media;
using GameRes.Compression;

// [000225][Sorciere] Karei

namespace GameRes.Formats.Sorciere
{
[Export(typeof(ImageFormat))]
Expand Down
2 changes: 2 additions & 0 deletions Legacy/System21/ArcPAK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
using System.ComponentModel.Composition;
using System.IO;

// [000114][Excellents] Thanksgiving Special

namespace GameRes.Formats.System21
{
[Export(typeof(ArchiveFormat))]
Expand Down
2 changes: 2 additions & 0 deletions Legacy/Uran/ArcNCL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
using System.IO;
using GameRes.Compression;

// [000224][Uran] P.S. 3 ~Harem Night~

namespace GameRes.Formats.Uran
{
internal class NclEntry : PackedEntry
Expand Down
9 changes: 9 additions & 0 deletions docs/supported.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
Serifu de Kanjite! Seiyuu Doushi<br/>
Sharin no Kuni, Himawari no Shoujo<br/>
Shokusai no Miyako<br/>
Shoujo to Toshi no Sa, Futamawari.<br/>
Shugaten! -sugarfull tempering-<br/>
Sis Koi<br/>
Smile Cubic!<br/>
Expand Down Expand Up @@ -532,6 +533,7 @@
Bitch Gakuen ga Seijun na Hazu ga Nai!!? <span class="footnote">ShiinaRio v2.50</span><br/>
Calendar Girl <span class="footnote">ShiinaRio v2.02</span><br/>
Can Fes! ~Itazura Majo to Naisho no Gakuensai~ <span class="footnote">ShiinaRio v2.47</span><br/>
CC Hospital <span class="footnote">ShiinaRio v2.36</span><br/>
Chiccha na Hanayome ~Mada Mada Tsubomi da mon~ <span class="footnote">ShiinaRio v2.50</span><br/>
Chikan Circle <span class="footnote">ShiinaRio v2.46</span><br/>
Chikan Circle 2 <span class="footnote">ShiinaRio v2.47</span><br/>
Expand Down Expand Up @@ -588,6 +590,7 @@
Shinigami no Testament <span class="footnote">ShiinaRio v2.49</span><br/>
Shinseki no Oba-san ~Hanare no Netsujo, Honke no Gosai~ <span class="footnote">ShiinaRio v2.36</span><br/>
Shojo Mama<span class="footnote">ShiinaRio v2.49</span><br/>
Shokuinshitsu <span class="footnote">ShiinaRio v2.46</span><br/>
Signalist Stars!!<span class="footnote">ShiinaRio v2.50</span><br/>
Sorcery Jokers<span class="footnote">ShiinaRio v2.50</span><br/>
Stage <span class="footnote">ShiinaRio v2.20</span><br/>
Expand Down Expand Up @@ -1661,6 +1664,7 @@
</td></tr>
<tr><td>*.cdt<br/>*.pdt<br/>*.vdt<br/>*.ovd</td><td><tt>RK1</tt></td><td></td><td rowspan="2">NEJII</td><td rowspan="2">
Kidou Houshinki<br/>
Soeur ~Shibarareru Ai, Chiriyuku Ai~<br/>
Sutadoru!<br/>
</td></tr>
<tr class="last"><td>*.pcd</td><td>-</td><td></td></tr>
Expand Down Expand Up @@ -1803,6 +1807,11 @@
<tr class="odd"><td>*.pak</td><td><tt>MD002</tt></td><td></td><td>ADVScripter</td><td>
Pinku no Ayumi!<br/>
</td></tr>
<tr><td>*.caf</td><td><tt>CAF0</tt></td><td></td><td rowspan="2">Raccoon<br/>Tail</td><td rowspan="2">
Koijibashi<br/>
Rimlet<br/>
</td></tr>
<tr class="last"><td>*.cfp</td><td><tt>REP</tt><br/><tt>REP2</tt></td><td></td></tr>
</table>
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
</body>
Expand Down
20 changes: 10 additions & 10 deletions docs/version.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<GARbro>
<Release>
<Version>1.5.34</Version>
<Version>1.5.35</Version>
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
<Notes>Lifted .Net framework requirement up to v4.6.
Added GUI preferences window.
<Notes>Added Japanese translation.

New formats:
- DAI_SYSTEM archives
- PCG archives
- LAX archives and 'CLS_TEXFILE' images
- TPF archives
- DREF images
- DDS DXT3 textures
- PACK archives and OPF images
- MD002 archives
- More KiriKiri and ShiinaRio encryption schemes

Additions:
- optionally fix checksums of OGG audio files
- query password for encrypted ZIP files
</Notes>
</Release>
<FormatsData>
Expand Down Expand Up @@ -40,7 +40,7 @@ New formats:
</Requires>
</FormatsData>
<FormatsData>
<FileVersion>104</FileVersion>
<FileVersion>105</FileVersion>
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
<Requires>
<Assembly Name="ArcFormats" Version="1.2.38.1669"/>
Expand Down

0 comments on commit 118504e

Please sign in to comment.