Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/playability/src/world_entities/WorldEntities.am @ 10180

Last change on this file since 10180 was 10180, checked in by nicolasc, 17 years ago

bump

File size: 9.3 KB
RevLine 
[7151]1## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
2WorldEntities_SOURCES_ = \
[7785]3                world_entities/npcs/npc_test1.cc \
4                world_entities/npcs/npc_test.cc \
5                world_entities/npcs/ground_turret.cc \
[9235]6                world_entities/npcs/space_turret.cc \
[9656]7                world_entities/npcs/network_turret.cc \
[8724]8                world_entities/npcs/generic_npc.cc \
[9003]9                world_entities/npcs/door.cc \
[9235]10                world_entities/npcs/gate.cc \
[9003]11                world_entities/npcs/repair_station.cc \
[9235]12                world_entities/npcs/attractor_mine.cc \
[7785]13                \
14                world_entities/environment.cc \
15                world_entities/skysphere.cc \
16                world_entities/skybox.cc \
[8793]17                world_entities/skydome.cc \
[7785]18                world_entities/terrain.cc \
19                world_entities/satellite.cc \
20                world_entities/movie_entity.cc \
21                world_entities/recorder.cc \
22                world_entities/character_attributes.cc \
23                world_entities/test_entity.cc \
[9969]24                world_entities/test_entity2.cc \
[7785]25                world_entities/planet.cc \
[8490]26                world_entities/bsp_entity.cc \
[7785]27                \
28                world_entities/weapons/test_gun.cc \
[9235]29                world_entities/weapons/laser_cannon.cc \
[7785]30                world_entities/weapons/turret.cc \
31                world_entities/weapons/aiming_turret.cc \
32                world_entities/weapons/targeting_turret.cc \
33                world_entities/weapons/cannon.cc \
34                world_entities/weapons/hyperblaster.cc \
35                world_entities/weapons/aim.cc \
[9235]36                world_entities/weapons/aiming_system.cc \
[8894]37                world_entities/weapons/fps_sniper_rifle.cc \
[9235]38                world_entities/weapons/boomerang_gun.cc \
[9970]39                world_entities/weapons/light_blaster.cc \
40                world_entities/weapons/medium_blaster.cc \
41                world_entities/weapons/heavy_blaster.cc \
[10023]42                world_entities/weapons/swarm_launcher.cc \
[10170]43                world_entities/weapons/spike_launcher.cc \
[10180]44                world_entities/weapons/spike_thrower.cc \
[10179]45                world_entities/weapons/acid_launcher.cc \
[7785]46                \
[10044]47                world_entities/projectiles/lbolt.cc \
[9998]48                world_entities/projectiles/mbolt.cc \
[9979]49                world_entities/projectiles/hbolt.cc \
[10004]50                world_entities/projectiles/swarm_projectile.cc \
[7785]51                world_entities/projectiles/bomb.cc \
52                world_entities/projectiles/laser.cc \
[9235]53                world_entities/projectiles/rail_projectile.cc \
[7785]54                world_entities/projectiles/test_bullet.cc \
55                world_entities/projectiles/rocket.cc \
56                world_entities/projectiles/guided_missile.cc \
[9235]57                world_entities/projectiles/boomerang_projectile.cc \
[7785]58                world_entities/projectiles/hyperblast.cc \
[10170]59                world_entities/projectiles/spike.cc \
60                world_entities/projectiles/spike_ball.cc \
[10179]61                world_entities/projectiles/acid_splash.cc \
[7785]62                \
63                world_entities/power_ups/turret_power_up.cc \
64                world_entities/power_ups/laser_power_up.cc \
65                \
66                world_entities/space_ships/space_ship.cc \
67                world_entities/space_ships/helicopter.cc \
68                world_entities/space_ships/hover.cc \
69                world_entities/space_ships/turbine_hover.cc \
[9061]70                world_entities/space_ships/spacecraft_2d.cc \
[8490]71                world_entities/space_ships/collision_probe.cc \
[9061]72                world_entities/space_ships/cruizer.cc \
[7785]73                world_entities/creatures/md2_creature.cc \
[8724]74                world_entities/creatures/fps_player.cc \
[8068]75                world_entities/spectator.cc \
[7785]76                \
77                \
78                world_entities/environments/water.cc \
79                world_entities/environments/model_entity.cc \
80                world_entities/environments/building.cc \
81                world_entities/environments/mapped_water.cc \
82                \
83                world_entities/elements/image_entity.cc \
84                world_entities/elements/text_element.cc \
[8994]85                world_entities/elements/glgui_radar.cc \
[7785]86                \
[8271]87                world_entities/effects/lightning_bolt.cc \
88                \
[9869]89                world_entities/script_trigger.cc \
90                \
91                \
92                world_entities/particles/particle_emitter.cc \
93                world_entities/particles/dot_emitter.cc \
94                world_entities/particles/box_emitter.cc \
95                world_entities/particles/plane_emitter.cc \
[10073]96        world_entities/particles/emitter_node.cc \
[9869]97                \
98                world_entities/particles/particle_system.cc \
99                world_entities/particles/sprite_particles.cc \
100                world_entities/particles/spark_particles.cc \
101                world_entities/particles/model_particles.cc \
102                world_entities/particles/dot_particles.cc \
103                \
104                world_entities/particles/quick_animation.cc \
105                \
106                \
107                world_entities/weather_effects/atmospheric_engine.cc \
108                world_entities/weather_effects/weather_effect.cc \
109                world_entities/weather_effects/cloud_effect.cc \
110                world_entities/weather_effects/sun_effect.cc \
111                world_entities/weather_effects/fog_effect.cc \
112                world_entities/weather_effects/volfog_effect.cc \
113                world_entities/weather_effects/rain_effect.cc \
114                world_entities/weather_effects/snow_effect.cc \
115                world_entities/weather_effects/lightning_effect.cc \
116                world_entities/weather_effects/lense_flare.cc
[7151]117
118
[9869]119
120
121
122
[7151]123WorldEntities_HEADERS_ = \
[7785]124                npcs/npc_test.h \
125                npcs/npc_test1.h \
126                npcs/ground_turret.h \
[9235]127                npcs/space_turret.h \
[9656]128                npcs/network_turret.h \
[9003]129                npcs/door.cc \
[9235]130                npcs/repair_station.h \
131                npcs/attractor_mine.h \
[9003]132                \
[7785]133                environment.h \
134                skysphere.h \
135                skybox.h \
[8793]136                skydome.h \
[7785]137                terrain.h \
138                satellite.h \
139                movie_entity.h \
140                recorder.h \
141                character_attributes.h \
142                test_entity.h \
[9969]143                test_entity2.h \
[7785]144                planet.h \
[8490]145                bsp_entity.h \
[7785]146                \
147                weapons/test_gun.h \
[9235]148                weapons/laser_cannon.cc \
[7785]149                weapons/cannon.h \
150                weapons/hyperblaster.h \
151                weapons/turret.h \
152                weapons/aiming_turret.h \
153                weapons/targeting_turret.h \
[9235]154                weapons/boomerang_gun.h \
[7785]155                weapons/aim.h \
[9235]156                weapons/aiming_system.h \
[8894]157                weapons/fps_sniper_rifle.h \
[9970]158                weapons/light_blaster.h \
159                weapons/medium_blaster.h \
160                weapons/heavy_blaster.h \
[10023]161                weapons/swarm_launcher.h \
[10170]162                weapons/spike_launcher.h \
[10180]163                weapons/spike_thrower.h \
[10179]164                weapons/acid_launcher.h \
[7785]165                \
[10044]166                projectiles/lbolt.h \
[9998]167                projectiles/mbolt.h \
168                projectiles/hbolt.h \
[10004]169                projectiles/swarm_projectile.h \
[7785]170                projectiles/bomb.h \
171                projectiles/laser.h \
[9235]172                projectiles/rail_projectile.h \
[7785]173                projectiles/test_bullet.h \
174                projectiles/rocket.h \
175                projectiles/guided_missile.h \
[9235]176                projectiles/boomerang_projectile.h \
[7785]177                projectiles/hyperblast.h \
[10170]178                projectiles/spike.h \
179                projectiles/spike_ball.h \
[10179]180                projectiles/acid_splash.h \
[7785]181                \
182                power_ups/turret_power_up.h \
183                power_ups/laser_power_up.h \
184                \
185                space_ships/space_ship.h \
186                space_ships/helicopter.h \
187                space_ships/hover.h \
188                space_ships/turbine_hover.h \
[9061]189                space_ships/spacecraft_2d.h \
190                space_ships/collision_probe.h \
191                space_ships/cruizer.h \
[7785]192                creatures/md2_creature.h \
[8724]193                creatures/fps_player.h \
[8068]194                spectator.h \
[7785]195                \
196                environments/water.h \
197                environments/model_entity.h \
198                environments/building.h \
199                environments/mapped_water.h \
200                \
201                elements/image_entity.h \
202                elements/text_element.h \
[8994]203                elements/glgui_radar.h \
[7785]204                \
[8271]205                effects/lightning_bolt.h \
206                \
[9869]207                script_trigger.h \
208                \
209                \
210                particles/particle_emitter.h \
211                particles/dot_emitter.h \
212                particles/box_emitter.h \
213                particles/plane_emitter.h \
[10073]214        particles/emitter_node.h \
[9869]215                \
216                particles/particle_system.h \
217                particles/sprite_particles.h \
218                particles/spark_particles.h \
219                particles/model_particles.h \
220                particles/dot_particles.h \
221                \
222                particles/quick_animation.h \
223                \
224                \
225                weather_effects/atmospheric_engine.h \
226                weather_effects/weather_effect.h \
227                weather_effects/sun_effect.h \
228                weather_effects/fog_effect.h \
229                weather_effects/volfog_effect.h \
230                weather_effects/rain_effect.h \
231                weather_effects/snow_effect.h \
232                weather_effects/cloud_effect.h \
233                weather_effects/lightning_effect.h \
234                weather_effects/lense_flare.h
235
Note: See TracBrowser for help on using the repository browser.