# # ChangeLog for code/branches/network/src/orxonox/InputHandler.h # # Generated by Trac 1.0.9 # Jun 4, 2024, 5:41:30 PM Wed, 26 Mar 2008 22:39:55 GMT rgrieder [929] * code/branches/network/src/audio/AudioManager.cc (modified) * code/branches/network/src/orxonox/GraphicsEngine.cc (modified) * code/branches/network/src/orxonox/GraphicsEngine.h (modified) * code/branches/network/src/orxonox/InputHandler.cc (modified) * code/branches/network/src/orxonox/InputHandler.h (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/Orxonox.h (modified) * code/branches/network/src/orxonox/objects/Camera.cc (modified) * code/branches/network/src/orxonox/objects/Fighter.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) - removed getRoot() from GaphicsEngine --> added getRenderWindow() ... Wed, 26 Mar 2008 19:18:14 GMT rgrieder [928] * code/branches/network/src/orxonox/InputHandler.cc (modified) * code/branches/network/src/orxonox/InputHandler.h (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) - added destroy code for the InputHandler Tue, 25 Mar 2008 16:04:26 GMT rgrieder [922] * code/branches/network/src/orxonox/CMakeLists.txt (modified) * code/branches/network/src/orxonox/InputEvent.h (added) * code/branches/network/src/orxonox/InputEventListener.cc (added) * code/branches/network/src/orxonox/InputEventListener.h (added) * code/branches/network/src/orxonox/InputHandler.cc (modified) * code/branches/network/src/orxonox/InputHandler.h (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/Orxonox.h (modified) * code/branches/network/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/network/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/network/visual_studio/vc8/orxonox.vcproj (modified) - created InputEventListener and InputEvent - escape key now works ... Mon, 24 Mar 2008 12:25:52 GMT rgrieder [921] * code/branches/network/src/orxonox/InputHandler.cc (modified) * code/branches/network/src/orxonox/InputHandler.h (modified) - no comment.. Mon, 24 Mar 2008 12:22:40 GMT rgrieder [920] * code/branches/network/src/orxonox/InputHandler.cc (modified) * code/branches/network/src/orxonox/InputHandler.h (modified) - bugfix with includes Mon, 24 Mar 2008 12:12:31 GMT rgrieder [919] * code/branches/network/src/audio/AudioManager.cc (modified) * code/branches/network/src/audio/AudioManager.h (modified) * code/branches/network/src/orxonox/CMakeLists.txt (modified) * code/branches/network/src/orxonox/GraphicsEngine.cc (modified) * code/branches/network/src/orxonox/GraphicsEngine.h (modified) * code/branches/network/src/orxonox/InputHandler.cc (modified) * code/branches/network/src/orxonox/InputHandler.h (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/Orxonox.h (modified) * code/branches/network/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/network/src/orxonox/core/CMakeLists.txt (modified) * code/branches/network/src/orxonox/objects/Fighter.cc (modified) * code/branches/network/src/orxonox/objects/NPC.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/orxonox/tools/OrxListener.cc (deleted) * code/branches/network/src/orxonox/tools/OrxListener.h (deleted) * code/branches/network/visual_studio/vc8/orxonox.vcproj (modified) - AudioManager is now Tickable - NPC update moved to its ... Sat, 22 Mar 2008 20:17:34 GMT rgrieder [918] * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/orxonox/InputHandler.cc (added) * code/branches/network/src/orxonox/InputHandler.h (added) * code/branches/network/src/orxonox/Main.cc (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/Orxonox.h (modified) * code/branches/network/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/network/src/orxonox/PrecompiledHeaderFiles.cc (modified) * code/branches/network/src/orxonox/core/BaseObject.cc (modified) * code/branches/network/src/orxonox/core/Tickable.cc (modified) * code/branches/network/src/orxonox/core/Tickable.h (modified) * code/branches/network/visual_studio/network_properties.vsprops (modified) * code/branches/network/visual_studio/vc8/orxonox.vcproj (modified) - created basic construct for the InputHandler (mere copy of ...