[wpdev-commits] wolfpack ChangeLog,1.128,1.129
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-11-03 08:19:49
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17526 Modified Files: ChangeLog Log Message: Summarized changes... Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** ChangeLog 30 Oct 2004 16:03:20 -0000 1.128 --- ChangeLog 3 Nov 2004 08:19:37 -0000 1.129 *************** *** 18,21 **** --- 18,32 ---- - Fixed bug #0000364. (Vendors not selling items they bought) - Rewrote the vendor buy handler code. + - Improved the configure script: + Translations are disabled by default now. + Cleaner output. + Fixed a bug with MySQL lib reporting. + - The SectorMaps singleton has been renamed to MapObjects. + - The deprecated RegionIterators have been removed. + - The SectorIterators have also been replaced with a much faster iterator. + - The new iterators don't allocate/copy memory anymore. + - The "range" lookup now looks for items within a real circle. + - Multis now have their own structure, and are now separate from items. + - Region calls now list online and offline chars in seperate lists. Wolfpack 12.9.12 Beta (18. October 2004) |