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