Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10698 in orxonox.OLD for trunk/src/world_entities/WorldEntities.am


Ignore:
Timestamp:
Jun 14, 2007, 5:33:43 PM (17 years ago)
Author:
snellen
Message:

merged adm, hud, vs-enhancements : beni's responsible for this commit. blame him!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/WorldEntities.am

    r10695 r10698  
    1 
    21## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
    32WorldEntities_SOURCES_ = \
     
    1211                world_entities/npcs/repair_station.cc \
    1312                world_entities/npcs/attractor_mine.cc \
     13                world_entities/npcs/actionbox_enemy.cc \
     14                world_entities/npcs/adm_turret.cc \
    1415                \
    1516                \
     
    3233                world_entities/weapons/spike_thrower.cc \
    3334                world_entities/weapons/acid_launcher.cc \
     35                world_entities/weapons/rf_cannon.cc \
     36                world_entities/weapons/disruptor.cc \
     37                world_entities/weapons/nadion_laser.cc \
     38                world_entities/weapons/bsp_weapon.cc \
    3439                \
    3540                world_entities/projectiles/lbolt.cc \
     
    4752                world_entities/projectiles/spike.cc \
    4853                world_entities/projectiles/acid_splash.cc \
     54                world_entities/projectiles/plasma_pulse.cc \
     55                world_entities/projectiles/nadion_blast.cc \
    4956                \
    5057                world_entities/projectiles/projectile_weapon.cc \
     
    158165                npcs/repair_station.h \
    159166                npcs/attractor_mine.h \
     167                npcs/actionbox_enemy.h \
     168                npcs/adm_turret.h \
    160169                \
    161170                environments/environment.h \
     
    196205                weapons/spike_thrower.h \
    197206                weapons/acid_launcher.h \
     207                weapons/rf_cannon.h \
     208                weapons/disruptor.h \
     209                weapons/nadion_laser.h \
     210                weapons/bsp_weapon.h \
    198211                \
    199212                projectiles/lbolt.h \
     
    212225                projectiles/spike_ball.h \
    213226                projectiles/acid_splash.h \
     227                projectiles/plasma_pulse.h \
     228                projectiles/nadion_blast.h \
    214229                \
    215230                projectiles/projectile_weapon.h \
Note: See TracChangeset for help on using the changeset viewer.