summaryrefslogtreecommitdiffstats
path: root/ksokoban/NEWS
blob: f1b083c6085e8013d460090ba8e417185cb50ec1 (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
-------------------------------------------------------------------------------
version 0.3.0: Date 1999-07-13

* Graphics:
  - Switched to one single image resolution
  - Converted images to PNG and JPEG formats
  - The window can now be resized freely - graphics is scaled to fit window
  - Graphics now looks MUCH better on 256 colour displays
  - Improved wall graphics (several stones with different textures)
  - Removed status bar - now draws info directly in widget (not perfect yet)

* New experimental feature:
  - It is now possible to load external level collections from text files

* Some changes related to KDE 2.0 / Qt 2.0
  - replaced many char * with QString
  - uses TDEStandardDirs instead of localtdedir

* Some minor bugfixes/cleanups

-------------------------------------------------------------------------------
version 0.2.2: Date 1998-11-06

* Bugfix: "Animation off" now works again

* Possibly fixed bug: Settings should now always be saved properly
	I haven't been able to reproduce this bug, but it has been reported
	that the settings would sometimes not be saved to the right section
	in the config file. Thanks to Tore Skaug <toresk@pvv.ntnu.no> for
	reporting this.

* Now uses the zlib check in acinclude
                   
-------------------------------------------------------------------------------
version 0.2.1: Date 1998-10-25

* Bugfix: Fixed failed assertion that showed up if you changed to small
          graphics and restarted the game.
          Thanks to Bernd Weber <bernd.weber@systemhaus.net> for reporting
          this.

* No longer requires zlib. It is still used if found, though.

-------------------------------------------------------------------------------
version 0.2.0: Date 1998-10-15

New features:

* Bookmarks
* Animation speed menu
* Status bar
* Internationalisation

-------------------------------------------------------------------------------
version 0.1.2: ksokoban imported to CVS. Date 1998-08-30

-------------------------------------------------------------------------------
version 0.1.1: bugfix release. Date 1998-08-25

* BUGFIX: ksokoban now ignores mouseclicks while a move is in progress.
	  Previously such a click would cause a memory leak and a corrupted
	  undo/redo history (or a failed assertion if debugging was turned on).
	  Thanks to Natali Giuliano <natali@stone.trew.it> for reporting this.

* ksokoban should now work with older zlib & Qt libraries.
  I have tested it with zlib 1.0.3 and Qt 1.33

* Detects the old gcc 2.7 and turns off optimisations if it is found.
  It might work with the gcc 2.7 now. No promises, though.
  I can only test it with gcc 2.8 and egcs/pgcc.

-------------------------------------------------------------------------------
version 0.1.0: initial release. Date 1998-08-22