[4844] | 1 | |
---|
| 2 | ## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY |
---|
| 3 | WorldEntities_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 | \ |
---|
| 16 | world_entities/weapons/weapon_slot.cc \ |
---|
| 17 | world_entities/weapons/test_gun.cc \ |
---|
| 18 | world_entities/weapons/laser_cannon.cc \ |
---|
| 19 | world_entities/weapons/turret.cc \ |
---|
| 20 | world_entities/weapons/aiming_turret.cc \ |
---|
| 21 | world_entities/weapons/targeting_turret.cc \ |
---|
| 22 | world_entities/weapons/cannon.cc \ |
---|
| 23 | world_entities/weapons/hyperblaster.cc \ |
---|
| 24 | world_entities/weapons/aim.cc \ |
---|
| 25 | world_entities/weapons/aiming_system.cc \ |
---|
| 26 | world_entities/weapons/fps_sniper_rifle.cc \ |
---|
| 27 | world_entities/weapons/boomerang_gun.cc \ |
---|
| 28 | world_entities/weapons/light_blaster.cc \ |
---|
| 29 | world_entities/weapons/medium_blaster.cc \ |
---|
| 30 | world_entities/weapons/heavy_blaster.cc \ |
---|
| 31 | world_entities/weapons/swarm_launcher.cc \ |
---|
| 32 | world_entities/weapons/spike_thrower.cc \ |
---|
| 33 | world_entities/weapons/acid_launcher.cc \ |
---|
| 34 | \ |
---|
| 35 | world_entities/projectiles/lbolt.cc \ |
---|
| 36 | world_entities/projectiles/mbolt.cc \ |
---|
| 37 | world_entities/projectiles/hbolt.cc \ |
---|
| 38 | world_entities/projectiles/swarm_projectile.cc \ |
---|
| 39 | world_entities/projectiles/bomb.cc \ |
---|
| 40 | world_entities/projectiles/laser.cc \ |
---|
| 41 | world_entities/projectiles/rail_projectile.cc \ |
---|
| 42 | world_entities/projectiles/test_bullet.cc \ |
---|
| 43 | world_entities/projectiles/rocket.cc \ |
---|
| 44 | world_entities/projectiles/guided_missile.cc \ |
---|
| 45 | world_entities/projectiles/boomerang_projectile.cc \ |
---|
| 46 | world_entities/projectiles/hyperblast.cc \ |
---|
| 47 | world_entities/projectiles/spike.cc \ |
---|
| 48 | world_entities/projectiles/acid_splash.cc \ |
---|
| 49 | \ |
---|
| 50 | world_entities/projectiles/projectile_weapon.cc \ |
---|
| 51 | world_entities/projectiles/spike_ball.cc \ |
---|
| 52 | \ |
---|
| 53 | world_entities/items/power_ups/turret_power_up.cc \ |
---|
| 54 | world_entities/items/power_ups/laser_power_up.cc \ |
---|
| 55 | \ |
---|
| 56 | world_entities/space_ships/space_ship.cc \ |
---|
| 57 | world_entities/space_ships/helicopter.cc \ |
---|
| 58 | world_entities/space_ships/hover.cc \ |
---|
| 59 | world_entities/space_ships/turbine_hover.cc \ |
---|
| 60 | world_entities/space_ships/spacecraft_2d.cc \ |
---|
| 61 | world_entities/space_ships/collision_probe.cc \ |
---|
| 62 | world_entities/space_ships/cruizer.cc \ |
---|
| 63 | world_entities/creatures/md2_creature.cc \ |
---|
| 64 | world_entities/creatures/fps_player.cc \ |
---|
| 65 | world_entities/spectator.cc \ |
---|
| 66 | \ |
---|
| 67 | \ |
---|
| 68 | world_entities/environments/water.cc \ |
---|
| 69 | world_entities/environments/model_entity.cc \ |
---|
| 70 | world_entities/environments/building.cc \ |
---|
| 71 | world_entities/environments/rotor.cc \ |
---|
| 72 | world_entities/environments/mapped_water.cc \ |
---|
| 73 | world_entities/environments/environment.cc \ |
---|
| 74 | world_entities/environments/skysphere.cc \ |
---|
| 75 | world_entities/environments/skybox.cc \ |
---|
| 76 | world_entities/environments/skydome.cc \ |
---|
| 77 | world_entities/environments/terrain.cc \ |
---|
| 78 | world_entities/environments/planet.cc \ |
---|
| 79 | world_entities/environments/bsp_entity.cc \ |
---|
| 80 | world_entities/environments/mover.cc \ |
---|
| 81 | world_entities/environments/mover_station.cc \ |
---|
| 82 | world_entities/environments/mover_station_list.cc \ |
---|
| 83 | world_entities/environments/mover_trigger.cc \ |
---|
| 84 | world_entities/environments/mover_trigger_approach.cc \ |
---|
| 85 | world_entities/environments/mover_trigger_delay_list.cc \ |
---|
| 86 | world_entities/environments/mover_trigger_event.cc \ |
---|
| 87 | world_entities/environments/mover_trigger_event_list.cc \ |
---|
| 88 | world_entities/environments/mover_trigger_intervisibility.cc \ |
---|
| 89 | world_entities/environments/mover_trigger_key.cc \ |
---|
| 90 | world_entities/environments/mover_trigger_list.cc \ |
---|
| 91 | world_entities/environments/mover_trigger_pointer_list.cc \ |
---|
| 92 | world_entities/environments/mover_trigger_mapstart.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 | world_entities/elements/image_entity.cc \ |
---|
| 106 | \ |
---|
| 107 | world_entities/elements/text_element.cc \ |
---|
| 108 | world_entities/elements/glgui_radar.cc \ |
---|
| 109 | \ |
---|
| 110 | world_entities/effects/lightning_bolt.cc \ |
---|
| 111 | world_entities/effects/blink.cc \ |
---|
| 112 | \ |
---|
| 113 | world_entities/tools/movie_entity.cc \ |
---|
| 114 | world_entities/tools/recorder.cc \ |
---|
| 115 | world_entities/tools/blackscreen.cc \ |
---|
| 116 | world_entities/tools/scrolling_screen.cc \ |
---|
| 117 | world_entities/tools/mount_point.cc \ |
---|
| 118 | world_entities/tools/sound_entity.cc \ |
---|
| 119 | world_entities/tools/camera.cc \ |
---|
| 120 | \ |
---|
| 121 | world_entities/script_triggers/script_trigger.cc \ |
---|
| 122 | world_entities/script_triggers/space_trigger.cc \ |
---|
| 123 | world_entities/script_triggers/tick_trigger.cc \ |
---|
| 124 | world_entities/script_triggers/time_trigger.cc \ |
---|
| 125 | world_entities/script_triggers/action_trigger.cc \ |
---|
| 126 | \ |
---|
| 127 | \ |
---|
| 128 | world_entities/particles/particle_emitter.cc \ |
---|
| 129 | world_entities/particles/dot_emitter.cc \ |
---|
| 130 | world_entities/particles/box_emitter.cc \ |
---|
| 131 | world_entities/particles/plane_emitter.cc \ |
---|
| 132 | world_entities/particles/emitter_node.cc \ |
---|
| 133 | world_entities/particles/particle_system.cc \ |
---|
| 134 | world_entities/particles/sprite_particles.cc \ |
---|
| 135 | world_entities/particles/spark_particles.cc \ |
---|
| 136 | world_entities/particles/model_particles.cc \ |
---|
| 137 | world_entities/particles/dot_particles.cc \ |
---|
| 138 | world_entities/particles/quick_animation.cc \ |
---|
| 139 | \ |
---|
| 140 | \ |
---|
| 141 | \ |
---|
| 142 | world_entities/questGUI/quest_gui.cc \ |
---|
| 143 | world_entities/questGUI/quest.cc |
---|
| 144 | |
---|
| 145 | |
---|
| 146 | |
---|
| 147 | |
---|
| 148 | |
---|
| 149 | |
---|
| 150 | |
---|
| 151 | WorldEntities_HEADERS_ = \ |
---|
| 152 | npcs/npc_test.h \ |
---|
| 153 | npcs/npc_test1.h \ |
---|
| 154 | npcs/ground_turret.h \ |
---|
| 155 | npcs/space_turret.h \ |
---|
| 156 | npcs/network_turret.h \ |
---|
| 157 | npcs/door.cc \ |
---|
| 158 | npcs/repair_station.h \ |
---|
| 159 | npcs/attractor_mine.h \ |
---|
| 160 | \ |
---|
| 161 | environments/environment.h \ |
---|
| 162 | environments/skysphere.h \ |
---|
| 163 | environments/skybox.h \ |
---|
| 164 | environments/skydome.h \ |
---|
| 165 | environments/terrain.h \ |
---|
| 166 | tools/movie_entity.h \ |
---|
| 167 | tools/recorder.h \ |
---|
| 168 | character_attributes.h \ |
---|
| 169 | tools/blackscreen.h \ |
---|
| 170 | tools/scrolling_screen.h \ |
---|
| 171 | environments/planet.h \ |
---|
| 172 | environments/bsp_entity.h \ |
---|
| 173 | tools/mount_point.h \ |
---|
| 174 | tools/sound_entity.h \ |
---|
| 175 | tools/camera.h \ |
---|
| 176 | \ |
---|
| 177 | questGUI/quest_gui.h \ |
---|
| 178 | questGUI/quest.h \ |
---|
| 179 | \ |
---|
| 180 | weapons/weapon_slot.h \ |
---|
| 181 | weapons/test_gun.h \ |
---|
| 182 | weapons/laser_cannon.cc \ |
---|
| 183 | weapons/cannon.h \ |
---|
| 184 | weapons/hyperblaster.h \ |
---|
| 185 | weapons/turret.h \ |
---|
| 186 | weapons/aiming_turret.h \ |
---|
| 187 | weapons/targeting_turret.h \ |
---|
| 188 | weapons/boomerang_gun.h \ |
---|
| 189 | weapons/aim.h \ |
---|
| 190 | weapons/aiming_system.h \ |
---|
| 191 | weapons/fps_sniper_rifle.h \ |
---|
| 192 | weapons/light_blaster.h \ |
---|
| 193 | weapons/medium_blaster.h \ |
---|
| 194 | weapons/heavy_blaster.h \ |
---|
| 195 | weapons/swarm_launcher.h \ |
---|
| 196 | weapons/spike_thrower.h \ |
---|
| 197 | weapons/acid_launcher.h \ |
---|
| 198 | \ |
---|
| 199 | projectiles/lbolt.h \ |
---|
| 200 | projectiles/mbolt.h \ |
---|
| 201 | projectiles/hbolt.h \ |
---|
| 202 | projectiles/swarm_projectile.h \ |
---|
| 203 | projectiles/bomb.h \ |
---|
| 204 | projectiles/laser.h \ |
---|
| 205 | projectiles/rail_projectile.h \ |
---|
| 206 | projectiles/test_bullet.h \ |
---|
| 207 | projectiles/rocket.h \ |
---|
| 208 | projectiles/guided_missile.h \ |
---|
| 209 | projectiles/boomerang_projectile.h \ |
---|
| 210 | projectiles/hyperblast.h \ |
---|
| 211 | projectiles/spike.h \ |
---|
| 212 | projectiles/spike_ball.h \ |
---|
| 213 | projectiles/acid_splash.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 | environments/mover.h \ |
---|
| 238 | environments/mover_station.h \ |
---|
| 239 | environments/mover_station_list.h \ |
---|
| 240 | environments/mover_trigger.h \ |
---|
| 241 | environments/mover_trigger_approach.h \ |
---|
| 242 | environments/mover_trigger_delay_list.h \ |
---|
| 243 | environments/mover_trigger_event.h \ |
---|
| 244 | environments/mover_trigger_event_list.h \ |
---|
| 245 | environments/mover_trigger_intervisibility.h \ |
---|
| 246 | environments/mover_trigger_key.h \ |
---|
| 247 | environments/mover_trigger_list.h \ |
---|
| 248 | environments/mover_trigger_pointer_list.h \ |
---|
| 249 | environments/mover_trigger_mapstart.h \ |
---|
| 250 | \ |
---|
| 251 | elements/image_entity.h \ |
---|
| 252 | elements/text_element.h \ |
---|
| 253 | elements/glgui_radar.h \ |
---|
| 254 | \ |
---|
| 255 | effects/lightning_bolt.h \ |
---|
| 256 | effects/blink.h \ |
---|
| 257 | \ |
---|
| 258 | script_triggers/space_trigger.h \ |
---|
| 259 | script_triggers/tick_trigger.h \ |
---|
| 260 | script_triggers/time_trigger.h \ |
---|
| 261 | script_triggers/action_trigger.h \ |
---|
| 262 | \ |
---|
| 263 | \ |
---|
| 264 | particles/particle_emitter.h \ |
---|
| 265 | particles/dot_emitter.h \ |
---|
| 266 | particles/box_emitter.h \ |
---|
| 267 | particles/plane_emitter.h \ |
---|
| 268 | particles/emitter_node.h \ |
---|
| 269 | \ |
---|
| 270 | particles/particle_system.h \ |
---|
| 271 | particles/sprite_particles.h \ |
---|
| 272 | particles/spark_particles.h \ |
---|
| 273 | particles/model_particles.h \ |
---|
| 274 | particles/dot_particles.h \ |
---|
| 275 | \ |
---|
| 276 | particles/quick_animation.h \ |
---|
| 277 | \ |
---|
| 278 | \ |
---|
| 279 | weather_effects/atmospheric_engine.h \ |
---|
| 280 | weather_effects/weather_effect.h \ |
---|
| 281 | weather_effects/sun_effect.h \ |
---|
| 282 | weather_effects/fog_effect.h \ |
---|
| 283 | weather_effects/volfog_effect.h \ |
---|
| 284 | weather_effects/rain_effect.h \ |
---|
| 285 | weather_effects/snow_effect.h \ |
---|
| 286 | weather_effects/cloud_effect.h \ |
---|
| 287 | weather_effects/lightning_effect.h \ |
---|
| 288 | weather_effects/lense_flare.h |
---|
| 289 | |
---|
| 290 | |
---|