# # ChangeLog for code/branches/core2/src/orxonox/core/Namespace.cc # # Generated by Trac 1.0.9 # Jun 29, 2024, 11:01:06 PM Sat, 05 Apr 2008 15:54:24 GMT landauf [994] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/String.cc (modified) * code/branches/core2/src/util/String.h (modified) * code/branches/core2/src/util/SubString.cc (modified) * code/branches/core2/src/util/SubString.h (modified) - added some symbols to the CommandExecutor: a) expression | ... Wed, 19 Mar 2008 19:43:36 GMT landauf [902] * code/branches/core2/src/orxonox/core/BaseObject.cc (modified) * code/branches/core2/src/orxonox/core/BaseObject.h (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 (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/Ambient.cc (modified) * code/branches/core2/src/orxonox/objects/Ambient.h (modified) * code/branches/core2/src/orxonox/objects/Model.cc (modified) * code/branches/core2/src/orxonox/objects/Model.h (modified) * code/branches/core2/src/orxonox/objects/Skybox.cc (modified) * code/branches/core2/src/orxonox/objects/Skybox.h (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.h (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.h (modified) using "XMLPort::Mode mode" instead of "bool loading" in all XMLPort ... 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 21:17:32 GMT landauf [898] * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) removed some test output in Namespace.cc and corrected one line of ... Mon, 17 Mar 2008 21:12:55 GMT landauf [897] * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) bugfix 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 ...