Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1497


Ignore:
Timestamp:
Jun 1, 2008, 11:32:56 AM (16 years ago)
Author:
rgrieder
Message:
  • forgot to remove the hack part in GraphicsEngine.h
  • removed presentation folder. If anyone needs it again, the svn history will help you kindly.
Location:
code/branches/network
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/InputManager.cc

    r1495 r1497  
    139139      if (mouse_)
    140140      {
    141         //// hack the mouse position
    142         //((OIS::MouseState&)mouse_->getMouseState()).X.abs = windowWidth/2;
    143         //((OIS::MouseState&)mouse_->getMouseState()).Y.abs = windowHeight/2;
    144141        setWindowExtents(windowWidth, windowHeight);
    145142      }
  • code/branches/network/src/network/ConnectionManager.cc

    r1494 r1497  
    354354    syncClassid(temp->getID());
    355355    COUT(4) << "creating spaceship for clientid: " << temp->getID() << std::endl;
    356     // TODO: this is only a hack, untill we have a possibility to define default player-join actions
     356    // TODO: this is only a hack, until we have a possibility to define default player-join actions
    357357    if(!createShip(temp))
    358358      COUT(2) << "Con.Man. could not create ship for clientid: " << clientID << std::endl;
  • code/branches/network/src/orxonox/GraphicsEngine.h

    r1495 r1497  
    8585
    8686            //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();
    9191
    9292
Note: See TracChangeset for help on using the changeset viewer.