[wpdev-commits] xmlscripts/documentation/webroot ChangeLog.wolfpack,1.46,1.47
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-27 17:19:34
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20531/documentation/webroot Modified Files: ChangeLog.wolfpack Log Message: More updates, and more verbose. Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** ChangeLog.wolfpack 26 Aug 2004 21:11:30 -0000 1.46 --- ChangeLog.wolfpack 27 Aug 2004 17:19:24 -0000 1.47 *************** *** 6,16 **** --- 6,22 ---- - Timer fixes. - Changes to event/script functions. ( See Python changes. ) + - Fixes for walking and ladders + - Added support for basescripts, read-only assigned scripts. + - Added compression support for binary saves. * Definition Changes: - Tag Changes: <events></events> is now <scripts></scripts> + - Basescripts added to many scripts. Read only assigned scripts. + Format is: <basescripts></basescripts> * Python Script Changes: - Function Changes: Old: addevent() hasevent() removeevent() New: addscript() hasscript() removescript() + Note: hasevent still exists, but has another purpose. - Added the bolt command, just lightnings the target. - Added the email command, changes your account's email. *************** *** 18,28 **** - Fixes for the account command: Fixed a few typos. ! Fixed a bug in updating the password Added support for the email field. ! Fixed a bug with updating passwords. ( Dreoth was tired. :P ) ! - Tweaked the hunger script. ! - Fixed an update bug with npcs and the dye command. - Fixed a bug with the dupe command. * Misc. Changes: * Known Issues, Bugs, and Missing Features: - Some skills are still incomplete. --- 24,34 ---- - Fixes for the account command: Fixed a few typos. ! Fixed a bug in updating the passwords of accounts. Added support for the email field. ! - Tweaked the hunger script to affect hunger less often. ! - Fixed an update bug with NPCs and the dye command. - Fixed a bug with the dupe command. * Misc. Changes: + - Experimental Mac OSX Support * Known Issues, Bugs, and Missing Features: - Some skills are still incomplete. |