From: Ethan Glasser-C. <gla...@us...> - 2009-02-20 00:05:42
|
Update of /cvsroot/pyode/pyode In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11320 Modified Files: ChangeLog Log Message: Apply linear/angular damping patch from Tristam MacDonald. Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** ChangeLog 24 Dec 2008 03:33:56 -0000 1.26 --- ChangeLog 20 Feb 2009 00:05:33 -0000 1.27 *************** *** 1,2 **** --- 1,7 ---- + 2009-02-19 Ethan Glasser-Camp <eth...@gm...> + + * declarations.pyx, world.pyp: expose linear/angular damping + controls. Patch by Tristam MacDonald. + 2008-12-23 Ethan Glasser-Camp <eth...@gm...> |