#
# ChangeLog for /
#
# Generated by Trac 1.0.9
# Mar 16, 2025, 5:17:34 PM

Thu, 20 Mar 2008 12:00:17 GMT scheusso [904]
	* code/branches/network/src/orxonox/Orxonox.cc (modified)

	bugfix


Thu, 20 Mar 2008 10:33:48 GMT scheusso [903]
	* code/branches/network/src/orxonox/Orxonox.cc (modified)

	created client start routine


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 ...


Tue, 18 Mar 2008 11:27:16 GMT rgrieder [900]
	* code/branches/input/src/orxonox/Orxonox.cc (modified)
	* code/branches/input/src/orxonox/Orxonox.h (modified)
	* code/branches/input/src/orxonox/OrxonoxStableHeaders.h (modified)
	* code/branches/input/src/orxonox/objects/Tickable.h (modified)
	* code/branches/input/src/orxonox/tools/Timer.h (modified)
	* code/branches/input/visual_studio/base_properties.vsprops (modified)

	- implemented a new main loop, calling the ticks and the timers.
	 ...


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 / ...


Thu, 13 Mar 2008 15:16:02 GMT scheusso [894]
	* code/branches/network/src/network/GameStateManager.cc (modified)
	* code/branches/network/src/network/GameStateManager.h (modified)
	* code/branches/network/src/network/Server.cc (modified)

	added more bugfixing and debug output


Thu, 13 Mar 2008 15:15:41 GMT rgrieder [893]
	* code/branches/input/src/orxonox/OrxonoxPlatform.h (modified)
	* code/branches/input/src/orxonox/OrxonoxStableHeaders.h (modified)
	* code/branches/input/src/orxonox/core/ClassTreeMask.cc (modified)
	* code/branches/input/src/orxonox/core/Identifier.h (modified)
	* code/branches/input/src/orxonox/objects/Tickable.cc (modified)
	* code/branches/input/src/orxonox/tools/Timer.cc (modified)
	* code/branches/input/src/util/Math.h (modified)
	* code/branches/input/src/util/MultiTypeMath.h (modified)
	* code/branches/input/src/util/MultiTypePrimitive.h (modified)
	* code/branches/input/src/util/MultiTypeString.h (modified)
	* code/branches/input/src/util/XMLIncludes.h (modified)
	* code/branches/input/src/util/tinyxml/TinyXMLPrereqs.h (deleted)
	* code/branches/input/visual_studio/base_properties.vsprops (modified)
	* code/branches/input/visual_studio/orxonox_vc8.sln (modified)
	* code/branches/input/visual_studio/tixml_properties.vsprops (copied)
	* code/branches/input/visual_studio/util_properties.vsprops (modified)
	* code/branches/input/visual_studio/vc8/core.vcproj (modified)
	* code/branches/input/visual_studio/vc8/orxonox.vcproj (modified)
	* code/branches/input/visual_studio/vc8/tixml.vcproj (copied)
	* code/branches/input/visual_studio/vc8/util.vcproj (modified)

	- merged trunk into input


Thu, 13 Mar 2008 15:08:01 GMT rgrieder [892]
	* code/trunk/src/util/Math.h (modified)

	- commit test


Thu, 13 Mar 2008 15:01:48 GMT scheusso [891]
	* code/branches/network/src/network/Client.cc (modified)
	* code/branches/network/src/network/ClientConnection.cc (modified)
	* code/branches/network/src/network/GameStateManager.cc (modified)
	* code/branches/network/src/network/GameStateManager.h (modified)
	* code/branches/network/src/network/PacketDecoder.cc (modified)
	* code/branches/network/src/network/dummyclient3.cc (modified)

	some bugfixing/debug output


Thu, 13 Mar 2008 14:52:29 GMT rgrieder [890]
	* code/trunk/src/orxonox/OrxonoxPlatform.h (modified)
	* code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified)
	* code/trunk/src/orxonox/core/ClassTreeMask.cc (modified)
	* code/trunk/src/orxonox/core/Identifier.h (modified)
	* code/trunk/src/orxonox/objects/Tickable.cc (modified)
	* code/trunk/src/orxonox/tools/Timer.cc (modified)
	* code/trunk/src/util/MultiTypeMath.h (modified)
	* code/trunk/src/util/MultiTypePrimitive.h (modified)
	* code/trunk/src/util/MultiTypeString.h (modified)
	* code/trunk/src/util/XMLIncludes.h (modified)
	* code/trunk/src/util/tinyxml/TinyXMLPrereqs.h (deleted)
	* code/trunk/visual_studio/base_properties.vsprops (modified)
	* code/trunk/visual_studio/orxonox_vc8.sln (modified)
	* code/trunk/visual_studio/tixml_properties.vsprops (added)
	* code/trunk/visual_studio/util_properties.vsprops (modified)
	* code/trunk/visual_studio/vc8/core.vcproj (modified)
	* code/trunk/visual_studio/vc8/orxonox.vcproj (modified)
	* code/trunk/visual_studio/vc8/tixml.vcproj (added)
	* code/trunk/visual_studio/vc8/util.vcproj (modified)

	- fixed several errors and issues with visual studio under windows:
	 ...


Thu, 13 Mar 2008 14:47:21 GMT scheusso [889]
	* code/branches/network/src/network/ClientConnection.cc (modified)
	* code/branches/network/src/network/GameStateManager.cc (modified)
	* code/branches/network/src/network/PacketDecoder.cc (modified)
	* code/branches/network/src/orxonox/objects/SpaceShip.cc (modified)

	added some debug output


Thu, 13 Mar 2008 14:25:10 GMT scheusso [888]
	* code/branches/network/bin/levels/sample.oxw (modified)
	* code/branches/network/src/network/Client.h (modified)
	* code/branches/network/src/network/ConnectionManager.cc (modified)
	* code/branches/network/src/network/ConnectionManager.h (modified)
	* code/branches/network/src/network/NetworkPrereqs.h (modified)
	* code/branches/network/src/network/Server.h (modified)
	* code/branches/network/src/orxonox/Orxonox.cc (modified)
	* code/branches/network/src/orxonox/Orxonox.h (modified)
	* code/branches/network/src/orxonox/objects/SpaceShip.cc (modified)

	sdfsdf


Thu, 13 Mar 2008 13:20:53 GMT scheusso [887]
	* code/branches/network/bin/levels/sample.oxw (modified)

	blabla


Thu, 13 Mar 2008 12:55:40 GMT rgrieder [886]
	* code/trunk/visual_studio/orxonox_vc8.sln (modified)

	- removed an obsolete test_proj that caused errors when opening the ...


Thu, 13 Mar 2008 12:26:23 GMT scheusso [885]
	* code/branches/network (copied)

	create network 4th


Thu, 13 Mar 2008 12:25:31 GMT rgrieder [884]
	* code/branches/input (copied)

	made a copy


Thu, 13 Mar 2008 12:24:44 GMT scheusso [883]
	* code/branches/network_old (moved)

	moving branches


Thu, 13 Mar 2008 12:24:15 GMT scheusso [882]
	* code/branches/network2 (moved)

	moving old


Wed, 12 Mar 2008 12:39:18 GMT dumenim [881]
	* code/branches/network/bin/plugins.cfg-init (modified)




Wed, 12 Mar 2008 12:37:39 GMT dumenim [880]
	* code/branches/network/bin/plugins.cfg-init (modified)
	* code/branches/network/src/network/ConnectionManager.cc (modified)
	* code/branches/network/src/network/ConnectionManager.h (modified)

	some functions for clientID<->objectID mapping added


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:34:25 GMT landauf [875]
	* code/branches/core (deleted)

	removed old core branch


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


