pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3632 - in trunk/pingus: . src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3632 - in trunk/pingus: . src
Date: Thu, 3 Jul 2008 00:16:03 +0200

Author: grumbel
Date: 2008-07-03 00:16:02 +0200 (Thu, 03 Jul 2008)
New Revision: 3632

Modified:
   trunk/pingus/NEWS
   trunk/pingus/TODO
   trunk/pingus/src/pingus_main.cpp
Log:
Updated NEWS a bit

Modified: trunk/pingus/NEWS
===================================================================
--- trunk/pingus/NEWS   2008-07-02 22:09:53 UTC (rev 3631)
+++ trunk/pingus/NEWS   2008-07-02 22:16:02 UTC (rev 3632)
@@ -1,10 +1,18 @@
-0.7.3 (??/Nov/2007)
+0.7.3 (03/Jul/2008)
 ===================
 * fixed game not starting when no soundcard is present
-* all halloween levels have been converted to a size of 1920x1200 or
-  larger (i.e. they can be played in fullscreen on all common monitors
+* all halloween levels have been converted to a minimum size 1920x1200
+  (i.e. they can be played in fullscreen on all common monitors
   without letterboxing)
+* a brand new X-Mas theme along with three new X-Mas levels
+* a brand new Easter theme along with four new Easter levels
+* new --userdir command line switch to set the directory where savegames
+  are saved
+* GUI double-click issue fixed
+* demo recording and playback are back
+* forest set
 
+
 0.7.2 (31/Oct/2007)
 ===================
 * added support for levelsets

Modified: trunk/pingus/TODO
===================================================================
--- trunk/pingus/TODO   2008-07-02 22:09:53 UTC (rev 3631)
+++ trunk/pingus/TODO   2008-07-02 22:16:02 UTC (rev 3632)
@@ -56,6 +56,8 @@
 
 * shadow in levelset background is wrong
 
+* split blackboard graphic into foreground and background, draw seperatly to 
get cleaner resize
+
 New Features
 ============
 
@@ -186,7 +188,7 @@
 
 * Level Converter needs to be finalized:
 
-  - convert all levels and check all classic levels for issues
+  - convert all levels and check all classic levels for issues, also compare 
with xskat
 
   - level converter has a bug that causes some object types to be
     ignored (startpos and likely the other more excotic worldobj

Modified: trunk/pingus/src/pingus_main.cpp
===================================================================
--- trunk/pingus/src/pingus_main.cpp    2008-07-02 22:09:53 UTC (rev 3631)
+++ trunk/pingus/src/pingus_main.cpp    2008-07-02 22:16:02 UTC (rev 3632)
@@ -386,7 +386,7 @@
           case 'v':
             std::cout << "Pingus " << VERSION << std::endl;
               std::cout << "\n"
-              "Copyright (C) 1998-2007 Ingo Ruhnke <address@hidden>\n"
+              "Copyright (C) 1998-2008 Ingo Ruhnke <address@hidden>\n"
               "See the file AUTHORS for a complete list of contributors.\n\n"
               "There is NO warranty.  You may redistribute this software\n"
               "under the terms of the GNU General Public License.\n"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]