[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdegames/kmines
From:       Nicolas Hadacek <hadacek () kde ! org>
Date:       2005-08-25 21:13:35
Message-ID: 1125004415.991547.27675.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 453325 by hadacek:

- fix bug #100163 (log file loading)
- adjust version and changelog


 M  +7 -1      CHANGELOG  
 M  +2 -2      status.cpp  
 M  +3 -3      version.h  


--- branches/KDE/3.5/kdegames/kmines/CHANGELOG #453324:453325
@@ -1,4 +1,10 @@
-2.1.9 (27 Jun 2004) [KDE 3.3 devel]
+2.1.10 (25 Aug 2005) [KDE 3.5 devel]
+
+2.1.9a (25 Aug 2005) [KDE 3.4.3 stable]
+ * fix constness in solver [reported by ]
+ * fix bug: cannot load log [reported by Tobias Meyer]
+
+2.1.9 (27 Jun 2004) [KDE 3.3 stable]
  * fix compilation of solver debugging code.
  * add missing events
  * replace case size option by zoom in/zoom out actions
--- branches/KDE/3.5/kdegames/kmines/status.cpp #453324:453325
@@ -421,9 +421,9 @@
         QDomElement a = actions.item(i).toElement();
         if ( a.isNull() ) return false;
         uint i0 = a.attribute("line").toUInt(&ok);
-        if ( !ok || i0>=w ) return false;
+        if ( !ok || i0>=h ) return false;
         uint j = a.attribute("column").toUInt(&ok);
-        if ( !ok || j>=h ) return false;
+        if ( !ok || j>=w ) return false;
         QString type = a.attribute("type");
         uint k = 0;
         for (; k<Field::Nb_Actions; k++)
--- branches/KDE/3.5/kdegames/kmines/version.h #453324:453325
@@ -1,5 +1,5 @@
-#define VERSION	     "2.1.9"
-#define LONG_VERSION "2.1.9 (5 Aug 2004)"
-#define COPYLEFT     "(c) 1996-2004, Nicolas Hadacek\n(c) 2001, Mikhail Kourinny"
+#define VERSION	     "2.1.10"
+#define LONG_VERSION "2.1.10 (25 Aug 2005)"
+#define COPYLEFT     "(c) 1996-2005, Nicolas Hadacek\n(c) 2001, Mikhail Kourinny"
 #define EMAIL        "hadacek@kde.org"
 #define HOMEPAGE     "http://kmines.sourceforge.net/"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic