update
authorTobias Gläßer <tobi.web@gmx.de>
Fri, 26 Dec 2003 21:58:22 +0000 (21:58 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Fri, 26 Dec 2003 21:58:22 +0000 (21:58 +0000)
SVN-Revision: 46

AUTHORS.txt
CHANGES.txt
INSTALL.txt
README.txt
TODO.txt

index 45eea4c..bf03ff5 100644 (file)
@@ -4,9 +4,9 @@ by Bill Kendrick
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
-Version 0.0.5
+Version 0.0.6 (in development)
 
 
-December 24th, 2003
+December 26th, 2003
 
 
 CREDITS
 
 
 CREDITS
index 9b581ae..a725df6 100644 (file)
@@ -4,6 +4,16 @@ by Bill Kendrick & Tobias Glaesser
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
+
+0.0.6 - current CVS version
+---------------------------
+  * Added: displaying tux left
+    Tobias Glaesser <tobi.web@gmx.de>
+
+  * Added: --disable-music and music on/off menu option
+    Duong-Khang NGUYEN <neoneurone@users.sf.net>
+
+
 0.0.5 - December 24th, 2003
 ---------------------------
   * Added "Level 2"
 0.0.5 - December 24th, 2003
 ---------------------------
   * Added "Level 2"
index 4866ec8..f75a728 100644 (file)
@@ -4,9 +4,9 @@ by Bill Kendrick
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
-Version 0.0.5
+Version 0.0.6 (in development)
 
 
-December 9, 2003
+December 26th, 2003
 
 
 REQUIREMENTS
 
 
 REQUIREMENTS
@@ -85,6 +85,13 @@ INSTALLING UNDER LINUX/UNIX
       support.  If you don't have a version of SDL that supports
       joystick, or just don't want joystick support, set this to "NO".
 
       support.  If you don't have a version of SDL that supports
       joystick, or just don't want joystick support, set this to "NO".
 
+    DEBUG_FLAG=-DDEBUG
+
+      This tells the compiler to generate an executable file with
+      internal debugging messages. If you don't want to see those
+      annoying texts, just edit it as below:
+
+    DEBUG_FLAG=
 
   To compile the game, type the command:
 
 
   To compile the game, type the command:
 
index 84aa630..ec79733 100644 (file)
@@ -4,9 +4,9 @@ by Bill Kendrick
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
-Version 0.0.5
+Version 0.0.6 (in development)
 
 
-December 24th, 2003
+December 26th, 2003
  
 
 NOTICE!  THIS GAME IS UNDER CONSTRUCTION!
  
 
 NOTICE!  THIS GAME IS UNDER CONSTRUCTION!
@@ -52,7 +52,11 @@ RUNNING THE GAME
   The program accepts some options:
 
     --disable-sound     - If sound support was compiled in, this will
   The program accepts some options:
 
     --disable-sound     - If sound support was compiled in, this will
-                          disable it for this session of the game.
+                          disable it. You can also turn on/off sound
+                          during the game.
+
+    --disable-music     - This option disables music. However, you can
+                          still turn it on/off later in the game.
 
     --fullscreen        - Run in fullscreen mode.
 
 
     --fullscreen        - Run in fullscreen mode.
 
@@ -69,7 +73,10 @@ TITLE SCREEN
 ------------
   Press [RETURN] or a joystick firebutton to begin a game.
 
 ------------
   Press [RETURN] or a joystick firebutton to begin a game.
 
-  Press [ESCAPE] to quit.
+  Press [ESCAPE] or choose [Quit] to quit.
+
+  Use arrow keys to move between menu's items. Press [RETURN] or [SPACE] to validate
+  your choice.
 
   Note: If you're playing Super Tux in a window, you can also use
   your window manager's close option (usually an "X" button on the window's
 
   Note: If you're playing Super Tux in a window, you can also use
   your window manager's close option (usually an "X" button on the window's
@@ -127,8 +134,10 @@ PLAYING THE GAME
 
   Quitting
   --------
 
   Quitting
   --------
-    To quit the current game, you can press [ESCAPE].  This forfeits your game
-    (as though you ran out of lives).
+    To quit the current game, you can press [ESCAPE] to open the game's menu
+    then choose [Quit game]. This forfeits your game (as though you ran
+    out of lives).
 
     To quit Super Tux altogether, you can use your window manager's
     close command.  See the note in the "Title Screen" section, above.
 
     To quit Super Tux altogether, you can use your window manager's
     close command.  See the note in the "Title Screen" section, above.
@@ -157,13 +166,21 @@ OPTIONS FILE
 
   When Super Tux starts up, it looks for an options file.
 
 
   When Super Tux starts up, it looks for an options file.
 
-  Under Linux, this file is ".supertux" in your home directory ($HOME).
+  Under Linux, this file is "config" in your directory
+  ($HOME/.supertux/).
   Under Windows, this file is "supertux.dat" in the Super Tux folder.
   Under Windows, this file is "supertux.dat" in the Super Tux folder.
-
-  This file records high score scores and initials, and volume settings.
-  Currently it only records high score.
-
-
+  
+  This file records program's settings.
+
+HIGHSCORE FILE
+--------------
+
+  When Super Tux starts up, it looks for an highscore file.
+  
+  Under Linux, this file is "highscore" in your directory
+  ($HOME/.supertux/).
+  Under Windows, this file is "st_highscore.dat" in the Super Tux folder.
+  
 THE END
 -------
   Thanks for trying out Super Tux.
 THE END
 -------
   Thanks for trying out Super Tux.
index 244dbf1..f539a37 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,9 +4,9 @@ by Bill Kendrick
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
 bill@newbreedsoftware.com
 http://www.newbreedsoftware.com/supertux/
 
-Version 0.0.5
+Version 0.0.6 (in development)
 
 
-December 17, 2003
+December 26th, 2003
 
 
 TO DO
 
 
 TO DO
@@ -20,4 +20,5 @@ TO DO
 DONE
 -----
   One-ups, End game on game over (by Tobias Glaesser <tobi.web@gmx.de>)
 DONE
 -----
   One-ups, End game on game over (by Tobias Glaesser <tobi.web@gmx.de>)
-  High score (by Adam Czachorowski <gislan@o2.pl>)
\ No newline at end of file
+  High score (by Adam Czachorowski <gislan@o2.pl>)
+  
\ No newline at end of file