Lots of updates! Level 2 support, mostly. (Thanks, Tobias Glaesser)
[supertux.git] / CHANGES.txt
1 CHANGES.txt for Super Tux
2
3 by Bill Kendrick
4 bill@newbreedsoftware.com
5 http://www.newbreedsoftware.com/supertux/
6
7 0.0.5 - ???
8 -----------
9   * Added high score feature.
10     Adam Czachorowski <gislan@o2.pl>
11
12   * Surfaces converted to display format for speed.
13     (Thanks to SDL_DisplayFormatAlpha() - wasn't around a few years ago!)
14
15   * Sped up FPS (throttle)
16
17   * Adding a new level (level,images,music) should be very easy now!
18     Tobias Glaesser <tobi.web@gmx.de>
19
20   * Shooting enemies increases score
21     Tobias Glaesser <tobi.web@gmx.de>
22
23   * Game over sequence.
24     Tobias Glaesser <tobi.web@gmx.de>
25
26   * Added 'make install PREFIX=/usr' and 'make uninstall PREFIX=/usr'
27     Tobias Glaesser <tobi.web@gmx.de>
28
29   * Initial support for additional levels.
30     Tobias Glaesser <tobi.web@gmx.de>
31
32   * Added small "Level 2"
33     Tobias Glaesser <tobi.web@gmx.de>
34
35   * One-ups ever 100 distros
36     Tobias Glaesser <tobi.web@gmx.de>
37
38   * Fixed up Makefile
39
40
41 0.0.4 - July 15, 2002
42 ---------------------
43   * Fixed source so that "nosound" target would actually compile and build.
44
45
46 0.0.3 - May 27, 2002
47 --------------------
48   * Redid level 1.
49   * Coin bricks can be hit multiple times.
50   * You lose shooting (coffee) power-up if you get hurt.
51   * Jump bug fixed.
52   * Added "distros" counter to screen.
53   * Added new enemy: Evil Money Bags
54   * Game aborted if sounds/music couldn't be loaded.  Fixed.
55
56
57 0.0.2 - November 8, 2001
58 ------------------------
59   * Added "--version" and skeleton "--help" displays
60   * More sound effects.
61   * Laptop bad-guy fixed.
62   * Skidding images created.
63   * Initial music code added.
64   * Bullets kill enemies.
65   * Golden Herring (invincibility) upgrade added.
66
67
68 0.0.1 - December 3, 2000
69 ------------------------
70   * New title screen
71     Eric Windish <raptor@bwbohh.net>
72
73   * Makefile fixes
74     Ian <brooke@jump.net>
75
76
77 INITIAL RELEASE 0.0.0 - April 11, 2000
78 --------------------------------------
79   * Initial alpha release.