Re: [Pingus-Devel] Pingus is fantastic!

2006-11-07 Thread Aggro
--- Lloyd D Budd [EMAIL PROTECTED] wrote: If I can help please let me know. Here is a list of things that should be fixed or implemented: http://www.cmhousing.net/pingus/wiki/pmwiki.php/Main/Bugs Sponsored

Re: [Pingus-Devel] Newer Pingus version

2006-09-05 Thread Aggro
--- pacho [EMAIL PROTECTED] wrote: Pingus 0.6 will be removed from portage tree because Clanlib-0.6 is not maintained upstream and has become unmanagable. Where will be relesed a newer pingus version Currently we don't have everything done that should be done for the next release. But the

Re: [Pingus-Devel] Clanlib 0.8 has been released

2006-08-19 Thread Aggro
--- David Philippi [EMAIL PROTECTED] wrote: Will you apply the patches posted recently? IIRC you've got commit rights If I have commit rights, no-one has told me about them yet. So AFAIK I don't have any username/password either. I haven't ever committed patches eithers and I'm also not very

Memory leaks at GUIManager (gui_manager.cxx)

2006-04-11 Thread Aggro
I tried running pingus on valgrind (open source test software for example for finding memory leaks), and it pointed out that at src/gui/gui_manager.cxx GUIManager::add() leaks memory. It takes pointers of objects as a parameter, but I didn't see any code anywhere that would actually delete those

Patch to [# Bridger is slow in fast mode? ]

2006-04-09 Thread Aggro
Bug was: Bridger is slow in fast mode Solution: Walker and other actions call the update with parameter 0.033, while birdger called it without any parameter. I added the same parameter for bridger and it seems to work with fast mode now also. __ Do