Changeset 10046 in orxonox.OLD for branches/playability/src/world_entities/weapons
- Timestamp:
- Dec 12, 2006, 10:53:34 PM (18 years ago)
- Location:
- branches/playability/src/world_entities/weapons
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/heavy_blaster.cc
r10044 r10046 96 96 97 97 // pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))*250 + VECTOR_RAND(5)); 98 // pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))*130 + VECTOR_RAND(1)); 98 99 pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))*130 + VECTOR_RAND(1)); 99 100 -
branches/playability/src/world_entities/weapons/light_blaster.cc
r10044 r10046 94 94 95 95 // pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))*250 + VECTOR_RAND(5)); 96 pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))* 80);96 pj->setVelocity(this->getAbsDir().apply(Vector(1,0,0))*180); 97 97 98 98 pj->setAbsCoor(this->getEmissionPoint()); -
branches/playability/src/world_entities/weapons/swarm_launcher.cc
r10037 r10046 140 140 return; 141 141 142 pj->setVelocity(this->getVelocity()+(this->getAbsDir().apply(Vector(1,0,0))*1 00.0 /*+ VECTOR_RAND(13) */142 pj->setVelocity(this->getVelocity()+(this->getAbsDir().apply(Vector(1,0,0))*165.0 /*+ VECTOR_RAND(13) */ 143 143 /*target->getAbsCoor() - this->getAbsCoor()*/)*.5);//this->getVelocity()); 144 144
Note: See TracChangeset
for help on using the changeset viewer.