Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Acid Launcher and Acid Splash (projectile) finished.
Temporally dist check instead of collision on swarm projectile (collision manager problem which needs to be tracked down first)

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