From: Matthias B. <mb...@us...> - 2006-11-10 10:56:29
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24874 Modified Files: ChangeLog Log Message: Update Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ChangeLog 9 Nov 2006 13:09:24 -0000 1.13 --- ChangeLog 10 Nov 2006 10:56:27 -0000 1.14 *************** *** 1,2 **** --- 1,11 ---- + 2006-11-10 Matthias Baas <ba...@ir...> + + * joints.pyx, geoms.pyx: Applied some more patches by + Ethan Glasser-Camp (switched from the ccylinder functions to + the capsule functions and renamed the GeomCCylinder to GeomCapsule. + For backwards compatibility, the name GeomCCylinder is still + available and is an alias for GeomCapsule. Added support for + GeomCylinder (the uncapped one)). + 2006-11-09 Matthias Baas <ba...@ir...> |