# # ChangeLog for code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc # # Generated by Trac 1.0.9 # Sep 21, 2024, 12:25:35 AM Wed, 10 Dec 2008 17:37:31 GMT landauf [2396] * code/branches/objecthierarchy2/src/orxonox/CameraManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/CameraManager.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (modified) fixed shader/camera crash Tue, 09 Dec 2008 01:07:24 GMT landauf [2361] * code/branches/objecthierarchy2/src/core/Core.cc (modified) * code/branches/objecthierarchy2/src/core/Core.h (modified) * code/branches/objecthierarchy2/src/core/Super.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/Radar.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/items/Engine.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/FadingBillboard.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (modified) * code/branches/objecthierarchy2/src/util/Convert.h (modified) - Fixed a problem with SUPER in combination with a pure-virtual base- ... Mon, 08 Dec 2008 21:01:22 GMT landauf [2358] * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.h (modified) removed some test-code Sun, 07 Dec 2008 03:18:11 GMT landauf [2350] * code/branches/objecthierarchy2/src/orxonox/GraphicsEngine.cc (modified) * code/branches/objecthierarchy2/src/orxonox/GraphicsEngine.h (modified) * code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/GlobalShader.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/GlobalShader.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/Engine.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/items/Engine.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (added) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.h (added) - Added support for postprocessing shaders (bloom, motion blur, ...). ...