[arch-commits] Commit in xmoto/trunk (ChangeLog ode-0.10.patch)

Ronald van Haren ronald at archlinux.org
Wed Jul 30 11:22:21 UTC 2008


    Date: Wednesday, July 30, 2008 @ 07:22:21
  Author: ronald
Revision: 7331

upgpkg: xmoto 0.4.2-2

Added:
  xmoto/trunk/ode-0.10.patch
Modified:
  xmoto/trunk/ChangeLog

----------------+
 ChangeLog      |    4 ++++
 ode-0.10.patch |   15 +++++++++++++++
 2 files changed, 19 insertions(+)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-07-30 11:20:57 UTC (rev 7330)
+++ ChangeLog	2008-07-30 11:22:21 UTC (rev 7331)
@@ -1,3 +1,7 @@
+2008-07-29 Ronald van Haren <ronald.archlinux.org>
+	* 0.4.2-2
+	fix incompatibility with ode 0.10
+
 2008-04-13 Travis Willard <travis at archlinux.org>
 
 	* 0.4.2-1

Added: ode-0.10.patch
===================================================================
--- ode-0.10.patch	                        (rev 0)
+++ ode-0.10.patch	2008-07-30 11:22:21 UTC (rev 7331)
@@ -0,0 +1,15 @@
+diff -Naur xmoto-0.4.2/src/xmscene/BikePlayer.cpp 
+xmoto-0.4.2-patched/src/xmscene/BikePlayer.cpp
+--- xmoto-0.4.2/src/xmscene/BikePlayer.cpp	2008-07-29 
+19:03:01.000000000 +0200
++++ xmoto-0.4.2-patched/src/xmscene/BikePlayer.cpp	2008-07-29 
+19:02:37.000000000 +0200
+@@ -146,6 +146,7 @@
+   m_bFirstPhysicsUpdate = true;
+ 
+   /* Setup ODE */
++  dInitODE();
+   m_WorldID = dWorldCreate();
+   dWorldSetERP(m_WorldID,PHYS_WORLD_ERP);
+   dWorldSetCFM(m_WorldID,PHYS_WORLD_CFM);
+





More information about the arch-commits mailing list