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