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