Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2008, 4:02:03 PM (16 years ago)
Author:
rgrieder
Message:
  • fixed some bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/SpaceShip.h

    r1362 r1391  
    6666
    6767            void getFocus();
    68             static SpaceShip* instance_s;
    6968            static Vector3 getSPosition();
    7069            static Quaternion getSOrientation();
     
    7372                { SpaceShip::instance_s->setMaxSpeed(value); }
    7473
     74            static void movePitch(float value);
     75            static void moveYaw(float value);
     76            static void moveRoll(float value);
     77            static void moveLongitudinal(float value);
     78            static void moveLateral(float value);
     79            static void fire();
     80
    7581            void mouseButtonPressed (MouseButton::Enum id);
    7682            void mouseButtonReleased(MouseButton::Enum id);
    7783            void mouseButtonHeld    (MouseButton::Enum id) { }
    78             void mouseMoved         (IntVector2 abs, IntVector2 rel, IntVector2 clippingSize);
     84            void mouseMoved         (IntVector2 abs, IntVector2 rel, IntVector2 clippingSize) { }
    7985            void mouseScrolled      (int abs, int rel) { }
    8086
     
    131137            float emitterRate_;
    132138            bool server_;
     139
     140            static SpaceShip* instance_s;
    133141    };
    134142}
Note: See TracChangeset for help on using the changeset viewer.