# # ChangeLog for code/trunk/src/orxonox/objects/Tickable.cc # # Generated by Trac 1.0.9 # May 17, 2024, 7:58:55 PM Wed, 04 Jun 2008 18:54:43 GMT rgrieder [1535] * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/media.cfg (deleted) * code/trunk/bin/quake3settings.cfg (deleted) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Core.cc (copied) * code/trunk/src/core/Core.h (copied) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/CoreSettings.cc (deleted) * code/trunk/src/core/CoreSettings.h (deleted) * code/trunk/src/core/InputBuffer.cc (deleted) * code/trunk/src/core/InputBuffer.h (deleted) * code/trunk/src/core/InputInterfaces.h (deleted) * code/trunk/src/core/InputManager.cc (deleted) * code/trunk/src/core/InputManager.h (deleted) * code/trunk/src/core/KeyBinder.cc (deleted) * code/trunk/src/core/KeyBinder.h (deleted) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/OutputHandler.cc (modified) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/Tickable.cc (deleted) * code/trunk/src/core/Tickable.h (deleted) * code/trunk/src/core/input (copied) * code/trunk/src/core/input/Button.cc (copied) * code/trunk/src/core/input/Button.h (copied) * code/trunk/src/core/input/CalibratorCallback.cc (copied) * code/trunk/src/core/input/CalibratorCallback.h (copied) * code/trunk/src/core/input/HalfAxis.cc (copied) * code/trunk/src/core/input/HalfAxis.h (copied) * code/trunk/src/core/input/InputBuffer.cc (copied) * code/trunk/src/core/input/InputBuffer.h (copied) * code/trunk/src/core/input/InputCommands.cc (copied) * code/trunk/src/core/input/InputCommands.h (copied) * code/trunk/src/core/input/InputInterfaces.h (copied) * code/trunk/src/core/input/InputManager.cc (copied) * code/trunk/src/core/input/InputManager.h (copied) * code/trunk/src/core/input/KeyBinder.cc (copied) * code/trunk/src/core/input/KeyBinder.h (copied) * code/trunk/src/core/input/KeyDetector.cc (copied) * code/trunk/src/core/input/KeyDetector.h (copied) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/Settings.cc (copied) * code/trunk/src/orxonox/Settings.h (copied) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/Tickable.cc (copied) * code/trunk/src/orxonox/objects/Tickable.h (copied) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/ArgReader.cc (modified) * code/trunk/src/util/ArgReader.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) merged input branch back to trunk Mon, 02 Jun 2008 22:20:36 GMT rgrieder [1524] * code/branches/input/src/audio/AudioManager.h (modified) * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/Core.cc (moved) * code/branches/input/src/core/Core.h (moved) * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/Language.cc (modified) * code/branches/input/src/core/Language.h (modified) * code/branches/input/src/core/OutputHandler.cc (modified) * code/branches/input/src/core/Shell.cc (modified) * code/branches/input/src/core/TclThreadManager.h (modified) * code/branches/input/src/core/TheCore.cc (added) * code/branches/input/src/core/TheCore.h (added) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/InputManager.h (modified) * code/branches/input/src/network/Client.h (modified) * code/branches/input/src/network/Server.h (modified) * code/branches/input/src/orxonox/CMakeLists.txt (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/input/src/orxonox/console/InGameConsole.h (modified) * code/branches/input/src/orxonox/hud/HUD.h (modified) * code/branches/input/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/input/src/orxonox/objects/Tickable.cc (moved) * code/branches/input/src/orxonox/objects/Tickable.h (moved) * code/branches/input/src/orxonox/objects/WorldEntity.h (modified) * code/branches/input/src/orxonox/tools/Timer.h (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - moved Tickable to objects again - network, audio and core now have ...