Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 13, 2007, 4:42:33 PM (18 years ago)
Author:
bensch
Message:

moved the we's to a more senseable location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/world_entities/WorldEntities.am

    r10583 r10591  
    1414                world_entities/npcs/mover.cc \
    1515                \
    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 \
    3716                \
    3817                world_entities/weapons/weapon_slot.cc \
     
    7352                world_entities/projectiles/spike_ball.cc \
    7453                \
    75                 world_entities/power_ups/turret_power_up.cc \
    76                 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 \
    7756                \
    7857                world_entities/space_ships/space_ship.cc \
     
    9170                world_entities/environments/model_entity.cc \
    9271                world_entities/environments/building.cc \
    93                 world_entities/environments/rotor.cc \
     72                world_entities/environments/rotor.cc \
    9473                world_entities/environments/mapped_water.cc \
    95                 \
    96                 world_entities/elements/image_entity.cc \
    97                 world_entities/elements/text_element.cc \
    98                 world_entities/elements/glgui_radar.cc \
    99                 \
    100                 world_entities/effects/lightning_bolt.cc \
    101                 world_entities/effects/blink.cc \
    102                 \
    103                 world_entities/script_trigger.cc \
    104                 \
    105                 \
    106                 world_entities/particles/particle_emitter.cc \
    107                 world_entities/particles/dot_emitter.cc \
    108                 world_entities/particles/box_emitter.cc \
    109                 world_entities/particles/plane_emitter.cc \
    110         world_entities/particles/emitter_node.cc \
    111                 \
    112                 world_entities/particles/particle_system.cc \
    113                 world_entities/particles/sprite_particles.cc \
    114                 world_entities/particles/spark_particles.cc \
    115                 world_entities/particles/model_particles.cc \
    116                 world_entities/particles/dot_particles.cc \
    117                 \
    118                 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 \
    11981                \
    12082                \
     
    12890                world_entities/weather_effects/snow_effect.cc \
    12991                world_entities/weather_effects/lightning_effect.cc \
    130                 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
    131128
    132129
     
    146143                npcs/mover.h \
    147144                \
    148                 environment.h \
    149                 skysphere.h \
    150                 skybox.h \
    151                 skydome.h \
    152                 terrain.h \
    153                 satellite.h \
    154                 movie_entity.h \
    155                 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 \
    156152                character_attributes.h \
    157                 test_entity.h \
    158                 test_entity2.h \
    159                 blackscreen.h \
    160                 scrolling_screen.h \
    161                 planet.h \
    162                 bsp_entity.h \
    163                 mount_point.h \
    164                 sound_entity.h \
    165                 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 \
    166160                \
    167161                questGUI/quest_gui.h \
     
    206200                projectiles/spike_ball.h \
    207201                \
    208                 power_ups/turret_power_up.h \
    209                 power_ups/laser_power_up.h \
     202                items/power_ups/turret_power_up.h \
     203                items/power_ups/laser_power_up.h \
    210204                \
    211205                space_ships/space_ship.h \
Note: See TracChangeset for help on using the changeset viewer.