Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 13, 2011, 9:41:38 PM (13 years ago)
Author:
landauf
Message:

added console command "orxout" (and also "orxout_context")
re-added the shortcut commands log, error, warning, status, info, and debug
adjusted init.tcl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/core/command/Shell.cc

    r8836 r8837  
    4747#include "core/input/InputBuffer.h"
    4848#include "CommandExecutor.h"
    49 #include "ConsoleCommand.h"
    5049
    5150namespace orxonox
    5251{
    53 #pragma message(__FILE__ "("BOOST_PP_STRINGIZE(__LINE__)") : Warning: TODO: add commands again, inspect tcl support (and remove boost include)")
    54 //    SetConsoleCommand("log",     OutputHandler::log    );
    55 //    SetConsoleCommand("error",   OutputHandler::error  ).hide();
    56 //    SetConsoleCommand("warning", OutputHandler::warning).hide();
    57 //    SetConsoleCommand("info",    OutputHandler::info   ).hide();
    58 //    SetConsoleCommand("debug",   OutputHandler::debug  ).hide();
    59 
    6052    unsigned int Shell::cacheSize_s;
    6153
Note: See TracChangeset for help on using the changeset viewer.