- Timestamp:
 - Oct 19, 2015, 4:00:00 PM (10 years ago)
 - Location:
 - code/branches/explosionChunksHS15/src/orxonox/worldentities
 - Files:
 - 
          
- 2 added
 - 3 edited
 
- 
          BigExplosion.cc (modified) (1 diff)
 - 
          CMakeLists.txt (modified) (1 diff)
 - 
          VaydinExplosion.cc (added)
 - 
          VaydinExplosion.h (added)
 - 
          pawns/Pawn.cc (modified) (5 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/explosionChunksHS15/src/orxonox/worldentities/BigExplosion.cc
r9952 r10669 80 80 void BigExplosion::init() 81 81 { 82 83 orxout() << "BigExplosion" << endl; 84 82 85 this->debrisEntity1_ = new MovableEntity(this->getContext()); 83 86 this->debrisEntity2_ = new MovableEntity(this->getContext());  - 
        
code/branches/explosionChunksHS15/src/orxonox/worldentities/CMakeLists.txt
r8706 r10669 12 12 SpawnPoint.cc 13 13 TeamSpawnPoint.cc 14 VaydinExplosion.cc 14 15 ) 15 16  - 
        
code/branches/explosionChunksHS15/src/orxonox/worldentities/pawns/Pawn.cc
r10624 r10669 42 42 #include "worldentities/ExplosionChunk.h" 43 43 #include "worldentities/BigExplosion.h" 44 //#include "worldentities/VaydinExplosion.h" 44 45 #include "weaponsystem/WeaponSystem.h" 45 46 #include "weaponsystem/WeaponSlot.h" … … 142 143 XMLPortObject(Pawn, WeaponSet, "weaponsets", addWeaponSet, getWeaponSet, xmlelement, mode); 143 144 XMLPortObject(Pawn, WeaponPack, "weapons", addWeaponPackXML, getWeaponPack, xmlelement, mode); 145 146 //XMLPortObject(Pawn, VaydinExplosion, "vaydinexplosion", addVaydinExplosion, getVaydinExplosion, xmlelement, mode); 144 147 145 148 XMLPortParam(Pawn, "reloadrate", setReloadRate, getReloadRate, xmlelement, mode).defaultValues(0); … … 165 168 void Pawn::tick(float dt) 166 169 { 170 //BigExplosion* chunk = new BigExplosion(this->getContext()); 167 171 SUPER(Pawn, tick, dt); 168 172 … … 375 379 void Pawn::goWithStyle() 376 380 { 381 orxout() << "gowithstyle" << endl; 382 383 377 384 this->bAlive_ = false; 378 385 this->setDestroyWhenPlayerLeft(false); … … 387 394 void Pawn::deatheffect() 388 395 { 396 orxout() << "deatheffect" << endl; 389 397 // play death effect 390 398 /*{  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






