From: Matthias B. <mb...@us...> - 2005-03-03 09:36:26
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18676 Modified Files: ChangeLog Log Message: Category and collide bits can now also be passed as int instead of long. Updated the doc which was wrong. Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ChangeLog 11 Feb 2003 14:55:29 -0000 1.1.1.1 --- ChangeLog 3 Mar 2005 09:36:16 -0000 1.2 *************** *** 0 **** --- 1,5 ---- + 2005-03-03 Matthias Baas <ba...@ir...> + + * src\geomobject.pyx (setCollideBits, setCategoryBits): Bits can now also be passed as int. + Updated doc about collide and category bits (which are actually long instead of int). + |