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