Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of Ticket #334


Ignore:
Timestamp:
Jul 11, 2009, 6:21:40 PM (15 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #334 – Description

    v1 v2  
    11There are currently some issues and missing feature with console commands. I would like to compile a list here that can be discussed and modified:
    22 1. Activity: Console commands should have the possibility to be active/inactive
    3  1. Lifetime: Console commands should be destructible and therefore more dynamic
     3 1. Lifetime: Console commands should be more dynamic so you can create and destroy one at will (and avoid memory leaks).
    44 1. Accessibility: Console commands should have access permissions.
    55 1. 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.