# # ChangeLog for code/branches/core2 # # Generated by Trac 1.0.9 # May 18, 2024, 5:17:05 AM 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 ... Sun, 09 Mar 2008 23:27:30 GMT landauf [876] * code/branches/core2/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core2/src/orxonox/core/Identifier.cc (modified) * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/core/OrxonoxClass.h (modified) std::set instead of std::list for Identifier-lists (parents, ... Sun, 09 Mar 2008 16:32:54 GMT landauf [874] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/objects/Test.h (modified) moved core tests from core1 to core2 Sun, 09 Mar 2008 16:27:07 GMT landauf [873] * code/branches/core2/src/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/Orxonox.h (modified) simplified core2 branch Sun, 09 Mar 2008 16:01:09 GMT landauf [872] * code/branches/core2 (copied) created new core branch Sun, 09 Mar 2008 15:44:36 GMT landauf [871] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/network/GameStateClient.cc (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/core/BaseObject.cc (modified) * code/trunk/src/orxonox/core/BaseObject.h (modified) * code/trunk/src/orxonox/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/core/ClassFactory.h (modified) * code/trunk/src/orxonox/core/ClassManager.h (copied) * code/trunk/src/orxonox/core/ClassTreeMask.cc (copied) * code/trunk/src/orxonox/core/ClassTreeMask.h (copied) * code/trunk/src/orxonox/core/ConfigValueContainer.cc (modified) * code/trunk/src/orxonox/core/ConfigValueContainer.h (modified) * code/trunk/src/orxonox/core/CoreIncludes.h (modified) * code/trunk/src/orxonox/core/CorePrereqs.h (modified) * code/trunk/src/orxonox/core/Debug.h (modified) * code/trunk/src/orxonox/core/DebugLevel.cc (modified) * code/trunk/src/orxonox/core/DebugLevel.h (modified) * code/trunk/src/orxonox/core/Error.cc (modified) * code/trunk/src/orxonox/core/Error.h (modified) * code/trunk/src/orxonox/core/Executor.cc (copied) * code/trunk/src/orxonox/core/Executor.h (copied) * code/trunk/src/orxonox/core/Factory.cc (modified) * code/trunk/src/orxonox/core/Factory.h (modified) * code/trunk/src/orxonox/core/Functor.h (copied) * code/trunk/src/orxonox/core/Identifier.cc (modified) * code/trunk/src/orxonox/core/Identifier.h (modified) * code/trunk/src/orxonox/core/IdentifierDistributor.cc (copied) * code/trunk/src/orxonox/core/IdentifierDistributor.h (copied) * code/trunk/src/orxonox/core/IdentifierList.cc (deleted) * code/trunk/src/orxonox/core/IdentifierList.h (deleted) * code/trunk/src/orxonox/core/Iterator.h (modified) * code/trunk/src/orxonox/core/Language.cc (modified) * code/trunk/src/orxonox/core/Language.h (modified) * code/trunk/src/orxonox/core/Level.h (copied) * code/trunk/src/orxonox/core/Loader.cc (copied) * code/trunk/src/orxonox/core/Loader.h (copied) * code/trunk/src/orxonox/core/MetaObjectList.cc (modified) * code/trunk/src/orxonox/core/MetaObjectList.h (modified) * code/trunk/src/orxonox/core/ObjectList.h (modified) * code/trunk/src/orxonox/core/OrxonoxClass.cc (modified) * code/trunk/src/orxonox/core/OrxonoxClass.h (modified) * code/trunk/src/orxonox/core/OutputHandler.cc (modified) * code/trunk/src/orxonox/core/OutputHandler.h (modified) * code/trunk/src/orxonox/core/SignalHandler.cc (modified) * code/trunk/src/orxonox/core/SignalHandler.h (modified) * code/trunk/src/orxonox/core/XMLPort.cc (copied) * code/trunk/src/orxonox/core/XMLPort.h (copied) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/Camera.h (modified) * code/trunk/src/orxonox/objects/Explosion.h (modified) * code/trunk/src/orxonox/objects/Fighter.h (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/NPC.h (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceshipSteeringObject.cc (modified) * code/trunk/src/orxonox/objects/Test.h (modified) * code/trunk/src/orxonox/objects/Tickable.cc (copied) * code/trunk/src/orxonox/objects/Tickable.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/objects/test1.cc (modified) * code/trunk/src/orxonox/objects/test2.cc (modified) * code/trunk/src/orxonox/objects/test3.cc (modified) * code/trunk/src/orxonox/objects/test3.h (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/trunk/src/orxonox/objects/weapon/BarrelGun.cc (modified) * code/trunk/src/orxonox/objects/weapon/BarrelGun.h (modified) * code/trunk/src/orxonox/objects/weapon/BaseWeapon.cc (modified) * code/trunk/src/orxonox/objects/weapon/BaseWeapon.h (modified) * code/trunk/src/orxonox/objects/weapon/Bullet.cc (modified) * code/trunk/src/orxonox/objects/weapon/Bullet.h (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.cc (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.h (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (copied) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Math.cc (copied) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/MultiType.h (copied) * code/trunk/src/util/MultiTypeMath.cc (copied) * code/trunk/src/util/MultiTypeMath.h (copied) * code/trunk/src/util/MultiTypePrimitive.cc (copied) * code/trunk/src/util/MultiTypePrimitive.h (copied) * code/trunk/src/util/MultiTypeString.cc (copied) * code/trunk/src/util/MultiTypeString.h (copied) * code/trunk/src/util/String.cc (copied) * code/trunk/src/util/String.h (copied) * code/trunk/src/util/String2Number.h (modified) * code/trunk/src/util/SubString.cc (copied) * code/trunk/src/util/SubString.h (copied) * code/trunk/src/util/UtilPrereqs.h (copied) * code/trunk/src/util/XMLIncludes.h (copied) * code/trunk/src/util/substring.cc (deleted) * code/trunk/src/util/substring.h (deleted) * code/trunk/src/util/tinyxml/TinyXMLPrereqs.h (modified) * code/trunk/src/util/tinyxml/ticpp.cc (modified) * code/trunk/src/util/tinyxml/ticpp.h (modified) * code/trunk/src/util/tinyxml/ticpprc.h (modified) * code/trunk/src/util/tinyxml/tinyxml.h (modified) merged core branch to trunk