Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10179 was 10179, checked in by marcscha, 17 years ago

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

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