[wpdev-commits] wolfpack ChangeLog,1.48,1.49 uobject.cpp,1.183,1.184
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-14 00:14:48
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29713 Modified Files: ChangeLog uobject.cpp Log Message: 0000305 Index: uobject.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/uobject.cpp,v retrieving revision 1.183 retrieving revision 1.184 diff -C2 -d -r1.183 -r1.184 *** uobject.cpp 6 Sep 2004 17:36:13 -0000 1.183 --- uobject.cpp 14 Sep 2004 00:14:39 -0000 1.184 *************** *** 725,729 **** else SET_STR_PROPERTY( "name", this->name_ ) ! // \property object.pos This string property is the string representation of the position of the object. else if ( name == "pos" ) { --- 725,729 ---- else SET_STR_PROPERTY( "name", this->name_ ) ! // \property object.pos This property is a <object id="coord">coord</object> object (Python) or a string representation (Show/Set) of the objects position. else if ( name == "pos" ) { Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** ChangeLog 14 Sep 2004 00:01:45 -0000 1.48 --- ChangeLog 14 Sep 2004 00:14:39 -0000 1.49 *************** *** 8,11 **** --- 8,12 ---- - Added a bodytype property. - The server will now only process one action per loop. + - Fixed bug #0000305. (Documentation fix) Wolfpack 12.9.10 Beta (10. September 2004) |