# # ChangeLog for code/branches/resource # # Generated by Trac 1.0.9 # May 23, 2024, 6:42:50 PM Thu, 23 Jul 2009 11:34:31 GMT rgrieder [3337] * code/branches/resource/src/orxonox/gui/GUIManager.cc (modified) * code/branches/resource/src/orxonox/gui/GUIManager.h (modified) * code/branches/resource/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/resource/src/orxonox/overlays/GUIOverlay.cc (modified) Removed GUIOverlay management from GUIManager: It shouldn't be the ... Thu, 23 Jul 2009 10:15:06 GMT rgrieder [3336] * code/branches/resource/src/orxonox/GraphicsManager.cc (modified) * code/branches/resource/src/orxonox/GraphicsManager.h (modified) * code/branches/resource/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/resource/src/orxonox/tools/ParticleInterface.h (modified) Moved Config value detailLevelParticle from GraphicsManager to ... Sun, 19 Jul 2009 16:01:22 GMT rgrieder [3328] * code/branches/resource (copied) Created branch to work on resource management (first) and then on the ... Sun, 19 Jul 2009 15:31:02 GMT rgrieder [3327] * code/trunk (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/OrxonoxClass.h (modified) * code/trunk/src/core/WindowEventListener.cc (copied) * code/trunk/src/core/WindowEventListener.h (copied) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/Button.h (modified) * code/trunk/src/core/input/CMakeLists.txt (modified) * code/trunk/src/core/input/ExtendedInputState.cc (deleted) * code/trunk/src/core/input/ExtendedInputState.h (deleted) * code/trunk/src/core/input/HalfAxis.cc (modified) * code/trunk/src/core/input/HalfAxis.h (modified) * code/trunk/src/core/input/InputBuffer.cc (modified) * code/trunk/src/core/input/InputBuffer.h (modified) * code/trunk/src/core/input/InputCommands.h (modified) * code/trunk/src/core/input/InputDevice.h (copied) * code/trunk/src/core/input/InputHandler.h (copied) * code/trunk/src/core/input/InputInterfaces.h (deleted) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (modified) * code/trunk/src/core/input/InputPrereqs.h (copied) * code/trunk/src/core/input/InputState.cc (copied) * code/trunk/src/core/input/InputState.h (modified) * code/trunk/src/core/input/JoyStick.cc (copied) * code/trunk/src/core/input/JoyStick.h (copied) * code/trunk/src/core/input/JoyStickDeviceNumberListener.cc (deleted) * code/trunk/src/core/input/JoyStickDeviceNumberListener.h (deleted) * code/trunk/src/core/input/JoyStickQuantityListener.cc (copied) * code/trunk/src/core/input/JoyStickQuantityListener.h (copied) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyBinder.h (modified) * code/trunk/src/core/input/KeyDetector.cc (modified) * code/trunk/src/core/input/KeyDetector.h (modified) * code/trunk/src/core/input/Keyboard.cc (copied) * code/trunk/src/core/input/Keyboard.h (copied) * code/trunk/src/core/input/Mouse.cc (copied) * code/trunk/src/core/input/Mouse.h (copied) * code/trunk/src/core/input/SimpleInputState.cc (deleted) * code/trunk/src/core/input/SimpleInputState.h (deleted) * code/trunk/src/orxonox/GraphicsManager.cc (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.h (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.h (modified) * code/trunk/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/trunk/src/orxonox/interfaces/WindowEventListener.h (deleted) * code/trunk/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/trunk/src/orxonox/overlays/GUIOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) * code/trunk/src/util/StringUtils.cc (modified) * code/trunk/src/util/StringUtils.h (modified) Merged all remaining revisions from core4 back to the trunk.