forked from portnov/qcheckers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
78 lines (68 loc) · 2.57 KB
/
ChangeLog
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
2019-03-14 Ilya Portnov <[email protected]>
* QCheckers 0.9.0 released.
* Move to Qt5 for better HiDPI support.
* Support of SVG for themes, so that the board is scalable now.
* Change UI a bit: use docker widgets, that can be rearranged or resized.
* Indicate moves by blipping fields where from and where to the move was done.
2005-12-29 Artur Wiebe <[email protected]>
* KCheckers 0.8.1 released.
* toplevel.cc, view.h: Removed unused slots.
* Renamed info to history.
* history.cc: Removed useless code.
2005-12-19 Artur Wiebe <[email protected]>
* KCheckers 0.8 released.
* Added support for free men placement at the beginning of the game.
* Added multiple undos/redos: free movement in move history.
* Removed network code: there will be network in the next version.
* See below for more changes since 0.6.
2005-09-09 Artur Wiebe <[email protected]>
* KCheckers 0.7 is done - will not be released.
* Ported to Qt 4.0. So watch out for more bugs.
* Added basic Theme support.
* Improved thread termination.
* Redesigned GUI.
* echeckers.cc: Fixed bug: man reaching the king row became king and
continued move.
* Improved PDN support. Can now re-play games.
2005-04-11 Artur Wiebe <[email protected]>
* KCheckers 0.6 released.
* New game mode: Human vs. Human.
* Added Info widget next to game's board.
* Added different board sizes.
* Rewrote menubar and toolbar code.
* Rewrote network code.
* Fixed some bugs, introduced new.
2004-08-08 Artur Wiebe <[email protected]>
* KCheckers 0.5 released.
* Machine thinks in a thread now.
* Added Internationalization support.
* Added Network support.
* Altered GUI interface to match KDE specifications.
* Extended Preview in File Open Dialog.
* Various improvements.
2003-01-15 Andi Peredri <[email protected]>
* KCheckers 0.4 released.
* Added support for Portable Draughts Notation database format.
* Added saving, loading and restarting of game.
* Added PDN preview widget.
* Added 20 PDN compositions.
* Added game information box.
* Various improvements.
2002-06-10 Andi Peredri <[email protected]>
* KCheckers 0.3 released.
* Ported to Qt 3.
* Added toolbar.
* Added green theme of the board.
* Added undo of last move.
* Added auto saving of settings.
* Added optional notation of the board.
2002-03-10 Andi Peredri <[email protected]>
* KCheckers 0.2 released.
* Ported to pure Qt.
* KCheckers engine improvements.
* Added support of english checkers.
* Added wooden theme of the board.
* Added auto change of the men's color.
* Added on-line description of the play's rules.
2002-01-15 Andi Peredri <[email protected]>
* Initial Release.