Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 7, 2006, 11:17:51 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the spaceshipcontrol branche back to the trunk

merged with command
svn merge https://svn.orxonox.net/orxonox/branches/spaceshipcontrol . -r6224:HEAD
small conflict in space_ship.cc fixed in favor of the control

File:
1 edited

Legend:

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

    r6424 r6426  
    7373    Vector                velocity;           //!< the velocity of the player.
    7474    Quaternion            mouseDir;           //!< the direction where the player wants to fly
    75     Quaternion rotQuat;
     75    Quaternion            rotQuat;
    7676    float                 travelSpeed;        //!< the current speed of the player (to make soft movement)
    7777    float                 acceleration;       //!< the acceleration of the player.
Note: See TracChangeset for help on using the changeset viewer.