Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2005, 5:51:54 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk:
merged spaceshipcontrol back to the trunk
merged with command:
svn merge -r5915:HEAD spaceshipcontrol/ ../trunk/
no conflicts (nice work guys :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.h

    r5915 r5978  
    5555    bool                  bDescend;           //!< descend button presses.
    5656    bool                  bFire;              //!< fire button pressed.
     57    bool                  bRollL;             //!< rolling button pressed (left)
     58    bool                  bRollR;             //!< rolling button pressed (right)
     59   
     60    float                 xMouse;             //!< mouse moved in x-Direction
     61    float                 yMouse;             //!< mouse moved in y-Direction
     62    float                 mouseSensitivity;   //!< the mouse sensitivity
     63    float                 cycle;              //!< hovercycle
    5764
    5865    Vector                velocity;           //!< the velocity of the player.
Note: See TracChangeset for help on using the changeset viewer.