# # ChangeLog for code/branches/core5/src/libraries/core/SmartPtr.h # # Generated by Trac 1.0.9 # Jun 15, 2024, 12:58:56 AM Mon, 28 Sep 2009 15:16:36 GMT landauf [5823] * code/branches/core5/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core5/src/libraries/core/SmartPtr.h (modified) * code/branches/core5/src/libraries/core/WeakPtr.h (added) added WeakPtr (a pointer which becomes 0 if the target object is deleted) Sun, 27 Sep 2009 10:53:49 GMT rgrieder [5807] * code/branches/core5/src/libraries/core/SmartPtr.h (modified) - Added OrxonoxClass include to the SmartPtr since that is needed in ... Sun, 27 Sep 2009 00:33:48 GMT landauf [5805] * code/branches/core5/src/libraries/core/BaseObject.h (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core5/src/libraries/core/SmartPtr.h (modified) * code/branches/core5/src/modules/gamestates/GSLevel.cc (modified) * code/branches/core5/src/orxonox/CameraManager.cc (modified) * code/branches/core5/src/orxonox/CameraManager.h (modified) * code/branches/core5/src/orxonox/Scene.cc (modified) - Enhanced SmartPtr: a) It stores now two pointers, one ... Sat, 26 Sep 2009 21:16:49 GMT landauf [5804] * code/branches/core5/src/libraries/core/CorePrereqs.h (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/core5/src/libraries/core/OrxonoxClass.h (modified) * code/branches/core5/src/libraries/core/SmartPtr.h (added) added SmartPtr class