Update of /cvsroot/pyode/pyode
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1345
Modified Files:
ChangeLog
Log Message:
Applied two patches from the mailing list which add support for LMotor and Plane2DJoint.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pyode/pyode/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ChangeLog 15 Aug 2006 12:58:42 -0000 1.12
--- ChangeLog 9 Nov 2006 13:09:24 -0000 1.13
***************
*** 1,2 ****
--- 1,12 ----
+ 2006-11-09 Matthias Baas <ba...@ir...>
+
+ * joints.pyx: Applied a patch from the mailing list that adds support
+ for the LMotor (thanks to Ethan Glasser-Camp).
+ * joints.pyx: Applied a patch from the mailing list that adds support
+ for the Plane2DJoint (thanks to Leonard Ritter).
+
+ These changes requires a more recent version of ODE than 0.5
+ (I've switched to v0.7 now).
+
2006-08-15 Matthias Baas <ba...@ir...>
|