# # ChangeLog for code/branches/core/src/orxonox/core/ClassManager.h # # Generated by Trac 1.0.9 # May 29, 2024, 11:09:11 AM Wed, 13 Feb 2008 01:58:55 GMT landauf [810] * code/branches/core/src/orxonox/core/ClassManager.h (modified) * code/branches/core/src/orxonox/core/Identifier.h (modified) Added copyconstructor to the SubclassIdentifier (this class is still ... Wed, 13 Feb 2008 01:47:10 GMT landauf [809] * code/branches/core/src/orxonox/core/ClassManager.h (modified) * code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core/src/orxonox/core/ClassTreeMask.h (modified) * code/branches/core/src/orxonox/core/Identifier.h (modified) * code/branches/core/src/orxonox/core/IdentifierDistributor.cc (modified) * code/branches/core/src/orxonox/core/IdentifierDistributor.h (modified) commented and documented ClassManager, IdentifierDistributor and ... Tue, 12 Feb 2008 15:43:22 GMT landauf [806] * code/branches/core/src/orxonox/Orxonox.cc (modified) * code/branches/core/src/orxonox/core/ClassManager.h (modified) * code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core/src/orxonox/core/Identifier.cc (modified) * code/branches/core/src/orxonox/core/Identifier.h (modified) cleanup Tue, 12 Feb 2008 15:24:14 GMT landauf [805] * code/branches/core/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core/src/orxonox/core/ClassFactory.h (modified) * code/branches/core/src/orxonox/core/ClassManager.h (added) * code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core/src/orxonox/core/CoreIncludes.h (modified) * code/branches/core/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core/src/orxonox/core/Identifier.cc (modified) * code/branches/core/src/orxonox/core/Identifier.h (modified) * code/branches/core/src/orxonox/core/IdentifierDistributor.cc (added) * code/branches/core/src/orxonox/core/IdentifierDistributor.h (added) * code/branches/core/src/orxonox/core/Iterator.h (modified) * code/branches/core/src/orxonox/core/MetaObjectList.h (modified) Added two new classes: - ClassManager, a helper class for ...