From: Matthias B. <mb...@us...> - 2007-06-05 08:42:19
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15787 Modified Files: ChangeLog Log Message: Applied a couiple of patches posted by Ethan Glasser-Camp (GeomRay doc strings, angle methods on UniversalJoint, GeomObject.__delattr__, weak refs, triangle count) Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ChangeLog 28 Nov 2006 16:33:29 -0000 1.15 --- ChangeLog 5 Jun 2007 08:42:17 -0000 1.16 *************** *** 1,7 **** ! 2006-11-28 Matthias Baas <ba...@ir...> * setup.py: Modified the setup script to upgrade to ODE 0.7. ! 2006-11-10 Matthias Baas <ba...@ir...> * joints.pyx, geoms.pyx: Applied some more patches by --- 1,14 ---- ! 2007-06-05 Matthias Baas <mb...@us...> ! ! * Applied a couple of patches posted by Ethan Glasser-Camp to the ! mailing list (doc strings for GeomRay, __delattr__ on ! GeomObject, UniversalJoint angle updates, storing ! Geoms with weak references, triangle count) ! ! 2006-11-28 Matthias Baas <mb...@us...> * setup.py: Modified the setup script to upgrade to ODE 0.7. ! 2006-11-10 Matthias Baas <mb...@us...> * joints.pyx, geoms.pyx: Applied some more patches by *************** *** 12,16 **** GeomCylinder (the uncapped one)). ! 2006-11-09 Matthias Baas <ba...@ir...> * joints.pyx: Applied a patch from the mailing list that adds support --- 19,23 ---- GeomCylinder (the uncapped one)). ! 2006-11-09 Matthias Baas <mb...@us...> * joints.pyx: Applied a patch from the mailing list that adds support *************** *** 22,26 **** (I've switched to v0.7 now). ! 2006-08-15 Matthias Baas <ba...@ir...> * joints.pyx: The JointGroup.__dealloc__() method now notifies --- 29,33 ---- (I've switched to v0.7 now). ! 2006-08-15 Matthias Baas <mb...@us...> * joints.pyx: The JointGroup.__dealloc__() method now notifies *************** *** 28,32 **** (i.e. _destroyed() is called). ! 2006-05-30 Matthias Baas <ba...@ir...> * mass.pyx: Applied Chris Bainbridge's patch that adds the --- 35,39 ---- (i.e. _destroyed() is called). ! 2006-05-30 Matthias Baas <mb...@us...> * mass.pyx: Applied Chris Bainbridge's patch that adds the *************** *** 34,38 **** the other set*Total() methods, too. ! 2006-04-13 Matthias Baas <ba...@ir...> * space.pyx, joints.pyx: Fixed some doc strings that generated --- 41,45 ---- the other set*Total() methods, too. ! 2006-04-13 Matthias Baas <mb...@us...> * space.pyx, joints.pyx: Fixed some doc strings that generated *************** *** 41,45 **** strings). ! 2006-01-17 Matthias Baas <ba...@ir...> * geomobject.pyx: Added the getQuaternion()/setQuaternion() methods --- 48,52 ---- strings). ! 2006-01-17 Matthias Baas <mb...@us...> * geomobject.pyx: Added the getQuaternion()/setQuaternion() methods *************** *** 53,61 **** equality. ! 2005-09-20 Matthias Baas <ba...@ir...> * ode.pyx: Added the ParamX3 parameter names and the ParamGroup definition ! 2005-06-24 Matthias Baas <ba...@ir...> * Modified the base joint class so that its possible to store --- 60,68 ---- equality. ! 2005-09-20 Matthias Baas <mb...@us...> * ode.pyx: Added the ParamX3 parameter names and the ParamGroup definition ! 2005-06-24 Matthias Baas <mb...@us...> * Modified the base joint class so that its possible to store *************** *** 63,67 **** This was suggested in "bug" 1121141. ! 2005-06-06 Matthias Baas <ba...@ir...> * Creating a Body now requires a World object. Empty Bodies are not --- 70,74 ---- This was suggested in "bug" 1121141. ! 2005-06-06 Matthias Baas <mb...@us...> * Creating a Body now requires a World object. Empty Bodies are not *************** *** 71,80 **** * Added an iterator to iterate over the geoms inside a Space. ! 2005-05-05 Matthias Baas <ba...@ir...> * src\joints.pyx (Joints): Added methods to set joint forces/torques directly (section 7.6 in the ODE manual). ! 2005-03-03 Matthias Baas <ba...@ir...> * src\geomobject.pyx (setCollideBits, setCategoryBits): Bits can now also be passed as int. --- 78,87 ---- * Added an iterator to iterate over the geoms inside a Space. ! 2005-05-05 Matthias Baas <mb...@us...> * src\joints.pyx (Joints): Added methods to set joint forces/torques directly (section 7.6 in the ODE manual). ! 2005-03-03 Matthias Baas <mb...@us...> * src\geomobject.pyx (setCollideBits, setCategoryBits): Bits can now also be passed as int. |