eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] eliot configure.in game/settings.cpp


From: eliot-dev
Subject: [Eliot-dev] eliot configure.in game/settings.cpp
Date: Thu, 25 Sep 2008 20:39:38 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>      08/09/25 20:39:38

Modified files:
        .              : configure.in 
        game           : settings.cpp 

Log message:
         - Be slightly more tolerant in release mode
         - Prepare for release 1.7

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/configure.in?cvsroot=eliot&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/eliot/game/settings.cpp?cvsroot=eliot&r1=1.5&r2=1.6

Patches:
Index: configure.in
===================================================================
RCS file: /cvsroot/eliot/eliot/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- configure.in        22 Sep 2008 21:21:39 -0000      1.28
+++ configure.in        25 Sep 2008 20:39:37 -0000      1.29
@@ -3,7 +3,7 @@
 dnl --------------------------------------------------------------
 dnl configure.in for Eliot
 dnl --------------------------------------------------------------
-AC_INIT(eliot, 1.7-cvs)
+AC_INIT(eliot, 1.7)
 AC_CONFIG_SRCDIR(qt/main.cpp)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)

Index: game/settings.cpp
===================================================================
RCS file: /cvsroot/eliot/eliot/game/settings.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- game/settings.cpp   22 Sep 2008 21:21:44 -0000      1.5
+++ game/settings.cpp   25 Sep 2008 20:39:38 -0000      1.6
@@ -255,7 +255,9 @@
     }
     catch (SettingNotFoundException &e)
     {
+#ifdef DEBUG
         throw GameException("No such option: " + iName);
+#endif
     }
 #endif
 }




reply via email to

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