# # ChangeLog for code/branches/core/src/orxonox/core/ClassTreeMask.h # # Generated by Trac 1.0.9 # Jun 2, 2024, 6:46:08 AM Sat, 16 Feb 2008 18:31:18 GMT landauf [817] * code/branches/core/src/orxonox/Orxonox.cc (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/Factory.cc (modified) * code/branches/core/src/orxonox/core/Factory.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/ObjectList.h (modified) * code/branches/core/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/core/src/orxonox/objects/Test.h (modified) * code/branches/core/src/orxonox/orxonox_from_oh.cc (deleted) big update: - reimplemented direct-child and direct-parent list and ... Fri, 15 Feb 2008 15:31:58 GMT landauf [813] * code/branches/core/src/orxonox/core/BaseObject.cc (modified) * code/branches/core/src/orxonox/core/BaseObject.h (modified) * 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 (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/ConfigValueContainer.cc (modified) * code/branches/core/src/orxonox/core/ConfigValueContainer.h (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/Debug.h (modified) * code/branches/core/src/orxonox/core/DebugLevel.cc (modified) * code/branches/core/src/orxonox/core/DebugLevel.h (modified) * code/branches/core/src/orxonox/core/Error.cc (modified) * code/branches/core/src/orxonox/core/Error.h (modified) * code/branches/core/src/orxonox/core/Factory.cc (modified) * code/branches/core/src/orxonox/core/Factory.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 (modified) * code/branches/core/src/orxonox/core/IdentifierDistributor.h (modified) * code/branches/core/src/orxonox/core/IdentifierList.cc (deleted) * code/branches/core/src/orxonox/core/IdentifierList.h (deleted) * code/branches/core/src/orxonox/core/Iterator.h (modified) * code/branches/core/src/orxonox/core/Language.cc (modified) * code/branches/core/src/orxonox/core/Language.h (modified) * code/branches/core/src/orxonox/core/MetaObjectList.cc (modified) * code/branches/core/src/orxonox/core/MetaObjectList.h (modified) * code/branches/core/src/orxonox/core/ObjectList.h (modified) * code/branches/core/src/orxonox/core/OrxonoxClass.cc (modified) * code/branches/core/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/core/src/orxonox/core/OutputHandler.cc (modified) * code/branches/core/src/orxonox/core/OutputHandler.h (modified) * code/branches/core/src/orxonox/core/SignalHandler.cc (modified) * code/branches/core/src/orxonox/core/SignalHandler.h (modified) * code/branches/core/src/orxonox/tools/Timer.h (modified) - removed IdentifierList and replaced it by a std::list - changed ... 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 19:36:19 GMT landauf [807] * code/branches/core/src/orxonox/Orxonox.cc (modified) * code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core/src/orxonox/core/ClassTreeMask.h (modified) - fixed a small bug in ClassTreeMask - added more operators to ... Tue, 12 Feb 2008 00:30:43 GMT landauf [803] * code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core/src/orxonox/core/ClassTreeMask.h (modified) I'm doing strange things... expanded the ClassTreeMask with scary ... Mon, 11 Feb 2008 20:18:37 GMT landauf [802] * code/branches/core/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core/src/orxonox/core/ClassTreeMask.cc (added) * code/branches/core/src/orxonox/core/ClassTreeMask.h (added) added new class "ClassTreeMask"