[Tux4kids-commits] r521 - in tuxmath/trunk: data/images/backgrounds data/images/title doc src

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Sun Jun 15 21:25:44 UTC 2008


Author: dbruce-guest
Date: 2008-06-15 21:25:43 +0000 (Sun, 15 Jun 2008)
New Revision: 521

Removed:
   tuxmath/trunk/data/images/backgrounds/0.jpg
   tuxmath/trunk/data/images/backgrounds/1.jpg
   tuxmath/trunk/data/images/backgrounds/10.jpg
   tuxmath/trunk/data/images/backgrounds/11.jpg
   tuxmath/trunk/data/images/backgrounds/12.jpg
   tuxmath/trunk/data/images/backgrounds/2.jpg
   tuxmath/trunk/data/images/backgrounds/3.jpg
   tuxmath/trunk/data/images/backgrounds/4.jpg
   tuxmath/trunk/data/images/backgrounds/5.jpg
   tuxmath/trunk/data/images/backgrounds/6.jpg
   tuxmath/trunk/data/images/backgrounds/7.jpg
   tuxmath/trunk/data/images/backgrounds/8.jpg
   tuxmath/trunk/data/images/backgrounds/9.jpg
Modified:
   tuxmath/trunk/data/images/backgrounds/Makefile.am
   tuxmath/trunk/data/images/title/menu_bkg.jpg
   tuxmath/trunk/doc/changelog
   tuxmath/trunk/src/game.h
   tuxmath/trunk/src/options.c
   tuxmath/trunk/src/tuxmath.h
Log:
New 1280x1024 versions of background images.



Deleted: tuxmath/trunk/data/images/backgrounds/0.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/1.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/10.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/11.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/12.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/2.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/3.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/4.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/5.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/6.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/7.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/8.jpg
===================================================================
(Binary files differ)

Deleted: tuxmath/trunk/data/images/backgrounds/9.jpg
===================================================================
(Binary files differ)

Modified: tuxmath/trunk/data/images/backgrounds/Makefile.am
===================================================================
--- tuxmath/trunk/data/images/backgrounds/Makefile.am	2008-06-15 02:12:09 UTC (rev 520)
+++ tuxmath/trunk/data/images/backgrounds/Makefile.am	2008-06-15 21:25:43 UTC (rev 521)
@@ -10,9 +10,4 @@
   4.jpg \
   5.jpg \
   6.jpg \
-  7.jpg \
-  8.jpg \
-  9.jpg \
-  10.jpg \
-  11.jpg \
-  12.jpg
+  7.jpg 

Modified: tuxmath/trunk/data/images/title/menu_bkg.jpg
===================================================================
(Binary files differ)

Modified: tuxmath/trunk/doc/changelog
===================================================================
--- tuxmath/trunk/doc/changelog	2008-06-15 02:12:09 UTC (rev 520)
+++ tuxmath/trunk/doc/changelog	2008-06-15 21:25:43 UTC (rev 521)
@@ -1,3 +1,12 @@
+2008.June.14 (svn.debian.org/tux4kids - revision 521)
+      Graphics:
+        New 1280x1024 versions of background images (from Debian Etch at
+        /usr/share/pixmaps/backgrounds/cosmos/*.jpg - these are public
+        domain astrophotographs released by NASA). The four older, GIMP-
+        drawn backgrounds have been removed.
+
+      David Bruce <davidstuartbruce at gmail.com>
+
 2008.June.14 (svn.debian.org/tux4kids - revision 518)
       Graphics:
         Got zoom() working - made pixels.c its own file instead of having

Modified: tuxmath/trunk/src/game.h
===================================================================
--- tuxmath/trunk/src/game.h	2008-06-15 02:12:09 UTC (rev 520)
+++ tuxmath/trunk/src/game.h	2008-06-15 21:25:43 UTC (rev 521)
@@ -22,7 +22,7 @@
 #define MAX_COMETS 10
 #define NUM_CITIES 4   /* MUST BE AN EVEN NUMBER! */
 
-#define NUM_BKGDS 12
+#define NUM_BKGDS 8
 
 #define MAX_CITY_COLORS 4
 

Modified: tuxmath/trunk/src/options.c
===================================================================
--- tuxmath/trunk/src/options.c	2008-06-15 02:12:09 UTC (rev 520)
+++ tuxmath/trunk/src/options.c	2008-06-15 21:25:43 UTC (rev 521)
@@ -89,7 +89,6 @@
   game_options->last_score = DEFAULT_LAST_SCORE;
 
   game_options->num_cities = DEFAULT_NUM_CITIES;   /* MUST BE AN EVEN NUMBER! */
-  game_options->num_bkgds = DEFAULT_NUM_BKGDS;
   game_options->max_city_colors = DEFAULT_MAX_CITY_COLORS;
 
   #ifdef TUXMATH_DEBUG

Modified: tuxmath/trunk/src/tuxmath.h
===================================================================
--- tuxmath/trunk/src/tuxmath.h	2008-06-15 02:12:09 UTC (rev 520)
+++ tuxmath/trunk/src/tuxmath.h	2008-06-15 21:25:43 UTC (rev 521)
@@ -94,7 +94,6 @@
 /* These values are hard-coded and used 'as is' by the program */
 /* (i.e. these behaviors require recompilation to change)   */ 
 #define DEFAULT_NUM_CITIES 4   /* MUST BE AN EVEN NUMBER! */
-#define DEFAULT_NUM_BKGDS 6
 #define DEFAULT_MAX_CITY_COLORS 4
 
 #define MINIMUM_SPEED 0.8




More information about the Tux4kids-commits mailing list