Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10179 in orxonox.OLD


Ignore:
Timestamp:
Jan 3, 2007, 7:07:43 PM (17 years ago)
Author:
marcscha
Message:

Acid Launcher and Acid Splash (projectile) finished.
This time including the missing source file

Location:
branches/playability/src/world_entities
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/WorldEntities.am

    r10170 r10179  
    4242                world_entities/weapons/swarm_launcher.cc \
    4343                world_entities/weapons/spike_launcher.cc \
     44                world_entities/weapons/acid_launcher.cc \
    4445                \
    4546                world_entities/projectiles/lbolt.cc \
     
    5758                world_entities/projectiles/spike.cc \
    5859                world_entities/projectiles/spike_ball.cc \
     60                world_entities/projectiles/acid_splash.cc \
    5961                \
    6062                world_entities/power_ups/turret_power_up.cc \
     
    158160                weapons/swarm_launcher.h \
    159161                weapons/spike_launcher.h \
     162                weapons/acid_launcher.h \
    160163                \
    161164                projectiles/lbolt.h \
     
    173176                projectiles/spike.h \
    174177                projectiles/spike_ball.h \
     178                projectiles/acid_splash.h \
    175179                \
    176180                power_ups/turret_power_up.h \
  • branches/playability/src/world_entities/weapons/swarm_launcher.cc

    r10113 r10179  
    163163      pj->setAbsDir(this->getAbsDir());
    164164      dynamic_cast<SwarmProjectile*>(pj)->setTarget( (PNode*)(*eIterator) );
    165       pj->toList(OM_GROUP_01_PROJ);
     165      //pj->toList(OM_GROUP_01_PROJ);
    166166      pj->activate();
    167167    }
Note: See TracChangeset for help on using the changeset viewer.