-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRelease Notes.txt
60 lines (38 loc) · 1.91 KB
/
Release Notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
*** Release Notes for Malom 1.1.0 ***
/2018. March 29./
- The major new feature is the position setup mode: You can set up an
arbitrary position directly (without playing to it from the starting
position). This is useful if you would like to analyze a specific
position. (Game menu -> Set Up Position)
- By default, the computer player is now set to “Combined” instead
of “Perfect”, where the heuristic AI and the database-based AI work
together. (This is better than just the database-based AI alone, in that
it is harder to achieve a draw against it.) (Note: the heuristic AI is
available only for the standard game variant.)
- Automatically fall back to the heuristic AI when the database is not
found at program startup.
- The Advisor now shows the optimal moves better, by drawing a yellow line
for sliding and jumping moves. In the old version, the Advisor highlighted
only the target squares, but now you can also see which stones to move.
- The Advisor now highlights optimal stone-taking moves as well.
- Improved some texts on the GUI.
- The program no longer exits when answering “no” to the message
box at the end of a game.
Minor improvements:
- “Combined” player moves immediately when there is only one
optimal move.
- Show perfect evaluation in stone taking positions as well.
- Added option for whether to show the number of moves since the last
irreversible move (related to the automatic draw in 50 irreversible
moves rule) in the status bar.
- Made the hard limit of thinking time a factor of the soft limit in
the heuristic AI. (In the old version the hard limit was hardcoded to
8 seconds, now it is 10*soft+0.2 seconds.)
- Better error handling.
- Minor adjustments to the board drawing.
- Fixed some minor bugs.
*** Release Notes for Malom 1.0.1 ***
/2016. February 8./
Now it is possible to run the program on computers with CPUs that don’t
support SSE4 (POPCNT).
Fixed some minor bugs.