[wpdev-commits] xmlscripts/documentation/webroot ChangeLog.wolfpack,1.47,1.48
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-27 17:27:37
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22023/documentation/webroot Modified Files: ChangeLog.wolfpack Log Message: More up to date. Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** ChangeLog.wolfpack 27 Aug 2004 17:19:24 -0000 1.47 --- ChangeLog.wolfpack 27 Aug 2004 17:27:26 -0000 1.48 *************** *** 3,12 **** Wolfpack 12.9.9 Beta (CVS) * Core Changes: ! - Added an email field for accounts. ! - 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: --- 3,30 ---- Wolfpack 12.9.9 Beta (CVS) * Core Changes: ! - 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. ! - Added an e-mail field to the account database. ! - Added the "email" property for accounts to the python interface. ! - .exportdefinitions now exports data about NPCs and their equipment to the ! categories.db database. ! - .exportdefinitions now exports data about multis to the ! categories.db database. ! - Backup functionality for the binary save driver. ! - Binary backups can automatically be compressed using gzip. ! - The number of backups kept can be limited. ! - Allowed scripts to be attached to base definitions by using ! <basescripts>a,b,c</basescripts>. ! Those scripts are attached to objects by using their baseid property. ! If you change the <basescripts> tags in the definition, all objects using ! that definition will use the new scripts automatically. ! - onDetach and onAttach are not called for those scripts. ! - hasscript(a) will return true if a is in the basescripts. ! - addscript now prepends a new script rather than appending it. ! - Fix for spawnregions where y1 > y2. * Definition Changes: - Tag Changes: |