Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/vs-enhencements/src/world_entities/WorldEntities.am @ 10651

Last change on this file since 10651 was 10651, checked in by rennerc, 17 years ago

i dont like quaternions

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