Sanmill v1.1.34 (2172)

Official release version of Sanmill v1.1.34

Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
Calcitem 2021-09-21 02:26:17 +08:00
parent 6e547e162b
commit 87e7314533
No known key found for this signature in database
GPG Key ID: F2F7C29E054CFB80
8 changed files with 22 additions and 7 deletions

View File

@ -0,0 +1,3 @@
v1.1.34
Vermeiden Sie es, dass Weiß in der Eröffnungsphase zu aggressiv vorgeht, denn dadurch kann die Partie schnell verloren gehen.

View File

@ -0,0 +1,3 @@
v1.1.34
Avoid the white being too aggressive in the opening phase, which can quickly lose the game.

View File

@ -0,0 +1,3 @@
v1.1.34
Evite que las blancas sean demasiado agresivas en la fase de apertura, ya que pueden perder rápidamente la partida.

View File

@ -0,0 +1,3 @@
v1.1.34
از پرخاشگری بیش از حد سفیدپوشان در مرحله ابتدایی خودداری کنید که می تواند به سرعت بازی را باخته باشد.

View File

@ -0,0 +1,3 @@
v1.1.34
避免开局阶段白方过于主动进攻导致容易出现破绽使得 AI 输棋的问题。

View File

@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,33,0 FILEVERSION 1,1,34,0
PRODUCTVERSION 1,1,33,0 PRODUCTVERSION 1,1,34,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -39,12 +39,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Calcitem" VALUE "CompanyName", "Calcitem"
VALUE "FileDescription", "Mill Game" VALUE "FileDescription", "Mill Game"
VALUE "FileVersion", "1.1.33.0" VALUE "FileVersion", "1.1.34.0"
VALUE "InternalName", "Sanmill" VALUE "InternalName", "Sanmill"
VALUE "LegalCopyright", "(C) 2019-2021 Calcitem, All Rights Reserved." VALUE "LegalCopyright", "(C) 2019-2021 Calcitem, All Rights Reserved."
VALUE "OriginalFilename", "MillGame.exe" VALUE "OriginalFilename", "MillGame.exe"
VALUE "ProductName", "MillGame" VALUE "ProductName", "MillGame"
VALUE "ProductVersion", "1.1.33.0" VALUE "ProductVersion", "1.1.34.0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -1,7 +1,7 @@
name: sanmill name: sanmill
description: Sanmill is a open-source, powerful UCI-like Nine Men's Morris (and its variants) program. description: Sanmill is a open-source, powerful UCI-like Nine Men's Morris (and its variants) program.
version: 1.1.33+2167 version: 1.1.34+2172
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'

View File

@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER #ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER #define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else #else
#define VERSION_AS_NUMBER 1,1,33 #define VERSION_AS_NUMBER 1,1,34
#endif #endif
#ifdef FLUTTER_BUILD_NAME #ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else #else
#define VERSION_AS_STRING "1.1.33" #define VERSION_AS_STRING "1.1.34"
#endif #endif
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO