# # ChangeLog for code/branches/core6/src/libraries/core/object/SmartPtr.h # # Generated by Trac 1.0.9 # May 28, 2024, 5:36:24 PM Sun, 24 Mar 2013 20:03:22 GMT landauf [9571] * code/branches/core6/src/libraries/core/command/Functor.h (modified) * code/branches/core6/src/libraries/core/object/SmartPtr.h (modified) * code/branches/core6/src/libraries/core/object/WeakPtr.h (modified) * code/branches/core6/src/libraries/util/ScopedSingletonManager.h (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.h (modified) using Destroyable instead of OrxonoxClass now wherever the ... Sun, 24 Mar 2013 16:33:43 GMT landauf [9563] * code/branches/core6/src/libraries/core/BaseObject.h (modified) * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/ClassTreeMask.cc (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/Core.h (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/Event.cc (modified) * code/branches/core6/src/libraries/core/GUIManager.h (modified) * code/branches/core6/src/libraries/core/Game.h (modified) * code/branches/core6/src/libraries/core/GraphicsManager.h (modified) * code/branches/core6/src/libraries/core/ViewportEventListener.h (modified) * code/branches/core6/src/libraries/core/WindowEventListener.h (modified) * code/branches/core6/src/libraries/core/XMLNameListener.h (modified) * code/branches/core6/src/libraries/core/XMLPort.h (modified) * code/branches/core6/src/libraries/core/class (added) * code/branches/core6/src/libraries/core/class/CMakeLists.txt (added) * code/branches/core6/src/libraries/core/class/Identifier.cc (moved) * code/branches/core6/src/libraries/core/class/Identifier.h (moved) * code/branches/core6/src/libraries/core/class/OrxonoxClass.cc (moved) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (moved) * code/branches/core6/src/libraries/core/class/SubclassIdentifier.h (moved) * code/branches/core6/src/libraries/core/class/Super.h (moved) * code/branches/core6/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core6/src/libraries/core/command/Functor.h (modified) * code/branches/core6/src/libraries/core/command/Shell.h (modified) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.h (modified) * code/branches/core6/src/libraries/core/config/ConfigValueIncludes.h (modified) * code/branches/core6/src/libraries/core/input/InputBuffer.h (modified) * code/branches/core6/src/libraries/core/input/JoyStickQuantityListener.h (modified) * code/branches/core6/src/libraries/core/input/KeyBinderManager.h (modified) * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) * code/branches/core6/src/libraries/core/object/ContextObject.h (modified) * code/branches/core6/src/libraries/core/object/Iterator.h (modified) * code/branches/core6/src/libraries/core/object/MetaObjectList.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListIterator.h (modified) * code/branches/core6/src/libraries/core/object/SmartPtr.h (modified) * code/branches/core6/src/libraries/core/object/WeakPtr.h (modified) * code/branches/core6/src/libraries/network/ClientConnectionListener.h (modified) * code/branches/core6/src/libraries/network/NetworkChatListener.h (modified) * code/branches/core6/src/libraries/network/NetworkFunction.h (modified) * code/branches/core6/src/libraries/network/WANDiscoverable.h (modified) * code/branches/core6/src/libraries/network/WANDiscovery.h (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/core6/src/libraries/tools/Timer.h (modified) * code/branches/core6/src/libraries/tools/interfaces/Tickable.h (modified) * code/branches/core6/src/libraries/tools/interfaces/TimeFactorListener.h (modified) * code/branches/core6/src/modules/designtools/ScreenshotManager.h (modified) * code/branches/core6/src/modules/designtools/SkyboxGenerator.h (modified) * code/branches/core6/src/modules/notifications/NotificationManager.h (modified) * code/branches/core6/src/modules/pickup/PickupManager.cc (modified) * code/branches/core6/src/modules/questsystem/QuestManager.h (modified) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/branches/core6/src/orxonox/CameraManager.h (modified) * code/branches/core6/src/orxonox/LevelInfo.h (modified) * code/branches/core6/src/orxonox/LevelManager.h (modified) * code/branches/core6/src/orxonox/MoodManager.h (modified) * code/branches/core6/src/orxonox/chat/ChatListener.h (modified) * code/branches/core6/src/orxonox/controllers/FormationController.h (modified) * code/branches/core6/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core6/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core6/src/orxonox/gametypes/Gametype.h (modified) * code/branches/core6/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/core6/src/orxonox/interfaces/GametypeMessageListener.h (modified) * code/branches/core6/src/orxonox/interfaces/NotificationListener.h (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/core6/src/orxonox/interfaces/PickupListener.h (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.h (modified) * code/branches/core6/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarListener.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core6/src/orxonox/interfaces/Rewardable.h (modified) * code/branches/core6/src/orxonox/interfaces/TeamColourable.h (modified) * code/branches/core6/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/core6/src/orxonox/sound/BaseSound.h (modified) * code/branches/core6/src/orxonox/sound/SoundManager.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/core6/src/orxonox/worldentities/SpawnPoint.h (modified) moved files used for class management to core/class/ Sat, 23 Mar 2013 17:49:52 GMT landauf [9557] * code/branches/core6/src/libraries/core/BaseObject.cc (modified) * code/branches/core6/src/libraries/core/BaseObject.h (modified) * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/ClassTreeMask.h (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/Identifier.cc (modified) * code/branches/core6/src/libraries/core/Identifier.h (modified) * code/branches/core6/src/libraries/core/Loader.cc (modified) * code/branches/core6/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/input/JoyStickQuantityListener.cc (modified) * code/branches/core6/src/libraries/core/object (added) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (added) * code/branches/core6/src/libraries/core/object/ClassFactory.h (moved) * code/branches/core6/src/libraries/core/object/Iterator.h (moved) * code/branches/core6/src/libraries/core/object/MetaObjectList.cc (moved) * code/branches/core6/src/libraries/core/object/MetaObjectList.h (moved) * code/branches/core6/src/libraries/core/object/ObjectList.h (moved) * code/branches/core6/src/libraries/core/object/ObjectListBase.cc (moved) * code/branches/core6/src/libraries/core/object/ObjectListBase.h (moved) * code/branches/core6/src/libraries/core/object/ObjectListIterator.h (moved) * code/branches/core6/src/libraries/core/object/SmartPtr.h (moved) * code/branches/core6/src/libraries/core/object/WeakPtr.h (moved) * code/branches/core6/src/libraries/network/Host.cc (modified) * code/branches/core6/src/libraries/network/Server.cc (modified) * code/branches/core6/src/libraries/network/packet/FunctionIDs.cc (modified) * code/branches/core6/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/core6/src/modules/objects/SpaceBoundaries.cc (modified) * code/branches/core6/src/modules/objects/SpaceBoundaries.h (modified) * code/branches/core6/src/modules/objects/triggers/DistanceMultiTrigger.h (modified) * code/branches/core6/src/modules/pickup/PickupManager.h (modified) * code/branches/core6/src/orxonox/CameraManager.cc (modified) * code/branches/core6/src/orxonox/Radar.cc (modified) * code/branches/core6/src/orxonox/Radar.h (modified) * code/branches/core6/src/orxonox/controllers/DroneController.h (modified) * code/branches/core6/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core6/src/orxonox/sound/SoundManager.h (modified) moved all files in core which are used for object management to a new ... Sun, 17 Mar 2013 14:30:32 GMT landauf [9552] * code/branches/core6 (copied) created branch to work on some details in core