Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/consolecommands3/src/libraries/core/command

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7277   14 years landauf added new console command "alias" that can bind commands (including …
(edit) @7276   14 years landauf until now we could group words and values in console commands and XML …
(edit) @7274   14 years rgrieder MSVC build fix.
(edit) @7272   14 years landauf using object stack and function stack together works now
(edit) @7270   14 years landauf pushFunction() (which explicitly adds a new level to the console …
(edit) @7267   14 years landauf use a base-functor instead of a base-executor in ConsoleCommand …
(edit) @7265   14 years landauf added a missing TypeTrait in MultiType which caused problems on some …
(edit) @7242   14 years landauf small changes regarding the return type of createFunctor() to compile …
(edit) @7239   14 years rgrieder Macro expansion is not clearly defined in the C++ standard …
(edit) @7238   14 years landauf added a function to compute the Levenshtein distance between two …
(edit) @7236   14 years landauf replaced the temporary names of all ConsoleCommand related classes and …
(edit) @7235   14 years landauf - fixed error if a command doesn't exist not being shown while using …
(edit) @7234   14 years landauf the unhide command now also supports auto-completion for the hidden …
(edit) @7233   14 years landauf - console commands "setMMSoundPath" and "printObjects" are now hidden. …
(edit) @7232   14 years landauf hide commands and command groups from auto-completion if they are …
(edit) @7231   14 years landauf removed debug output
(edit) @7230   14 years landauf re-implemented parameter evaluation in CommandEvaluation and …
(edit) @7229   14 years landauf implemented command cache in CommandExecutor
(edit) @7228   14 years landauf re-implemented CommandExecutor and CommandEvaluation. parameter …
(edit) @7222   14 years landauf added access level checking
(edit) @7221   14 years landauf adapted CommandExecutor and CommandEvaluation to make it compile …
(edit) @7219   14 years landauf adapted all console commands to the new interface
(edit) @7218   14 years landauf some improvements/fixes in ConsoleCommand
(edit) @7216   14 years landauf removed old console command implementation (doesn't compile)
(edit) @7215   14 years landauf new console command interface now supports all functions of the old …
(edit) @7214   14 years landauf progress on the new console command interface. enhanced possibilities …
(edit) @7213   14 years landauf small changes in Functor, removed specialization for FunctorStatic …
(edit) @7212   14 years landauf re-implemented Functor - without macros!
(edit) @7205   14 years landauf moved SharedPtr to util
(edit) @7203   14 years landauf adjusted includes in core/command/*
(add) @7202   14 years landauf moved all files related to the command execution chain to core/command …
Note: See TracRevisionLog for help on using the revision log.