Commit Graph

2083 Commits

Author SHA1 Message Date
Calcitem 37ef896ce7
Temp use German to fill empty Swiss German translation 2021-07-29 23:44:43 +08:00
Calcitem be38b097c1
Add Swiss German translation (WIP) 2021-07-28 07:27:42 +08:00
Calcitem 7606499fd6
intl: de: Fix translation of movesAndRulesNotMatch 2021-07-28 01:16:23 +08:00
Calcitem 1a9c078be0
Sanmill v1.1.22 (2079)
Official release version of Sanmill v1.1.22

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-27 00:27:15 +08:00
Calcitem 0fdee4049e
Fix #252: AI to freeze when the move list is too long
Increase command buffer to 4096.

TODO: Use Macro definition for 4096.
2021-07-27 00:23:56 +08:00
Calcitem 3c7df55e05
Sanmill v1.1.21 (2077)
Official release version of Sanmill v1.1.21

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-25 12:50:14 +08:00
Calcitem 2811c10a11
Fix take back and step forward buttons icon direction in right-to-left. 2021-07-25 12:45:35 +08:00
Calcitem a8222d87f3
Sanmill v1.1.20 (2075)
Official release version of Sanmill v1.1.20

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-23 01:30:43 +08:00
Calcitem ff37bc3310
Limit first 9 moves thinking depth to less than 15
The critical point is set move 9's depth to 14.

1. d6 f4 2. b4 d2 3. b6 f6 4. b2xf6 f6 5. d7
If not set to 14 (15 or above is bad)
Black will do move d5 (bad move)
If change move 9' depth to 14
Black will do move f2xd7 (good move)
2021-07-23 01:23:02 +08:00
Calcitem 7553d2685e
depth: Fix level setting do not take effect in moving phrase (critical) 2021-07-23 01:13:21 +08:00
Calcitem dc871776aa
Fix do not change to harder level immediately when human win AI 2021-07-22 23:49:09 +08:00
Calcitem b20b21793e
Support import Dalmax Men's Morris move list 2021-07-22 01:21:49 +08:00
Calcitem cacbe6198b
Sanmill v1.1.19 (2070)
Official release version of Sanmill v1.1.19

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-21 01:29:55 +08:00
Calcitem 402aae5440
Allow users to help improve translate
Add link to about page.
2021-07-21 01:21:58 +08:00
Calcitem a063d8db8e
intl: Change pt to pt-br (translated by es) 2021-07-21 01:08:44 +08:00
Calcitem d0815c2ea2
Sanmill v1.1.18 (2067)
Official release version of Sanmill v1.1.18

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-20 01:59:18 +08:00
Calcitem 3729162862
Do not prefer to move to good point when skill level is 1 2021-07-20 01:53:07 +08:00
Calcitem 704dd0ac53
icon: Replace info icon to book_information_24_regular 2021-07-20 01:05:53 +08:00
Calcitem 3d65ddc1ab
icon: Replace game icon to table_simple_24_regular 2021-07-20 00:53:29 +08:00
Calcitem 5be602ec31
Change animated text main color to menu text color 2021-07-20 00:16:05 +08:00
Calcitem 3bda00a884
drawer: Set drawer highlight item text to bold and same color as other items
TODO: Support set drawerHighlightTextColor
2021-07-19 23:58:54 +08:00
Calcitem 897186c16f
Revert "Do not show navigation toolbar setting if window aspect ratio is less than 1.7"
Revert 699bd264a2
2021-07-19 23:28:45 +08:00
Calcitem 8fbda21cd4
Sanmill v1.1.17 (2060)
Official release version of Sanmill v1.1.17

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-19 01:23:28 +08:00
Calcitem f33da677e7
Modify game button and feedback menu item icon 2021-07-19 01:19:37 +08:00
Calcitem 433421cbc6
game-page: Change header icon color to message color 2021-07-19 01:07:36 +08:00
Calcitem 4c329b9f66
game-page: Change person and robot icon to filled 2021-07-19 01:05:39 +08:00
Calcitem f3df6a1649
settings: Add more color settings 2021-07-19 01:02:10 +08:00
Calcitem 6b6b2f74ce
Replace icons to microsoft/fluentui-system-icons 2021-07-18 22:53:45 +08:00
Calcitem 3caccf1cb1
Update intl_*.arb (POEditor.com) 2021-07-18 13:25:05 +08:00
Calcitem 59578dfd27
Sanmill v1.1.16 (2053)
Official release version of Sanmill v1.1.16

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-18 02:30:49 +08:00
Calcitem f5e6744909
intl: Complete translation of menu color settings 2021-07-18 02:24:38 +08:00
Calcitem 7691766e40
intl: farsi: Update help content 2021-07-18 01:51:48 +08:00
Calcitem 699bd264a2
settings: Do not show navigation toolbar setting if window aspect ratio is less than 1.7 2021-07-18 01:44:50 +08:00
Calcitem c629ec8f1b
release.sh: Use notepad as editor if not macOS
Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-18 01:05:57 +08:00
Calcitem 2197683ae4
pubspec.yaml: Update some packages 2021-07-18 01:05:57 +08:00
Calcitem ed183913a8
Do not show status bar if the screen is small 2021-07-18 01:05:56 +08:00
Calcitem b7ba2d6f0d
Set navigation bar color to black 2021-07-18 01:05:56 +08:00
Calcitem 473ed783f9
Fix status bar's icons' color change when switching page 2021-07-18 01:05:19 +08:00
Calcitem 751ca0a286
Show status bar (WIP)
Known Issue: Small screen phone cannot show navigation toolbar.
2021-07-17 06:39:50 +08:00
Calcitem cda1265d8b
Sanmill v1.1.15 (2043)
Official release version of Sanmill v1.1.15

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-16 02:06:59 +08:00
Calcitem be8eb26fc8
intl: Improve Farsi translation 2021-07-16 02:04:12 +08:00
Calcitem a91e2bbfe5
settings: Support menu color settings 2021-07-16 02:04:12 +08:00
Calcitem d64cd1680b
intl: Improve Farsi 2021-07-16 02:04:12 +08:00
Calcitem 4732f798bd
qt: Fix version 2021-07-12 00:15:09 +08:00
Calcitem 0d899743f2
macos: Fix version.sh and release.sh 2021-07-11 23:59:39 +08:00
Calcitem f6bea033a0
Sanmill v1.1.14 (2037)
Official release version of Sanmill v1.1.14

Signed-off-by: Calcitem <calcitem@outlook.com>
2021-07-11 22:24:21 +08:00
Calcitem e7071bac63
rule: Set default rule to Twelve Men's Morris if country is Iran 2021-07-11 22:03:37 +08:00
Calcitem 19cc17215c
release.sh: Replace notepad to code
How to Install command in PATH?
See: https://www.jianshu.com/p/f9632ade732d
2021-07-11 20:06:28 +08:00
Calcitem 57695f8869
release.sh: Sign tag 2021-07-11 19:58:44 +08:00
Calcitem 26a22c92df
Readme.txt: Correct alt to "Get it on CafeBazaar" 2021-07-11 19:55:55 +08:00