# # ChangeLog for code/branches/core5/src/modules/questsystem/QuestManager.cc # # Generated by Trac 1.0.9 # Jun 19, 2024, 2:37:47 PM 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, ... Sat, 26 Sep 2009 20:21:26 GMT landauf [5800] * code/branches/core5/src/modules/objects/eventsystem/EventDispatcher.cc (modified) * code/branches/core5/src/modules/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core5/src/modules/overlays/stats/CreateLines.cc (modified) * code/branches/core5/src/modules/pong/Pong.cc (modified) * code/branches/core5/src/modules/pong/PongAI.cc (modified) * code/branches/core5/src/modules/questsystem/QuestGUI.cc (modified) * code/branches/core5/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core5/src/modules/questsystem/notifications/NotificationQueue.cc (modified) * code/branches/core5/src/modules/weapons/projectiles/ParticleProjectile.cc (modified) * code/branches/core5/src/modules/weapons/projectiles/Projectile.cc (modified) replaced delete with destroy() in modules 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 ... Sun, 20 Sep 2009 18:03:45 GMT rgrieder [5755] * code/trunk/src/modules/questsystem/QuestManager.cc (modified) Added loading declaration for the tolua bindings in the quest system.