# # ChangeLog for code/branches/core4/src/orxonox/gamestates # # Generated by Trac 1.0.9 # Sep 11, 2024, 8:13:41 PM Tue, 14 Jul 2009 09:50:47 GMT rgrieder [3291] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/WindowEventListener.cc (modified) * code/branches/core4/src/core/WindowEventListener.h (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.h (modified) * code/branches/core4/src/core/input/Mouse.cc (modified) * code/branches/core4/src/core/input/Mouse.h (modified) * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) * code/branches/core4/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.h (modified) Added window size as static variable to the WindowEventListener ... Tue, 14 Jul 2009 09:30:05 GMT rgrieder [3290] * code/branches/core4/src/core/CMakeLists.txt (modified) * code/branches/core4/src/core/WindowEventListener.cc (added) * code/branches/core4/src/core/WindowEventListener.h (moved) * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core4/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.h (modified) Moved WindowEventListener to the core to avoid some really ugly hacks ... Sun, 12 Jul 2009 21:08:50 GMT rgrieder [3279] * code/branches/core4/src/core/input/Button.cc (modified) * code/branches/core4/src/core/input/HalfAxis.cc (modified) * code/branches/core4/src/core/input/InputDevice.h (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/KeyBinder.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/branches/core4/src/orxonox/overlays/GUIOverlay.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) Heavy clean up in the InputManager; not many real code changes ... Sun, 12 Jul 2009 14:12:04 GMT rgrieder [3274] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/OrxonoxClass.h (modified) * code/branches/core4/src/core/input/Button.h (modified) * code/branches/core4/src/core/input/CMakeLists.txt (modified) * code/branches/core4/src/core/input/HalfAxis.h (modified) * code/branches/core4/src/core/input/InputBuffer.cc (modified) * code/branches/core4/src/core/input/InputBuffer.h (modified) * code/branches/core4/src/core/input/InputCommands.h (modified) * code/branches/core4/src/core/input/InputDevice.h (added) * code/branches/core4/src/core/input/InputHandler.h (moved) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputPrereqs.h (copied) * code/branches/core4/src/core/input/InputState.cc (moved) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/JoyStick.cc (modified) * code/branches/core4/src/core/input/JoyStick.h (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.cc (moved) * code/branches/core4/src/core/input/JoyStickQuantityListener.h (moved) * code/branches/core4/src/core/input/KeyBinder.cc (modified) * code/branches/core4/src/core/input/KeyBinder.h (modified) * code/branches/core4/src/core/input/KeyDetector.cc (modified) * code/branches/core4/src/core/input/KeyDetector.h (modified) * code/branches/core4/src/core/input/Keyboard.cc (added) * code/branches/core4/src/core/input/Keyboard.h (added) * code/branches/core4/src/core/input/Mouse.cc (added) * code/branches/core4/src/core/input/Mouse.h (added) * code/branches/core4/src/core/input/SimpleInputState.h (deleted) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core4/src/orxonox/gui/GUIManager.cc (modified) * code/branches/core4/src/orxonox/gui/GUIManager.h (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.h (modified) Added a few more generic parts to the input library: - Created Mouse ... Mon, 06 Jul 2009 10:03:05 GMT rgrieder [3270] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/input/CMakeLists.txt (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/JoyStick.cc (added) * code/branches/core4/src/core/input/JoyStick.h (added) * code/branches/core4/src/core/input/SimpleInputState.cc (modified) * code/branches/core4/src/core/input/SimpleInputState.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/util/StringUtils.cc (modified) * code/branches/core4/src/util/StringUtils.h (modified) Extracted joy stick related code from InputManager to a new JoyStick ... Mon, 29 Jun 2009 21:59:29 GMT rgrieder [3255] * code/branches/core4/src/core/CommandLine.cc (modified) * code/branches/core4/src/core/CommandLine.h (modified) * code/branches/core4/src/core/Core.cc (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/orxonox/LevelManager.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSServer.cc (modified) #298: Improved usage dialogue creation and the information itself. Mon, 29 Jun 2009 20:01:38 GMT rgrieder [3254] * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) * code/branches/core4/src/orxonox/GraphicsManager.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) Massively improved exception-safety in GraphicsManager. This ... Mon, 29 Jun 2009 14:01:35 GMT rgrieder [3249] * code/branches/core4/src/orxonox/LevelManager.cc (modified) * code/branches/core4/src/orxonox/LevelManager.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) StartLevel --> DefaultLevel and moved the CommandLine argument ... Mon, 29 Jun 2009 11:32:40 GMT rgrieder [3245] * code/branches/core4/src/core/CMakeLists.txt (modified) * code/branches/core4/src/core/Game.cc (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/orxonox/CMakeLists.txt (modified) * code/branches/core4/src/orxonox/LevelManager.cc (modified) * code/branches/core4/src/orxonox/LevelManager.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.h (modified) Moved Game::getLevel to LevelManager::getStartLevel and ... Sun, 28 Jun 2009 16:22:40 GMT rgrieder [3243] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/Game.cc (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/core/GameState.cc (modified) * code/branches/core4/src/core/GameState.h (modified) * code/branches/core4/src/orxonox/Main.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSClient.h (modified) * code/branches/core4/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/core4/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSServer.h (modified) * code/branches/core4/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSStandalone.h (modified) Moved GameState construction from pre-main() to after Core creation. ... Sun, 28 Jun 2009 11:47:57 GMT rgrieder [3238] * code/branches/core4/src/core/Game.cc (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/core/GameState.cc (modified) * code/branches/core4/src/core/GameState.h (modified) * code/branches/core4/src/orxonox/Main.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/util/Exception.cc (modified) * code/branches/core4/src/util/Exception.h (modified) Improved exception-safety in the Game class and fixed some issues and ... Tue, 23 Jun 2009 16:59:43 GMT rgrieder [3222] * code/branches/core4 (copied) Creating branch for new features/changes in the core. Mon, 22 Jun 2009 11:12:13 GMT rgrieder [3205] * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Light.cc (modified) Removed a few warnings.