Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/world_entities/WorldEntities.am @ 10321

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

silvans complete patch

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