# # ChangeLog for code/branches/core2 # # Generated by Trac 1.0.9 # May 18, 2024, 7:00:23 AM Sat, 29 Mar 2008 23:12:18 GMT landauf [955] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (added) * code/branches/core2/src/orxonox/core/InputBuffer.h (added) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) - added input buffer: this class captures key-input (at the moment ... Sat, 29 Mar 2008 14:38:10 GMT landauf [953] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) - added some functions to CommandEvaluation - added possibility of ... Sat, 29 Mar 2008 14:04:06 GMT landauf [952] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) added CommandEvaluation to store the results of a command evaluation ... Sat, 29 Mar 2008 02:37:44 GMT landauf [951] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) notation: varname_s to varname_, as they're not static anymore in the ... Sat, 29 Mar 2008 01:32:36 GMT landauf [950] * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) a singleton might be better implemented with a private constructor... ... Sat, 29 Mar 2008 01:30:10 GMT landauf [949] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConsoleCommand.h (modified) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) made CommandExecutor a singleton Fri, 28 Mar 2008 22:06:22 GMT landauf [948] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (modified) - added autocompletion function to CommandExecutor - set default ... Fri, 28 Mar 2008 21:13:58 GMT landauf [947] * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (added) * code/branches/core2/src/orxonox/core/CommandExecutor.h (added) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/ConsoleCommand.h (added) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (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/Functor.h (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/OutputHandler.cc (modified) * code/branches/core2/src/orxonox/core/OutputHandler.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/SpaceShip.cc (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypeMath.h (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypePrimitive.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/MultiTypeString.h (modified) * code/branches/core2/src/util/String.cc (modified) - added CommandExecutor - added ConsoleCommand macros - added ... Thu, 27 Mar 2008 19:23:10 GMT landauf [941] * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/core/MetaObjectList.h (modified) - small change in the initialization of the Identifier-singleton - ... Thu, 27 Mar 2008 17:49:38 GMT landauf [939] * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) - 3 times the (almost) same implementation + macro Thu, 27 Mar 2008 16:04:41 GMT landauf [933] * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.cc (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/util/Math.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypeMath.h (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypePrimitive.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/MultiTypeString.h (modified) * code/branches/core2/src/util/String.h (modified) XMLPort uses now executors and has default-values. Thu, 27 Mar 2008 03:42:53 GMT landauf [932] * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) added debug output to executor Thu, 27 Mar 2008 02:56:13 GMT landauf [931] * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/Model.cc (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/String.cc (modified) expanded Executor Wed, 26 Mar 2008 00:36:35 GMT landauf [925] * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/MultiType.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypeMath.h (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypePrimitive.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/MultiTypeString.h (modified) * code/branches/core2/src/util/tinyxml/ticpp.h (modified) - the MultiTypes can now handle pointers and xml-elements - added a ... 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:22:07 GMT landauf [899] * code/branches/core2/src/orxonox/core/Loader.cc (modified) yet another debug output tweak 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 ... 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