[wpdev-commits] xmlscripts/documentation/webroot ChangeLog.wolfpack,1.45,1.46
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-26 21:11:40
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31879/webroot Modified Files: ChangeLog.wolfpack Log Message: Updates Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** ChangeLog.wolfpack 23 Aug 2004 03:21:59 -0000 1.45 --- ChangeLog.wolfpack 26 Aug 2004 21:11:30 -0000 1.46 *************** *** 4,9 **** --- 4,16 ---- * Core Changes: - Added an email field for accounts. + - Timer fixes. + - Changes to event/script functions. ( See Python changes. ) * Definition Changes: + - Tag Changes: + <events></events> is now <scripts></scripts> * Python Script Changes: + - Function Changes: + Old: addevent() hasevent() removeevent() + New: addscript() hasscript() removescript() - Added the bolt command, just lightnings the target. - Added the email command, changes your account's email. *************** *** 13,16 **** --- 20,24 ---- 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. |