summaryrefslogtreecommitdiffstats
path: root/kshisen/ChangeLog
blob: 938d0ac9a6441becfd8ebb31e472fdf6523fe4c5 (plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2004-05-14  Benjamin Meyer (v.1.5.1)
  * Moved settings into a TDEConfigXT dialog.

2003-05-23  Dave Corrie  <kde@davecorrie.com> (v.1.4.90)

	* GUI cleanup
	* Double-buffer painting
	* Replaced paused pixmap with i18n-friendly text
	* Code cleanup
	* Added 'Prefer Unscaled Tiles' feature
	* Removed 'Is Game Solvable?' feature (it didn't work). It
	  will be re-instated when a suitable algorithm is present
	* Fix bug 53893: Gravity should be applied before calculating hints

2002-11-27  Dave Corrie  <kde@davecorrie.com> (v.1.4.1)

	In conjunction with Jason Lane:

	* Move tile handling (loading/scaling/highlighting etc) into
	  separate class (class TileSet)
	* Permit resize of playing window
	* TODO: game startup optimization, double buffering, remove
	  paused icon (not i18n friendly)

2002-08-01  Dave Corrie  <kde@davecorrie.com> (v.1.4)

	Recent changes of note. (Does not list all the changes that
	happened in the last three years!)

	* [Andreas Beckermann] make keybindings configurable
	* [Jason Lane] statusbar shows number of tiles remaining
	* [Jason Lane] smoothScale tiles when shrinking
	* [Jason Lane] remove need for separate tile mask pixmap
	* [Jason Lane] reset "cheat mode" flag when changing board
	  size or difficulty level
	* unicode names are now shown correctly in highscore table
	* improved speed of layout calculation
	* reduced flicker when highlighting/unhighlighting tiles
	* cache current tile scale value
	* FINALLY fix undo/redo in gravity mode

1999-06-19  Mario Weilguni  <mweilguni@kde.org> (v.1.3)

	* tiles now have a mask, better drawing
	* pausing games is now possible, but the pixmap should
	  be i18n'ed by some means
	* fixed undo/redo in combination with gravity
	* fixed a mysterious undo bug in combination with gravity
	* prepared for 2.0 (hopefully)

1999-04-09  Mario Weilguni  <mweilguni@kde.org> (v.1.2.2)

	* fixed another bug in writeHighscore

1999-04-04  Mario Weilguni  <mweilguni@kde.org> (v.1.2.1)	

	* replace all locale->translate with i18n
	* fixed a bug in the writeHighscore method

1999-03-31  Mario Weilguni  <mweilguni@kde.org> (v.1.2)

	* added gravity. 
	* TODO: gravity and the check for unsolvable games do not work
	together
	* fixed menu accelerator

1999-01-03  Mario Weilguni  <mweilguni@kde.org> (v.1.1)

	* some board sizes did not match the entry shown in the
	menu. Fixed.
	* fixed a few warnings with egcs
	* removed my initial highscore

1998-07-17  Mario Weilguni  <mweilguni@kde.org>
	
	* moved to version 1.0 (it´s stable enough now)

1998-04-10  Mario Weilguni  <mweilguni@kde.org>

	* better highscore management. highscores are now score-based, not
	time based
	* board.cpp: fixed some bugs
	* the game doesn´t ask anymore for a name if the score
	  is not good enough for the hall of fame	

0.2.1:
  * [Robert Williams]  Added getHelpMenu()
  * [Robert Williams]  Added version.h

0.2:	added this changelog

	fixed a bug in the pathfinder (reported and fixed
	by Stephane Alnet <alnet@u-picardie.fr>)

	fixed a bug in the Board::lighten() function on 8-bit
	displays. Reported by Marc Diefenbruch 
	<md@filesvr1.informatik.uni-essen.de>

	Added a "Hall of Fame", mostly taken from kreversi.

	Added "About Qt" to keep the Trolls happy

	Fixed that "player-has-won-and-must-go-to-the-bathroom"-bug
	(the elapsed time was taken after getPlayerName() instead
	of taking it before)

	Fixed that "game-starts-before-midnight-and-ends-after-midnight"
	bug. This will allow games with a duration up to 68 years,
	hopefully enough for the common player. The first player who
	breaks this limit should contact me in the year 2065; I will send 
	him 20 bottles of Austrian beer ("Murauer") :-)
	
0.1:	initial release