Changeset 1056 for code/trunk/src/orxonox/objects/weapon
- Timestamp:
- Apr 14, 2008, 12:51:36 PM (17 years ago)
- Location:
- code/trunk/src/orxonox/objects/weapon
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * … … 114 115 return stock_[id]; 115 116 } 116 117 117 118 void AmmunitionDump::registerAllVariables(){ 118 119 registerVar( &numberOfAmmos_, sizeof(int), network::DATA); 119 120 120 121 for (int i = 0; i < numberOfAmmos_; i++) 121 122 { -
code/trunk/src/orxonox/objects/weapon/AmmunitionDump.h
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/BarrelGun.cc
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/BarrelGun.h
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/BaseWeapon.cc
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/BaseWeapon.h
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/Bullet.cc
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/Bullet.h
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/BulletManager.cc
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * … … 110 111 // there is no possibility (so far) to synchronise pointers to objects 111 112 } 112 113 113 114 } -
code/trunk/src/orxonox/objects/weapon/BulletManager.h
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/WeaponStation.cc
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 * -
code/trunk/src/orxonox/objects/weapon/WeaponStation.h
r1039 r1056 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < 3 4 * 4 5 *
Note: See TracChangeset
for help on using the changeset viewer.