Next
Previous
Table of Contents
The main FTP site is
ftp.vix.com, where you can find the latest sources of this program plus
the sources of other programs written by me. The other available FTP site is KDE
main site
ftp.kde.org, or any
other mirror.
Changes from version 0.4 to version 1.0
- Fixed a Makefile bug, that prevented the icons from being distribuited in
the package.
- Added sounds (the KDE interface is inadequate, though).
- Added the High Score board.
Changes from version 0.3 to version 0.4
- Updated the configure files synchronizing with the kexample example of KDE
SDK package.
- As a consequence of the above change, the source files are renamed from
.cc to .cpp.
Changes from version 0.2 to version 0.3
- Added a more nice breaking and deleting graphic sequence.
Changes from version 0.1 to version 0.2
- The GameWidget() destructor was defined but not declared. This (correcly)
generates an error if compiled with EGCS.
- Added automatic save and load of user options.
- The KDE audio interface is inadequate for complex sound applications like
games. Need to find a best method for playing sounds.
- Make the High Score board global, not local (this requires making the
score data globally writable).
- Add keys redefinition support.
- Comment the source code with kdoc.
- Rewrite this documentation with the KDE SGML tools.
- Internationalization.
Next
Previous
Table of Contents