Skip to content

Commit

Permalink
version up to 5.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed May 13, 2019
1 parent 6920d62 commit 3ab3889
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 34 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ It's a special message compiler I made. See mcdx/MESSAGETABLEDX.md for details.
* 2019.03.20 ver.5.1.7
- Add PBS_MARQUEE and PBS_SMOOTHREVERSE styles.
- Fix the process of compilation error.
* 2019.XX.YY ver.5.1.8

## Contact Us

Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Question 4. What is mcdx?
* 2019.03.20 ver.5.1.7
- Add PBS_MARQUEE and PBS_SMOOTHREVERSE styles.
- Fix the process of compilation error.
* 2019.XX.YY ver.5.1.8

/////////////////////////////////////////////////////
// Katayama Hirofumi MZ (katahiromz) [A.N.T.]
Expand Down
1 change: 1 addition & 0 deletions READMEJP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@
2019.03.20 ver.5.1.7
PBS_MARQUEEとPBS_SMOOTHREVERSEスタイルを追加。
コンパイルエラーの処理を修正。
2019.XX.YY ver.5.1.8

/////////////////////////////////////////////////////
// 片山博文MZ (katahiromz) [A.N.T.]
Expand Down
3 changes: 3 additions & 0 deletions data/Constants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@ BS_AUTORADIOBUTTON, 0x00000009, 0x0000000F
BS_PUSHBOX, 0x0000000A, 0x0000000F
BS_OWNERDRAW, 0x0000000B, 0x0000000F
BS_SPLITBUTTON, 0x0000000C, 0x0000000F
BS_DEFSPLITBUTTON, 0x0000000D, 0x0000000F
BS_COMMANDLINK, 0x0000000E, 0x0000000F
BS_DEFCOMMANDLINK, 0x0000000F, 0x0000000F
BS_LEFTTEXT, 0x00000020
BS_ICON, 0x00000040
BS_BITMAP, 0x00000080
Expand Down
10 changes: 5 additions & 5 deletions installer-the-world.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

