Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/blink/src/world_entities/WorldEntities.am @ 10175

Last change on this file since 10175 was 10175, checked in by stefalie, 17 years ago

blink: … blinking lights, juhu!

File size: 7.9 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 \
24                world_entities/planet.cc \
[8490]25                world_entities/bsp_entity.cc \
[10147]26                world_entities/mount_point.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 \
[7785]39                \
40                world_entities/projectiles/bomb.cc \
41                world_entities/projectiles/laser.cc \
[9235]42                world_entities/projectiles/rail_projectile.cc \
[7785]43                world_entities/projectiles/test_bullet.cc \
44                world_entities/projectiles/rocket.cc \
45                world_entities/projectiles/guided_missile.cc \
[9235]46                world_entities/projectiles/boomerang_projectile.cc \
[7785]47                world_entities/projectiles/hyperblast.cc \
48                \
49                world_entities/power_ups/turret_power_up.cc \
50                world_entities/power_ups/laser_power_up.cc \
51                \
52                world_entities/space_ships/space_ship.cc \
53                world_entities/space_ships/helicopter.cc \
54                world_entities/space_ships/hover.cc \
55                world_entities/space_ships/turbine_hover.cc \
[9061]56                world_entities/space_ships/spacecraft_2d.cc \
[8490]57                world_entities/space_ships/collision_probe.cc \
[9061]58                world_entities/space_ships/cruizer.cc \
[7785]59                world_entities/creatures/md2_creature.cc \
[8724]60                world_entities/creatures/fps_player.cc \
[8068]61                world_entities/spectator.cc \
[7785]62                \
63                \
64                world_entities/environments/water.cc \
65                world_entities/environments/model_entity.cc \
66                world_entities/environments/building.cc \
67                world_entities/environments/mapped_water.cc \
68                \
69                world_entities/elements/image_entity.cc \
70                world_entities/elements/text_element.cc \
[8994]71                world_entities/elements/glgui_radar.cc \
[7785]72                \
[8271]73                world_entities/effects/lightning_bolt.cc \
[10175]74                world_entities/effects/blink.cc \
[8271]75                \
[9869]76                world_entities/script_trigger.cc \
77                \
78                \
79                world_entities/particles/particle_emitter.cc \
80                world_entities/particles/dot_emitter.cc \
81                world_entities/particles/box_emitter.cc \
82                world_entities/particles/plane_emitter.cc \
83                \
84                world_entities/particles/particle_system.cc \
85                world_entities/particles/sprite_particles.cc \
86                world_entities/particles/spark_particles.cc \
87                world_entities/particles/model_particles.cc \
88                world_entities/particles/dot_particles.cc \
89                \
90                world_entities/particles/quick_animation.cc \
91                \
92                \
93                world_entities/weather_effects/atmospheric_engine.cc \
94                world_entities/weather_effects/weather_effect.cc \
95                world_entities/weather_effects/cloud_effect.cc \
96                world_entities/weather_effects/sun_effect.cc \
97                world_entities/weather_effects/fog_effect.cc \
98                world_entities/weather_effects/volfog_effect.cc \
99                world_entities/weather_effects/rain_effect.cc \
100                world_entities/weather_effects/snow_effect.cc \
101                world_entities/weather_effects/lightning_effect.cc \
102                world_entities/weather_effects/lense_flare.cc
[7151]103
104
[9869]105
106
107
108
[7151]109WorldEntities_HEADERS_ = \
[7785]110                npcs/npc_test.h \
111                npcs/npc_test1.h \
112                npcs/ground_turret.h \
[9235]113                npcs/space_turret.h \
[9656]114                npcs/network_turret.h \
[9003]115                npcs/door.cc \
[9235]116                npcs/repair_station.h \
117                npcs/attractor_mine.h \
[9003]118                \
[7785]119                environment.h \
120                skysphere.h \
121                skybox.h \
[8793]122                skydome.h \
[7785]123                terrain.h \
124                satellite.h \
125                movie_entity.h \
126                recorder.h \
127                character_attributes.h \
128                test_entity.h \
129                planet.h \
[8490]130                bsp_entity.h \
[10147]131                mount_point.h \
[7785]132                \
133                weapons/test_gun.h \
[9235]134                weapons/laser_cannon.cc \
[7785]135                weapons/cannon.h \
136                weapons/hyperblaster.h \
137                weapons/turret.h \
138                weapons/aiming_turret.h \
139                weapons/targeting_turret.h \
[9235]140                weapons/boomerang_gun.h \
[7785]141                weapons/aim.h \
[9235]142                weapons/aiming_system.h \
[8894]143                weapons/fps_sniper_rifle.h \
[7785]144                \
145                projectiles/bomb.h \
146                projectiles/laser.h \
[9235]147                projectiles/rail_projectile.h \
[7785]148                projectiles/test_bullet.h \
149                projectiles/rocket.h \
150                projectiles/guided_missile.h \
[9235]151                projectiles/boomerang_projectile.h \
[7785]152                projectiles/hyperblast.h \
153                \
154                power_ups/turret_power_up.h \
155                power_ups/laser_power_up.h \
156                \
157                space_ships/space_ship.h \
158                space_ships/helicopter.h \
159                space_ships/hover.h \
160                space_ships/turbine_hover.h \
[9061]161                space_ships/spacecraft_2d.h \
162                space_ships/collision_probe.h \
163                space_ships/cruizer.h \
[7785]164                creatures/md2_creature.h \
[8724]165                creatures/fps_player.h \
[8068]166                spectator.h \
[7785]167                \
168                environments/water.h \
169                environments/model_entity.h \
170                environments/building.h \
171                environments/mapped_water.h \
172                \
173                elements/image_entity.h \
174                elements/text_element.h \
[8994]175                elements/glgui_radar.h \
[7785]176                \
[8271]177                effects/lightning_bolt.h \
[10175]178                effects/blink.h \
[8271]179                \
[9869]180                script_trigger.h \
181                \
182                \
183                particles/particle_emitter.h \
184                particles/dot_emitter.h \
185                particles/box_emitter.h \
186                particles/plane_emitter.h \
187                \
188                particles/particle_system.h \
189                particles/sprite_particles.h \
190                particles/spark_particles.h \
191                particles/model_particles.h \
192                particles/dot_particles.h \
193                \
194                particles/quick_animation.h \
195                \
196                \
197                weather_effects/atmospheric_engine.h \
198                weather_effects/weather_effect.h \
199                weather_effects/sun_effect.h \
200                weather_effects/fog_effect.h \
201                weather_effects/volfog_effect.h \
202                weather_effects/rain_effect.h \
203                weather_effects/snow_effect.h \
204                weather_effects/cloud_effect.h \
205                weather_effects/lightning_effect.h \
206                weather_effects/lense_flare.h
207
Note: See TracBrowser for help on using the repository browser.