[wpdev-commits] wolfpack ChangeLog,1.18,1.19
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-09-02 00:52:41
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14635 Modified Files: ChangeLog Log Message: Documentation Fix Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** ChangeLog 31 Aug 2004 19:16:48 -0000 1.18 --- ChangeLog 2 Sep 2004 00:52:29 -0000 1.19 *************** *** 3,9 **** Wolfpack 12.9.9 Beta (CVS) - Allowed viewing and setting account properties via .set and .show. ! Replace <property> with the name of the account property and <value> with the value you want to set: ! .set account.<property> <value> .show account.<property> - Moved the account property getters and setters into the cAccount class. --- 3,9 ---- Wolfpack 12.9.9 Beta (CVS) - Allowed viewing and setting account properties via .set and .show. ! Replace <property> with the name of the account property and <value> with the value you want to set: ! .set account.<property> <value> .show account.<property> - Moved the account property getters and setters into the cAccount class. *************** *** 31,38 **** - Stamina loss when taking damage. - Overweight prevents walking now. ! - Walking is denied if stamina is 0. - Fixed an issue with account names containing foreign characters on save. - Fixed an issue with walking/running not being sent to other cliens. - Added wolfpack.queuecode to queue a python function for the next mainloop iteration. Wolfpack 12.9.8 Beta (19. August 2004) --- 31,39 ---- - Stamina loss when taking damage. - Overweight prevents walking now. ! - Walking is denied if stamina is 0. - Fixed an issue with account names containing foreign characters on save. - Fixed an issue with walking/running not being sent to other cliens. - Added wolfpack.queuecode to queue a python function for the next mainloop iteration. + - Documentation fixes for item.addtimer. Wolfpack 12.9.8 Beta (19. August 2004) |