# # ChangeLog for branches/new_class_id/src/world_entities/weather_effects in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 1, 2024, 1:03:12 PM Tue, 26 Sep 2006 14:59:49 GMT bensch [9833] * branches/new_class_id/src/lib/graphics/graphics_engine.cc (modified) * branches/new_class_id/src/lib/graphics/importer/bsp_file.cc (modified) * branches/new_class_id/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/new_class_id/src/lib/graphics/importer/height_map.cc (modified) * branches/new_class_id/src/lib/graphics/importer/material.cc (modified) * branches/new_class_id/src/lib/graphics/importer/media_container.cc (modified) * branches/new_class_id/src/lib/graphics/importer/movie_player.cc (modified) * branches/new_class_id/src/lib/graphics/shader.cc (modified) * branches/new_class_id/src/lib/graphics/shader_data.cc (modified) * branches/new_class_id/src/lib/graphics/text_engine/text.cc (modified) * branches/new_class_id/src/lib/graphics/text_engine/text_engine.cc (modified) * branches/new_class_id/src/lib/gui/gl/glgui_handler.cc (modified) * branches/new_class_id/src/lib/gui/gl/glgui_widget.cc (modified) * branches/new_class_id/src/lib/network/monitor/network_stats_widget.cc (modified) * branches/new_class_id/src/lib/network/network_stream.cc (modified) * branches/new_class_id/src/lib/network/proxy/network_settings.cc (modified) * branches/new_class_id/src/lib/network/zip.cc (modified) * branches/new_class_id/src/lib/script_engine/script.cc (modified) * branches/new_class_id/src/lib/shell/shell_completion_plugin.cc (modified) * branches/new_class_id/src/lib/sound/sound_engine.cc (modified) * branches/new_class_id/src/lib/util/loading/game_loader.cc (modified) * branches/new_class_id/src/lib/util/loading/new_resource_manager.cc (modified) * branches/new_class_id/src/lib/util/loading/new_resource_manager.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/story_entities/menu/game_menu.cc (modified) * branches/new_class_id/src/story_entities/multi_player_world_data.cc (modified) * branches/new_class_id/src/story_entities/story_entity.cc (modified) * branches/new_class_id/src/world_entities/bsp_entity.cc (modified) * branches/new_class_id/src/world_entities/creatures/md2_creature.cc (modified) * branches/new_class_id/src/world_entities/environment.cc (modified) * branches/new_class_id/src/world_entities/environments/mapped_water.cc (modified) * branches/new_class_id/src/world_entities/npcs/generic_npc.cc (modified) * branches/new_class_id/src/world_entities/recorder.cc (modified) * branches/new_class_id/src/world_entities/satellite.h (modified) * branches/new_class_id/src/world_entities/skydome.cc (modified) * branches/new_class_id/src/world_entities/terrain.cc (modified) * branches/new_class_id/src/world_entities/weather_effects/atmospheric_engine.cc (modified) * branches/new_class_id/src/world_entities/weather_effects/cloud_effect.cc (modified) orxonox/new_class_id: almost killed off the old ResourceManager 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 ... 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:47:07 GMT bensch [9761] * branches/new_class_id/src/lib/graphics/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/graphics_effect.cc (moved) * branches/new_class_id/src/lib/graphics/graphics_effect.h (moved) * branches/new_class_id/src/lib/graphics/graphics_engine.cc (modified) * branches/new_class_id/src/story_entities/game_world_data.cc (modified) * branches/new_class_id/src/world_entities/WorldEntities.am (modified) orxonox/new_class_id: moved the graphics_effect back to the lib as ... 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.