# # ChangeLog for code/branches/core5/src/libraries/util # # Generated by Trac 1.0.9 # Sep 17, 2024, 10:53:29 AM Sun, 04 Oct 2009 23:34:10 GMT rgrieder [5877] * code/branches/core5/src/libraries/core/Core.cc (modified) * code/branches/core5/src/libraries/core/ScopedSingletonManager.h (modified) * code/branches/core5/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core5/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core5/src/libraries/util/Scope.h (modified) * code/branches/core5/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core5/src/modules/questsystem/notifications/NotificationManager.cc (modified) * code/branches/core5/src/orxonox/CameraManager.cc (modified) * code/branches/core5/src/orxonox/LevelManager.cc (modified) * code/branches/core5/src/orxonox/PlayerManager.cc (modified) * code/branches/core5/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core5/src/orxonox/sound/SoundManager.cc (modified) Added new an option for the ScopedSingletonManager that can allow the ... Sun, 04 Oct 2009 18:03:26 GMT rgrieder [5873] * code/branches/core5/src/libraries/CMakeLists.txt (modified) * code/branches/core5/src/libraries/core/CMakeLists.txt (modified) * code/branches/core5/src/libraries/network/packet/CMakeLists.txt (modified) * code/branches/core5/src/libraries/tools/CMakeLists.txt (modified) * code/branches/core5/src/libraries/util/CMakeLists.txt (modified) * code/branches/core5/src/modules/pong/CMakeLists.txt (modified) * code/branches/core5/src/orxonox/CMakeLists.txt (modified) * code/branches/core5/src/orxonox/graphics/CMakeLists.txt (modified) * code/branches/core5/src/orxonox/overlays/CMakeLists.txt (modified) Added a few more compilations in our own libraries. Also fixed a bug ... Sat, 03 Oct 2009 22:02:28 GMT rgrieder [5867] * code/branches/core5/src/libraries/core/CMakeLists.txt (modified) * code/branches/core5/src/libraries/core/Core.cc (modified) * code/branches/core5/src/libraries/core/ScopedSingletonManager.cc (added) * code/branches/core5/src/libraries/core/ScopedSingletonManager.h (added) * code/branches/core5/src/libraries/util/Scope.h (modified) * code/branches/core5/src/libraries/util/ScopedSingleton.h (deleted) * code/branches/core5/src/libraries/util/Singleton.h (modified) * code/branches/core5/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core5/src/modules/questsystem/QuestManager.h (modified) * code/branches/core5/src/modules/questsystem/QuestsystemPrecompiledHeaders.h (modified) * code/branches/core5/src/modules/questsystem/notifications/NotificationManager.cc (modified) * code/branches/core5/src/modules/questsystem/notifications/NotificationManager.h (modified) * code/branches/core5/src/orxonox/CameraManager.cc (modified) * code/branches/core5/src/orxonox/CameraManager.h (modified) * code/branches/core5/src/orxonox/LevelManager.cc (modified) * code/branches/core5/src/orxonox/LevelManager.h (modified) * code/branches/core5/src/orxonox/PlayerManager.cc (modified) * code/branches/core5/src/orxonox/PlayerManager.h (modified) * code/branches/core5/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core5/src/orxonox/overlays/InGameConsole.h (modified) * code/branches/core5/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core5/src/orxonox/sound/SoundManager.h (modified) Modified Scoped Singleton concept: Derive from Singleton normally, ... Fri, 02 Oct 2009 09:41:00 GMT rgrieder [5858] * code/branches/core5/src/libraries/core/BaseObject.cc (modified) * code/branches/core5/src/libraries/core/CorePrereqs.h (modified) * code/branches/core5/src/libraries/core/XMLPort.h (modified) * code/branches/core5/src/libraries/network/NetworkPrereqs.h (modified) * code/branches/core5/src/libraries/tools/ToolsPrereqs.h (modified) * code/branches/core5/src/libraries/util/Scope.h (modified) * code/branches/core5/src/libraries/util/UtilPrereqs.h (modified) * code/branches/core5/src/modules/objects/ObjectsPrereqs.h (modified) * code/branches/core5/src/modules/overlays/OverlaysPrereqs.h (modified) * code/branches/core5/src/modules/pong/PongPrereqs.h (modified) * code/branches/core5/src/modules/questsystem/QuestsystemPrereqs.h (modified) * code/branches/core5/src/modules/weapons/WeaponsPrereqs.h (modified) * code/branches/core5/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core5/src/orxonox/graphics/ParticleEmitter.h (modified) * code/branches/core5/src/orxonox/interfaces/NotificationListener.h (modified) * code/branches/core5/src/orxonox/interfaces/RadarViewable.h (modified) Cleanup in *Prereqs.h files - Removed forward declarations to ... Fri, 02 Oct 2009 06:36:25 GMT rgrieder [5855] * code/branches/core5/src/libraries/core/CMakeLists.txt (modified) * code/branches/core5/src/libraries/core/Core.cc (modified) * code/branches/core5/src/libraries/core/CorePrereqs.h (modified) * code/branches/core5/src/libraries/core/GUIManager.cc (modified) * code/branches/core5/src/libraries/core/Game.cc (modified) * code/branches/core5/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core5/src/libraries/core/TclThreadManager.cc (modified) * code/branches/core5/src/libraries/core/input/InputDevice.h (modified) * code/branches/core5/src/libraries/core/input/InputManager.cc (modified) * code/branches/core5/src/libraries/network/Client.cc (modified) * code/branches/core5/src/libraries/network/Server.cc (modified) * code/branches/core5/src/libraries/tools/Timer.cc (modified) * code/branches/core5/src/libraries/util/CMakeLists.txt (modified) * code/branches/core5/src/libraries/util/Clock.cc (moved) * code/branches/core5/src/libraries/util/Clock.h (moved) * code/branches/core5/src/libraries/util/UtilPrereqs.h (modified) * code/branches/core5/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSDedicatedClient.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core5/src/orxonox/overlays/InGameConsole.cc (modified) Moved Clock from core to util (used in Scope anyway). Thu, 01 Oct 2009 09:44:53 GMT rgrieder [5850] * code/branches/core5/src/libraries/core/Core.cc (modified) * code/branches/core5/src/libraries/core/Core.h (modified) * code/branches/core5/src/libraries/util/Scope.h (modified) * code/branches/core5/src/libraries/util/ScopedSingleton.h (modified) * code/branches/core5/src/modules/questsystem/QuestManager.h (modified) * code/branches/core5/src/modules/questsystem/notifications/NotificationManager.h (modified) * code/branches/core5/src/orxonox/CameraManager.cc (modified) * code/branches/core5/src/orxonox/CameraManager.h (modified) * code/branches/core5/src/orxonox/LevelManager.h (modified) * code/branches/core5/src/orxonox/PlayerManager.h (modified) * code/branches/core5/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core5/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core5/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/core5/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core5/src/orxonox/overlays/InGameConsole.h (modified) * code/branches/core5/src/orxonox/sound/SoundManager.h (modified) Moved the singleton creation/destruction mess to the Core class by ... Sat, 26 Sep 2009 21:06:24 GMT landauf [5802] * code/branches/core5/src/libraries/util/ScopedSingleton.h (modified) * code/branches/core5/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) Found another delete in CompoundCollisionShape.cc Also replaced ... Wed, 23 Sep 2009 18:43:45 GMT landauf [5768] * code/branches/core5 (copied) created new core branch to work on smart pointers and some other ... Sat, 19 Sep 2009 22:10:34 GMT rgrieder [5749] * code/trunk/src/external/bullet/BulletPrecompiledHeaders.h (added) * code/trunk/src/external/bullet/CMakeLists.txt (modified) * code/trunk/src/libraries/core/CorePrecompiledHeaders.h (modified) * code/trunk/src/libraries/network/ClientConnection.cc (modified) * code/trunk/src/libraries/network/ClientInformation.cc (modified) * code/trunk/src/libraries/network/Connection.cc (modified) * code/trunk/src/libraries/network/NetworkPrecompiledHeaders.h (modified) * code/trunk/src/libraries/network/Server.cc (modified) * code/trunk/src/libraries/network/ServerConnection.cc (modified) * code/trunk/src/libraries/network/packet/Packet.cc (modified) * code/trunk/src/libraries/tools/CMakeLists.txt (modified) * code/trunk/src/libraries/tools/ToolsPrecompiledHeaders.h (added) * code/trunk/src/libraries/util/CMakeLists.txt (modified) * code/trunk/src/modules/gamestates/CMakeLists.txt (modified) * code/trunk/src/modules/gamestates/GameStatesPrecompiledHeaders.h (added) * code/trunk/src/modules/objects/CMakeLists.txt (modified) * code/trunk/src/modules/objects/ObjectsPrecompiledHeaders.h (added) * code/trunk/src/modules/overlays/CMakeLists.txt (modified) * code/trunk/src/modules/overlays/OverlaysPrecompiledHeaders.h (added) * code/trunk/src/modules/pong/CMakeLists.txt (modified) * code/trunk/src/modules/pong/PongPrecompiledHeaders.h (added) * code/trunk/src/modules/questsystem/CMakeLists.txt (modified) * code/trunk/src/modules/questsystem/QuestsystemPrecompiledHeaders.h (added) * code/trunk/src/modules/weapons/CMakeLists.txt (modified) * code/trunk/src/modules/weapons/WeaponsPrecompiledHeaders.h (added) * code/trunk/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) Sorted out header file finding issues and updated/added precompiled ...