# # ChangeLog for code/branches/core2/src/orxonox/core/Namespace.h # # Generated by Trac 1.0.9 # May 20, 2024, 4:06:55 AM Tue, 18 Mar 2008 23:38:32 GMT landauf [901] * code/branches/core2/bin/levels/sample.oxw (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/NamespaceNode.cc (modified) * code/branches/core2/src/orxonox/core/NamespaceNode.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) Namespaces are working now. I love this feature, can't stop playing ... Mon, 17 Mar 2008 16:05:54 GMT landauf [896] * code/branches/core2/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core2/src/orxonox/core/ClassTreeMask.h (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) - added == and != operator to the ClassTreeMask - Included the ... Mon, 17 Mar 2008 00:33:00 GMT landauf [895] * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/NamespaceNode.cc (added) * code/branches/core2/src/orxonox/core/NamespaceNode.h (added) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) - added new XMLPortParam template to specify the template arguments / ... Mon, 10 Mar 2008 16:07:48 GMT landauf [879] * code/branches/core2/src/orxonox/core/BaseObject.h (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.cc (modified) started implementing the Namespace hierarchy (still unfinished) Mon, 10 Mar 2008 15:34:20 GMT landauf [878] * code/branches/core2/src/orxonox/core/BaseObject.cc (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.cc (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.cc (modified) added boolean bApplyLoaderMask to the XMLPortObject macro to ... Mon, 10 Mar 2008 00:43:14 GMT landauf [877] * code/branches/core2/src/orxonox/core/BaseObject.h (modified) * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (added) * code/branches/core2/src/orxonox/core/Namespace.h (added) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.h (modified) started implementing a Namespace object (which will be used in level ...