From: Matthias B. <mb...@us...> - 2005-06-06 12:56:02
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24327 Modified Files: ChangeLog Log Message: Creating a Body now requires a World object. Empty Bodies are not allowed anymore. ode.environment now simply holds None instead of an empty Body. The attach() method now accepts None as well. Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 5 May 2005 17:41:32 -0000 1.3 --- ChangeLog 6 Jun 2005 12:55:52 -0000 1.4 *************** *** 1,2 **** --- 1,10 ---- + 2005-06-06 Matthias Baas <ba...@ir...> + + * Creating a Body now requires a World object. Empty Bodies are not + allowed anymore. The ode.environment object now simply holds None + instead of an empty Body. It's now also possible to pass None to + the attach() method. + * Added an iterator to iterate over the geoms inside a Space. + 2005-05-05 Matthias Baas <ba...@ir...> |