# # ChangeLog for code/branches/core6/src/libraries/core/object/CMakeLists.txt # # Generated by Trac 1.0.9 # May 27, 2024, 5:06:12 PM Wed, 27 Mar 2013 20:31:41 GMT landauf [9591] * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/core/object/ContextObject.cc (deleted) * code/branches/core6/src/libraries/core/object/ContextObject.h (deleted) removed ContextObject again Sun, 24 Mar 2013 21:30:39 GMT landauf [9572] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/class/Identifiable.cc (modified) * code/branches/core6/src/libraries/core/class/Identifiable.h (modified) * code/branches/core6/src/libraries/core/class/Identifier.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Listable.cc (added) * code/branches/core6/src/libraries/core/object/Listable.h (added) moved meta-object-list from Identifiable to Listable, a new base ... Sun, 24 Mar 2013 19:51:37 GMT landauf [9570] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/class/Identifiable.h (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Destroyable.cc (copied) * code/branches/core6/src/libraries/core/object/Destroyable.h (copied) moved functions and attributes needed to safely destroy objects from ... Sun, 24 Mar 2013 15:16:01 GMT landauf [9562] * code/branches/core6/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Context.cc (modified) * code/branches/core6/src/libraries/core/object/Context.h (modified) * code/branches/core6/src/libraries/core/object/ContextObject.cc (added) * code/branches/core6/src/libraries/core/object/ContextObject.h (added) it's probably better to store the context in a seaprate interface ... Sun, 24 Mar 2013 13:02:01 GMT landauf [9561] * code/branches/core6/src/libraries/core/CorePrereqs.h (modified) * code/branches/core6/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core6/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core6/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/object/Context.cc (added) * code/branches/core6/src/libraries/core/object/Context.h (added) OrxonoxClass now takes a 'Context' object as constructor argument. ... 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 ...