[Tux4kids-commits] r12 - in tuxmath/trunk: . docs src

dbruce at alioth.debian.org dbruce at alioth.debian.org
Thu Mar 8 20:59:32 CET 2007


Author: dbruce
Date: 2006-06-17 16:21:42 +0000 (Sat, 17 Jun 2006)
New Revision: 12

Modified:
   tuxmath/trunk/Makefile
   tuxmath/trunk/docs/CHANGES.txt
   tuxmath/trunk/docs/README.txt
   tuxmath/trunk/docs/TODO.txt
   tuxmath/trunk/src/tuxmath.h
Log:
Designation as version 0.8


Modified: tuxmath/trunk/Makefile
===================================================================
--- tuxmath/trunk/Makefile	2006-06-12 20:14:08 UTC (rev 11)
+++ tuxmath/trunk/Makefile	2006-06-17 16:21:42 UTC (rev 12)
@@ -30,7 +30,7 @@
 OWNER=$(shell if `groups root | grep root > /dev/null` ; then echo root:root ; else echo root:wheel ; fi)
 
 
-VERSION=2006.06.12
+VERSION=tuxmath-0.8
 
 all:	tuxmath
 

Modified: tuxmath/trunk/docs/CHANGES.txt
===================================================================
--- tuxmath/trunk/docs/CHANGES.txt	2006-06-12 20:14:08 UTC (rev 11)
+++ tuxmath/trunk/docs/CHANGES.txt	2006-06-17 16:21:42 UTC (rev 12)
@@ -1,5 +1,10 @@
 CHANGES.txt for "tuxmath"
 
+2006.Jun.17 (https://svn.tux4kids.net/tuxmath/ - revision 10)
+  Docs:
+    * Updates to README.txt and TODO.txt.
+    * Version designated as 0.8 in README.txt, tuxmath.h, and Makefile.
+
 2006.Jun.12 (https://svn.tux4kids.net/tuxmath/ - revision 9)
   Game:
     * Command-line argument added to allow ending the game with

Modified: tuxmath/trunk/docs/README.txt
===================================================================
--- tuxmath/trunk/docs/README.txt	2006-06-12 20:14:08 UTC (rev 11)
+++ tuxmath/trunk/docs/README.txt	2006-06-17 16:21:42 UTC (rev 12)
@@ -2,8 +2,9 @@
 An educational math tutorial game starring Tux, the Linux Penguin
 -----------------------------------------------------------------
 
-May 18, 2006
+June 17, 2006
 
+For tuxmath-0.8
 
 Objective
 ---------

Modified: tuxmath/trunk/docs/TODO.txt
===================================================================
--- tuxmath/trunk/docs/TODO.txt	2006-06-12 20:14:08 UTC (rev 11)
+++ tuxmath/trunk/docs/TODO.txt	2006-06-17 16:21:42 UTC (rev 12)
@@ -1,10 +1,12 @@
 TODO.txt for "tuxmath"
 
-January 3, 2005
+June 17, 2006
 
 
 Graphics:
-  * Change city graphics to something less violent.
+  * Consider changing city graphics to something less violent.
+  * Add more city graphic colors.
+  * Consider changing default resolution to 800x600.
 
 Interface:
   * Add more sound effects
@@ -13,19 +15,24 @@
     (for mouseless scenarios where arrow keys might not be the available...
     is there such a thing as numeric-only keyboards for PCs???)
   * High-score table?
-  * Disable controls if game is over
 
 Game Play:
+  * More entertaining "victory" and "defeat" screens
+  * Add option to review missed questions to end-of-game screens
+  * Add option to play next game using missed questions from current game
   * End-of-level calculations, bonuses and animations
-  * Finish tweaking equation-generation algorithm
+  * Add special targets that restore shields or rebuild cities.
 
 Documentation:
   * Finish README.txt
   * Finish INSTALL.txt
 
 Options:
-  * Require that at least one operator be selected, or display numbers 
-    instead of formulas if no operators are selected: "typing tutor" mode.
+  * Make all of settings for MathCards backend settable at run time rather than just
+    at compile time - will require major overall of Options screen(s).
+  * Have program read and write settings to disk as a human-readable text file.  Once
+    this is done, games could be played as a planned series of "lessons".
+  * Display numbers instead of formulas if no operators are selected: "typing tutor" mode.
   * Save options.
   * Admin options screen / files
   * Command-line options based on grade-level (?)
@@ -34,3 +41,4 @@
   * Optimize graphics blitting!!!
   * Abstract SDL_BlitSurface() calls
 
+

Modified: tuxmath/trunk/src/tuxmath.h
===================================================================
--- tuxmath/trunk/src/tuxmath.h	2006-06-12 20:14:08 UTC (rev 11)
+++ tuxmath/trunk/src/tuxmath.h	2006-06-17 16:21:42 UTC (rev 12)
@@ -22,6 +22,7 @@
 
 //#define NOSOUND
 #define TUXMATH_DEBUG   /* for conditional compilation of debugging output */
+#define TUXMATH_VERSION 0.8
 
 /* this struct contains all options regarding general       */
 /* gameplay but not having to do with math questions per se */




More information about the Tux4kids-commits mailing list