Re: [Wormux-dev] Weird bug ..

2007-06-18 Par sujet Kurosu
Laurent Defert a écrit : >> (gdb) print queue.size() >> $2 = 1 >> (gdb) print queue.front()->GetTimestamp() >> $3 = 162320416 >> (gdb) print queue.front() >> $4 = (Action *&) @0x9acd310: 0x9accb38 >> (gdb) print a >> $5 = (Action *) 0x9accb38 The worst is that print queue.front()->m_timestamp retu

Re: [Wormux-dev] source code and slackbuild

2007-06-18 Par sujet nahuel tufro
ok, sorry, i have a hard weekend, i dont have time to read my mails... well, here you have my mail, so if u want i can help... than you (Y) On 6/14/07, yeKcim <[EMAIL PROTECTED]> wrote: > > >>> Second thing I heard is

[Wormux-dev] [PATCH] Factorize action initialization

2007-06-18 Par sujet Kurosu
Good evening, a recent commit fixed an uninitialized variable in an Action constructor. While not a perfect solution, I added an Init() member that implements once the initialization, and then reuse it in any concerned constructor. Best regards, Kurosu

[Wormux-dev] [PATCH] Remove unused stuff from Vector2

2007-06-18 Par sujet Kurosu
Good evening, it appears that the static const value is unused, so this patch removes it. There might be more, I have no idea. Best regards, Kurosu ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev

[Wormux-dev] [PATCH] Unload XML Profile

2007-06-18 Par sujet Kurosu
Good evening, src/gui/EnergyBar.cpp is leaking around 500K, say valgrind. With patch, no leak, say valgrind. There are other parts of the code that seem strange. I couldn't fix InfoMap cleanly, so I just left a FIXME note. Best regards, Kurosu ___ Worm