From: Dennis S. <sy...@yo...> - 2004-06-30 00:12:58
|
On Tue, 2004-06-29 at 20:22 -0300, Gustavo Sverzut Barbieri wrote: > Em Tuesday 29 June 2004 16:54, Dennis Smit escreveu: > > On Tue, 2004-06-29 at 14:21 -0300, Duilio Javier Protti wrote: > > > > * Fix alphabetic list for functions within doxygen generated docs. > > > > * Param system, both local and global. > > > > > > Do you make this, Dennis, right? > > > > I will do the param system. I have looked at the doxygen stuff > > and I don't understand why it's only alphabeticly listing > > structures and not functions. Gustavo maybe you can have > > a look at this ? > > I never used alphabetic listing... I'll try it later (next week) Rock on! > > Issues that I'm not able to solve with current codebase: > > * When switching actors >REALLY< fast it'll crash because of corruption > > in the video context pointer. I have no single idea what is causing > > this. > > Maybe you're using dirty memory (uninitialized)? Or lost pointers? Those are > the main point of failures I see. It must be memory related, Duilio have you been using valgrind to check it out ? Cheers, Dennis |