|
From: Chad M. <cmm...@us...> - 2005-05-10 17:02:11
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28617 Modified Files: Tag: pre_5_0_beta ChangeLog Log Message: Valgrind cleanup. Made experience log treat it's exp list records properly and made sure m_exp_log is initialized in the constructor always. Also changed to use QPtrList since QList is deprecated. Made spells.cpp properly call clear() which deletes the spells properly instead of calling clearSpells (which is the signal when spells are cleared). Made spawn.cpp initialize all spawn fields in all constructors. Made xmlprefernces delete the sections when it is destructed. Made spellshell not clobber spells if they are referenced twice. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.15 retrieving revision 1.1.2.16 diff -u -d -r1.1.2.15 -r1.1.2.16 --- ChangeLog 10 May 2005 16:31:38 -0000 1.1.2.15 +++ ChangeLog 10 May 2005 17:01:31 -0000 1.1.2.16 @@ -10,6 +10,7 @@ + Added unknown world data to the unknown log + Fixed the skills window to properly show skills > 252 + Show strings in the spawnlist as utf8 properly ++ Valgrind cleanup for some uninitialized references and minor memory leaks dophaZ (04/17/05) ----------------------- |