Sun, 09 Mar 2008 14:03:46 GMT landauf [870]
	* code/branches/core/src/orxonox/core/BaseObject.cc (modified)
	* code/branches/core/src/orxonox/core/BaseObject.h (modified)
	* code/branches/core/src/orxonox/objects/Ambient.cc (modified)
	* code/branches/core/src/orxonox/objects/Ambient.h (modified)
	* code/branches/core/src/orxonox/objects/Model.cc (modified)
	* code/branches/core/src/orxonox/objects/Model.h (modified)
	* code/branches/core/src/orxonox/objects/Skybox.cc (modified)
	* code/branches/core/src/orxonox/objects/Skybox.h (modified)
	* code/branches/core/src/orxonox/objects/SpaceShip.cc (modified)
	* code/branches/core/src/orxonox/objects/SpaceShip.h (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.cc (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.h (modified)

	XMLPort returns void


Sun, 09 Mar 2008 03:04:23 GMT landauf [869]
	* code/branches/core/bin/levels/sample.oxw (modified)
	* code/branches/core/src/orxonox/CMakeLists.txt (modified)
	* code/branches/core/src/orxonox/Orxonox.cc (modified)
	* code/branches/core/src/orxonox/core/XMLPort.cc (modified)
	* code/branches/core/src/orxonox/core/XMLPort.h (modified)
	* code/branches/core/src/orxonox/objects/Ambient.cc (modified)
	* code/branches/core/src/orxonox/objects/Ambient.h (modified)
	* code/branches/core/src/orxonox/objects/Model.cc (modified)
	* code/branches/core/src/orxonox/objects/Model.h (modified)
	* code/branches/core/src/orxonox/objects/Skybox.cc (modified)
	* code/branches/core/src/orxonox/objects/Skybox.h (modified)
	* code/branches/core/src/orxonox/objects/SpaceShip.cc (modified)
	* code/branches/core/src/orxonox/objects/SpaceShip.h (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.cc (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.h (modified)
	* code/branches/core/src/util/MultiTypeMath.cc (modified)
	* code/branches/core/src/util/MultiTypeMath.h (modified)
	* code/branches/core/src/util/MultiTypePrimitive.cc (modified)
	* code/branches/core/src/util/MultiTypePrimitive.h (modified)
	* code/branches/core/src/util/MultiTypeString.cc (modified)
	* code/branches/core/src/util/MultiTypeString.h (modified)

	cool shit's happening here... it works! wow. I wonder why, but hey, ...


Thu, 06 Mar 2008 15:45:49 GMT scheusso [868]
	* code/branches/network/bin/levels/sample.oxw (modified)
	* code/branches/network/src/network/GameStateClient.cc (modified)
	* code/branches/network/src/network/GameStateClient.h (modified)
	* code/branches/network/src/network/GameStateManager.cc (modified)
	* code/branches/network/src/orxonox/Orxonox.cc (modified)
	* code/branches/network/src/orxonox/Orxonox.h (modified)
	* code/branches/network/src/orxonox/OrxonoxPrereqs.h (modified)

	some changes


Thu, 06 Mar 2008 14:34:47 GMT FelixSchulthess [867]
	* code/branches/tutorial/bin/run-script (added)
	* code/branches/tutorial/run (added)

	-asd


Thu, 06 Mar 2008 14:34:16 GMT FelixSchulthess [866]
	* code/branches/tutorial/bin/run-script (deleted)
	* code/branches/tutorial/run (deleted)

	asd


Thu, 06 Mar 2008 14:33:09 GMT FelixSchulthess [865]
	* code/branches/tutorial/bin/run-script (modified)
	* code/branches/tutorial/run (modified)

	restored shell scripts


Thu, 06 Mar 2008 14:30:40 GMT FelixSchulthess [864]
	* code/branches/tutorial/bin/levels/sample.oxw (modified)

	level file


Thu, 06 Mar 2008 14:11:29 GMT FelixSchulthess [863]
	* code/trunk/bin/levels/sample.oxw (modified)

	modified level file


Thu, 06 Mar 2008 14:06:59 GMT landauf [862]
	* code/branches/tutorial/src/orxonox/CMakeLists.txt (modified)
	* code/branches/tutorial/src/orxonox/core/Identifier.h (modified)
	* code/branches/tutorial/src/orxonox/objects/Projectile.cc (modified)
	* code/branches/tutorial/src/orxonox/objects/Projectile.h (modified)
	* code/branches/tutorial/src/orxonox/objects/RotatingProjectile.cc (added)
	* code/branches/tutorial/src/orxonox/objects/RotatingProjectile.h (added)
	* code/branches/tutorial/src/orxonox/objects/SpaceShip.cc (modified)
	* code/branches/tutorial/src/orxonox/objects/SpaceShip.h (modified)

	tutorial


Thu, 06 Mar 2008 13:44:30 GMT scheusso [861]
	* code/branches/network (copied)

	juhuu, 2nd


Thu, 06 Mar 2008 13:43:49 GMT scheusso [860]
	* code/branches/network (deleted)




Thu, 06 Mar 2008 11:45:24 GMT landauf [859]
	* code/branches/tutorial/CMakeLists.txt (added)
	* code/branches/tutorial/Doxyfile (added)
	* code/branches/tutorial/INSTALL (added)
	* code/branches/tutorial/LICENSE (added)
	* code/branches/tutorial/Media (added)
	* code/branches/tutorial/Media/fonts (added)
	* code/branches/tutorial/Media/fonts/bluebold.ttf (added)
	* code/branches/tutorial/Media/fonts/bluecond.ttf (added)
	* code/branches/tutorial/Media/fonts/bluehigh.ttf (added)
	* code/branches/tutorial/Media/fonts/read_me.html (added)
	* code/branches/tutorial/Media/fonts/sample.fontdef (added)
	* code/branches/tutorial/Media/fonts/solo5.ttf (added)
	* code/branches/tutorial/Media/gui (added)
	* code/branches/tutorial/Media/gui/CompositorDemo.layout (added)
	* code/branches/tutorial/Media/gui/CompositorDemoCegui.config (added)
	* code/branches/tutorial/Media/gui/CrowdDemo.layout (added)
	* code/branches/tutorial/Media/gui/Falagard.xsd (added)
	* code/branches/tutorial/Media/gui/Font.xsd (added)
	* code/branches/tutorial/Media/gui/GUILayout.xsd (added)
	* code/branches/tutorial/Media/gui/GUIScheme.xsd (added)
	* code/branches/tutorial/Media/gui/Imageset.xsd (added)
	* code/branches/tutorial/Media/gui/InstancingDemo.layout (added)
	* code/branches/tutorial/Media/gui/OceanDemoCegui.config (added)
	* code/branches/tutorial/Media/gui/OceanDemoLayout.xml (added)
	* code/branches/tutorial/Media/gui/TaharezLook.imageset (added)
	* code/branches/tutorial/Media/gui/TaharezLook.looknfeel (added)
	* code/branches/tutorial/Media/gui/TaharezLook.tga (added)
	* code/branches/tutorial/Media/gui/TaharezLookSkin.scheme (added)
	* code/branches/tutorial/Media/gui/TaharezLookWidgetAliases.scheme (added)
	* code/branches/tutorial/Media/gui/bluehighway-10.font (added)
	* code/branches/tutorial/Media/gui/bluehighway-12.font (added)
	* code/branches/tutorial/Media/gui/bluehighway-8.font (added)
	* code/branches/tutorial/Media/gui/cegui8.layout (added)
	* code/branches/tutorial/Media/gui/facial.layout (added)
	* code/branches/tutorial/Media/gui/ogregui.layout (added)
	* code/branches/tutorial/Media/gui/shadows.layout (added)
	* code/branches/tutorial/Media/materials (added)
	* code/branches/tutorial/Media/materials/scripts (added)
	* code/branches/tutorial/Media/materials/scripts/Example.material (added)
	* code/branches/tutorial/Media/materials/scripts/Examples.compositor (added)
	* code/branches/tutorial/Media/materials/scripts/Examples.program (added)
	* code/branches/tutorial/Media/materials/scripts/Ogre.material (added)
	* code/branches/tutorial/Media/materials/scripts/Orxonox.material (added)
	* code/branches/tutorial/Media/materials/scripts/OrxonoxSky.material (added)
	* code/branches/tutorial/Media/materials/scripts/PE_materials.material (added)
	* code/branches/tutorial/Media/materials/scripts/assf.material (added)
	* code/branches/tutorial/Media/materials/scripts/assf5.material (added)
	* code/branches/tutorial/Media/materials/scripts/ast.material (added)
	* code/branches/tutorial/Media/materials/scripts/drone.material (added)
	* code/branches/tutorial/Media/materials/scripts/hoover.material (added)
	* code/branches/tutorial/Media/materials/scripts/spacecruiser.material (added)
	* code/branches/tutorial/Media/materials/scripts/starship.material (added)
	* code/branches/tutorial/Media/materials/textures (added)
	* code/branches/tutorial/Media/materials/textures/Dirt.jpg (added)
	* code/branches/tutorial/Media/materials/textures/EnergyBackground.png (added)
	* code/branches/tutorial/Media/materials/textures/EnergyDistrBackground.png (added)
	* code/branches/tutorial/Media/materials/textures/GreenSkin.jpg (added)
	* code/branches/tutorial/Media/materials/textures/MapBackGround.png (added)
	* code/branches/tutorial/Media/materials/textures/MyShip.png (added)
	* code/branches/tutorial/Media/materials/textures/OrxonoxBlack.png (added)
	* code/branches/tutorial/Media/materials/textures/OrxonoxORANGE.png (added)
	* code/branches/tutorial/Media/materials/textures/OrxonoxRED.png (added)
	* code/branches/tutorial/Media/materials/textures/PrimalWeaponBackground.png (added)
	* code/branches/tutorial/Media/materials/textures/PrimarBackground.png (added)
	* code/branches/tutorial/Media/materials/textures/PrimarChoice.png (added)
	* code/branches/tutorial/Media/materials/textures/PrimarSample.png (added)
	* code/branches/tutorial/Media/materials/textures/Racket.png (added)
	* code/branches/tutorial/Media/materials/textures/RacketBackground.png (added)
	* code/branches/tutorial/Media/materials/textures/RacketGrid.png (added)
	* code/branches/tutorial/Media/materials/textures/RedPoint.png (added)
	* code/branches/tutorial/Media/materials/textures/RustyBarrel.png (added)
	* code/branches/tutorial/Media/materials/textures/RustySteel.jpg (added)
	* code/branches/tutorial/Media/materials/textures/ShieldLeftBottom.png (added)
	* code/branches/tutorial/Media/materials/textures/ShieldLeftTop.png (added)
	* code/branches/tutorial/Media/materials/textures/ShieldRightBottom.png (added)
	* code/branches/tutorial/Media/materials/textures/ShieldRightTop.png (added)
	* code/branches/tutorial/Media/materials/textures/TargetBackground.png (added)
	* code/branches/tutorial/Media/materials/textures/TimeBackground.png (added)
	* code/branches/tutorial/Media/materials/textures/WeirdEye.png (added)
	* code/branches/tutorial/Media/materials/textures/backGround.png (added)
	* code/branches/tutorial/Media/materials/textures/bigflame.png (added)
	* code/branches/tutorial/Media/materials/textures/black.png (added)
	* code/branches/tutorial/Media/materials/textures/clock.png (added)
	* code/branches/tutorial/Media/materials/textures/crosshair.png (added)
	* code/branches/tutorial/Media/materials/textures/cursor.png (added)
	* code/branches/tutorial/Media/materials/textures/dirt01.jpg (added)
	* code/branches/tutorial/Media/materials/textures/drone.png (added)
	* code/branches/tutorial/Media/materials/textures/explosion.png (added)
	* code/branches/tutorial/Media/materials/textures/flare.png (added)
	* code/branches/tutorial/Media/materials/textures/flaretrail.png (added)
	* code/branches/tutorial/Media/materials/textures/gun.png (added)
	* code/branches/tutorial/Media/materials/textures/hoover_body.png (added)
	* code/branches/tutorial/Media/materials/textures/hoover_gear.png (added)
	* code/branches/tutorial/Media/materials/textures/hoover_turbine.png (added)
	* code/branches/tutorial/Media/materials/textures/human_assf.jpg (added)
	* code/branches/tutorial/Media/materials/textures/human_assf.png (added)
	* code/branches/tutorial/Media/materials/textures/human_assf5.png (added)
	* code/branches/tutorial/Media/materials/textures/man.png (added)
	* code/branches/tutorial/Media/materials/textures/nskingr.jpg (added)
	* code/branches/tutorial/Media/materials/textures/ogreborder.png (added)
	* code/branches/tutorial/Media/materials/textures/ogreborderUp.png (added)
	* code/branches/tutorial/Media/materials/textures/ogrebordercenter.png (added)
	* code/branches/tutorial/Media/materials/textures/ogrelogo-small.jpg (added)
	* code/branches/tutorial/Media/materials/textures/ogrelogo.png (added)
	* code/branches/tutorial/Media/materials/textures/ring_flare.png (added)
	* code/branches/tutorial/Media/materials/textures/ring_flare2.png (added)
	* code/branches/tutorial/Media/materials/textures/rock.png (added)
	* code/branches/tutorial/Media/materials/textures/sample_loading.jpg (added)
	* code/branches/tutorial/Media/materials/textures/shot.png (added)
	* code/branches/tutorial/Media/materials/textures/smoke.png (added)
	* code/branches/tutorial/Media/materials/textures/smokecolors.png (added)
	* code/branches/tutorial/Media/materials/textures/spacesruiser.png (added)
	* code/branches/tutorial/Media/materials/textures/spheremap.png (added)
	* code/branches/tutorial/Media/materials/textures/starship.png (added)
	* code/branches/tutorial/Media/materials/textures/steelhead.png (added)
	* code/branches/tutorial/Media/materials/textures/streak.png (added)
	* code/branches/tutorial/Media/materials/textures/superegg.png (added)
	* code/branches/tutorial/Media/materials/textures/texmap2.jpg (added)
	* code/branches/tutorial/Media/models (added)
	* code/branches/tutorial/Media/models/Barrel.mesh (added)
	* code/branches/tutorial/Media/models/assf2.mesh (added)
	* code/branches/tutorial/Media/models/assf3.mesh (added)
	* code/branches/tutorial/Media/models/assf5.mesh (added)
	* code/branches/tutorial/Media/models/ast1.mesh (added)
	* code/branches/tutorial/Media/models/ast2.mesh (added)
	* code/branches/tutorial/Media/models/ast3.mesh (added)
	* code/branches/tutorial/Media/models/ast4.mesh (added)
	* code/branches/tutorial/Media/models/ast5.mesh (added)
	* code/branches/tutorial/Media/models/ast6.mesh (added)
	* code/branches/tutorial/Media/models/cube.mesh (added)
	* code/branches/tutorial/Media/models/drone.mesh (added)
	* code/branches/tutorial/Media/models/fish.mesh (added)
	* code/branches/tutorial/Media/models/fish.skeleton (added)
	* code/branches/tutorial/Media/models/hoover_body.mesh (added)
	* code/branches/tutorial/Media/models/hoover_gear0.mesh (added)
	* code/branches/tutorial/Media/models/hoover_gear1.mesh (added)
	* code/branches/tutorial/Media/models/hoover_gear2.mesh (added)
	* code/branches/tutorial/Media/models/hoover_turbine.mesh (added)
	* code/branches/tutorial/Media/models/ogrehead.mesh (added)
	* code/branches/tutorial/Media/models/razor.mesh (added)
	* code/branches/tutorial/Media/models/spacecruiser.mesh (added)
	* code/branches/tutorial/Media/models/starship.mesh (added)
	* code/branches/tutorial/Media/overlay (added)
	* code/branches/tutorial/Media/overlay/OrxonoxHUD1.2.overlay (added)
	* code/branches/tutorial/Media/overlay/OrxonoxLoading.overlay (added)
	* code/branches/tutorial/Media/packs (added)
	* code/branches/tutorial/Media/packs/OgreCore.zip (added)
	* code/branches/tutorial/Media/packs/cubemap.zip (added)
	* code/branches/tutorial/Media/packs/skybox.zip (added)
	* code/branches/tutorial/Media/particle (added)
	* code/branches/tutorial/Media/particle/Example-Water.particle (added)
	* code/branches/tutorial/Media/particle/Example.particle (added)
	* code/branches/tutorial/Media/particle/emitted_emitter.particle (added)
	* code/branches/tutorial/Media/particle/engineglow.particle (added)
	* code/branches/tutorial/Media/particle/rauch.particle (added)
	* code/branches/tutorial/Media/particle/schuss.particle (added)
	* code/branches/tutorial/Media/particle/smoke.particle (added)
	* code/branches/tutorial/Media/particle/strahl.particle (added)
	* code/branches/tutorial/Media/particle/strahl2.particle (added)
	* code/branches/tutorial/Media/particle/treibwerk.particle (added)
	* code/branches/tutorial/README (added)
	* code/branches/tutorial/bin (added)
	* code/branches/tutorial/bin/audio (added)
	* code/branches/tutorial/bin/audio/ambient (added)
	* code/branches/tutorial/bin/audio/sounds (added)
	* code/branches/tutorial/bin/audio/sounds/.dolphinview (added)
	* code/branches/tutorial/bin/audio/sounds/laser1.wav (added)
	* code/branches/tutorial/bin/levels (added)
	* code/branches/tutorial/bin/levels/sample.oxw (added)
	* code/branches/tutorial/bin/media.cfg (added)
	* code/branches/tutorial/bin/ogre.cfg-init (added)
	* code/branches/tutorial/bin/orxonox.bat (added)
	* code/branches/tutorial/bin/plugins.cfg-init (added)
	* code/branches/tutorial/bin/quake3settings.cfg (added)
	* code/branches/tutorial/bin/resources.cfg (added)
	* code/branches/tutorial/bin/run-script (added)
	* code/branches/tutorial/bin/translation_german.lang (added)
	* code/branches/tutorial/cmake (added)
	* code/branches/tutorial/cmake/FindALUT.cmake (added)
	* code/branches/tutorial/cmake/FindBoost.cmake (added)
	* code/branches/tutorial/cmake/FindCEGUI.cmake (added)
	* code/branches/tutorial/cmake/FindCEGUI_OGRE.cmake (added)
	* code/branches/tutorial/cmake/FindENet.cmake (added)
	* code/branches/tutorial/cmake/FindODE.cmake (added)
	* code/branches/tutorial/cmake/FindOGRE.cmake (added)
	* code/branches/tutorial/cmake/FindOIS.cmake (added)
	* code/branches/tutorial/cmake/FindOggVorbis.cmake (added)
	* code/branches/tutorial/cmake/FindOpenAL.cmake (added)
	* code/branches/tutorial/cmake/FindPkgConfig.cmake (added)
	* code/branches/tutorial/cmake/FindZLIB.cmake (added)
	* code/branches/tutorial/cmakeclearcache (added)
	* code/branches/tutorial/run (added)
	* code/branches/tutorial/src (added)
	* code/branches/tutorial/src/CMakeLists.txt (added)
	* code/branches/tutorial/src/audio (added)
	* code/branches/tutorial/src/audio/AudioBuffer.cc (added)
	* code/branches/tutorial/src/audio/AudioBuffer.h (added)
	* code/branches/tutorial/src/audio/AudioIncludes.h (added)
	* code/branches/tutorial/src/audio/AudioManager.cc (added)
	* code/branches/tutorial/src/audio/AudioManager.h (added)
	* code/branches/tutorial/src/audio/AudioPrereqs.h (added)
	* code/branches/tutorial/src/audio/AudioSource.cc (added)
	* code/branches/tutorial/src/audio/AudioSource.h (added)
	* code/branches/tutorial/src/audio/AudioStream.cc (added)
	* code/branches/tutorial/src/audio/AudioStream.h (added)
	* code/branches/tutorial/src/audio/CMakeLists.txt (added)
	* code/branches/tutorial/src/audio/_AudioObject.cc (added)
	* code/branches/tutorial/src/loader (added)
	* code/branches/tutorial/src/loader/CMakeLists.txt (added)
	* code/branches/tutorial/src/loader/LevelLoader.cc (added)
	* code/branches/tutorial/src/loader/LevelLoader.h (added)
	* code/branches/tutorial/src/loader/LoaderPrereqs.h (added)
	* code/branches/tutorial/src/network (added)
	* code/branches/tutorial/src/network/CMakeLists.txt (added)
	* code/branches/tutorial/src/network/Client.cc (added)
	* code/branches/tutorial/src/network/Client.h (added)
	* code/branches/tutorial/src/network/ClientConnection.cc (added)
	* code/branches/tutorial/src/network/ClientConnection.h (added)
	* code/branches/tutorial/src/network/ClientInformation.cc (added)
	* code/branches/tutorial/src/network/ClientInformation.h (added)
	* code/branches/tutorial/src/network/ConnectionManager.cc (added)
	* code/branches/tutorial/src/network/ConnectionManager.h (added)
	* code/branches/tutorial/src/network/GameStateClient.cc (added)
	* code/branches/tutorial/src/network/GameStateClient.h (added)
	* code/branches/tutorial/src/network/GameStateManager.cc (added)
	* code/branches/tutorial/src/network/GameStateManager.h (added)
	* code/branches/tutorial/src/network/Makefile.norm (added)
	* code/branches/tutorial/src/network/Makefile.tardis (added)
	* code/branches/tutorial/src/network/Makefile.test (added)
	* code/branches/tutorial/src/network/NetworkFrameListener.h (added)
	* code/branches/tutorial/src/network/NetworkPrereqs.h (added)
	* code/branches/tutorial/src/network/PacketBuffer.cc (added)
	* code/branches/tutorial/src/network/PacketBuffer.h (added)
	* code/branches/tutorial/src/network/PacketBufferTestExt.cc (added)
	* code/branches/tutorial/src/network/PacketDecoder.cc (added)
	* code/branches/tutorial/src/network/PacketGenerator.cc (added)
	* code/branches/tutorial/src/network/PacketManager.h (added)
	* code/branches/tutorial/src/network/PacketTypes.h (added)
	* code/branches/tutorial/src/network/Server.cc (added)
	* code/branches/tutorial/src/network/Server.h (added)
	* code/branches/tutorial/src/network/Synchronisable.cc (added)
	* code/branches/tutorial/src/network/Synchronisable.h (added)
	* code/branches/tutorial/src/network/TODO (added)
	* code/branches/tutorial/src/network/dummyclient.cc (added)
	* code/branches/tutorial/src/network/dummyclient2.cc (added)
	* code/branches/tutorial/src/network/dummyclient3.cc (added)
	* code/branches/tutorial/src/network/dummyserver.cc (added)
	* code/branches/tutorial/src/network/dummyserver3.cc (added)
	* code/branches/tutorial/src/orxonox (added)
	* code/branches/tutorial/src/orxonox/AIClass.h (added)
	* code/branches/tutorial/src/orxonox/Arrival.h (added)
	* code/branches/tutorial/src/orxonox/CMakeLists.txt (added)
	* code/branches/tutorial/src/orxonox/Flocking.h (added)
	* code/branches/tutorial/src/orxonox/GraphicsEngine.cc (added)
	* code/branches/tutorial/src/orxonox/GraphicsEngine.h (added)
	* code/branches/tutorial/src/orxonox/InputManager.cc (added)
	* code/branches/tutorial/src/orxonox/InputManager.h (added)
	* code/branches/tutorial/src/orxonox/Main.cc (added)
	* code/branches/tutorial/src/orxonox/Orxonox.cc (added)
	* code/branches/tutorial/src/orxonox/Orxonox.h (added)
	* code/branches/tutorial/src/orxonox/OrxonoxPlatform.h (added)
	* code/branches/tutorial/src/orxonox/OrxonoxPrereqs.h (added)
	* code/branches/tutorial/src/orxonox/OrxonoxStableHeaders.h (added)
	* code/branches/tutorial/src/orxonox/PrecompiledHeaderFiles.cc (added)
	* code/branches/tutorial/src/orxonox/SpaceshipSteering.cc (added)
	* code/branches/tutorial/src/orxonox/SpaceshipSteering.h (added)
	* code/branches/tutorial/src/orxonox/core (added)
	* code/branches/tutorial/src/orxonox/core/ArgReader.cc (added)
	* code/branches/tutorial/src/orxonox/core/ArgReader.h (added)
	* code/branches/tutorial/src/orxonox/core/BaseObject.cc (added)
	* code/branches/tutorial/src/orxonox/core/BaseObject.h (added)
	* code/branches/tutorial/src/orxonox/core/CMakeLists.txt (added)
	* code/branches/tutorial/src/orxonox/core/ClassFactory.h (added)
	* code/branches/tutorial/src/orxonox/core/ConfigValueContainer.cc (added)
	* code/branches/tutorial/src/orxonox/core/ConfigValueContainer.h (added)
	* code/branches/tutorial/src/orxonox/core/CoreIncludes.h (added)
	* code/branches/tutorial/src/orxonox/core/CorePrereqs.h (added)
	* code/branches/tutorial/src/orxonox/core/Debug.h (added)
	* code/branches/tutorial/src/orxonox/core/DebugLevel.cc (added)
	* code/branches/tutorial/src/orxonox/core/DebugLevel.h (added)
	* code/branches/tutorial/src/orxonox/core/Error.cc (added)
	* code/branches/tutorial/src/orxonox/core/Error.h (added)
	* code/branches/tutorial/src/orxonox/core/Factory.cc (added)
	* code/branches/tutorial/src/orxonox/core/Factory.h (added)
	* code/branches/tutorial/src/orxonox/core/Identifier.cc (added)
	* code/branches/tutorial/src/orxonox/core/Identifier.h (added)
	* code/branches/tutorial/src/orxonox/core/IdentifierList.cc (added)
	* code/branches/tutorial/src/orxonox/core/IdentifierList.h (added)
	* code/branches/tutorial/src/orxonox/core/Iterator.h (added)
	* code/branches/tutorial/src/orxonox/core/Language.cc (added)
	* code/branches/tutorial/src/orxonox/core/Language.h (added)
	* code/branches/tutorial/src/orxonox/core/MetaObjectList.cc (added)
	* code/branches/tutorial/src/orxonox/core/MetaObjectList.h (added)
	* code/branches/tutorial/src/orxonox/core/ObjectList.h (added)
	* code/branches/tutorial/src/orxonox/core/OrxonoxClass.cc (added)
	* code/branches/tutorial/src/orxonox/core/OrxonoxClass.h (added)
	* code/branches/tutorial/src/orxonox/core/OutputHandler.cc (added)
	* code/branches/tutorial/src/orxonox/core/OutputHandler.h (added)
	* code/branches/tutorial/src/orxonox/core/SignalHandler.cc (added)
	* code/branches/tutorial/src/orxonox/core/SignalHandler.h (added)
	* code/branches/tutorial/src/orxonox/hud (added)
	* code/branches/tutorial/src/orxonox/hud/HUD.cc (added)
	* code/branches/tutorial/src/orxonox/hud/HUD.h (added)
	* code/branches/tutorial/src/orxonox/objects (added)
	* code/branches/tutorial/src/orxonox/objects/Ambient.cc (added)
	* code/branches/tutorial/src/orxonox/objects/Ambient.h (added)
	* code/branches/tutorial/src/orxonox/objects/Camera.cc (added)
	* code/branches/tutorial/src/orxonox/objects/Camera.h (added)
	* code/branches/tutorial/src/orxonox/objects/Explosion.cc (added)
	* code/branches/tutorial/src/orxonox/objects/Explosion.h (added)
	* code/branches/tutorial/src/orxonox/objects/Fighter.cc (added)
	* code/branches/tutorial/src/orxonox/objects/Fighter.h (added)
	* code/branches/tutorial/src/orxonox/objects/Model.cc (added)
	* code/branches/tutorial/src/orxonox/objects/Model.h (added)
	* code/branches/tutorial/src/orxonox/objects/NPC.cc (added)
	* code/branches/tutorial/src/orxonox/objects/NPC.h (added)
	* code/branches/tutorial/src/orxonox/objects/Projectile.cc (added)
	* code/branches/tutorial/src/orxonox/objects/Projectile.h (added)
	* code/branches/tutorial/src/orxonox/objects/Skybox.cc (added)
	* code/branches/tutorial/src/orxonox/objects/Skybox.h (added)
	* code/branches/tutorial/src/orxonox/objects/SpaceShip.cc (added)
	* code/branches/tutorial/src/orxonox/objects/SpaceShip.h (added)
	* code/branches/tutorial/src/orxonox/objects/SpaceshipSteeringObject.cc (added)
	* code/branches/tutorial/src/orxonox/objects/SpaceshipSteeringObject.h (added)
	* code/branches/tutorial/src/orxonox/objects/Test.h (added)
	* code/branches/tutorial/src/orxonox/objects/Tickable.h (added)
	* code/branches/tutorial/src/orxonox/objects/WorldEntity.cc (added)
	* code/branches/tutorial/src/orxonox/objects/WorldEntity.h (added)
	* code/branches/tutorial/src/orxonox/objects/test1.cc (added)
	* code/branches/tutorial/src/orxonox/objects/test1.h (added)
	* code/branches/tutorial/src/orxonox/objects/test2.cc (added)
	* code/branches/tutorial/src/orxonox/objects/test2.h (added)
	* code/branches/tutorial/src/orxonox/objects/test3.cc (added)
	* code/branches/tutorial/src/orxonox/objects/test3.h (added)
	* code/branches/tutorial/src/orxonox/objects/weapon (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/AmmunitionDump.cc (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/AmmunitionDump.h (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/BarrelGun.cc (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/BarrelGun.h (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/BaseWeapon.cc (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/BaseWeapon.h (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/Bullet.cc (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/Bullet.h (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/BulletManager.cc (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/BulletManager.h (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/WeaponStation.cc (added)
	* code/branches/tutorial/src/orxonox/objects/weapon/WeaponStation.h (added)
	* code/branches/tutorial/src/orxonox/particle (added)
	* code/branches/tutorial/src/orxonox/particle/ParticleInterface.cc (added)
	* code/branches/tutorial/src/orxonox/particle/ParticleInterface.h (added)
	* code/branches/tutorial/src/orxonox/tools (added)
	* code/branches/tutorial/src/orxonox/tools/BillboardSet.cc (added)
	* code/branches/tutorial/src/orxonox/tools/BillboardSet.h (added)
	* code/branches/tutorial/src/orxonox/tools/Light.cc (added)
	* code/branches/tutorial/src/orxonox/tools/Light.h (added)
	* code/branches/tutorial/src/orxonox/tools/Mesh.cc (added)
	* code/branches/tutorial/src/orxonox/tools/Mesh.h (added)
	* code/branches/tutorial/src/orxonox/tools/Timer.h (added)
	* code/branches/tutorial/src/util (added)
	* code/branches/tutorial/src/util/CMakeLists.txt (added)
	* code/branches/tutorial/src/util/Convert.h (added)
	* code/branches/tutorial/src/util/Math.h (added)
	* code/branches/tutorial/src/util/Sleep.h (added)
	* code/branches/tutorial/src/util/String2Number.h (added)
	* code/branches/tutorial/src/util/Tokenizer.h (added)
	* code/branches/tutorial/src/util/substring.cc (added)
	* code/branches/tutorial/src/util/substring.h (added)
	* code/branches/tutorial/src/util/testing (added)
	* code/branches/tutorial/src/util/testing/CMakeLists.txt (added)
	* code/branches/tutorial/src/util/testing/TestConverter.cpp (added)
	* code/branches/tutorial/src/util/tinyxml (added)
	* code/branches/tutorial/src/util/tinyxml/TinyXMLPrereqs.h (added)
	* code/branches/tutorial/src/util/tinyxml/ticpp.cc (added)
	* code/branches/tutorial/src/util/tinyxml/ticpp.h (added)
	* code/branches/tutorial/src/util/tinyxml/ticpprc.h (added)
	* code/branches/tutorial/src/util/tinyxml/tinystr.cc (added)
	* code/branches/tutorial/src/util/tinyxml/tinystr.h (added)
	* code/branches/tutorial/src/util/tinyxml/tinyxml.cc (added)
	* code/branches/tutorial/src/util/tinyxml/tinyxml.h (added)
	* code/branches/tutorial/src/util/tinyxml/tinyxmlerror.cc (added)
	* code/branches/tutorial/src/util/tinyxml/tinyxmlparser.cc (added)
	* code/branches/tutorial/visual_studio (added)
	* code/branches/tutorial/visual_studio/audio_properties.vsprops (added)
	* code/branches/tutorial/visual_studio/base_properties.vsprops (added)
	* code/branches/tutorial/visual_studio/base_properties_debug.vsprops (added)
	* code/branches/tutorial/visual_studio/base_properties_release.vsprops (added)
	* code/branches/tutorial/visual_studio/base_properties_release_sse.vsprops (added)
	* code/branches/tutorial/visual_studio/base_properties_release_sse2.vsprops (added)
	* code/branches/tutorial/visual_studio/core_properties.vsprops (added)
	* code/branches/tutorial/visual_studio/directory_properties.vsprops (added)
	* code/branches/tutorial/visual_studio/loader_properties.vsprops (added)
	* code/branches/tutorial/visual_studio/network_properties.vsprops (added)
	* code/branches/tutorial/visual_studio/orxonox_properties.vsprops (added)
	* code/branches/tutorial/visual_studio/orxonox_vc8.sln (added)
	* code/branches/tutorial/visual_studio/util_properties.vsprops (added)
	* code/branches/tutorial/visual_studio/vc8 (added)
	* code/branches/tutorial/visual_studio/vc8/audio.vcproj (added)
	* code/branches/tutorial/visual_studio/vc8/core.vcproj (added)
	* code/branches/tutorial/visual_studio/vc8/loader.vcproj (added)
	* code/branches/tutorial/visual_studio/vc8/network.vcproj (added)
	* code/branches/tutorial/visual_studio/vc8/orxonox.vcproj (added)
	* code/branches/tutorial/visual_studio/vc8/util.vcproj (added)

	more or less a copy of the trunk


Wed, 05 Mar 2008 23:51:29 GMT landauf [858]
	* code/branches/core/src/orxonox/core/XMLPort.h (modified)

	corrected directory name


Wed, 05 Mar 2008 22:41:09 GMT landauf [857]
	* code/branches/tutorial (added)

	created tutorial directory


Wed, 05 Mar 2008 22:07:16 GMT landauf [856]
	* code/branches/core/bin/levels/sample.oxw (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/CorePrereqs.h (modified)
	* code/branches/core/src/orxonox/core/Debug.h (modified)
	* code/branches/core/src/orxonox/core/Identifier.h (modified)
	* code/branches/core/src/orxonox/core/Level.h (modified)
	* code/branches/core/src/orxonox/core/Loader.cc (modified)
	* code/branches/core/src/orxonox/core/Loader.h (modified)
	* code/branches/core/src/orxonox/core/XMLPort.cc (modified)
	* code/branches/core/src/orxonox/core/XMLPort.h (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.cc (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.h (modified)

	loader seems to work now
	added function/macro XMLPortObject to load ...


Wed, 05 Mar 2008 18:42:07 GMT landauf [855]
	* code/branches/core/src/util/MultiTypeMath.cc (modified)

	multitypemath -= debug output


Wed, 05 Mar 2008 18:38:28 GMT landauf [854]
	* code/branches/core/src/orxonox/core/XMLPort.h (modified)
	* code/branches/core/src/util/Convert.h (modified)
	* code/branches/core/src/util/MultiTypeMath.cc (modified)
	* code/branches/core/src/util/MultiTypeMath.h (modified)
	* code/branches/core/src/util/MultiTypePrimitive.cc (modified)
	* code/branches/core/src/util/MultiTypeString.h (modified)

	hopefully fixed the bug in XMLPort and Converter


Wed, 05 Mar 2008 17:38:09 GMT landauf [853]
	* code/branches/core/bin/levels/sample.oxw (modified)
	* code/branches/core/src/orxonox/core/BaseObject.cc (modified)
	* code/branches/core/src/orxonox/core/XMLPort.h (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.cc (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.h (modified)
	* code/branches/core/src/util/Convert.h (modified)
	* code/branches/core/src/util/MultiTypeMath.cc (modified)
	* code/branches/core/src/util/MultiTypeMath.h (modified)
	* code/branches/core/src/util/MultiTypePrimitive.cc (modified)
	* code/branches/core/src/util/MultiTypePrimitive.h (modified)
	* code/branches/core/src/util/MultiTypeString.cc (modified)
	* code/branches/core/src/util/MultiTypeString.h (modified)

	sync with notebook, there are some changes in the MultiTypes, XMLPort ...


Wed, 05 Mar 2008 11:19:05 GMT landauf [852]
	* code/branches/core/src/network/Synchronisable.h (modified)
	* code/branches/core/src/orxonox/CMakeLists.txt (modified)
	* code/branches/core/src/orxonox/Orxonox.cc (modified)
	* code/branches/core/src/orxonox/OrxonoxStableHeaders.h (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/DebugLevel.cc (modified)
	* code/branches/core/src/orxonox/core/DebugLevel.h (modified)
	* code/branches/core/src/orxonox/core/Loader.cc (modified)
	* code/branches/core/src/orxonox/objects/Test.h (modified)
	* code/branches/core/src/orxonox/objects/Tickable.cc (added)
	* code/branches/core/src/orxonox/objects/Tickable.h (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.h (modified)
	* code/branches/core/src/orxonox/objects/test1.cc (modified)
	* code/branches/core/src/orxonox/objects/test2.cc (modified)
	* code/branches/core/src/orxonox/objects/test3.cc (modified)
	* code/branches/core/src/orxonox/objects/test3.h (modified)
	* code/branches/core/src/orxonox/objects/weapon/AmmunitionDump.h (modified)
	* code/branches/core/src/orxonox/objects/weapon/BulletManager.h (modified)
	* code/branches/core/src/orxonox/tools/BillboardSet.h (modified)
	* code/branches/core/src/orxonox/tools/Timer.cc (added)
	* code/branches/core/src/orxonox/tools/Timer.h (modified)

	removed some includes of CoreIncludes.h from other .h files (included ...


Wed, 05 Mar 2008 00:37:23 GMT landauf [851]
	* code/branches/core/bin/levels/sample.oxw (modified)

	modified level file for testing purposes


Wed, 05 Mar 2008 00:34:34 GMT landauf [850]
	* code/branches/core/src/orxonox/core/XMLPort.h (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.cc (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.h (modified)

	umh, svn is strange... here's the rest of my changes from r848


Wed, 05 Mar 2008 00:33:08 GMT landauf [849]
	* code/branches/core/src/util/SubString.cc (modified)
	* code/branches/core/src/util/SubString.h (modified)

	and here comes the extended SubString class (added parenthesis ...


Wed, 05 Mar 2008 00:29:47 GMT landauf [848]
	* code/branches/core/src/util/Convert.h (modified)
	* code/branches/core/src/util/MultiTypeMath.cc (modified)
	* code/branches/core/src/util/MultiTypeMath.h (modified)
	* code/branches/core/src/util/MultiTypePrimitive.cc (modified)
	* code/branches/core/src/util/MultiTypePrimitive.h (modified)
	* code/branches/core/src/util/MultiTypeString.cc (modified)
	* code/branches/core/src/util/MultiTypeString.h (modified)
	* code/branches/core/src/util/String.h (modified)

	several changes:
	 - XMLPort is now theoretically able to load ...


Mon, 03 Mar 2008 00:49:06 GMT landauf [847]
	* 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/ConfigValueContainer.h (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/Executor.cc (added)
	* code/branches/core/src/orxonox/core/Executor.h (added)
	* code/branches/core/src/orxonox/core/Functor.h (added)
	* 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/Language.h (modified)
	* code/branches/core/src/orxonox/core/Loader.cc (modified)
	* code/branches/core/src/orxonox/core/OrxonoxClass.cc (modified)
	* code/branches/core/src/orxonox/core/OrxonoxClass.h (modified)
	* code/branches/core/src/orxonox/core/XMLPort.cc (added)
	* code/branches/core/src/orxonox/core/XMLPort.h (added)

	new loader-concept is taking shape, but not yet finished

	added new ...


Sat, 01 Mar 2008 21:49:43 GMT nicolasc [846]
	* code/trunk/Doxyfile (modified)

	updated doxyfile


Sat, 01 Mar 2008 20:29:23 GMT landauf [845]
	* code/branches/core/src/network/Synchronisable.h (modified)
	* code/branches/core/src/orxonox/core/BaseObject.h (modified)
	* code/branches/core/src/orxonox/core/CoreIncludes.h (modified)
	* code/branches/core/src/orxonox/core/DebugLevel.h (modified)
	* code/branches/core/src/orxonox/core/Identifier.h (modified)
	* code/branches/core/src/orxonox/core/Language.h (modified)
	* code/branches/core/src/orxonox/core/OrxonoxClass.h (modified)
	* code/branches/core/src/orxonox/objects/Ambient.cc (modified)
	* code/branches/core/src/orxonox/objects/Ambient.h (modified)
	* code/branches/core/src/orxonox/objects/Camera.h (modified)
	* code/branches/core/src/orxonox/objects/Explosion.h (modified)
	* code/branches/core/src/orxonox/objects/Fighter.h (modified)
	* code/branches/core/src/orxonox/objects/Model.h (modified)
	* code/branches/core/src/orxonox/objects/NPC.h (modified)
	* code/branches/core/src/orxonox/objects/Projectile.h (modified)
	* code/branches/core/src/orxonox/objects/Skybox.h (modified)
	* code/branches/core/src/orxonox/objects/SpaceShip.h (modified)
	* code/branches/core/src/orxonox/objects/Tickable.h (modified)
	* code/branches/core/src/orxonox/objects/WorldEntity.h (modified)
	* code/branches/core/src/orxonox/objects/weapon/AmmunitionDump.h (modified)
	* code/branches/core/src/orxonox/objects/weapon/BarrelGun.h (modified)
	* code/branches/core/src/orxonox/objects/weapon/BaseWeapon.h (modified)
	* code/branches/core/src/orxonox/objects/weapon/Bullet.h (modified)
	* code/branches/core/src/orxonox/objects/weapon/BulletManager.h (modified)
	* code/branches/core/src/orxonox/tools/Timer.h (modified)
	* code/branches/core/src/util/Convert.h (modified)
	* code/branches/core/src/util/Math.h (modified)
	* code/branches/core/src/util/String2Number.h (modified)

	(1) removed ExportClass and ExportAbstractClass macros
	(2) removed ...


Thu, 28 Feb 2008 12:54:15 GMT scheusso [844]
	* code/branches/network (copied)

	yuhuu, our new branchy


Wed, 27 Feb 2008 22:26:17 GMT landauf [843]
	* code/branches/core/src/orxonox/core/Level.h (modified)

	removed setMask function


Wed, 27 Feb 2008 20:46:57 GMT nicolasc [842]
	* code/branches/hud-old (deleted)

	removed hud-old branch


Wed, 27 Feb 2008 20:46:40 GMT nicolasc [841]
	* code/branches/particle-old (deleted)

	removed particle-old branch


Wed, 27 Feb 2008 20:37:30 GMT nicolasc [840]
	* code/releases/0.1.0 (copied)

	Created release 0.1.0 from trunk


Wed, 27 Feb 2008 17:46:20 GMT landauf [839]
	* code/branches/core/src/orxonox/core/ConfigValueContainer.cc (modified)
	* code/branches/core/src/orxonox/core/Language.h (modified)

	added two macros to Language.h


Tue, 26 Feb 2008 23:54:00 GMT landauf [838]
	* 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.cc (modified)
	* code/branches/core/src/orxonox/core/Language.h (modified)

	changed naming in Language: translation -> localisation, name ->
	label


Mon, 25 Feb 2008 00:22:16 GMT landauf [837]
	* code/branches/core/src/orxonox/core/Iterator.h (modified)

	added operator=


Sun, 24 Feb 2008 16:31:57 GMT landauf [836]
	* code/branches/core/src/util/CMakeLists.txt (modified)
	* code/branches/core/src/util/SubString.cc (added)
	* code/branches/core/src/util/SubString.h (added)
	* code/branches/core/src/util/substring.cc (deleted)
	* code/branches/core/src/util/substring.h (deleted)

	substring -> SubString


Thu, 21 Feb 2008 21:39:16 GMT nicolasc [835]
	* code/trunk/Doxyfile (modified)

	slight adaption of doxyfile


Thu, 21 Feb 2008 21:05:05 GMT landauf [834]
	* code/branches/core/src/util/MultiTypeMath.h (modified)
	* code/branches/core/src/util/MultiTypePrimitive.h (modified)
	* code/branches/core/src/util/MultiTypeString.h (modified)

	added convert-operators


Thu, 21 Feb 2008 18:13:49 GMT nicolasc [833]
	* code/trunk/Doxyfile (added)

	added doxyfile, to be able to run doxygen on nautilus


Tue, 19 Feb 2008 10:00:31 GMT rgrieder [832]
	* code/branches/weapon_system_fw (deleted)

	- removed obsolete framework for the weapon system
	- added new ...


Tue, 19 Feb 2008 09:59:15 GMT rgrieder [831]
	* code/branches/weapon (copied)

	made a copy


Tue, 19 Feb 2008 09:56:19 GMT rgrieder [830]
	* code/trunk/visual_studio/orxonox_vc9.sln (deleted)
	* code/trunk/visual_studio/vc9 (deleted)

	- removed VC9 files (don't work yet, so they don't belong into the
	trunk)


Tue, 19 Feb 2008 09:53:29 GMT rgrieder [829]
	* code/branches/FICN/visual_studio (modified)
	* code/branches/FICN/visual_studio/orxonox_vc9.sln (deleted)
	* code/branches/FICN/visual_studio/vc9 (deleted)

	- removed VC9 files (not yet ready, would take a lot more time to ...


Mon, 18 Feb 2008 14:03:35 GMT landauf [828]
	* code/branches/core/src/network/Synchronisable.h (modified)

	added null body to ~Synchronisable() to avoid 'undefined reference to ...


Sun, 17 Feb 2008 23:54:30 GMT landauf [827]
	* code/branches/core/src/util/Convert.h (modified)

	some template-specializations in Convert.h


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 17:26:23 GMT nicolasc [825]
	* code/branches/hud/src/orxonox/CMakeLists.txt (modified)
	* code/branches/hud/src/orxonox/Orxonox.cc (modified)
	* code/branches/hud/src/orxonox/hud/Bar.cc (modified)
	* code/branches/hud/src/orxonox/hud/Bar.h (modified)

	created error output, up to chai to fix it


Sun, 17 Feb 2008 16:58:28 GMT nicolasc [824]
	* code/branches/hud/cmake/FindOGRE.cmake (modified)
	* code/branches/hud/src/orxonox/OrxonoxPrereqs.h (modified)
	* code/branches/hud/src/orxonox/hud/Bar.cc (modified)

	fORGE.cmake fix


Sun, 17 Feb 2008 16:42:44 GMT nicolasc [823]
	* code/branches/hud/cmake/FindOGRE.cmake (modified)
	* code/branches/hud/src/orxonox/Orxonox.cc (modified)
	* code/branches/hud/src/orxonox/hud/Bar.cc (added)
	* code/branches/hud/src/orxonox/hud/Bar.h (added)
	* code/branches/hud/src/orxonox/hud/HUD.cc (modified)

	added chai's hud


Sun, 17 Feb 2008 15:06:43 GMT nicolasc [822]
	* code/branches/core/bin/levels/sample.oxw (modified)

	test, reverted


Sun, 17 Feb 2008 15:06:21 GMT nicolasc [821]
	* code/branches/core/bin/levels/sample.oxw (modified)

	test


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 ...


Sun, 17 Feb 2008 14:35:26 GMT nicolasc [819]
	* code/branches/hud (copied)

	created new hub branch


Sat, 16 Feb 2008 19:00:06 GMT landauf [818]
	* code/branches/core/src/orxonox/Orxonox.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.h (modified)

	new feature in ClassTreeMask:
	you can include or exclude a single ...


Sat, 16 Feb 2008 18:31:18 GMT landauf [817]
	* code/branches/core/src/orxonox/Orxonox.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.h (modified)
	* code/branches/core/src/orxonox/core/Factory.cc (modified)
	* code/branches/core/src/orxonox/core/Factory.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/ObjectList.h (modified)
	* code/branches/core/src/orxonox/core/OrxonoxClass.h (modified)
	* code/branches/core/src/orxonox/objects/Test.h (modified)
	* code/branches/core/src/orxonox/orxonox_from_oh.cc (deleted)

	big update:
	 - reimplemented direct-child and direct-parent list and ...


Sat, 16 Feb 2008 14:23:16 GMT nicolasc [816]
	* code/trunk/test (deleted)




Sat, 16 Feb 2008 14:22:57 GMT nicolasc [815]
	* code/trunk/test (added)




Fri, 15 Feb 2008 15:37:30 GMT landauf [814]
	* code/branches/core/src/orxonox/core/Identifier.h (modified)

	cleaned up and added 4 get-iterator functions (begin and end of ...


Fri, 15 Feb 2008 15:31:58 GMT landauf [813]
	* 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/ClassFactory.h (modified)
	* code/branches/core/src/orxonox/core/ClassManager.h (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.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/CoreIncludes.h (modified)
	* code/branches/core/src/orxonox/core/CorePrereqs.h (modified)
	* code/branches/core/src/orxonox/core/Debug.h (modified)
	* code/branches/core/src/orxonox/core/DebugLevel.cc (modified)
	* code/branches/core/src/orxonox/core/DebugLevel.h (modified)
	* code/branches/core/src/orxonox/core/Error.cc (modified)
	* code/branches/core/src/orxonox/core/Error.h (modified)
	* code/branches/core/src/orxonox/core/Factory.cc (modified)
	* code/branches/core/src/orxonox/core/Factory.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/IdentifierDistributor.cc (modified)
	* code/branches/core/src/orxonox/core/IdentifierDistributor.h (modified)
	* code/branches/core/src/orxonox/core/IdentifierList.cc (deleted)
	* code/branches/core/src/orxonox/core/IdentifierList.h (deleted)
	* code/branches/core/src/orxonox/core/Iterator.h (modified)
	* code/branches/core/src/orxonox/core/Language.cc (modified)
	* code/branches/core/src/orxonox/core/Language.h (modified)
	* code/branches/core/src/orxonox/core/MetaObjectList.cc (modified)
	* code/branches/core/src/orxonox/core/MetaObjectList.h (modified)
	* code/branches/core/src/orxonox/core/ObjectList.h (modified)
	* code/branches/core/src/orxonox/core/OrxonoxClass.cc (modified)
	* code/branches/core/src/orxonox/core/OrxonoxClass.h (modified)
	* code/branches/core/src/orxonox/core/OutputHandler.cc (modified)
	* code/branches/core/src/orxonox/core/OutputHandler.h (modified)
	* code/branches/core/src/orxonox/core/SignalHandler.cc (modified)
	* code/branches/core/src/orxonox/core/SignalHandler.h (modified)
	* code/branches/core/src/orxonox/tools/Timer.h (modified)

	- removed IdentifierList and replaced it by a std::list
	 - changed ...


Wed, 13 Feb 2008 17:43:17 GMT landauf [812]
	* code/branches/core/src/orxonox/core/Identifier.h (modified)

	oh, i forgot to say: the previous commit solved the hack in ...


Wed, 13 Feb 2008 17:39:53 GMT landauf [811]
	* code/branches/core/src/orxonox/Orxonox.cc (modified)
	* code/branches/core/src/orxonox/core/ClassFactory.h (modified)
	* code/branches/core/src/orxonox/core/ClassManager.h (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.cc (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/Factory.cc (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/MetaObjectList.h (modified)
	* code/branches/core/src/orxonox/objects/Test.h (modified)

	- Changed the ClassManager/IdentifierDistributor: ClassIdentifiers ...


Wed, 13 Feb 2008 01:58:55 GMT landauf [810]
	* code/branches/core/src/orxonox/core/ClassManager.h (modified)
	* code/branches/core/src/orxonox/core/Identifier.h (modified)

	Added copyconstructor to the SubclassIdentifier (this class is still ...


Wed, 13 Feb 2008 01:47:10 GMT landauf [809]
	* code/branches/core/src/orxonox/core/ClassManager.h (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.h (modified)
	* code/branches/core/src/orxonox/core/Identifier.h (modified)
	* code/branches/core/src/orxonox/core/IdentifierDistributor.cc (modified)
	* code/branches/core/src/orxonox/core/IdentifierDistributor.h (modified)

	commented and documented ClassManager, IdentifierDistributor and ...


Tue, 12 Feb 2008 20:26:58 GMT landauf [808]
	* code/branches/core/src/orxonox/Orxonox.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified)

	Fixed a small bug in the clean-function of ClassTreeMask (I made it ...


Tue, 12 Feb 2008 19:36:19 GMT landauf [807]
	* code/branches/core/src/orxonox/Orxonox.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.h (modified)

	- fixed a small bug in ClassTreeMask
	 - added more operators to ...


Tue, 12 Feb 2008 15:43:22 GMT landauf [806]
	* code/branches/core/src/orxonox/Orxonox.cc (modified)
	* code/branches/core/src/orxonox/core/ClassManager.h (modified)
	* code/branches/core/src/orxonox/core/ClassTreeMask.cc (modified)
	* code/branches/core/src/orxonox/core/Identifier.cc (modified)
	* code/branches/core/src/orxonox/core/Identifier.h (modified)

	cleanup


Tue, 12 Feb 2008 15:24:14 GMT landauf [805]
	* code/branches/core/src/orxonox/core/CMakeLists.txt (modified)
	* code/branches/core/src/orxonox/core/ClassFactory.h (modified)
	* code/branches/core/src/orxonox/core/ClassManager.h (added)
	* code/branches/core/src/orxonox/core/ClassTreeMask.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/IdentifierDistributor.cc (added)
	* code/branches/core/src/orxonox/core/IdentifierDistributor.h (added)
	* code/branches/core/src/orxonox/core/Iterator.h (modified)
	* code/branches/core/src/orxonox/core/MetaObjectList.h (modified)

	Added two new classes:
	 - ClassManager, a helper class for ...