# # ChangeLog for code/branches/core/src/orxonox/core/Level.h # # Generated by Trac 1.0.9 # Jun 2, 2024, 1:29:10 PM Sun, 17 Feb 2008 20:40:00 GMT landauf [826] * code/branches/core/src/orxonox/core/BaseObject.cc (modified) * code/branches/core/src/orxonox/core/BaseObject.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/CorePrereqs.h (modified) * code/branches/core/src/orxonox/core/Language.h (modified) * code/branches/core/src/orxonox/core/Level.h (modified) * code/branches/core/src/orxonox/core/Loader.h (modified) * code/branches/core/src/util/XMLIncludes.h (added) * code/branches/core/src/util/tinyxml/TinyXMLPrereqs.h (modified) several minor changes Sun, 17 Feb 2008 14:40:02 GMT landauf [820] * code/branches/core/src/orxonox/Orxonox.cc (modified) * 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/ConfigValueContainer.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/Language.cc (modified) * code/branches/core/src/orxonox/core/Level.h (added) * code/branches/core/src/orxonox/core/Loader.cc (added) * code/branches/core/src/orxonox/core/Loader.h (added) * code/branches/core/src/orxonox/core/MetaObjectList.h (modified) * code/branches/core/src/util/CMakeLists.txt (modified) * code/branches/core/src/util/UtilPrereqs.h (modified) * code/branches/core/src/util/tinyxml/ticpp.cc (modified) * code/branches/core/src/util/tinyxml/ticpp.h (modified) * code/branches/core/src/util/tinyxml/ticpprc.h (modified) * code/branches/core/src/util/tinyxml/tinyxml.h (modified) added a Level-class and a first implementation of the Loader, using ...