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

List:       kde-commits
Subject:    playground/games/astrododge/src
From:       Rivo Laks <rivolaks () hot ! ee>
Date:       2009-06-22 19:51:53
Message-ID: 1245700313.259542.30310.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 985425 by rivol:

*sigh*  Disable ODE precision-detection code.
ODE got dGetConfiguration() function only in 0.10, so we can't use because it would \
break 0.9 (and earlier). And ODE doesn't provide a way to figure out it's version \
either...  :-(

 M  +2 -0      gameworld.cpp  


--- trunk/playground/games/astrododge/src/gameworld.cpp #985424:985425
@@ -218,6 +218,7 @@
     mDataDir = datadir;
 
     dInitODE();
+    /*
     QStringList odeExtensions = QString((dGetConfiguration())).split(' ');
     kDebug() << "ODE config:" << odeExtensions;
 #ifdef dSINGLE
@@ -233,6 +234,7 @@
         return false;
     }
 #endif
+    */
     mOdeWorld = dWorldCreate();
     dWorldSetGravity(mOdeWorld, 0.0, -0.0, 0.0);
 


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

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