Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2008, 5:38:03 AM (16 years ago)
Author:
landauf
Message:
  • added set and tset functions to the ConfigValueContainer to (temporary) set a config-value to a new value
  • ConfigValueContainer uses now the functions of MultiTypeMath to convert and assign values
  • added some errorhandling to the CommandExecutor in case there are not enough parameters when executing the command
  • added updateConfigValues function to Identifier
  • added addTime and removeTime functions to the Timer
  • some changes in Executor to allow adding description and default-values when using the ConsoleCommand macro
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/orxonox/core/CommandExecutor.h

    r955 r957  
    6868    class _CoreExport CommandEvaluation
    6969    {
     70        friend class CommandExecutor;
     71
    7072        public:
    7173            CommandEvaluation();
     
    7577            bool isValid() const;
    7678
     79        private:
    7780            std::string processedCommand_;
    7881            SubString tokens_;
Note: See TracChangeset for help on using the changeset viewer.