Changes between Version 1 and Version 2 of Ticket #334
- Timestamp:
- Jul 11, 2009, 6:21:40 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #334 – Description
v1 v2 1 1 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: 2 2 1. Activity: Console commands should have the possibility to be active/inactive 3 1. Lifetime: Console commands should be destructible and therefore more dynamic3 1. Lifetime: Console commands should be more dynamic so you can create and destroy one at will (and avoid memory leaks). 4 4 1. Accessibility: Console commands should have access permissions. 5 5 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.