Changeset 10618 in orxonox.OLD for trunk/src/world_entities/WorldEntities.am
- Timestamp:
- Apr 4, 2007, 12:13:53 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 16 16 OrxonoxPlayability.kdevses 17 17 OrxonoxPlayability.kdevelop.pcs 18 orxonox.backtrace 19 orxonox.kdevses 20 orxonox.kdevelop.pcs
-
- Property svn:ignore
-
trunk/src/world_entities/WorldEntities.am
r10516 r10618 14 14 world_entities/npcs/mover.cc \ 15 15 \ 16 world_entities/environment.cc \17 world_entities/skysphere.cc \18 world_entities/skybox.cc \19 world_entities/skydome.cc \20 world_entities/terrain.cc \21 world_entities/satellite.cc \22 world_entities/movie_entity.cc \23 world_entities/recorder.cc \24 world_entities/character_attributes.cc \25 world_entities/test_entity.cc \26 world_entities/test_entity2.cc \27 world_entities/blackscreen.cc \28 world_entities/scrolling_screen.cc \29 world_entities/planet.cc \30 world_entities/bsp_entity.cc \31 world_entities/mount_point.cc \32 world_entities/sound_entity.cc \33 world_entities/camera.cc \34 \35 world_entities/questGUI/quest_gui.cc \36 world_entities/questGUI/quest.cc \37 16 \ 38 17 world_entities/weapons/weapon_slot.cc \ … … 52 31 world_entities/weapons/heavy_blaster.cc \ 53 32 world_entities/weapons/swarm_launcher.cc \ 54 world_entities/weapons/spike_launcher.cc \55 33 world_entities/weapons/spike_thrower.cc \ 56 34 world_entities/weapons/acid_launcher.cc \ … … 74 52 world_entities/projectiles/spike_ball.cc \ 75 53 \ 76 world_entities/ power_ups/turret_power_up.cc \77 world_entities/ power_ups/laser_power_up.cc \54 world_entities/items/power_ups/turret_power_up.cc \ 55 world_entities/items/power_ups/laser_power_up.cc \ 78 56 \ 79 57 world_entities/space_ships/space_ship.cc \ … … 92 70 world_entities/environments/model_entity.cc \ 93 71 world_entities/environments/building.cc \ 94 72 world_entities/environments/rotor.cc \ 95 73 world_entities/environments/mapped_water.cc \ 96 \ 97 world_entities/elements/image_entity.cc \ 98 world_entities/elements/text_element.cc \ 99 world_entities/elements/glgui_radar.cc \ 100 \ 101 world_entities/effects/lightning_bolt.cc \ 102 world_entities/effects/blink.cc \ 103 \ 104 world_entities/script_trigger.cc \ 105 \ 106 \ 107 world_entities/particles/particle_emitter.cc \ 108 world_entities/particles/dot_emitter.cc \ 109 world_entities/particles/box_emitter.cc \ 110 world_entities/particles/plane_emitter.cc \ 111 world_entities/particles/emitter_node.cc \ 112 \ 113 world_entities/particles/particle_system.cc \ 114 world_entities/particles/sprite_particles.cc \ 115 world_entities/particles/spark_particles.cc \ 116 world_entities/particles/model_particles.cc \ 117 world_entities/particles/dot_particles.cc \ 118 \ 119 world_entities/particles/quick_animation.cc \ 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 \ 120 81 \ 121 82 \ … … 129 90 world_entities/weather_effects/snow_effect.cc \ 130 91 world_entities/weather_effects/lightning_effect.cc \ 131 world_entities/weather_effects/lense_flare.cc 92 world_entities/weather_effects/lense_flare.cc \ 93 world_entities/elements/image_entity.cc \ 94 \ 95 world_entities/elements/text_element.cc \ 96 world_entities/elements/glgui_radar.cc \ 97 \ 98 world_entities/effects/lightning_bolt.cc \ 99 world_entities/effects/blink.cc \ 100 \ 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 \ 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 \ 115 world_entities/particles/emitter_node.cc \ 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 \ 123 \ 124 \ 125 world_entities/questGUI/quest_gui.cc \ 126 world_entities/questGUI/quest.cc 127 132 128 133 129 … … 147 143 npcs/mover.h \ 148 144 \ 149 environment.h \ 150 skysphere.h \ 151 skybox.h \ 152 skydome.h \ 153 terrain.h \ 154 satellite.h \ 155 movie_entity.h \ 156 recorder.h \ 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 \ 157 152 character_attributes.h \ 158 test_entity.h \ 159 test_entity2.h \ 160 blackscreen.h \ 161 scrolling_screen.h \ 162 planet.h \ 163 bsp_entity.h \ 164 mount_point.h \ 165 sound_entity.h \ 166 camera.h \ 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 \ 167 160 \ 168 161 questGUI/quest_gui.h \ … … 185 178 weapons/heavy_blaster.h \ 186 179 weapons/swarm_launcher.h \ 187 weapons/spike_launcher.h \188 180 weapons/spike_thrower.h \ 189 181 weapons/acid_launcher.h \ … … 208 200 projectiles/spike_ball.h \ 209 201 \ 210 power_ups/turret_power_up.h \211 power_ups/laser_power_up.h \202 items/power_ups/turret_power_up.h \ 203 items/power_ups/laser_power_up.h \ 212 204 \ 213 205 space_ships/space_ship.h \
Note: See TracChangeset
for help on using the changeset viewer.