# # ChangeLog for branches/new_class_id/src/lib/graphics/Makefile.am in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 9, 2024, 8:14:50 AM Tue, 26 Sep 2006 16:31:56 GMT bensch [9839] * 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/text_engine/font.cc (modified) * branches/new_class_id/src/lib/graphics/text_engine/resource_font.cc (modified) * branches/new_class_id/src/lib/graphics/text_engine/resource_font.h (modified) * branches/new_class_id/src/lib/graphics/text_engine/text.cc (modified) * branches/new_class_id/src/lib/util/loading/resource.cc (modified) * branches/new_class_id/src/orxonox.cc (modified) Font completely ported to the new Resource-Format. Now all the Basic ... Mon, 25 Sep 2006 10:25:00 GMT bensch [9820] * branches/new_class_id/src/lib/graphics/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/resource_shader.cc (copied) * branches/new_class_id/src/lib/graphics/resource_shader.h (copied) * branches/new_class_id/src/world_entities/environments/mapped_water.cc (modified) added resource_shader, the new ResourceLoadHandler for the Shader 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 20:30:13 GMT bensch [9806] * branches/new_class_id/src/lib/graphics/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/importer/static_model.h (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 (copied) * branches/new_class_id/src/lib/graphics/shader_data.h (copied) * branches/new_class_id/src/lib/graphics/shader_types.h (added) * branches/new_class_id/src/lib/lang/base_object.cc (modified) * branches/new_class_id/src/lib/shell/some_shell_commands.cc (modified) * branches/new_class_id/src/lib/sound/ogg_player.h (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/orxonox.cc (modified) * branches/new_class_id/src/world_entities/npcs/attractor_mine.cc (modified) * branches/new_class_id/src/world_entities/npcs/generic_npc.cc (modified) * branches/new_class_id/src/world_entities/npcs/generic_npc.h (modified) * branches/new_class_id/src/world_entities/npcs/npc_test.cc (modified) try with the shader 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, 21 Aug 2006 22:37:18 GMT bensch [9683] * branches/new_class_id (copied) copy of trunk for the integration of the new ClassID Sun, 02 Jul 2006 12:11:59 GMT bensch [9006] * trunk/src/Makefile.am (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/lib/graphics/Makefile.am (modified) * trunk/src/lib/graphics/effects/cloud_effect.cc (modified) * trunk/src/lib/graphics/effects/cloud_effect.h (modified) * trunk/src/lib/graphics/effects/fog_effect.cc (modified) * trunk/src/lib/graphics/effects/lense_flare.cc (modified) * trunk/src/lib/graphics/effects/lightening_effect.cc (deleted) * trunk/src/lib/graphics/effects/lightening_effect.h (deleted) * trunk/src/lib/graphics/effects/lightning_effect.cc (copied) * trunk/src/lib/graphics/effects/lightning_effect.h (copied) * trunk/src/lib/graphics/effects/rain_effect.cc (modified) * trunk/src/lib/graphics/effects/rain_effect.h (modified) * trunk/src/lib/graphics/effects/snow_effect.cc (modified) * trunk/src/lib/graphics/effects/volfog_effect.cc (modified) * trunk/src/lib/gui/gl/glgui_handler.cc (modified) * trunk/src/lib/util/executor/executor_lua.h (modified) * trunk/src/world_entities/environments/mapped_water.cc (modified) * trunk/src/world_entities/environments/mapped_water.h (modified) * trunk/src/world_entities/script_trigger.cc (modified) * trunk/src/world_entities/script_trigger.h (modified) * trunk/src/world_entities/skydome.cc (modified) * trunk/src/world_entities/skydome.h (modified) orxonox/trunk: merged the mountain_lake branche back to the trunk ...