# # ChangeLog for code/branches/core4/src/core/WindowEventListener.h # # Generated by Trac 1.0.9 # Jul 6, 2024, 11:52:06 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 ... Tue, 23 Jun 2009 16:59:43 GMT rgrieder [3222] * code/branches/core4 (copied) Creating branch for new features/changes in the core.