Changeset 1413 for code/branches/network/src/orxonox
- Timestamp:
- May 24, 2008, 8:12:20 PM (16 years ago)
- Location:
- code/branches/network/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/Orxonox.cc
r1411 r1413 367 367 ib->registerListener(orxonoxConsole_, &InGameConsole::execute, '\r', false); 368 368 ib->registerListener(orxonoxConsole_, &InGameConsole::hintandcomplete, '\t', true); 369 ib->registerListener(orxonoxConsole_, &InGameConsole::clear, '�', true);369 //ib->registerListener(orxonoxConsole_, &InGameConsole::clear, '§', true); 370 370 ib->registerListener(orxonoxConsole_, &InGameConsole::removeLast, '\b', true); 371 371 ib->registerListener(orxonoxConsole_, &InGameConsole::exit, (char)0x1B, true); … … 517 517 // again, just to be sure ogre works fine 518 518 ogreRoot._fireFrameEnded(evt); 519 //msleep( 100);519 //msleep(50); 520 520 } 521 521 -
code/branches/network/src/orxonox/objects/SpaceShip.cc
r1408 r1413 482 482 { 483 483 SpaceShip* this_ = getLocalShip(); 484 COUT(3) << val << std::endl;485 484 this_->acceleration_.x = this_->translationAcceleration_ * val; 486 485 }
Note: See TracChangeset
for help on using the changeset viewer.