AppId={{AF7494D1-406F-4D04-A8FE-8F9DAB97F611}
AppName=RisohEditor
AppVerName=RisohEditor 5.1.7
AppVerName=RisohEditor 5.1.8
AppPublisher=Katayama Hirofumi MZ
AppPublisherURL=http://katahiromz.web.fc2.com/
AppSupportURL=http://katahiromz.web.fc2.com/
Expand All @@ -23,7 +23,7 @@ DisableDirPage=no
AllowNoIcons=yes
LicenseFile=LICENSE.txt
OutputDir=.
OutputBaseFilename=risoheditor-5.1.7-setup
OutputBaseFilename=risoheditor-5.1.8-setup
SetupIconFile=src\res\Icon_100.ico
Compression=lzma
SolidCompression=yes
Expand All @@ -33,9 +33,9 @@ VersionInfoCompany=Katayama Hirofumi MZ
VersionInfoCopyright=Copyright (C) 2017-2019 Katayama Hirofumi MZ.
VersionInfoDescription=Win32 Resource Editor
VersionInfoProductName=RisohEditor
VersionInfoProductTextVersion=5.1.7
VersionInfoProductVersion=5.1.7
VersionInfoVersion=5.1.7
VersionInfoProductTextVersion=5.1.8
VersionInfoProductVersion=5.1.8
VersionInfoVersion=5.1.8

[Languages]
Name: "armenian"; MessagesFile: "compiler:Languages\Armenian.islu"
Expand Down
10 changes: 5 additions & 5 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

AppId={{AF7494D1-406F-4D04-A8FE-8F9DAB97F611}
AppName=RisohEditor
AppVerName=RisohEditor 5.1.7
AppVerName=RisohEditor 5.1.8
AppPublisher=Katayama Hirofumi MZ
AppPublisherURL=http://katahiromz.web.fc2.com/
AppSupportURL=http://katahiromz.web.fc2.com/
Expand All @@ -23,7 +23,7 @@ DisableDirPage=no
AllowNoIcons=yes
LicenseFile=LICENSE.txt
OutputDir=.
OutputBaseFilename=risoheditor-5.1.7-setup
OutputBaseFilename=risoheditor-5.1.8-setup
SetupIconFile=src\res\Icon_100.ico
Compression=lzma
SolidCompression=yes
Expand All @@ -33,9 +33,9 @@ VersionInfoCompany=Katayama Hirofumi MZ
VersionInfoCopyright=Copyright (C) 2017-2019 Katayama Hirofumi MZ.
VersionInfoDescription=Win32 Resource Editor
VersionInfoProductName=RisohEditor
VersionInfoProductTextVersion=5.1.7
VersionInfoProductVersion=5.1.7
VersionInfoVersion=5.1.7
VersionInfoProductTextVersion=5.1.8
VersionInfoProductVersion=5.1.8
VersionInfoVersion=5.1.8

[Languages]
Name: "armenian"; MessagesFile: "compiler:Languages\Armenian.islu"
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
################################################################################

# TODO: Update the version number
RE_VERSION=5.1.7
RE_VERSION=5.1.8
RE_BIN_DIR="build/re-$RE_VERSION-bin"
RE_FILES="README.txt READMEJP.txt LICENSE.txt Standardize.md HYOJUNKA.txt src/resource.h build/RisohEditor.exe mcdx/MESSAGETABLEDX.md"
RE_TARGET="build/re-$RE_VERSION-bin.zip"
Expand Down
2 changes: 1 addition & 1 deletion src/RisohEditor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ HBITMAP CreateBitmapFromIconDx(HICON hIcon, INT width, INT height, BOOL bCursor)
////////////////////////////////////////////////////////////////////////////

// TODO: Update the version number
#define RE_VERSION "5.1.7"
#define RE_VERSION "5.1.8"

////////////////////////////////////////////////////////////////////////////

Expand Down
20 changes: 10 additions & 10 deletions src/RisohEditor_res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ IDI_MARK ICON "res/Icon_108.ico"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 1, 7, 0
PRODUCTVERSION 5, 1, 7, 0
FILEVERSION 5, 1, 8, 0
PRODUCTVERSION 5, 1, 8, 0
FILEOS 0x40004
FILETYPE 0x1
{
Expand All @@ -105,10 +105,10 @@ FILETYPE 0x1
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "RisohEditor\0"
VALUE "FileVersion", "5.1.7\0"
VALUE "FileVersion", "5.1.8\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2019 Katayama Hirofumi MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.1.7\0"
VALUE "ProductVersion", "5.1.8\0"
}
}
BLOCK "StringFileInfo"
Expand All @@ -117,10 +117,10 @@ FILETYPE 0x1
{
VALUE "CompanyName", "片山博文MZ\0"
VALUE "FileDescription", "RisohEditor\0"
VALUE "FileVersion", "5.1.7\0"
VALUE "FileVersion", "5.1.8\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2019 片山博文MZ and 林鸿湘. 版权所有.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.1.7\0"
VALUE "ProductVersion", "5.1.8\0"
}
}
BLOCK "StringFileInfo"
Expand All @@ -129,10 +129,10 @@ FILETYPE 0x1
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "RisohEditor\0"
VALUE "FileVersion", "5.1.7\0"
VALUE "FileVersion", "5.1.8\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2019 Katayama Hirofumi MZ and Roberto B. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.1.7\0"
VALUE "ProductVersion", "5.1.8\0"
}
}
BLOCK "StringFileInfo"
Expand All @@ -141,10 +141,10 @@ FILETYPE 0x1
{
VALUE "CompanyName", "片山博文MZ\0"
VALUE "FileDescription", "リソーエディタ\0"
VALUE "FileVersion", "5.1.7\0"
VALUE "FileVersion", "5.1.8\0"
VALUE "LegalCopyright", "Copyright (C) 2017-2019 片山博文MZ. All rights reserved.\0"
VALUE "ProductName", "RisohEditor\0"
VALUE "ProductVersion", "5.1.7\0"
VALUE "ProductVersion", "5.1.8\0"
}
}
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions src/lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,8 @@ IDD_MODIFYDLGINIT 240

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.1.7 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 5.1.7 by Katayama Hirofumi MZ"
IDS_APPNAME, "RisohEditor 5.1.8 by Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 5.1.8 by Katayama Hirofumi MZ"
IDS_EXTRACTRES, "Extract Resource"
IDS_RESBINFILTER, "Binary Resources (*.res)|*.res|Binary Files (*.bin)|*.bin|All Files (*.*)|*.*|"
IDS_CANNOTSAVE, "Unable to save."
Expand All @@ -1251,7 +1251,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Unable to replace bitmap."
IDS_REPLACEBMP, "Replace Bitmap"
IDS_ERRORCODE, "Error Code %d"
IDS_VERSIONINFO, "RisohEditor Version 5.1.7\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
IDS_VERSIONINFO, "RisohEditor Version 5.1.8\r\n\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
IDS_ADDRES, "Add Resource"
IDS_CANNOTADDRES, "Unable to add the resource."
IDS_CANTADDBMP, "Unable to add the bitmap."
Expand Down
6 changes: 3 additions & 3 deletions src/lang/it_IT.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,8 @@ IDD_MODIFYDLGINIT 240

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.1.7 di Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 5.1.7 di Katayama Hirofumi MZ"
IDS_APPNAME, "RisohEditor 5.1.8 di Katayama Hirofumi MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 5.1.8 di Katayama Hirofumi MZ"
IDS_EXTRACTRES, "Estrai risorse"
IDS_RESBINFILTER, "File risorse binarie (*.res)|*.res|File binari (*.bin)|*.bin|Tutti i file (*.*)|*.*|"
IDS_CANNOTSAVE, "Impossibile salvare."
Expand All @@ -1251,7 +1251,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "Impossibile sostituire la bitmap."
IDS_REPLACEBMP, "Sostituisci bitmap"
IDS_ERRORCODE, "Codice errore %d"
IDS_VERSIONINFO, "RisohEditor versione 5.1.7\r\n\r\nAutore: Katayama Hirofumi MZ\r\n\r\nLicenza: GPLv3 (freeware)"
IDS_VERSIONINFO, "RisohEditor versione 5.1.8\r\n\r\nAutore: Katayama Hirofumi MZ\r\n\r\nLicenza: GPLv3 (freeware)"
IDS_ADDRES, "Aggiungi risorsa"
IDS_CANNOTADDRES, "Impossibile aggiungere la risorsa."
IDS_CANTADDBMP, "Impossibile aggiungere la bitmap."
Expand Down
6 changes: 3 additions & 3 deletions src/lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,8 @@ IDD_MODIFYDLGINIT 240

