Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/presentation/src/world_entities/WorldEntities.am @ 9160

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

fps player better

File size: 5.4 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/generic_npc.cc \
7                world_entities/npcs/door.cc \
8                world_entities/npcs/repair_station.cc \
9                \
10                world_entities/environment.cc \
11                world_entities/skysphere.cc \
12                world_entities/skybox.cc \
13                world_entities/skydome.cc \
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 \
21                world_entities/bsp_entity.cc \
22                \
23                world_entities/weapons/test_gun.cc \
24                world_entities/weapons/laser_cannon.cc \
25                world_entities/weapons/turret.cc \
26                world_entities/weapons/aiming_turret.cc \
27                world_entities/weapons/targeting_turret.cc \
28                world_entities/weapons/cannon.cc \
29                world_entities/weapons/hyperblaster.cc \
30                world_entities/weapons/aim.cc \
31                world_entities/weapons/aiming_system.cc \
32                world_entities/weapons/fps_sniper_rifle.cc \
33                \
34                world_entities/projectiles/bomb.cc \
35                world_entities/projectiles/laser.cc \
36                world_entities/projectiles/test_bullet.cc \
37                world_entities/projectiles/rocket.cc \
38                world_entities/projectiles/guided_missile.cc \
39                world_entities/projectiles/hyperblast.cc \
40                \
41                world_entities/power_ups/turret_power_up.cc \
42                world_entities/power_ups/laser_power_up.cc \
43                \
44                world_entities/space_ships/space_ship.cc \
45                world_entities/space_ships/helicopter.cc \
46                world_entities/space_ships/hover.cc \
47                world_entities/space_ships/turbine_hover.cc \
48                world_entities/space_ships/spacecraft_2d.cc \
49                world_entities/space_ships/collision_probe.cc \
50                world_entities/space_ships/cruizer.cc \
51                world_entities/creatures/md2_creature.cc \
52                world_entities/creatures/fps_player.cc \
53                world_entities/spectator.cc \
54                \
55                \
56                world_entities/environments/water.cc \
57                world_entities/environments/model_entity.cc \
58                world_entities/environments/building.cc \
59                world_entities/environments/mapped_water.cc \
60                \
61                world_entities/elements/image_entity.cc \
62                world_entities/elements/text_element.cc \
63                world_entities/elements/glgui_radar.cc \
64                \
65                world_entities/effects/lightning_bolt.cc \
66                \
67                world_entities/script_trigger.cc
68
69
70WorldEntities_HEADERS_ = \
71                npcs/npc_test.h \
72                npcs/npc_test1.h \
73                npcs/ground_turret.h \
74                npcs/door.cc \
75                npcs/repair_station.cc \
76                \
77                environment.h \
78                skysphere.h \
79                skybox.h \
80                skydome.h \
81                terrain.h \
82                satellite.h \
83                movie_entity.h \
84                recorder.h \
85                character_attributes.h \
86                test_entity.h \
87                planet.h \
88                bsp_entity.h \
89                \
90                weapons/test_gun.h \
91                weapons/laser_cannon.cc \
92                weapons/cannon.h \
93                weapons/hyperblaster.h \
94                weapons/turret.h \
95                weapons/aiming_turret.h \
96                weapons/targeting_turret.h \
97                weapons/aim.h \
98                weapons/aiming_system.h \
99                weapons/fps_sniper_rifle.h \
100                \
101                projectiles/bomb.h \
102                projectiles/laser.h \
103                projectiles/test_bullet.h \
104                projectiles/rocket.h \
105                projectiles/guided_missile.h \
106                projectiles/hyperblast.h \
107                \
108                power_ups/turret_power_up.h \
109                power_ups/laser_power_up.h \
110                \
111                space_ships/space_ship.h \
112                space_ships/helicopter.h \
113                space_ships/hover.h \
114                space_ships/turbine_hover.h \
115                space_ships/spacecraft_2d.h \
116                space_ships/collision_probe.h \
117                space_ships/cruizer.h \
118                creatures/md2_creature.h \
119                creatures/fps_player.h \
120                spectator.h \
121                \
122                environments/water.h \
123                environments/model_entity.h \
124                environments/building.h \
125                environments/mapped_water.h \
126                \
127                elements/image_entity.h \
128                elements/text_element.h \
129                elements/glgui_radar.h \
130                \
131                effects/lightning_bolt.h \
132                \
133                script_trigger.h
Note: See TracBrowser for help on using the repository browser.