Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2009, 10:32:06 PM (15 years ago)
Author:
rgrieder
Message:

Input part of the IOConsole should be working (at least with SSH on tardis). Note: removed modules from compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/orxonox/gamestates/GSIOConsole.cc

    r5929 r5973  
    5858    void GSIOConsole::update(const Clock& time)
    5959    {
     60                /*
    6061        std::cout << ">";
    6162        std::string command;
    6263        std::getline(std::cin, command);
    6364        CommandExecutor::execute(command, true);
     65                */
    6466    }
    6567
Note: See TracChangeset for help on using the changeset viewer.