[wpdev-commits] xmlscripts/documentation/webroot ChangeLog.wolfpack,1.40,1.41
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-17 23:06:29
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25494/documentation/webroot Modified Files: ChangeLog.wolfpack Log Message: ChangeLog updates Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** ChangeLog.wolfpack 14 Aug 2004 05:44:58 -0000 1.40 --- ChangeLog.wolfpack 17 Aug 2004 19:34:26 -0000 1.41 *************** *** 10,13 **** --- 10,14 ---- Wolfpack 12.9.8 Beta (4. August, 2004) * Core Changes: + - Save fixes - Cleanups and general fixes. - Gump Responses are now passed on as Unicode rather than in the *************** *** 71,79 **** - New script: system.hunger This allows players to suffer from hunger once again. ! - New Script: system.players This has basic onLogin() onLogout() hooks for players. - New script: wolfpack.locales This will be an index with messages in many languages for easy configuration for the server's non-cliloc messages. - Script Fixes: Eating food no longer animates a character if on a mount. --- 72,83 ---- - New script: system.hunger This allows players to suffer from hunger once again. ! - New script: system.players This has basic onLogin() onLogout() hooks for players. - New script: wolfpack.locales This will be an index with messages in many languages for easy configuration for the server's non-cliloc messages. + - Removed script: commands.addtree + - New script: commands.adddecor + This replaces addtree and expands the usage. - Script Fixes: Eating food no longer animates a character if on a mount. |