# # ChangeLog for code/branches/FICN/src/orxonox/Orxonox.cc # # Generated by Trac 1.0.9 # Jun 2, 2024, 7:35:59 AM Tue, 01 Jan 2008 13:00:08 GMT rgrieder [782] * code/branches/FICN/src/audio/_AudioObject.cc (modified) * code/branches/FICN/src/loader/LoaderPrereqs.h (modified) * code/branches/FICN/src/network/GameStateClient.cc (modified) * code/branches/FICN/src/network/GameStateManager.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/OrxonoxPlatform.h (modified) * code/branches/FICN/src/orxonox/core/Language.cc (modified) * code/branches/FICN/src/orxonox/objects/Model.cc (modified) * code/branches/FICN/visual_studio/FICN.sln (modified) * code/branches/FICN/visual_studio/base_properties.vsprops (modified) * code/branches/FICN/visual_studio/benixonox.vcproj (modified) * code/branches/FICN/visual_studio/loader.vcproj (modified) - removed warnings on msvc compiler - on msvc: loader is now built ... Mon, 31 Dec 2007 15:25:06 GMT nicolasc [768] * code/branches/FICN/CMakeLists.txt (modified) * code/branches/FICN/bin/levels/sample.oxw (modified) * code/branches/FICN/bin/main.bat (modified) * code/branches/FICN/src/CMakeLists.txt (modified) * code/branches/FICN/src/audio/CMakeLists.txt (modified) * code/branches/FICN/src/loader/CMakeLists.txt (modified) * code/branches/FICN/src/network/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/OrxonoxPlatform.h (modified) * code/branches/FICN/src/orxonox/SpaceshipSteering.cc (modified) * code/branches/FICN/src/orxonox/core/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/hud/CMakeLists.txt (deleted) * code/branches/FICN/src/orxonox/objects/CMakeLists.txt (deleted) * code/branches/FICN/src/orxonox/objects/Explosion.h (modified) * code/branches/FICN/src/orxonox/objects/Fighter.cc (modified) * code/branches/FICN/src/orxonox/objects/Model.h (modified) * code/branches/FICN/src/orxonox/objects/Projectile.h (modified) * code/branches/FICN/src/orxonox/objects/SpaceShip.h (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.h (modified) * code/branches/FICN/src/orxonox/objects/test2.h (modified) * code/branches/FICN/src/orxonox/objects/weapon (copied) * code/branches/FICN/src/orxonox/objects/weapon/AmmunitionDump.cc (copied) * code/branches/FICN/src/orxonox/objects/weapon/AmmunitionDump.h (copied) * code/branches/FICN/src/orxonox/objects/weapon/BarrelGun.cc (copied) * code/branches/FICN/src/orxonox/objects/weapon/BarrelGun.h (copied) * code/branches/FICN/src/orxonox/objects/weapon/BaseWeapon.cc (copied) * code/branches/FICN/src/orxonox/objects/weapon/BaseWeapon.h (copied) * code/branches/FICN/src/orxonox/objects/weapon/Bullet.cc (copied) * code/branches/FICN/src/orxonox/objects/weapon/Bullet.h (copied) * code/branches/FICN/src/orxonox/objects/weapon/BulletManager.cc (copied) * code/branches/FICN/src/orxonox/objects/weapon/BulletManager.h (copied) * code/branches/FICN/src/orxonox/objects/weapon/WeaponStation.cc (copied) * code/branches/FICN/src/orxonox/objects/weapon/WeaponStation.h (copied) * code/branches/FICN/src/orxonox/objects/weapon_system (deleted) * code/branches/FICN/src/orxonox/particle/CMakeLists.txt (deleted) * code/branches/FICN/src/orxonox/tools/CMakeLists.txt (deleted) * code/branches/FICN/src/util/CMakeLists.txt (modified) * code/branches/FICN/visual_studio/FICN.sln (deleted) * code/branches/FICN/visual_studio/FICN_test.sln (copied) * code/branches/FICN/visual_studio/benixonox.vcproj (modified) * code/branches/FICN/visual_studio/loader.vcproj (modified) * code/branches/FICN/visual_studio/tinyxml.vcproj (deleted) * code/branches/FICN/visual_studio/tinyxml_properties.vsprops (deleted) * code/branches/FICN/visual_studio/util.vcproj (copied) * code/branches/FICN/visual_studio/util_properties.vsprops (copied) merged FICN_test back to FICN Mon, 31 Dec 2007 03:53:44 GMT landauf [748] * code/branches/FICN/src/orxonox/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/tools/BillboardSet.cc (moved) * code/branches/FICN/src/orxonox/tools/BillboardSet.h (moved) * code/branches/FICN/src/orxonox/tools/Light.cc (moved) * code/branches/FICN/src/orxonox/tools/Light.h (moved) * code/branches/FICN/src/orxonox/tools/Mesh.cc (moved) * code/branches/FICN/src/orxonox/tools/Mesh.h (moved) * code/branches/FICN/src/orxonox/tools/Timer.h (moved) * code/branches/FICN/src/util/tinyxml/CMakeLists.txt (deleted) - moved BillboardSet, Light, Mesh and Timer to the new util folder ... Mon, 31 Dec 2007 03:23:39 GMT landauf [742] * code/branches/FICN/src/CMakeLists.txt (modified) * code/branches/FICN/src/loader/LevelLoader.h (modified) * code/branches/FICN/src/network/ClientConnection.cc (modified) * code/branches/FICN/src/orxonox/AIClass.h (modified) * code/branches/FICN/src/orxonox/Arrival.h (modified) * code/branches/FICN/src/orxonox/Flocking.h (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/SpaceshipSteering.cc (modified) * code/branches/FICN/src/orxonox/core/BaseObject.cc (modified) * code/branches/FICN/src/orxonox/core/BaseObject.h (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/FICN/src/orxonox/objects/Ambient.cc (modified) * code/branches/FICN/src/orxonox/objects/BillboardSet.cc (modified) * code/branches/FICN/src/orxonox/objects/BillboardSet.h (modified) * code/branches/FICN/src/orxonox/objects/Camera.cc (modified) * code/branches/FICN/src/orxonox/objects/Explosion.cc (modified) * code/branches/FICN/src/orxonox/objects/Fighter.cc (modified) * code/branches/FICN/src/orxonox/objects/Light.h (modified) * code/branches/FICN/src/orxonox/objects/Model.cc (modified) * code/branches/FICN/src/orxonox/objects/Skybox.cc (modified) * code/branches/FICN/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/FICN/src/orxonox/objects/SpaceshipSteeringObject.cc (modified) * code/branches/FICN/src/orxonox/objects/SpaceshipSteeringObject.h (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.h (modified) * code/branches/FICN/src/orxonox/objects/test1.cc (modified) * code/branches/FICN/src/orxonox/objects/test1.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BarrelGun.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BaseWeapon.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.h (modified) * code/branches/FICN/src/orxonox/particle/ParticleInterface.h (modified) * code/branches/FICN/src/util/CMakeLists.txt (moved) * code/branches/FICN/src/util/Convert.h (moved) * code/branches/FICN/src/util/Math.h (moved) * code/branches/FICN/src/util/Sleep.h (moved) * code/branches/FICN/src/util/String2Number.h (moved) * code/branches/FICN/src/util/Tokenizer.h (moved) * code/branches/FICN/src/util/testing (moved) * code/branches/FICN/src/util/testing/CMakeLists.txt (copied) * code/branches/FICN/src/util/testing/TestConverter.cpp (copied) * code/branches/FICN/src/util/tinyxml (moved) * code/branches/FICN/src/util/tinyxml/CMakeLists.txt (copied) * code/branches/FICN/src/util/tinyxml/TinyXMLPrereqs.h (copied) * code/branches/FICN/src/util/tinyxml/ticpp.cc (copied) * code/branches/FICN/src/util/tinyxml/ticpp.h (copied) * code/branches/FICN/src/util/tinyxml/ticpprc.h (copied) * code/branches/FICN/src/util/tinyxml/tinystr.cc (copied) * code/branches/FICN/src/util/tinyxml/tinystr.h (copied) * code/branches/FICN/src/util/tinyxml/tinyxml.cc (copied) * code/branches/FICN/src/util/tinyxml/tinyxml.h (copied) * code/branches/FICN/src/util/tinyxml/tinyxmlerror.cc (copied) * code/branches/FICN/src/util/tinyxml/tinyxmlparser.cc (copied) moved all files from misc and the tinyxml folder into the new util folder Sun, 30 Dec 2007 20:48:52 GMT rgrieder [729] * code/branches/FICN/src/audio/AudioBuffer.h (modified) * code/branches/FICN/src/audio/AudioManager.h (modified) * code/branches/FICN/src/audio/AudioSource.h (modified) * code/branches/FICN/src/audio/AudioStream.h (modified) * code/branches/FICN/src/orxonox/GraphicsEngine.h (modified) * code/branches/FICN/src/orxonox/InputManager.h (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.h (modified) * code/branches/FICN/src/orxonox/OrxonoxPlatform.h (modified) * code/branches/FICN/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/FICN/src/orxonox/SpaceshipSteering.h (modified) * code/branches/FICN/src/orxonox/core/CoreIncludes.h (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.cc (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.h (modified) * code/branches/FICN/src/orxonox/core/Identifier.h (modified) * code/branches/FICN/src/orxonox/core/Language.cc (modified) * code/branches/FICN/src/orxonox/core/Language.h (modified) * code/branches/FICN/src/orxonox/core/ObjectList.h (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/FICN/src/orxonox/hud/HUD.h (modified) * code/branches/FICN/src/orxonox/objects/Ambient.cc (modified) * code/branches/FICN/src/orxonox/objects/Ambient.h (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/BillboardSet.h (modified) * code/branches/FICN/src/orxonox/objects/Camera.h (modified) * code/branches/FICN/src/orxonox/objects/Explosion.h (modified) * code/branches/FICN/src/orxonox/objects/Fighter.h (modified) * code/branches/FICN/src/orxonox/objects/Light.h (modified) * code/branches/FICN/src/orxonox/objects/Mesh.h (modified) * code/branches/FICN/src/orxonox/objects/Model.cc (modified) * code/branches/FICN/src/orxonox/objects/Model.h (modified) * code/branches/FICN/src/orxonox/objects/NPC.h (modified) * code/branches/FICN/src/orxonox/objects/Projectile.h (modified) * code/branches/FICN/src/orxonox/objects/Skybox.h (modified) * code/branches/FICN/src/orxonox/objects/SpaceShip.h (modified) * code/branches/FICN/src/orxonox/objects/Tickable.h (modified) * code/branches/FICN/src/orxonox/objects/Timer.h (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BarrelGun.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BaseWeapon.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/Bullet.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/WeaponStation.h (modified) * code/branches/FICN/src/orxonox/particle/ParticleInterface.h (modified) * code/branches/FICN/visual_studio/FICN.sln (modified) * code/branches/FICN/visual_studio/audio.vcproj (modified) * code/branches/FICN/visual_studio/benixonox.vcproj (modified) * code/branches/FICN/visual_studio/core.vcproj (modified) * code/branches/FICN/visual_studio/loader.vcproj (modified) - fixed multiple template instantiation problem under windows - ... Fri, 28 Dec 2007 22:33:10 GMT rgrieder [715] * code/branches/FICN/src/audio/AudioBuffer.cc (modified) * code/branches/FICN/src/audio/AudioBuffer.h (modified) * code/branches/FICN/src/audio/AudioIncludes.h (modified) * code/branches/FICN/src/audio/AudioManager.cc (modified) * code/branches/FICN/src/audio/AudioManager.h (modified) * code/branches/FICN/src/audio/AudioStream.cc (modified) * code/branches/FICN/src/audio/AudioStream.h (modified) * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/loader/LevelLoader.h (modified) * code/branches/FICN/src/misc/String.h (deleted) * code/branches/FICN/src/orxonox/GraphicsEngine.cc (modified) * code/branches/FICN/src/orxonox/GraphicsEngine.h (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.h (modified) * code/branches/FICN/src/orxonox/core/ArgReader.cc (modified) * code/branches/FICN/src/orxonox/core/ArgReader.h (modified) * code/branches/FICN/src/orxonox/core/ClassFactory.h (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/FICN/src/orxonox/core/Error.cc (modified) * code/branches/FICN/src/orxonox/core/Error.h (modified) * code/branches/FICN/src/orxonox/core/Factory.cc (modified) * code/branches/FICN/src/orxonox/core/Factory.h (modified) * code/branches/FICN/src/orxonox/core/Identifier.cc (modified) * code/branches/FICN/src/orxonox/core/Identifier.h (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.cc (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.h (modified) * code/branches/FICN/src/orxonox/core/Language.cc (modified) * code/branches/FICN/src/orxonox/core/Language.h (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/FICN/src/orxonox/core/OutputHandler.cc (modified) * code/branches/FICN/src/orxonox/core/OutputHandler.h (modified) * code/branches/FICN/src/orxonox/hud/HUD.cc (modified) * code/branches/FICN/src/orxonox/hud/HUD.h (modified) * code/branches/FICN/src/orxonox/objects/Ambient.cc (modified) * code/branches/FICN/src/orxonox/objects/BillboardSet.cc (modified) * code/branches/FICN/src/orxonox/objects/BillboardSet.h (modified) * code/branches/FICN/src/orxonox/objects/Camera.cc (modified) * code/branches/FICN/src/orxonox/objects/Fighter.cc (modified) * code/branches/FICN/src/orxonox/objects/Light.h (modified) * code/branches/FICN/src/orxonox/objects/Mesh.cc (modified) * code/branches/FICN/src/orxonox/objects/Mesh.h (modified) * code/branches/FICN/src/orxonox/objects/Model.h (modified) * code/branches/FICN/src/orxonox/objects/Skybox.cc (modified) * code/branches/FICN/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.h (modified) * code/branches/FICN/src/orxonox/particle/ParticleInterface.cc (modified) * code/branches/FICN/src/orxonox/particle/ParticleInterface.h (modified) * code/branches/FICN/visual_studio/benixonox.vcproj (modified) - the master has spoken... - misc/String.h is not anymore.. Fri, 28 Dec 2007 21:30:29 GMT rgrieder [708] * code/branches/FICN/src/audio/AudioBuffer.cc (modified) * code/branches/FICN/src/audio/AudioBuffer.h (modified) * code/branches/FICN/src/audio/AudioIncludes.h (modified) * code/branches/FICN/src/audio/AudioManager.cc (modified) * code/branches/FICN/src/audio/AudioManager.h (modified) * code/branches/FICN/src/audio/AudioStream.cc (modified) * code/branches/FICN/src/audio/AudioStream.h (modified) * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/loader/LevelLoader.h (modified) * code/branches/FICN/src/misc/ColourValue.h (added) * code/branches/FICN/src/misc/Math.h (added) * code/branches/FICN/src/misc/Matrix3.h (added) * code/branches/FICN/src/misc/Quaternion.h (added) * code/branches/FICN/src/misc/Sleep.h (added) * code/branches/FICN/src/misc/String.h (added) * code/branches/FICN/src/misc/String2Number.h (modified) * code/branches/FICN/src/misc/Vector2.h (added) * code/branches/FICN/src/misc/Vector3.h (added) * code/branches/FICN/src/misc/Vector4.h (added) * code/branches/FICN/src/network/ClientConnection.cc (modified) * code/branches/FICN/src/network/NetworkFrameListener.h (modified) * code/branches/FICN/src/orxonox/AIClass.h (modified) * code/branches/FICN/src/orxonox/Arrival.h (modified) * code/branches/FICN/src/orxonox/Flocking.h (modified) * code/branches/FICN/src/orxonox/GraphicsEngine.cc (modified) * code/branches/FICN/src/orxonox/GraphicsEngine.h (modified) * code/branches/FICN/src/orxonox/Main.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.h (modified) * code/branches/FICN/src/orxonox/OrxonoxPlatform.h (modified) * code/branches/FICN/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/FICN/src/orxonox/SpaceshipSteering.cc (modified) * code/branches/FICN/src/orxonox/SpaceshipSteering.h (modified) * code/branches/FICN/src/orxonox/core/ArgReader.cc (modified) * code/branches/FICN/src/orxonox/core/ArgReader.h (modified) * code/branches/FICN/src/orxonox/core/ClassFactory.h (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/FICN/src/orxonox/core/CoreIncludes.h (modified) * code/branches/FICN/src/orxonox/core/CorePrereqs.h (modified) * code/branches/FICN/src/orxonox/core/Debug.h (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.h (modified) * code/branches/FICN/src/orxonox/core/Error.cc (modified) * code/branches/FICN/src/orxonox/core/Error.h (modified) * code/branches/FICN/src/orxonox/core/Factory.cc (modified) * code/branches/FICN/src/orxonox/core/Factory.h (modified) * code/branches/FICN/src/orxonox/core/Identifier.cc (modified) * code/branches/FICN/src/orxonox/core/Identifier.h (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.cc (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.h (modified) * code/branches/FICN/src/orxonox/core/Language.cc (modified) * code/branches/FICN/src/orxonox/core/Language.h (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/FICN/src/orxonox/core/OutputHandler.cc (modified) * code/branches/FICN/src/orxonox/core/OutputHandler.h (modified) * code/branches/FICN/src/orxonox/hud/HUD.cc (modified) * code/branches/FICN/src/orxonox/hud/HUD.h (modified) * code/branches/FICN/src/orxonox/objects/Ambient.cc (modified) * code/branches/FICN/src/orxonox/objects/Ambient.h (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/BillboardSet.cc (modified) * code/branches/FICN/src/orxonox/objects/BillboardSet.h (modified) * code/branches/FICN/src/orxonox/objects/Camera.cc (modified) * code/branches/FICN/src/orxonox/objects/Camera.h (modified) * code/branches/FICN/src/orxonox/objects/Explosion.cc (modified) * code/branches/FICN/src/orxonox/objects/Explosion.h (modified) * code/branches/FICN/src/orxonox/objects/Fighter.cc (modified) * code/branches/FICN/src/orxonox/objects/Fighter.h (modified) * code/branches/FICN/src/orxonox/objects/Light.cc (modified) * code/branches/FICN/src/orxonox/objects/Light.h (modified) * code/branches/FICN/src/orxonox/objects/Mesh.cc (modified) * code/branches/FICN/src/orxonox/objects/Mesh.h (modified) * code/branches/FICN/src/orxonox/objects/Model.cc (modified) * code/branches/FICN/src/orxonox/objects/Model.h (modified) * code/branches/FICN/src/orxonox/objects/NPC.cc (modified) * code/branches/FICN/src/orxonox/objects/NPC.h (modified) * code/branches/FICN/src/orxonox/objects/Projectile.cc (modified) * code/branches/FICN/src/orxonox/objects/Projectile.h (modified) * code/branches/FICN/src/orxonox/objects/Skybox.cc (modified) * code/branches/FICN/src/orxonox/objects/Skybox.h (modified) * code/branches/FICN/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/FICN/src/orxonox/objects/SpaceShip.h (modified) * code/branches/FICN/src/orxonox/objects/Tickable.h (modified) * code/branches/FICN/src/orxonox/objects/Timer.h (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BarrelGun.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BarrelGun.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BaseWeapon.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BaseWeapon.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/Bullet.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/Bullet.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/WeaponStation.cc (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/WeaponStation.h (modified) * code/branches/FICN/src/orxonox/particle/ParticleInterface.cc (modified) * code/branches/FICN/src/orxonox/particle/ParticleInterface.h (modified) * code/branches/FICN/visual_studio/FICN.sln (modified) * code/branches/FICN/visual_studio/audio.vcproj (modified) * code/branches/FICN/visual_studio/base_properties.vsprops (modified) * code/branches/FICN/visual_studio/base_properties_release.vsprops (modified) * code/branches/FICN/visual_studio/benixonox.vcproj (modified) * code/branches/FICN/visual_studio/core.vcproj (modified) * code/branches/FICN/visual_studio/loader.vcproj (modified) * code/branches/FICN/visual_studio/network.vcproj (modified) * code/branches/FICN/visual_studio/tinyxml.vcproj (modified) - added Vector2, Vector3, Matrix3, ColourValue, Quaternion and String ... Sat, 22 Dec 2007 21:15:06 GMT rgrieder [673] * code/branches/FICN/FICN.sln (modified) * code/branches/FICN/benixonox.vcproj (modified) * code/branches/FICN/src/audio/AudioBuffer.h (modified) * code/branches/FICN/src/audio/AudioManager.h (modified) * code/branches/FICN/src/audio/AudioSource.h (modified) * code/branches/FICN/src/audio/AudioStream.h (modified) * code/branches/FICN/src/loader/LevelLoader.h (modified) * code/branches/FICN/src/loader/loader_platform.h (modified) * code/branches/FICN/src/network/Client.h (modified) * code/branches/FICN/src/network/ClientConnection.h (modified) * code/branches/FICN/src/network/ClientInformation.h (modified) * code/branches/FICN/src/network/ConnectionManager.h (modified) * code/branches/FICN/src/network/GameStateClient.h (modified) * code/branches/FICN/src/network/GameStateManager.h (modified) * code/branches/FICN/src/network/NetworkFrameListener.h (modified) * code/branches/FICN/src/network/PacketBuffer.h (modified) * code/branches/FICN/src/network/PacketManager.h (modified) * code/branches/FICN/src/network/PacketTypes.h (modified) * code/branches/FICN/src/network/Server.h (modified) * code/branches/FICN/src/network/Synchronisable.h (modified) * code/branches/FICN/src/orxonox/AIClass.h (modified) * code/branches/FICN/src/orxonox/Arrival.h (modified) * code/branches/FICN/src/orxonox/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/Flocking.h (modified) * code/branches/FICN/src/orxonox/GraphicsEngine.h (modified) * code/branches/FICN/src/orxonox/InputManager.h (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.h (modified) * code/branches/FICN/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/FICN/src/orxonox/SpaceshipSteering.h (modified) * code/branches/FICN/src/orxonox/core/ArgReader.h (modified) * code/branches/FICN/src/orxonox/core/ClassFactory.h (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.h (modified) * code/branches/FICN/src/orxonox/core/Error.h (modified) * code/branches/FICN/src/orxonox/core/Factory.h (modified) * code/branches/FICN/src/orxonox/core/Identifier.h (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.h (modified) * code/branches/FICN/src/orxonox/core/Iterator.h (modified) * code/branches/FICN/src/orxonox/core/MetaObjectList.h (modified) * code/branches/FICN/src/orxonox/core/ObjectList.h (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/FICN/src/orxonox/core/SignalHandler.h (modified) * code/branches/FICN/src/orxonox/hud/HUD.h (modified) * code/branches/FICN/src/orxonox/objects/Ambient.h (modified) * code/branches/FICN/src/orxonox/objects/BaseEntity.cc (deleted) * code/branches/FICN/src/orxonox/objects/BaseEntity.h (deleted) * code/branches/FICN/src/orxonox/objects/BaseObject.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/BillboardSet.h (modified) * code/branches/FICN/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/objects/Camera.h (modified) * code/branches/FICN/src/orxonox/objects/Entity.cc (deleted) * code/branches/FICN/src/orxonox/objects/Entity.h (deleted) * code/branches/FICN/src/orxonox/objects/Explosion.h (modified) * code/branches/FICN/src/orxonox/objects/Fighter.h (modified) * code/branches/FICN/src/orxonox/objects/Light.cc (deleted) * code/branches/FICN/src/orxonox/objects/Light.h (deleted) * code/branches/FICN/src/orxonox/objects/Mesh.h (modified) * code/branches/FICN/src/orxonox/objects/Model.h (modified) * code/branches/FICN/src/orxonox/objects/NPC.h (modified) * code/branches/FICN/src/orxonox/objects/Projectile.h (modified) * code/branches/FICN/src/orxonox/objects/SceneNode.cc (deleted) * code/branches/FICN/src/orxonox/objects/SceneNode.h (deleted) * code/branches/FICN/src/orxonox/objects/Skybox.h (modified) * code/branches/FICN/src/orxonox/objects/SpaceShip.h (modified) * code/branches/FICN/src/orxonox/objects/Tickable.h (modified) * code/branches/FICN/src/orxonox/objects/Timer.h (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BarrelGun.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BaseWeapon.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/Bullet.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system/WeaponStation.h (modified) * code/branches/FICN/src/orxonox/particle/ParticleInterface.h (modified) - deleted obsolete classes: BaseEntity, Entity, Light and SceneNode ... Sat, 22 Dec 2007 16:04:00 GMT landauf [672] * code/branches/FICN/src/orxonox/Orxonox.cc (modified) bla Sat, 22 Dec 2007 01:13:18 GMT landauf [667] * code/branches/FICN/src/misc/String2Number.h (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/FICN/src/orxonox/core/CoreIncludes.h (modified) * code/branches/FICN/src/orxonox/core/Factory.cc (modified) * code/branches/FICN/src/orxonox/objects/test3.cc (modified) * code/branches/FICN/src/orxonox/objects/test3.h (modified) - expanded the String2Number.h file - changed the SetConfigValue ... Fri, 21 Dec 2007 09:59:03 GMT nicolasc [665] * code/branches/FICN/cmakeclearcache (modified) * code/branches/FICN/presentation (deleted) * code/branches/FICN/src/audio/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) - removed presentation folder - unneeded - fixed cmakeclearcache for ... Thu, 20 Dec 2007 19:01:43 GMT nicolasc [663] * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/FICN/src/orxonox/objects/SpaceshipSteeringObject.cc (modified) fixed auto repeat problem Wed, 19 Dec 2007 00:49:24 GMT rgrieder [637] * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.h (modified) * code/branches/FICN/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/FICN/src/orxonox/objects/BaseEntity.h (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/Fighter.cc (added) * code/branches/FICN/src/orxonox/objects/Fighter.h (added) * code/branches/FICN/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system (added) * code/branches/FICN/src/orxonox/objects/weapon_system/CMakeLists.txt (added) * code/branches/FICN/src/orxonox/objects/weapon_system/ammunition_dump.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/ammunition_dump.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/barrel_gun.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/barrel_gun.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/base_weapon.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/base_weapon.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/bullet.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/bullet.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/bullet_manager.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/bullet_manager.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/weapon_platform.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/weapon_prereq.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/weapon_station.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/weapon_station.h (added) Tue, 18 Dec 2007 21:11:27 GMT bknecht [627] * code/branches/FICN/bin/levels/sample.oxw (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/objects/NPC.cc (modified) * code/branches/FICN/src/orxonox/objects/NPC.h (modified) working AI added (put them aside if you want) Tue, 18 Dec 2007 13:50:50 GMT nicolasc [616] * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/orxonox/GraphicsEngine.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/FICN/src/orxonox/objects/BaseEntity.cc (modified) * code/branches/FICN/src/orxonox/objects/SceneNode.cc (modified) * code/branches/FICN/src/orxonox/objects/test1.cc (modified) changed include names to new file names...< Tue, 18 Dec 2007 13:42:53 GMT rgrieder [614] * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/network/NetworkFrameListener.h (modified) * code/branches/FICN/src/orxonox/GraphicsEngine.h (modified) * code/branches/FICN/src/orxonox/Main.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/objects/Ambient.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseEntity.cc (modified) * code/branches/FICN/src/orxonox/objects/Camera.cc (modified) * code/branches/FICN/src/orxonox/objects/Entity.cc (modified) * code/branches/FICN/src/orxonox/objects/Mesh.cc (modified) * code/branches/FICN/src/orxonox/objects/Model.cc (modified) * code/branches/FICN/src/orxonox/objects/SceneNode.cc (modified) * code/branches/FICN/src/orxonox/objects/Skybox.cc (modified) * code/branches/FICN/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/FICN/src/orxonox/objects/SpaceshipSteeringObject.cc (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/FICN/src/orxonox/objects/test1.cc (modified) - curiously (...) under windows there is no difference between ... Tue, 18 Dec 2007 13:32:49 GMT rgrieder [612] * code/branches/FICN/src/misc/Tokenizer.h (modified) * code/branches/FICN/src/orxonox/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/GraphicsEngine.cc (added) * code/branches/FICN/src/orxonox/GraphicsEngine.h (added) * code/branches/FICN/src/orxonox/Main.cc (added) * code/branches/FICN/src/orxonox/Orxonox.cc (added) * code/branches/FICN/src/orxonox/Orxonox.h (added) * code/branches/FICN/src/orxonox/OrxonoxPrereqs.h (added) * code/branches/FICN/src/orxonox/SpaceshipSteering.cc (added) * code/branches/FICN/src/orxonox/SpaceshipSteering.h (added) * code/branches/FICN/src/orxonox/objects/SpaceshipSteeringObject.cc (modified) - restored filename consistency for src/orxonox