diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | c90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch) | |
tree | 6d8391395bce9eaea4ad78958617edb20c6a7573 /kasteroids/ChangeLog | |
download | tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kasteroids/ChangeLog')
-rw-r--r-- | kasteroids/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kasteroids/ChangeLog b/kasteroids/ChangeLog new file mode 100644 index 00000000..ccccd0c2 --- /dev/null +++ b/kasteroids/ChangeLog @@ -0,0 +1,35 @@ +Version 2.2 + * [Martin Jones] Show "Game Over" and stats in the game window instead + of displaying many annoying dialogs at the end of the + game. + +Version 2.1 + * [Martin Jones] + Shooting uses energy too. + Added firepower powerup. + Adjusted speed of asteroids to make game playable again. + +Version 1.90 + * [Martin Jones] KDE 2.0 and QCanvas port + Introduce ship's energy supply. Thrusting, shields, + etc. use power, and when you run out you're basically + screwed. Fortunately some asteroids release fuel + when you destroy them. + Make brakes, etc. permanent features once you catch them. + Made ship much cooler. + +Version 0.3.1 + * [Kristof <krzygod@kki.net.pl>] + Add brakes, shield, teleport, configureable keys, + highscores. + Also the cool shield graphics. + +Verison 0.2.0 + * [Martin Jones] Use QwSpriteField-1.4 from kdesupport + * [Martin Jones] Preliminary sound support + +Version 0.1.0 + * [Robert Williams] Added version.h and ChangeLog + * [Robert Williams] Renamed Kasteroids.kdelnk to kasteroids.kdelnk + * [Robert Williams] Added -caption "%c" to kasteroids.kdelnk + * [Robert Williams] Added getCaption() |