Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Owner Reporter Resolution Summary
#302 nobody rgrieder fixed Bug: TclThreadManager
Description

When using threads with the TclThreadManager there has to be a problem somewhere because on dual core systems, it may lead to a runtime error. Try again to find that bug!

#312 nobody rgrieder fixed Bug: Ogre config dialog
Description

When clicking on "cancel" in the OGRE render config dialog, Orxonox may crash.

Experienced on Windows 32-bit with MSVC build in branch buildsystem2.

#334 landauf rgrieder fixed Improve Console Commands
Description

There are currently some issues and missing feature with console commands. I would like to compile a list here that can be discussed and modified:

  1. Activity: Console commands should have the possibility to be active/inactive
  2. Lifetime: Console commands should be more dynamic so you can create and destroy one at will (and avoid memory leaks).
  3. Accessibility: Console commands should have access permissions.
  4. Dispatching: What about console commands that can be applied not to one single static function but to all objects of a member function? It would be almost like the config values but with 5 possible different arguments and no ini-file entry.
  5. Preconditions: Is it really necessary that all classes using CC must derive from OrxonoxClass? It is of course mandatory for 4.

There is already some basic construct to realise accessibility but it is not yet implemented. I think this might be quite important because sometimes these console commands ease programming by magnitudes if you want to avoid some singleton-hacking or so.

Btw: I assigned the severity of the ticket "critical" because we currently have memory leaks due to console commands.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.