# # ChangeLog for / # # Generated by Trac 1.0.9 # Sep 22, 2024, 12:34:18 PM Sat, 13 Dec 2008 23:25:13 GMT rgrieder [2433] * code/branches/physics/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.cc (modified) Replaced most Exception throwing considering physics with warnings. ... Sat, 13 Dec 2008 23:09:32 GMT rgrieder [2432] * code/branches/physics/visual_studio/vc8/bullet_collision.vcproj (modified) * code/branches/physics/visual_studio/vc8/bullet_dynamics.vcproj (modified) * code/branches/physics/visual_studio/vc8/bullet_linearmath.vcproj (modified) * code/branches/physics/visual_studio/vc8/orxonox_vc8.sln (modified) Updated msvc files for the Bullet update to v2.73. Sat, 13 Dec 2008 22:47:05 GMT rgrieder [2431] * code/branches/physics/src/bullet/BulletCollision/Gimpact (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btBoxCollision.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btClipPolygon.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btContactProcessing.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btContactProcessing.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactBvh.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactBvh.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactMassUtil.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactShape.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGImpactShape.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btGeometryOperations.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btQuantization.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btTriangleShapeEx.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/btTriangleShapeEx.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_array.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_basic_geometry_operations.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_bitset.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_box_collision.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_box_set.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_box_set.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_clip_polygon.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_contact.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_contact.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_geom_types.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_geometry.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_hash_table.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_linear_math.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_math.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_memory.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_memory.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_radixsort.h (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_tri_collision.cpp (added) * code/branches/physics/src/bullet/BulletCollision/Gimpact/gim_tri_collision.h (added) Bullet update, second part. (Renaming GIMPACT to Gimpact is not very ... Sat, 13 Dec 2008 22:45:51 GMT rgrieder [2430] * code/branches/physics/src/bullet/Bullet-C-Api.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btDbvt.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btDbvt.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h (modified) * code/branches/physics/src/bullet/BulletCollision/CMakeLists.txt (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp (added) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h (added) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCollisionConfiguration.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCollisionObject.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btGhostObject.cpp (added) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btGhostObject.h (added) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btManifoldResult.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btBoxShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btCapsuleShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btCollisionShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btCompoundShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btCompoundShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConcaveShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConeShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexHullShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexHullShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btCylinderShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btEmptyShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btSphereShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btSphereShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btTriangleMesh.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btTriangleMesh.h (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btTriangleShape.h (modified) * code/branches/physics/src/bullet/BulletCollision/GIMPACT (deleted) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa.cpp (deleted) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa.h (deleted) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp (modified) * code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h (modified) * code/branches/physics/src/bullet/BulletDynamics/CMakeLists.txt (modified) * code/branches/physics/src/bullet/BulletDynamics/Character (added) * code/branches/physics/src/bullet/BulletDynamics/Character/btCharacterControllerInterface.h (added) * code/branches/physics/src/bullet/BulletDynamics/Character/btKinematicCharacterController.cpp (added) * code/branches/physics/src/bullet/BulletDynamics/Character/btKinematicCharacterController.h (added) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h (modified) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.cpp (modified) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.h (modified) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btContactSolverInfo.h (modified) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp (modified) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp (modified) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp (modified) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h (modified) * code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btSolverBody.h (modified) * code/branches/physics/src/bullet/BulletDynamics/Dynamics/Bullet-C-API.cpp (modified) * code/branches/physics/src/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp (modified) * code/branches/physics/src/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h (modified) * code/branches/physics/src/bullet/BulletDynamics/Dynamics/btDynamicsWorld.h (modified) * code/branches/physics/src/bullet/BulletDynamics/Dynamics/btRigidBody.h (modified) * code/branches/physics/src/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp (modified) * code/branches/physics/src/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h (modified) * code/branches/physics/src/bullet/BulletDynamics/Vehicle/btRaycastVehicle.cpp (modified) * code/branches/physics/src/bullet/BulletSoftBody (deleted) * code/branches/physics/src/bullet/CMakeLists.txt (modified) * code/branches/physics/src/bullet/ChangeLog (modified) * code/branches/physics/src/bullet/LinearMath/CMakeLists.txt (modified) * code/branches/physics/src/bullet/LinearMath/btAabbUtil2.h (modified) * code/branches/physics/src/bullet/LinearMath/btConvexHull.cpp (modified) * code/branches/physics/src/bullet/LinearMath/btConvexHull.h (modified) * code/branches/physics/src/bullet/LinearMath/btMatrix3x3.h (modified) * code/branches/physics/src/bullet/LinearMath/btPoint3.h (deleted) * code/branches/physics/src/bullet/LinearMath/btQuadWord.h (modified) * code/branches/physics/src/bullet/LinearMath/btQuaternion.h (modified) * code/branches/physics/src/bullet/LinearMath/btQuickprof.cpp (modified) * code/branches/physics/src/bullet/LinearMath/btQuickprof.h (modified) * code/branches/physics/src/bullet/LinearMath/btScalar.h (modified) * code/branches/physics/src/bullet/LinearMath/btStackAlloc.h (modified) * code/branches/physics/src/bullet/LinearMath/btTransform.h (modified) * code/branches/physics/src/bullet/LinearMath/btTransformUtil.h (modified) * code/branches/physics/src/bullet/LinearMath/btVector3.h (modified) * code/branches/physics/src/bullet/VERSION (modified) Updated to Bullet 2.73 (first part). Sat, 13 Dec 2008 22:18:44 GMT rgrieder [2429] * code/branches/physics/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.h (modified) Added XML Parameters for restitution, angular factor, linear damping, ... Sat, 13 Dec 2008 21:54:26 GMT landauf [2428] * code/branches/objecthierarchy2/src/core/BaseObject.h (modified) * code/branches/objecthierarchy2/src/core/Super.h (modified) * code/branches/objecthierarchy2/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/Controller.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/Controller.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/GametypeInfo.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/infos/GametypeInfo.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/HumanPlayer.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/PlayerInfo.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/GametypeStatus.cc (added) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/GametypeStatus.h (added) - Moved some variables from Gametype to GametypeInfo (Gametype exists ... Sat, 13 Dec 2008 20:38:30 GMT rgrieder [2427] * code/branches/physics/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.h (modified) Changed the way setPosition, setVelocity, setOrientation and ... Sat, 13 Dec 2008 19:55:40 GMT rgrieder [2426] * code/branches/physics/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/StaticEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.h (modified) - Handled translate, rotate, yaw, pitch, roll, lookAt and ... Sat, 13 Dec 2008 19:50:32 GMT rgrieder [2425] * code/branches/physics/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/physics/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/physics/src/orxonox/tools/BillboardSet.h (modified) * code/branches/physics/src/orxonox/tools/Mesh.cc (modified) * code/branches/physics/src/orxonox/tools/Mesh.h (modified) * code/branches/physics/src/orxonox/tools/ParticleInterface.h (modified) - Removed unnecessary ogre header files from BillboardSet.h, Mesh.h ... Sat, 13 Dec 2008 19:50:03 GMT rgrieder [2424] * code/branches/physics/src/util/Math.h (modified) - Added orxonox TransformSpace enum (needed by WorldEntity.h) - ... Sat, 13 Dec 2008 15:14:36 GMT rgrieder [2423] * code/branches/physics/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/physics/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/physics/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/collisionshapes/CollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.h (modified) - Added detach functions to CollisionShapes - Added update functions ... Sat, 13 Dec 2008 13:55:13 GMT landauf [2422] * code/branches/objecthierarchy2/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ExplosionChunk.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (modified) - deatheffect (explosion) of Pawns works on client and server ... Sat, 13 Dec 2008 13:37:53 GMT rgrieder [2421] * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.h (modified) Added resynchronisation timer in MovableEntity to ensure the right ... Fri, 12 Dec 2008 11:05:03 GMT scheusso [2420] * code/branches/presentation (modified) * code/branches/presentation/src/core/Template.cc (modified) * code/branches/presentation/src/core/Template.h (modified) * code/branches/presentation/src/core/XMLFile.h (modified) * code/branches/presentation/src/core/XMLIncludes.h (modified) * code/branches/presentation/src/orxonox/CameraManager.cc (modified) * code/branches/presentation/src/orxonox/CameraManager.h (modified) * code/branches/presentation/src/orxonox/objects/Level.cc (modified) * code/branches/presentation/src/orxonox/objects/Level.h (modified) * code/branches/presentation/src/orxonox/objects/pickup/Usable.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/presentation/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/presentation/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/Quest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/presentation/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Planet.cc (copied) * code/branches/presentation/src/orxonox/objects/worldentities/Planet.h (copied) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/presentation/src/tolua/tolua-5.1.pkg (modified) * code/branches/presentation/src/util (modified) * code/branches/presentation/src/util/Exception.cc (modified) * code/branches/presentation/src/util/Exception.h (modified) * code/branches/presentation/src/util/SignalHandler.cc (modified) * code/branches/presentation/src/util/SignalHandler.h (modified) * code/branches/presentation/visual_studio/vc8/audio.vsprops (modified) * code/branches/presentation/visual_studio/vc8/base.vsprops (modified) * code/branches/presentation/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/core.vsprops (modified) * code/branches/presentation/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/presentation/visual_studio/vc8/debug.vsprops (modified) * code/branches/presentation/visual_studio/vc8/directories.vsprops (modified) * code/branches/presentation/visual_studio/vc8/lua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/network.vsprops (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/presentation/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/presentation/visual_studio/vc8/release.vsprops (modified) * code/branches/presentation/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/presentation/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/presentation/visual_studio/vc8/tolua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/toluagen.vcproj (modified) * code/branches/presentation/visual_studio/vc8/toluagen.vsprops (modified) * code/branches/presentation/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/branches/presentation/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/branches/presentation/visual_studio/vc8/util.vsprops (modified) merged lodfinal (planet) branch to presentation branch Fri, 12 Dec 2008 10:47:11 GMT scheusso [2419] * code/branches/presentation/src/network/TrafficControl.cc (modified) * code/branches/presentation/src/network/packet/Gamestate.cc (modified) * code/branches/presentation/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/presentation/src/network/synchronisable/Synchronisable.h (modified) some cleaning up in TrafficControl small bugfix in Gamestate ... Fri, 12 Dec 2008 10:04:12 GMT scheusso [2418] * code/branches/presentation/src/network/TrafficControl.cc (modified) TrafficControl usage can now be steered by the config value bActive_ Fri, 12 Dec 2008 09:56:22 GMT scheusso [2417] * code/branches/presentation/src/network/packet/Gamestate.cc (modified) * code/branches/presentation/src/network/synchronisable/Synchronisable.cc (modified) further improvements in diffing (around 50% reduction of traffic) Fri, 12 Dec 2008 09:43:48 GMT scheusso [2416] * code/branches/presentation/src/network/TrafficControl.cc (modified) * code/branches/presentation/src/network/TrafficControl.h (modified) some improvement in diffing (after trimming the objectlist we sort ... Fri, 12 Dec 2008 09:10:31 GMT scheusso [2415] * code/branches/presentation/src/network/NetworkPrereqs.h (modified) * code/branches/presentation/src/network/Server.cc (modified) * code/branches/presentation/src/network/Server.h (modified) * code/branches/presentation/src/network/TrafficControl.cc (modified) * code/branches/presentation/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/presentation/src/network/synchronisable/Synchronisable.h (modified) * code/branches/presentation/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/presentation/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) - adjusted some priorities of objects (movableentity, ... Fri, 12 Dec 2008 03:39:13 GMT landauf [2414] * code/branches/objecthierarchy2/src/orxonox/objects/GlobalShader.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ExplosionChunk.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ExplosionChunk.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/objecthierarchy2/src/orxonox/tools/ParticleInterface.cc (modified) added spawn- and destroy-effects to Pawn Thu, 11 Dec 2008 22:09:01 GMT scheusso [2413] * code/branches/presentation/src/network/TrafficControl.cc (modified) * code/branches/presentation/src/network/TrafficControl.h (modified) trafficControl working now, but further tweaking in diff and ... Thu, 11 Dec 2008 20:33:11 GMT scheusso [2412] * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc (modified) everything should work now on clients Thu, 11 Dec 2008 20:21:20 GMT scheusso [2411] * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc (modified) Client doesn't segfault now anymore, but the atmospheres are all ... Thu, 11 Dec 2008 16:52:13 GMT polakma [2410] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.cc (modified) "Munition" had no Factory, so it didn't work on Windows (why did it ... Thu, 11 Dec 2008 13:48:33 GMT rgrieder [2409] * code/branches/physics_merge (copied) merger branch for physics --> presentation Thu, 11 Dec 2008 13:18:34 GMT rgrieder [2408] * code/branches/physics/src/orxonox/CMakeLists.txt (modified) * code/branches/physics/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/physics/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/physics/src/orxonox/objects/weaponSystem/projectiles/Projectile.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/LinearEntity.cc (deleted) * code/branches/physics/src/orxonox/objects/worldentities/LinearEntity.h (deleted) * code/branches/physics/src/orxonox/objects/worldentities/MobileEntity.cc (copied) * code/branches/physics/src/orxonox/objects/worldentities/MobileEntity.h (copied) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/physics/visual_studio/vc8/orxonox.vcproj (modified) Renamed MovableEntity to MobileEntity and LinearEntity to MovableEntity. Thu, 11 Dec 2008 12:54:35 GMT rgrieder [2407] * code/branches/physics/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/LinearEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.h (modified) - Removed debug output - Fixed a bug with parentID_ in ... Thu, 11 Dec 2008 02:06:33 GMT landauf [2406] * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/objecthierarchy2/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Timer.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Timer.h (modified) Added TimeFactorListener to properly handle changes of the global ... Wed, 10 Dec 2008 22:41:54 GMT rgrieder [2405] * code/branches/physics/src/orxonox/CMakeLists.txt (modified) * code/branches/physics/visual_studio/vc8/orxonox.vcproj (modified) Updated build files. Wed, 10 Dec 2008 22:40:18 GMT rgrieder [2404] * code/branches/physics/src/orxonox/objects/collisionshapes (moved) Moved collision shapes to new folder. Wed, 10 Dec 2008 22:33:58 GMT rgrieder [2403] * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/SphereCollisionShape.h (modified) - Fixed issues with CollisionShape loading, handling and ... Wed, 10 Dec 2008 22:24:15 GMT FelixSchulthess [2402] * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc (modified) * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.h (modified) i cannot convince svn Wed, 10 Dec 2008 22:14:31 GMT adrfried [2401] * code/branches/buildsystem/bin/CMakeLists.txt (modified) * code/branches/buildsystem/bin/tardis/ogre.cfg (added) default ogre.cfg added for tardis Wed, 10 Dec 2008 21:08:37 GMT landauf [2400] * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.h (modified) moved setTimeFactor to GSRoot because tickables are currently ticked ... Wed, 10 Dec 2008 20:45:35 GMT adrfried [2399] * code/branches/buildsystem/CMakeLists.txt (modified) * code/branches/buildsystem/cmake/UseTolua.cmake (modified) * code/branches/buildsystem/src/tolua/CMakeLists.txt (modified) tolua fixed for mingw, libtolua linked statically Wed, 10 Dec 2008 20:20:39 GMT polakma [2398] * code/branches/weapon2/bin/def_keybindings.ini (modified) * code/branches/weapon2/src/orxonox/CMakeLists.txt (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/Fusion.cc (added) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/Fusion.h (added) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) altfire now available Wed, 10 Dec 2008 19:24:53 GMT dsommer [2397] * code/branches/pickups2/src/orxonox/objects/pickup/ShipEquipment.cc (modified) * code/branches/pickups2/src/orxonox/objects/pickup/ShipEquipment.h (modified) * code/branches/pickups2/src/orxonox/objects/pickup/Turbo.cc (modified) teilweise doxy geaddet und weitere test instanzen Wed, 10 Dec 2008 17:37:31 GMT landauf [2396] * code/branches/objecthierarchy2/src/orxonox/CameraManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/CameraManager.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (modified) fixed shader/camera crash Wed, 10 Dec 2008 17:07:13 GMT FelixSchulthess [2395] * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc (modified) messing up planet so it will work in client mode Wed, 10 Dec 2008 17:02:42 GMT FelixSchulthess [2394] * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc (modified) * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.h (modified) messing up planet so it will work in client mode Wed, 10 Dec 2008 16:39:22 GMT polakma [2393] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) now working Wed, 10 Dec 2008 16:37:29 GMT adrfried [2392] * code/branches/buildsystem/cmake/CheckTardis.cmake (modified) tardis check improved Wed, 10 Dec 2008 16:30:39 GMT polakma [2391] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/BillboardProjectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) fixed projectile, particle effect, reloadingTimer and magazineTimer Wed, 10 Dec 2008 16:30:10 GMT dafrick [2390] * code/branches/questsystem4 (copied) Create new questsystem branch Wed, 10 Dec 2008 16:25:38 GMT dsommer [2389] * code/branches/pickups2/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/pickups2/src/orxonox/objects/pickup/PickupSpawner.h (modified) * code/branches/pickups2/src/orxonox/objects/pickup/ShipEquipment.cc (modified) * code/branches/pickups2/src/orxonox/objects/pickup/ShipEquipment.h (modified) * code/branches/pickups2/src/orxonox/objects/pickup/Turbo.cc (modified) funktioniert :) Wed, 10 Dec 2008 15:49:48 GMT runom [2388] * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc (modified) Added additional files for planet Wed, 10 Dec 2008 15:28:26 GMT chpeter [2387] * code/branches/presentation/src/network/TrafficControl.cc (modified) * code/branches/presentation/src/network/TrafficControl.h (modified) added fct pri- and pubRemoveClient to help remove Info in lists when ... Wed, 10 Dec 2008 15:23:21 GMT bhildebr [2386] * code/branches/overlay/src/orxonox/overlays/stats/CreateLines.cc (modified) * code/branches/overlay/src/orxonox/overlays/stats/Scoreboard.cc (modified) * code/branches/overlay/src/orxonox/overlays/stats/Scoreboard.h (modified) * code/branches/overlay/src/orxonox/overlays/stats/Stats.cc (modified) CreateLines and Scoreboard are now running without segfaults Wed, 10 Dec 2008 15:19:44 GMT dafrick [2385] * code/branches/presentation/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/presentation/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/presentation/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/presentation/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/Quest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestListener.cc (copied) * code/branches/presentation/src/orxonox/objects/quest/QuestListener.h (copied) * code/branches/presentation/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/presentation/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/presentation/src/orxonox/overlays/CMakeLists.txt (modified) * code/branches/presentation/src/orxonox/overlays/notifications (copied) * code/branches/presentation/src/orxonox/overlays/notifications/CMakeLists.txt (copied) * code/branches/presentation/src/orxonox/overlays/notifications/Notification.cc (copied) * code/branches/presentation/src/orxonox/overlays/notifications/Notification.h (copied) * code/branches/presentation/src/orxonox/overlays/notifications/NotificationManager.cc (copied) * code/branches/presentation/src/orxonox/overlays/notifications/NotificationManager.h (copied) * code/branches/presentation/src/orxonox/overlays/notifications/NotificationQueue.cc (copied) * code/branches/presentation/src/orxonox/overlays/notifications/NotificationQueue.h (copied) Merged questsystem3. Wed, 10 Dec 2008 15:19:26 GMT adrfried [2384] * code/branches/buildsystem/src/audio/CMakeLists.txt (modified) * code/branches/buildsystem/src/ceguilua-0.5.0/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem/src/core/CMakeLists.txt (modified) * code/branches/buildsystem/src/cpptcl/CMakeLists.txt (modified) * code/branches/buildsystem/src/network/CMakeLists.txt (modified) * code/branches/buildsystem/src/ois/CMakeLists.txt (modified) * code/branches/buildsystem/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem/src/tinyxml/CMakeLists.txt (modified) * code/branches/buildsystem/src/tolua/CMakeLists.txt (modified) * code/branches/buildsystem/src/util/CMakeLists.txt (modified) install targets added Wed, 10 Dec 2008 14:36:47 GMT dafrick [2383] * code/branches/questsystem3/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/Notification.h (modified) Some verry small changes... Wed, 10 Dec 2008 14:36:36 GMT scheusso [2382] * code/branches/presentation/src/network/GamestateManager.cc (modified) * code/branches/presentation/src/network/GamestateManager.h (modified) * code/branches/presentation/src/network/TrafficControl.cc (modified) * code/branches/presentation/src/network/TrafficControl.h (modified) * code/branches/presentation/src/network/packet/Gamestate.cc (modified) * code/branches/presentation/src/network/packet/Gamestate.h (modified) changes in trafficcontrol: - configvalue for targetsize (size of ... Wed, 10 Dec 2008 14:02:14 GMT scheusso [2381] * code/branches/presentation/src/network/GamestateManager.cc (modified) * code/branches/presentation/src/network/TrafficControl.cc (modified) * code/branches/presentation/src/network/TrafficControl.h (modified) corrected some problem with scheduling and cutting (in trafficcontrol) Wed, 10 Dec 2008 13:40:15 GMT runom [2380] * code/branches/lodfinal/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc (added) * code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.h (added) modified planet to moveable entity, added atmosphere select per xml Wed, 10 Dec 2008 13:38:33 GMT polakma [2379] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) changed Weapon::fire and munition reloading Wed, 10 Dec 2008 13:13:54 GMT chpeter [2378] * code/branches/presentation/src/network/TrafficControl.cc (modified) process ack- solved set back of schedValue, watching targetsize from cut Wed, 10 Dec 2008 12:46:31 GMT rgrieder [2377] * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CollisionShape.h (modified) Fixed build Wed, 10 Dec 2008 12:42:05 GMT dafrick [2376] * code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/AddQuestHint.cc (modified) Once again, I failed to test whether it would compile. ;) Wed, 10 Dec 2008 12:39:50 GMT dafrick [2375] * code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.cc (modified) Added some more output. Wed, 10 Dec 2008 12:38:17 GMT rgrieder [2374] * code/branches/physics/src/orxonox/CMakeLists.txt (modified) * code/branches/physics/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/physics/src/orxonox/objects/HelloBullet.cc (deleted) * code/branches/physics/src/orxonox/objects/HelloBullet.h (deleted) * code/branches/physics/src/orxonox/objects/Scene.cc (modified) * code/branches/physics/src/orxonox/objects/Scene.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/LinearEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/LinearEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/StaticEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/collisionshapes/SphereCollisionShape.h (modified) * code/branches/physics/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/physics/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/physics/visual_studio/vc8/orxonox.vcproj (modified) Trying to synchronise phyiscs over the network. - Removed derivation ... Wed, 10 Dec 2008 12:33:54 GMT rgrieder [2373] * code/branches/physics/src/core/XMLPort.h (modified) Finished work on new XMLport macro (XMLPortParamVariable). Wed, 10 Dec 2008 12:23:18 GMT runom [2372] * code/branches/lodfinal (copied) creating final lod branch Wed, 10 Dec 2008 11:50:05 GMT scheusso [2371] * code/branches/presentation (modified) * code/branches/presentation/src/core/Factory.cc (modified) * code/branches/presentation/src/core/Factory.h (modified) * code/branches/presentation/src/core/Identifier.cc (modified) * code/branches/presentation/src/core/Identifier.h (modified) * code/branches/presentation/src/core/Template.cc (modified) * code/branches/presentation/src/core/Template.h (modified) * code/branches/presentation/src/core/XMLFile.h (modified) * code/branches/presentation/src/core/XMLIncludes.h (modified) * code/branches/presentation/src/network/CMakeLists.txt (modified) * code/branches/presentation/src/network/Client.cc (modified) * code/branches/presentation/src/network/ClientInformation.cc (modified) * code/branches/presentation/src/network/ClientInformation.h (modified) * code/branches/presentation/src/network/ConnectionManager.cc (modified) * code/branches/presentation/src/network/GamestateClient.cc (modified) * code/branches/presentation/src/network/GamestateManager.cc (modified) * code/branches/presentation/src/network/NetworkCallback.h (deleted) * code/branches/presentation/src/network/NetworkPrereqs.h (modified) * code/branches/presentation/src/network/Synchronisable.cc (deleted) * code/branches/presentation/src/network/Synchronisable.h (deleted) * code/branches/presentation/src/network/TrafficControl.cc (copied) * code/branches/presentation/src/network/TrafficControl.h (copied) * code/branches/presentation/src/network/packet/DeleteObjects.cc (modified) * code/branches/presentation/src/network/packet/Gamestate.cc (modified) * code/branches/presentation/src/network/packet/Gamestate.h (modified) * code/branches/presentation/src/network/packet/Welcome.cc (modified) * code/branches/presentation/src/network/synchronisable (copied) * code/branches/presentation/src/network/synchronisable/CMakeLists.txt (copied) * code/branches/presentation/src/network/synchronisable/NetworkCallback.h (copied) * code/branches/presentation/src/network/synchronisable/NetworkCallbackManager.cc (copied) * code/branches/presentation/src/network/synchronisable/NetworkCallbackManager.h (copied) * code/branches/presentation/src/network/synchronisable/Synchronisable.cc (copied) * code/branches/presentation/src/network/synchronisable/Synchronisable.h (copied) * code/branches/presentation/src/network/synchronisable/SynchronisableSpecialisations.cc (copied) * code/branches/presentation/src/network/synchronisable/SynchronisableVariable.cc (copied) * code/branches/presentation/src/network/synchronisable/SynchronisableVariable.h (copied) * code/branches/presentation/src/orxonox/CameraManager.cc (modified) * code/branches/presentation/src/orxonox/CameraManager.h (modified) * code/branches/presentation/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/presentation/src/orxonox/objects/Level.cc (modified) * code/branches/presentation/src/orxonox/objects/Level.h (modified) * code/branches/presentation/src/orxonox/objects/Scene.cc (modified) * code/branches/presentation/src/orxonox/objects/Scene.h (modified) * code/branches/presentation/src/orxonox/objects/Test.cc (modified) * code/branches/presentation/src/orxonox/objects/Test.h (modified) * code/branches/presentation/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/presentation/src/orxonox/objects/infos/Info.h (modified) * code/branches/presentation/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/presentation/src/orxonox/objects/pickup/Usable.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/presentation/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/presentation/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/Quest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/presentation/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/presentation/src/tolua/tolua-5.1.pkg (modified) * code/branches/presentation/src/util (modified) * code/branches/presentation/src/util/Exception.cc (modified) * code/branches/presentation/src/util/Exception.h (modified) * code/branches/presentation/src/util/SignalHandler.cc (modified) * code/branches/presentation/src/util/SignalHandler.h (modified) * code/branches/presentation/src/util/mbool.h (modified) * code/branches/presentation/visual_studio/vc8/audio.vsprops (modified) * code/branches/presentation/visual_studio/vc8/base.vsprops (modified) * code/branches/presentation/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/core.vsprops (modified) * code/branches/presentation/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/presentation/visual_studio/vc8/debug.vsprops (modified) * code/branches/presentation/visual_studio/vc8/directories.vsprops (modified) * code/branches/presentation/visual_studio/vc8/lua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/network.vcproj (modified) * code/branches/presentation/visual_studio/vc8/network.vsprops (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/presentation/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/presentation/visual_studio/vc8/release.vsprops (modified) * code/branches/presentation/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/presentation/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/presentation/visual_studio/vc8/tolua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/toluagen.vcproj (modified) * code/branches/presentation/visual_studio/vc8/toluagen.vsprops (modified) * code/branches/presentation/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/branches/presentation/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/branches/presentation/visual_studio/vc8/util.vsprops (modified) merged network branch to presentation branch Wed, 10 Dec 2008 11:37:48 GMT scheusso [2370] * code/branches/presentation (copied) create our presentation branch Wed, 10 Dec 2008 02:37:48 GMT landauf [2369] * code/branches/objecthierarchy2/src/core/BaseObject.h (modified) * code/branches/objecthierarchy2/src/core/Super.h (modified) * code/branches/objecthierarchy2/src/core/Template.cc (modified) * code/branches/objecthierarchy2/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/CameraManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/CameraManager.h (modified) * code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy2/src/orxonox/PawnManager.cc (added) * code/branches/objecthierarchy2/src/orxonox/PawnManager.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/EventTarget.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/OverlayText.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDHealthBar.cc (added) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDHealthBar.h (added) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) - Added a health bar - Some changes in CameraManager to handle the ... Tue, 09 Dec 2008 17:20:59 GMT landauf [2368] * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc (modified) xmall fix of the previous commit Tue, 09 Dec 2008 17:08:20 GMT landauf [2367] * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/BillboardProjectile.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/BillboardProjectile.h (modified) used SceneManager provided by our Scene Tue, 09 Dec 2008 16:44:34 GMT polakma [2366] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) fixed some pointer bugs Tue, 09 Dec 2008 16:38:00 GMT landauf [2365] * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/WorldEntity.cc (modified) Fixed the problem mentioned in r2362 which caused the server to crash ... Tue, 09 Dec 2008 08:32:31 GMT rgrieder [2364] * code/branches/objecthierarchy2/visual_studio/vc8/orxonox.vcproj (modified) Updated msvc files for shaders and AI. Tue, 09 Dec 2008 08:26:54 GMT rgrieder [2363] * code/branches/objecthierarchy2/src/core/Core.cc (modified) * code/branches/objecthierarchy2/src/core/Core.h (modified) There is no this pointer with static variables. It's more of a C++ ... Tue, 09 Dec 2008 01:16:49 GMT landauf [2362] * code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/AIController.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/AIController.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/ArtificialController.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/ArtificialController.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/Controller.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/ScriptController.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/controllers/ScriptController.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/infos/Bot.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/infos/Bot.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/infos/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/HumanPlayer.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/infos/PlayerInfo.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) - Added Bot (the artifical counterpart to HumanPlayer) - Added ... Tue, 09 Dec 2008 01:07:24 GMT landauf [2361] * code/branches/objecthierarchy2/src/core/Core.cc (modified) * code/branches/objecthierarchy2/src/core/Core.h (modified) * code/branches/objecthierarchy2/src/core/Super.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/Radar.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/items/Engine.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/FadingBillboard.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/objecthierarchy2/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (modified) * code/branches/objecthierarchy2/src/util/Convert.h (modified) - Fixed a problem with SUPER in combination with a pure-virtual base- ... Mon, 08 Dec 2008 23:40:00 GMT landauf [2360] * code/branches/buildsystem/cmake/CheckOrxonoxWinDeps.cmake (modified) * code/branches/buildsystem/cmake/FindDirectX.cmake (modified) some small adjustments for mingw but still a problem with finding the ... Mon, 08 Dec 2008 23:15:07 GMT adrfried [2359] * code/branches/buildsystem/CMakeLists.txt (modified) small cmake cleanup Mon, 08 Dec 2008 21:01:22 GMT landauf [2358] * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.h (modified) removed some test-code Mon, 08 Dec 2008 20:58:07 GMT scheusso [2357] * code/branches/network (moved) rename network64 branch Mon, 08 Dec 2008 20:57:19 GMT scheusso [2356] * code/branches/network (deleted) remove old network branch Mon, 08 Dec 2008 19:36:27 GMT scheusso [2355] * code/branches/network64/src/network/CMakeLists.txt (modified) * code/branches/network64/src/network/ClientInformation.cc (modified) * code/branches/network64/src/network/ClientInformation.h (modified) * code/branches/network64/src/network/GamestateManager.cc (modified) * code/branches/network64/src/network/NetworkPrereqs.h (modified) * code/branches/network64/src/network/TrafficControl.cc (added) * code/branches/network64/src/network/TrafficControl.h (added) * code/branches/network64/src/network/packet/Gamestate.cc (modified) * code/branches/network64/src/network/packet/Gamestate.h (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.h (modified) * code/branches/network64/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/network64/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/Model.cc (modified) merged network branch to network64 branch not everything working yet ... Mon, 08 Dec 2008 13:36:47 GMT polakma [2354] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) made some changes to munition attaching Sun, 07 Dec 2008 22:44:17 GMT dafrick [2353] * code/branches/questsystem3/src/orxonox/objects/quest/QuestListener.cc (modified) Forgot to complie - which it didn't due to some leftovers from the ... Sun, 07 Dec 2008 22:39:44 GMT dafrick [2352] * code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/Quest.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestListener.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/Rewardable.h (modified) - Changed questStatus to mode in QuestListener. - Added new mode ... Sun, 07 Dec 2008 21:57:09 GMT scheusso [2351] * code/branches/network/src/network/ClientInformation.h (modified) * code/branches/network/src/network/GamestateManager.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/TrafficControl.cc (modified) * code/branches/network/src/network/TrafficControl.h (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) some changes. still not working yet, but will correct theese problems ... Sun, 07 Dec 2008 03:18:11 GMT landauf [2350] * code/branches/objecthierarchy2/src/orxonox/GraphicsEngine.cc (modified) * code/branches/objecthierarchy2/src/orxonox/GraphicsEngine.h (modified) * code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/objects/GlobalShader.cc (added) * code/branches/objecthierarchy2/src/orxonox/objects/GlobalShader.h (added) * code/branches/objecthierarchy2/src/orxonox/objects/items/Engine.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/items/Engine.h (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy2/src/orxonox/tools/CMakeLists.txt (modified) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc (added) * code/branches/objecthierarchy2/src/orxonox/tools/Shader.h (added) - Added support for postprocessing shaders (bloom, motion blur, ...). ... Sat, 06 Dec 2008 20:46:11 GMT dafrick [2349] * code/branches/questsystem3/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.h (modified) - Completed the message clipping method for Notifications. - Some ... Fri, 05 Dec 2008 23:28:14 GMT scheusso [2348] * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/TrafficControl.cc (modified) * code/branches/network/src/network/TrafficControl.h (modified) still not complete yet but much better i hope... Fri, 05 Dec 2008 10:44:37 GMT polakma [2347] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) debugging changes Fri, 05 Dec 2008 06:38:53 GMT dafrick [2346] * code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestListener.h (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.h (modified) - QuestListener works now. - Rearranged the places Notifications are ... Thu, 04 Dec 2008 19:36:37 GMT rgrieder [2345] * code/branches/objecthierarchy2/src/orxonox/PlayerManager.h (modified) * code/branches/objecthierarchy2/src/util/SignalHandler.cc (modified) Fixed gcc and linux build. Thu, 04 Dec 2008 19:28:14 GMT rgrieder [2344] * code/branches/objecthierarchy2/src/core/CommandExecutor.cc (modified) * code/branches/objecthierarchy2/src/core/CommandExecutor.h (modified) * code/branches/objecthierarchy2/src/core/CommandLine.cc (modified) * code/branches/objecthierarchy2/src/core/CommandLine.h (modified) * code/branches/objecthierarchy2/src/core/ConsoleCommand.h (modified) * code/branches/objecthierarchy2/src/core/Core.cc (modified) * code/branches/objecthierarchy2/src/core/Core.h (modified) * code/branches/objecthierarchy2/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy2/src/core/Identifier.cc (modified) * code/branches/objecthierarchy2/src/core/Identifier.h (modified) * code/branches/objecthierarchy2/src/core/Language.cc (modified) * code/branches/objecthierarchy2/src/core/Language.h (modified) * code/branches/objecthierarchy2/src/core/Loader.cc (modified) * code/branches/objecthierarchy2/src/core/LuaBind.cc (modified) * code/branches/objecthierarchy2/src/core/LuaBind.h (modified) * code/branches/objecthierarchy2/src/core/RootGameState.cc (modified) * code/branches/objecthierarchy2/src/core/RootGameState.h (modified) * code/branches/objecthierarchy2/src/core/XMLPort.h (modified) * code/branches/objecthierarchy2/src/core/input/Button.cc (modified) * code/branches/objecthierarchy2/src/core/input/InputBuffer.cc (modified) * code/branches/objecthierarchy2/src/core/input/InputBuffer.h (modified) * code/branches/objecthierarchy2/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/Main.cc (modified) * code/branches/objecthierarchy2/src/orxonox/PlayerManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/PlayerManager.h (modified) * code/branches/objecthierarchy2/src/orxonox/Settings.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/objecthierarchy2/src/orxonox/gui/GUIManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/Script.cc (modified) * code/branches/objecthierarchy2/src/util/SignalHandler.cc (modified) * code/branches/objecthierarchy2/src/util/SignalHandler.h (modified) Completed destruction of static elements like XMLPort, Identifier, ... Thu, 04 Dec 2008 19:13:58 GMT rgrieder [2343] * code/branches/objecthierarchy2/src/core/Shell.cc (modified) * code/branches/objecthierarchy2/src/util/OutputHandler.cc (modified) * code/branches/objecthierarchy2/src/util/OutputHandler.h (modified) Fixed a segfault bug than occurred when producing debug output after ... Thu, 04 Dec 2008 12:20:58 GMT dsommer [2342] * code/branches/pickups2/src/orxonox/objects/pickup/Item.cc (modified) * code/branches/pickups2/src/orxonox/objects/pickup/PickupSpawner.h (modified) * code/branches/pickups2/src/orxonox/objects/pickup/ShipEquipment.cc (modified) * code/branches/pickups2/src/orxonox/objects/pickup/ShipEquipment.h (modified) kleinigkeiten an checkSlot usw. Wed, 03 Dec 2008 23:03:25 GMT scheusso [2341] * code/branches/network/src/network/GamestateManager.cc (modified) * code/branches/network/src/network/TrafficControl.cc (modified) * code/branches/network/src/network/TrafficControl.h (modified) made some changes, but now yet complete Wed, 03 Dec 2008 17:56:58 GMT chpeter [2340] * code/branches/network/src/network/TrafficControl.cc (modified) * code/branches/network/src/network/TrafficControl.h (modified) finished-well, not really=) Wed, 03 Dec 2008 17:46:06 GMT adrfried [2339] * code/branches/buildsystem/updateMedia.sh (deleted) * code/branches/buildsystem/update_media (added) updateMedia script fixed and renamed Wed, 03 Dec 2008 17:37:31 GMT adrfried [2338] * code/branches/buildsystem/CMakeLists.txt (modified) even more lua fixes Wed, 03 Dec 2008 17:26:53 GMT polakma [2337] * code/branches/weapon2/src/orxonox/objects/weaponSystem/Munition.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.h (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc (modified) * code/branches/weapon2/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) fixed parentWeaponSystem-Pointer for all WeaponPacks and its Weapons Wed, 03 Dec 2008 17:12:52 GMT adrfried [2336] * code/branches/buildsystem/src/tolua/CMakeLists.txt (modified) tolua cmakelists made compatible to older cmakes Wed, 03 Dec 2008 16:56:04 GMT adrfried [2335] * code/branches/buildsystem/CMakeLists.txt (modified) * code/branches/buildsystem/src/tolua/CMakeLists.txt (modified) lua handling fixed again Wed, 03 Dec 2008 16:35:20 GMT scheusso [2334] * code/branches/network/src/network/TrafficControl.cc (modified) * code/branches/network/src/network/TrafficControl.h (modified) made some adjustments and corrections used boost::bind to pass the ...