Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/world_entities/WorldEntities.am


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/WorldEntities.am

    r9656 r9869  
    7272                world_entities/effects/lightning_bolt.cc \
    7373                \
    74                 world_entities/script_trigger.cc
     74                world_entities/script_trigger.cc \
     75                \
     76                \
     77                world_entities/particles/particle_emitter.cc \
     78                world_entities/particles/dot_emitter.cc \
     79                world_entities/particles/box_emitter.cc \
     80                world_entities/particles/plane_emitter.cc \
     81                \
     82                world_entities/particles/particle_system.cc \
     83                world_entities/particles/sprite_particles.cc \
     84                world_entities/particles/spark_particles.cc \
     85                world_entities/particles/model_particles.cc \
     86                world_entities/particles/dot_particles.cc \
     87                \
     88                world_entities/particles/quick_animation.cc \
     89                \
     90                \
     91                world_entities/weather_effects/atmospheric_engine.cc \
     92                world_entities/weather_effects/weather_effect.cc \
     93                world_entities/weather_effects/cloud_effect.cc \
     94                world_entities/weather_effects/sun_effect.cc \
     95                world_entities/weather_effects/fog_effect.cc \
     96                world_entities/weather_effects/volfog_effect.cc \
     97                world_entities/weather_effects/rain_effect.cc \
     98                world_entities/weather_effects/snow_effect.cc \
     99                world_entities/weather_effects/lightning_effect.cc \
     100                world_entities/weather_effects/lense_flare.cc
     101
     102
     103
     104
    75105
    76106
     
    144174                effects/lightning_bolt.h \
    145175                \
    146                 script_trigger.h
     176                script_trigger.h \
     177                \
     178                \
     179                particles/particle_emitter.h \
     180                particles/dot_emitter.h \
     181                particles/box_emitter.h \
     182                particles/plane_emitter.h \
     183                \
     184                particles/particle_system.h \
     185                particles/sprite_particles.h \
     186                particles/spark_particles.h \
     187                particles/model_particles.h \
     188                particles/dot_particles.h \
     189                \
     190                particles/quick_animation.h \
     191                \
     192                \
     193                weather_effects/atmospheric_engine.h \
     194                weather_effects/weather_effect.h \
     195                weather_effects/sun_effect.h \
     196                weather_effects/fog_effect.h \
     197                weather_effects/volfog_effect.h \
     198                weather_effects/rain_effect.h \
     199                weather_effects/snow_effect.h \
     200                weather_effects/cloud_effect.h \
     201                weather_effects/lightning_effect.h \
     202                weather_effects/lense_flare.h
     203
Note: See TracChangeset for help on using the changeset viewer.