Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file was 10453, checked in by patrick, 17 years ago

scrolling screen prototype

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