# # ChangeLog for code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc # # Generated by Trac 1.0.9 # May 24, 2024, 9:00:20 AM Fri, 12 Dec 2008 03:39:13 GMT landauf [2414] * code/branches/objecthierarchy2/src/orxonox/objects/GlobalShader.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ExplosionChunk.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ExplosionChunk.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/objecthierarchy2/src/orxonox/tools/ParticleInterface.cc (modified) added spawn- and destroy-effects to Pawn Thu, 11 Dec 2008 02:06:33 GMT landauf [2406] * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/objecthierarchy2/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Timer.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Timer.h (modified) Added TimeFactorListener to properly handle changes of the global ... 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, ...). ... Mon, 24 Nov 2008 00:50:47 GMT landauf [2254] * code/branches/objecthierarchy2/bin/def_keybindings.ini (modified) * code/branches/objecthierarchy2/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy2/src/core/BaseObject.h (modified) * code/branches/objecthierarchy2/src/core/Functor.h (modified) * code/branches/objecthierarchy2/src/core/Super.h (modified) * code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/HumanController.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/items (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/CMakeLists.txt (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/Engine.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/Engine.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/Item.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/Item.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/MultiStateEngine.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/MultiStateEngine.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Billboard.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/FadingBillboard.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/FadingBillboard.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/SpaceShip.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) Update your media repository and delete keybindings.ini if you want ... Sun, 16 Nov 2008 18:10:28 GMT landauf [2212] * code/branches/objecthierarchy2/src/core/Super.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/WorldEntity.h (modified) maybe fixed backlight crash Fri, 14 Nov 2008 00:47:33 GMT landauf [2207] * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/WorldEntity.h (modified) fixed Backlight initialization with a workaround, but there are still ... Wed, 12 Nov 2008 01:24:10 GMT landauf [2182] * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Billboard.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/WorldEntity.h (modified) changed a lot in Backlight, but not yet finished