Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 24, 2008, 12:47:29 AM (16 years ago)
Author:
landauf
Message:

added cpptcl and some first tests

File:
1 edited

Legend:

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

    r1145 r1151  
    423423    ib->registerListener(console, &Testconsole::listen, true);
    424424    ib->registerListener(console, &Testconsole::execute, '\r', false);
    425     ib->registerListener(console, &Testconsole::execute, '\n', false);
    426425    ib->registerListener(console, &Testconsole::hintandcomplete, '\t', true);
    427426    ib->registerListener(console, &Testconsole::clear, '§', true);
     
    433432    ib->registerListener(orxonoxConsole_, &InGameConsole::listen, true);
    434433    ib->registerListener(orxonoxConsole_, &InGameConsole::execute, '\r', false);
    435     ib->registerListener(orxonoxConsole_, &InGameConsole::execute, '\n', false);
    436434    ib->registerListener(orxonoxConsole_, &InGameConsole::hintandcomplete, '\t', true);
    437435    ib->registerListener(orxonoxConsole_, &InGameConsole::clear, '§', true);
Note: See TracChangeset for help on using the changeset viewer.