# # ChangeLog for branches/new_class_id/src/world_entities/weather_effects/rain_effect.cc in orxonox.OLD # # Generated by Trac 1.0.9 # May 17, 2024, 3:22:38 PM Sun, 24 Sep 2006 13:21:12 GMT bensch [9805] * branches/new_class_id/src/lib/lang/base_object.cc (modified) * branches/new_class_id/src/lib/lang/object_list.cc (modified) * branches/new_class_id/src/lib/shell/some_shell_commands.cc (modified) * branches/new_class_id/src/lib/sound/sound_buffer.cc (modified) * branches/new_class_id/src/lib/sound/sound_buffer.h (modified) * branches/new_class_id/src/lib/sound/sound_buffer_data.cc (modified) * branches/new_class_id/src/lib/sound/sound_buffer_data.h (modified) * branches/new_class_id/src/lib/sound/sound_engine.cc (modified) * branches/new_class_id/src/lib/sound/sound_source.cc (modified) * branches/new_class_id/src/lib/sound/sound_source.h (modified) * branches/new_class_id/src/lib/util/loading/resource_manager.cc (modified) * branches/new_class_id/src/world_entities/effects/lightning_bolt.cc (modified) * branches/new_class_id/src/world_entities/effects/lightning_bolt.h (modified) * branches/new_class_id/src/world_entities/power_ups/power_up.cc (modified) * branches/new_class_id/src/world_entities/power_ups/power_up.h (modified) * branches/new_class_id/src/world_entities/projectiles/projectile.cc (modified) * branches/new_class_id/src/world_entities/projectiles/projectile.h (modified) * branches/new_class_id/src/world_entities/space_ships/helicopter.cc (modified) * branches/new_class_id/src/world_entities/space_ships/helicopter.h (modified) * branches/new_class_id/src/world_entities/weapons/weapon.cc (modified) * branches/new_class_id/src/world_entities/weapons/weapon.h (modified) * branches/new_class_id/src/world_entities/weather_effects/lightning_effect.cc (modified) * branches/new_class_id/src/world_entities/weather_effects/lightning_effect.h (modified) * branches/new_class_id/src/world_entities/weather_effects/rain_effect.cc (modified) * branches/new_class_id/src/world_entities/weather_effects/rain_effect.h (modified) * branches/new_class_id/src/world_entities/weather_effects/snow_effect.cc (modified) * branches/new_class_id/src/world_entities/weather_effects/snow_effect.h (modified) orxonox/new_class_id: SoundSource completely added as a Resource Tue, 19 Sep 2006 13:44:38 GMT bensch [9760] * branches/new_class_id/src/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/graphics_engine.cc (modified) * branches/new_class_id/src/story_entities/game_world.cc (modified) * branches/new_class_id/src/story_entities/game_world_data.cc (modified) * branches/new_class_id/src/world_entities/WorldEntities.am (modified) * branches/new_class_id/src/world_entities/particles/dot_particles.cc (modified) * branches/new_class_id/src/world_entities/particles/dot_particles.h (modified) * branches/new_class_id/src/world_entities/weather_effects (moved) * branches/new_class_id/src/world_entities/weather_effects/atmospheric_engine.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/atmospheric_engine.h (copied) * branches/new_class_id/src/world_entities/weather_effects/cloud_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/cloud_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/fog_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/fog_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/graphics_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/graphics_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/lense_flare.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/lense_flare.h (copied) * branches/new_class_id/src/world_entities/weather_effects/lightning_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/lightning_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/rain_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/rain_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/snow_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/snow_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/sun_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/sun_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/volfog_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/volfog_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/weather_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/weather_effect.h (copied) moved around the weather effecs Tue, 19 Sep 2006 13:25:46 GMT bensch [9758] * branches/new_class_id/configure.ac (modified) * branches/new_class_id/src/Makefile.am (modified) * branches/new_class_id/src/defs/include_paths.am (modified) * branches/new_class_id/src/lib/BuildLibs.am (modified) * branches/new_class_id/src/lib/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/effects/rain_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/rain_effect.h (modified) * branches/new_class_id/src/lib/graphics/effects/snow_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/snow_effect.h (modified) * branches/new_class_id/src/lib/physics/physics_connection.cc (modified) * branches/new_class_id/src/lib/util/loading/resource.h (modified) * branches/new_class_id/src/world_entities/WorldEntities.am (modified) * branches/new_class_id/src/world_entities/effects/explosion.cc (modified) * branches/new_class_id/src/world_entities/particles (moved) * branches/new_class_id/src/world_entities/playable.cc (modified) * branches/new_class_id/src/world_entities/projectiles/bomb.cc (modified) * branches/new_class_id/src/world_entities/projectiles/boomerang_projectile.cc (modified) * branches/new_class_id/src/world_entities/projectiles/guided_missile.cc (modified) * branches/new_class_id/src/world_entities/projectiles/hyperblast.cc (modified) * branches/new_class_id/src/world_entities/projectiles/laser.cc (modified) * branches/new_class_id/src/world_entities/projectiles/rail_projectile.cc (modified) * branches/new_class_id/src/world_entities/projectiles/rocket.cc (modified) * branches/new_class_id/src/world_entities/projectiles/test_bullet.cc (modified) * branches/new_class_id/src/world_entities/space_ships/cruizer.cc (modified) * branches/new_class_id/src/world_entities/space_ships/space_ship.cc (modified) * branches/new_class_id/src/world_entities/space_ships/spacecraft_2d.cc (modified) * branches/new_class_id/src/world_entities/space_ships/turbine_hover.cc (modified) orxonox/new_class_id: moved the Particle-engine