[wpdev-commits] wolfpack ChangeLog,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-13 08:57:39
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14809 Modified Files: ChangeLog Log Message: Compile warning fixes Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 10 Aug 2004 02:00:16 -0000 1.4 --- ChangeLog 13 Aug 2004 08:57:30 -0000 1.5 *************** *** 5,18 **** Wolfpack 12.9.8 Beta (4. August 2004) ! - Gump Responses are now passed on as Unicode rather than in ! the local codepage. - Floating point tags are now saved correctly. ! - Removed commands: tags, addevent, removeevent, account, resurrect, password, ! tele, invis, kill, fix, resend, allskills, remove, move, who. ! - Region Updates/Fixes: ! Added flags: noentermessage and noguardmessage ! Fixed guardowner messages ! - Removed <gold></gold> support: ! Item baseid 'eed' should be used instead. - Documentation Updates - More warning fixes --- 5,20 ---- Wolfpack 12.9.8 Beta (4. August 2004) ! - Cleanups and general fixes. ! - Gump Responses are now passed on as Unicode rather than in the ! local codepage. - Floating point tags are now saved correctly. ! - Removed commands: tags, addevent, removeevent, account, ! resurrect, password, tele, invis, kill, fix, resend, ! allskills, remove, move, who ! - Region Updates/Fixes. ! Added flags: noentermessage and noguardmessage ! Fixed guardowner messages ! - Removed <gold></gold> support. ! Item baseid 'eed' should be used instead. - Documentation Updates - More warning fixes *************** *** 20,31 **** - Added status on MySQL/SQLite modules. - New Python getProperty method. ! - Fixed a possible bug with the Python interface: ! ( possibly source of crashing bugs ) - Property item.magic is now item.movable ! - New Config Option: Speedhack Countermeasure (See Anti Speed Hack settings in the General group) - - New Windows Release builds should now include MySQL support by default. - Added some additional checking to wolfpack.pro ! - Began binary save feature (Incomplete) Wolfpack 12.9.7 Beta (4. July 2004) --- 22,34 ---- - Added status on MySQL/SQLite modules. - New Python getProperty method. ! - Fixed a possible bug with the Python interface ! ( Possibly source of crashing bugs ) - Property item.magic is now item.movable ! - (Configurable) Speedhack Countermeasure (See Anti Speed Hack settings in the General group) - Added some additional checking to wolfpack.pro ! - Began binary save feature. (Incomplete) ! - Fixes for mul and diff files. ! Haven should now work. Wolfpack 12.9.7 Beta (4. July 2004) |