Changeset 1497 for code/branches
- Timestamp:
- Jun 1, 2008, 11:32:56 AM (16 years ago)
- Location:
- code/branches/network
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/core/InputManager.cc
r1495 r1497 139 139 if (mouse_) 140 140 { 141 //// hack the mouse position142 //((OIS::MouseState&)mouse_->getMouseState()).X.abs = windowWidth/2;143 //((OIS::MouseState&)mouse_->getMouseState()).Y.abs = windowHeight/2;144 141 setWindowExtents(windowWidth, windowHeight); 145 142 } -
code/branches/network/src/network/ConnectionManager.cc
r1494 r1497 354 354 syncClassid(temp->getID()); 355 355 COUT(4) << "creating spaceship for clientid: " << temp->getID() << std::endl; 356 // TODO: this is only a hack, until lwe have a possibility to define default player-join actions356 // TODO: this is only a hack, until we have a possibility to define default player-join actions 357 357 if(!createShip(temp)) 358 358 COUT(2) << "Con.Man. could not create ship for clientid: " << clientID << std::endl; -
code/branches/network/src/orxonox/GraphicsEngine.h
r1495 r1497 85 85 86 86 //HACK!!! 87 void static CompositorBloomOn();88 void static CompositorBloomOff();89 void static CompositorMotionBlurOn();90 void static CompositorMotionBlurOff();87 //void static CompositorBloomOn(); 88 //void static CompositorBloomOff(); 89 //void static CompositorMotionBlurOn(); 90 //void static CompositorMotionBlurOff(); 91 91 92 92
Note: See TracChangeset
for help on using the changeset viewer.