Changeset 786 for code/branches/FICN/src/orxonox/objects
- Timestamp:
- Jan 2, 2008, 7:41:46 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/objects
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/Ambient.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <vector> -
code/branches/FICN/src/orxonox/objects/Camera.cc
r784 r786 1 1 2 #include " StableHeaders.h"2 #include "OrxonoxStableHeaders.h" 3 3 4 4 #include <string> -
code/branches/FICN/src/orxonox/objects/Explosion.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <OgreParticleSystem.h> -
code/branches/FICN/src/orxonox/objects/Fighter.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <string> -
code/branches/FICN/src/orxonox/objects/Model.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include "util/tinyxml/tinyxml.h" -
code/branches/FICN/src/orxonox/objects/NPC.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include "../core/CoreIncludes.h" -
code/branches/FICN/src/orxonox/objects/Projectile.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include "../core/CoreIncludes.h" -
code/branches/FICN/src/orxonox/objects/Skybox.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <string> -
code/branches/FICN/src/orxonox/objects/SpaceShip.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <string> … … 136 136 SetConfigValue(bInvertYAxis_, false).description("Set this to true for joystick-like mouse behaviour (mouse up = ship down)."); 137 137 SetConfigValue(reloadTime_, 0.125).description("The reload time of the weapon in seconds"); 138 SetConfigValue(testvector_, Vector3()).description("asdfblah"); 138 139 } 139 140 -
code/branches/FICN/src/orxonox/objects/SpaceShip.h
r768 r786 31 31 32 32 private: 33 Vector3 testvector_; 33 34 bool bInvertYAxis_; 34 35 bool setMouseEventCallback_; -
code/branches/FICN/src/orxonox/objects/SpaceshipSteeringObject.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <OgreSceneManager.h> -
code/branches/FICN/src/orxonox/objects/WorldEntity.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <string> -
code/branches/FICN/src/orxonox/objects/weapon/AmmunitionDump.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include "orxonox/Orxonox.h" -
code/branches/FICN/src/orxonox/objects/weapon/BarrelGun.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <OgreStringConverter.h> -
code/branches/FICN/src/orxonox/objects/weapon/BaseWeapon.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include <OgreStringConverter.h> -
code/branches/FICN/src/orxonox/objects/weapon/Bullet.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include "Bullet.h" -
code/branches/FICN/src/orxonox/objects/weapon/BulletManager.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include "BulletManager.h" -
code/branches/FICN/src/orxonox/objects/weapon/WeaponStation.cc
r784 r786 26 26 */ 27 27 28 #include " StableHeaders.h"28 #include "OrxonoxStableHeaders.h" 29 29 30 30 #include "BaseWeapon.h"
Note: See TracChangeset
for help on using the changeset viewer.