[wpdev-commits] wolfpack ChangeLog,1.112,1.113
Brought to you by:
rip,
thiagocorrea
From: Thiago B. <hel...@us...> - 2004-10-16 00:57:50
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22372 Modified Files: ChangeLog Log Message: Added missing ChangeLog entry. Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** ChangeLog 15 Oct 2004 14:38:22 -0000 1.112 --- ChangeLog 16 Oct 2004 00:57:37 -0000 1.113 *************** *** 54,57 **** --- 54,58 ---- - Overhauled the body sound system. Now allows for every sound to be overriden individually in the bodyinfo or in the base definition. + - The <include> tag is now context-sensitive (i.e. can be used within definition elements to include child elements). Wolfpack 12.9.11 Beta (26. September 2004) *************** *** 63,67 **** - The server will now only process one action per loop. - Fixed bug #0000305. (Documentation fix) ! - Fixed a memory leak in char.dispel. - Fixed bug #0000307. (Timers not being deleted with character) - Added socket.removeobject() + socket.sendobject() methods. --- 64,68 ---- - The server will now only process one action per loop. - Fixed bug #0000305. (Documentation fix) ! - Fixed a memory leak in char.dispel. - Fixed bug #0000307. (Timers not being deleted with character) - Added socket.removeobject() + socket.sendobject() methods. *************** *** 94,98 **** - Console will show which unicode format was compiled in Python UCS2 or UCS4 - Fixed compile error on FreeBSD. ! - Exposed the base definition class to python. - Added wolfpack.bodyinfo(id) - Added/Changed wolfpack.itembase(def), wolfpack.charbase(def) --- 95,99 ---- - Console will show which unicode format was compiled in Python UCS2 or UCS4 - Fixed compile error on FreeBSD. ! - Exposed the base definition class to python. - Added wolfpack.bodyinfo(id) - Added/Changed wolfpack.itembase(def), wolfpack.charbase(def) |