Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 9061 was 9061, checked in by patrick, 18 years ago

merged the single_player branche to trunk

File size: 5.2 KB
RevLine 
[7151]1## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
2WorldEntities_SOURCES_ = \
[7785]3                world_entities/npcs/npc_test1.cc \
4                world_entities/npcs/npc_test.cc \
5                world_entities/npcs/ground_turret.cc \
[8724]6                world_entities/npcs/generic_npc.cc \
[9003]7                world_entities/npcs/door.cc \
8                world_entities/npcs/repair_station.cc \
[7785]9                \
10                world_entities/environment.cc \
11                world_entities/skysphere.cc \
12                world_entities/skybox.cc \
[8793]13                world_entities/skydome.cc \
[7785]14                world_entities/terrain.cc \
15                world_entities/satellite.cc \
16                world_entities/movie_entity.cc \
17                world_entities/recorder.cc \
18                world_entities/character_attributes.cc \
19                world_entities/test_entity.cc \
20                world_entities/planet.cc \
[8490]21                world_entities/bsp_entity.cc \
[7785]22                \
23                world_entities/weapons/test_gun.cc \
24                world_entities/weapons/turret.cc \
25                world_entities/weapons/aiming_turret.cc \
26                world_entities/weapons/targeting_turret.cc \
27                world_entities/weapons/cannon.cc \
28                world_entities/weapons/hyperblaster.cc \
29                world_entities/weapons/aim.cc \
[8894]30                world_entities/weapons/fps_sniper_rifle.cc \
[7785]31                \
32                world_entities/projectiles/bomb.cc \
33                world_entities/projectiles/laser.cc \
34                world_entities/projectiles/test_bullet.cc \
35                world_entities/projectiles/rocket.cc \
36                world_entities/projectiles/guided_missile.cc \
37                world_entities/projectiles/hyperblast.cc \
38                \
39                world_entities/power_ups/turret_power_up.cc \
40                world_entities/power_ups/laser_power_up.cc \
41                \
42                world_entities/space_ships/space_ship.cc \
43                world_entities/space_ships/helicopter.cc \
44                world_entities/space_ships/hover.cc \
45                world_entities/space_ships/turbine_hover.cc \
[9061]46                world_entities/space_ships/spacecraft_2d.cc \
[8490]47                world_entities/space_ships/collision_probe.cc \
[9061]48                world_entities/space_ships/cruizer.cc \
[7785]49                world_entities/creatures/md2_creature.cc \
[8724]50                world_entities/creatures/fps_player.cc \
[8068]51                world_entities/spectator.cc \
[7785]52                \
53                \
54                world_entities/environments/water.cc \
55                world_entities/environments/model_entity.cc \
56                world_entities/environments/building.cc \
57                world_entities/environments/mapped_water.cc \
58                \
59                world_entities/elements/image_entity.cc \
60                world_entities/elements/text_element.cc \
[8994]61                world_entities/elements/glgui_radar.cc \
[7785]62                \
[8271]63                world_entities/effects/lightning_bolt.cc \
64                \
65                world_entities/script_trigger.cc
[7151]66
67
68WorldEntities_HEADERS_ = \
[7785]69                npcs/npc_test.h \
70                npcs/npc_test1.h \
71                npcs/ground_turret.h \
[9003]72                npcs/door.cc \
73                npcs/repair_station.cc \
74                \
[7785]75                environment.h \
76                skysphere.h \
77                skybox.h \
[8793]78                skydome.h \
[7785]79                terrain.h \
80                satellite.h \
81                movie_entity.h \
82                recorder.h \
83                character_attributes.h \
84                test_entity.h \
85                planet.h \
[8490]86                bsp_entity.h \
[7785]87                \
88                weapons/test_gun.h \
89                weapons/cannon.h \
90                weapons/hyperblaster.h \
91                weapons/turret.h \
92                weapons/aiming_turret.h \
93                weapons/targeting_turret.h \
94                weapons/aim.h \
[8894]95                weapons/fps_sniper_rifle.h \
[7785]96                \
97                projectiles/bomb.h \
98                projectiles/laser.h \
99                projectiles/test_bullet.h \
100                projectiles/rocket.h \
101                projectiles/guided_missile.h \
102                projectiles/hyperblast.h \
103                \
104                power_ups/turret_power_up.h \
105                power_ups/laser_power_up.h \
106                \
107                space_ships/space_ship.h \
108                space_ships/helicopter.h \
109                space_ships/hover.h \
110                space_ships/turbine_hover.h \
[9061]111                space_ships/spacecraft_2d.h \
112                space_ships/collision_probe.h \
113                space_ships/cruizer.h \
[7785]114                creatures/md2_creature.h \
[8724]115                creatures/fps_player.h \
[8068]116                spectator.h \
[7785]117                \
118                environments/water.h \
119                environments/model_entity.h \
120                environments/building.h \
121                environments/mapped_water.h \
122                \
123                elements/image_entity.h \
124                elements/text_element.h \
[8994]125                elements/glgui_radar.h \
[7785]126                \
[8271]127                effects/lightning_bolt.h \
128                \
129                script_trigger.h
Note: See TracBrowser for help on using the repository browser.