STRINGTABLE
{
IDS_APPNAME, "リソーエディタ 5.1.7 by 片山博文MZ"
IDS_TITLEWITHFILE, "%s - リソーエディタ 5.1.7 by 片山博文MZ"
IDS_APPNAME, "リソーエディタ 5.1.8 by 片山博文MZ"
IDS_TITLEWITHFILE, "%s - リソーエディタ 5.1.8 by 片山博文MZ"
IDS_EXTRACTRES, "リソースの抽出"
IDS_RESBINFILTER, "バイナリ リソース (*.res)|*.res|バイナリ ファイル (*.bin)|*.bin|すべてのファイル (*.*)|*.*|"
IDS_CANNOTSAVE, "保存できませんでした。"
Expand All @@ -1254,7 +1254,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "ビットマップの置き換えができませんでした。"
IDS_REPLACEBMP, "ビットマップの置き換え"
IDS_ERRORCODE, "エラーコード %dが発生しました。"
IDS_VERSIONINFO, "リソーエディタ Version 5.1.7\r\n\r\n片山博文MZ\r\nかたやまひろふみえむぜっど\r\n\r\nライセンス: GPLv3 (フリーソフト)"
IDS_VERSIONINFO, "リソーエディタ Version 5.1.8\r\n\r\n片山博文MZ\r\nかたやまひろふみえむぜっど\r\n\r\nライセンス: GPLv3 (フリーソフト)"
IDS_ADDRES, "リソースの追加"
IDS_CANNOTADDRES, "リソースの追加ができませんでした。"
IDS_CANTADDBMP, "ビットマップの追加ができませんでした。"
Expand Down
6 changes: 3 additions & 3 deletions src/lang/zh_CN.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1223,8 +1223,8 @@ IDD_MODIFYDLGINIT 240

STRINGTABLE
{
IDS_APPNAME, "RisohEditor 5.1.7 by 片山博文MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 5.1.7 by 片山博文MZ"
IDS_APPNAME, "RisohEditor 5.1.8 by 片山博文MZ"
IDS_TITLEWITHFILE, "%s - RisohEditor 5.1.8 by 片山博文MZ"
IDS_EXTRACTRES, "导出资源"
IDS_RESBINFILTER, "二进制资源文件 (*.res)|*.res|二进制文件 (*.bin)|*.bin|全部文件 (*.*)|*.*|"
IDS_CANNOTSAVE, "无法保存"
Expand All @@ -1250,7 +1250,7 @@ STRINGTABLE
IDS_CANTREPLACEBMP, "位图打开失败!"
IDS_REPLACEBMP, "替换位图"
IDS_ERRORCODE, "错误码 %d"
IDS_VERSIONINFO, "RisohEditor 版本 5.1.7\r\n\r\n片山博文MZ\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
IDS_VERSIONINFO, "RisohEditor 版本 5.1.8\r\n\r\n片山博文MZ\r\nKatayama Hirofumi MZ\r\n\r\nLicense: GPLv3 (freeware)"
IDS_ADDRES, "增加资源"
IDS_CANNOTADDRES, "添加资源失败."
IDS_CANTADDBMP, "添加位图失败."
Expand Down

0 comments on commit 3ab3889

Please sign in to comment.