# # ChangeLog for branches/new_class_id/src/world_entities/weather_effects/cloud_effect.cc in orxonox.OLD # # Generated by Trac 1.0.9 # May 19, 2024, 3:00:52 AM Mon, 25 Sep 2006 10:28:05 GMT bensch [9821] * branches/new_class_id/src/lib/graphics/shader.cc (modified) * branches/new_class_id/src/world_entities/environments/mapped_water.cc (modified) * branches/new_class_id/src/world_entities/weather_effects/cloud_effect.cc (modified) Shaders now fully support the ResourceShader Paradigm Mon, 25 Sep 2006 10:10:07 GMT bensch [9818] * branches/new_class_id/src/lib/graphics/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/shader.cc (modified) * branches/new_class_id/src/lib/graphics/shader.h (modified) * branches/new_class_id/src/lib/graphics/shader_data.cc (modified) * branches/new_class_id/src/lib/graphics/shader_data.h (modified) * branches/new_class_id/src/world_entities/environments/mapped_water.cc (modified) * branches/new_class_id/src/world_entities/environments/mapped_water.h (modified) * branches/new_class_id/src/world_entities/weather_effects/cloud_effect.cc (modified) * branches/new_class_id/src/world_entities/weather_effects/cloud_effect.h (modified) Switching to new Shader layout, with Shader and ShaderData. Shaders ... 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 Mon, 18 Sep 2006 20:06:19 GMT bensch [9757] * branches/new_class_id/src/lib/coord/p_node.cc (modified) * branches/new_class_id/src/lib/graphics/effects/cloud_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/fog_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/lightning_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/rain_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/snow_effect.cc (modified) * branches/new_class_id/src/lib/gui/gl/glgui_box.cc (modified) * branches/new_class_id/src/lib/gui/gl/glgui_frame.cc (modified) * branches/new_class_id/src/lib/lang/class_id.h (modified) * branches/new_class_id/src/lib/lang/object_list.cc (modified) * branches/new_class_id/src/lib/lang/object_list.h (modified) * branches/new_class_id/src/lib/network/network_game_manager.cc (modified) * branches/new_class_id/src/lib/network/network_stream.cc (modified) * branches/new_class_id/src/lib/network/synchronizeable.cc (modified) * branches/new_class_id/src/lib/particles/particle_system.cc (modified) * branches/new_class_id/src/lib/script_engine/script.cc (modified) * branches/new_class_id/src/lib/script_engine/script_class.h (modified) * branches/new_class_id/src/lib/shell/shell_completion.cc (modified) * branches/new_class_id/src/lib/util/loading/factory.h (modified) * branches/new_class_id/src/lib/util/loading/fast_factory.h (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/creatures/fps_player.cc (modified) * branches/new_class_id/src/world_entities/environments/mapped_water.cc (modified) * branches/new_class_id/src/world_entities/npcs/attractor_mine.cc (modified) * branches/new_class_id/src/world_entities/npcs/gate.cc (modified) * branches/new_class_id/src/world_entities/npcs/generic_npc.cc (modified) * branches/new_class_id/src/world_entities/playable.cc (modified) * branches/new_class_id/src/world_entities/power_ups/power_up.cc (modified) * branches/new_class_id/src/world_entities/script_trigger.cc (modified) * branches/new_class_id/src/world_entities/space_ships/helicopter.cc (modified) * branches/new_class_id/src/world_entities/space_ships/hover.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/test_entity.cc (modified) * branches/new_class_id/src/world_entities/weapons/aiming_system.cc (modified) * branches/new_class_id/src/world_entities/weapons/weapon.cc (modified) * branches/new_class_id/src/world_entities/weapons/weapon_manager.cc (modified) new_class_id: hups... this was bad naming... confusing too.