[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19805] branches/sim_physics: Hopefully a working merge with trunk (could be one error left in raytrace. c - will check afterwards)

Daniel Genrich daniel.genrich at gmx.net
Mon Apr 20 02:19:21 CEST 2009


Revision: 19805
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19805
Author:   genscher
Date:     2009-04-20 02:19:16 +0200 (Mon, 20 Apr 2009)

Log Message:
-----------
Hopefully a working merge with trunk (could be one error left in raytrace.c - will check afterwards)

Merging 18706 - 19804

Modified Paths:
--------------
    branches/sim_physics/CMakeLists.txt
    branches/sim_physics/INSTALL
    branches/sim_physics/SConstruct
    branches/sim_physics/bin/.blender/locale/de/LC_MESSAGES/blender.mo
    branches/sim_physics/blenderplayer/CMakeLists.txt
    branches/sim_physics/config/darwin-config.py
    branches/sim_physics/config/irix6-config.py
    branches/sim_physics/config/linux2-config.py
    branches/sim_physics/config/linuxcross-config.py
    branches/sim_physics/config/openbsd3-config.py
    branches/sim_physics/config/sunos5-config.py
    branches/sim_physics/config/win32-mingw-config.py
    branches/sim_physics/config/win32-vc-config.py
    branches/sim_physics/dlltool/Makefile
    branches/sim_physics/extern/CMakeLists.txt
    branches/sim_physics/extern/Makefile
    branches/sim_physics/extern/SConscript
    branches/sim_physics/extern/bullet2/make/msvc_9_0/Bullet.vcproj
    branches/sim_physics/extern/bullet2/src/Bullet-C-Api.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvt.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvt.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDispatcher.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CMakeLists.txt
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/SphereTriangleDetector.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionObject.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btManifoldResult.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btUnionFind.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btUnionFind.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btBoxShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btCapsuleShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btCollisionShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btCollisionShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConcaveShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConeShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConeShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexInternalShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btEmptyShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btEmptyShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMaterial.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMinkowskiSumShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMultiSphereShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btSphereShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btSphereShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTetrahedronShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleBuffer.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btUniformScalingShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btBoxCollision.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btClipPolygon.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btContactProcessing.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btContactProcessing.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactMassUtil.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGenericPoolAllocator.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGenericPoolAllocator.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGeometryOperations.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btQuantization.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_array.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_basic_geometry_operations.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_bitset.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_box_collision.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_box_set.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_box_set.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_clip_polygon.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_contact.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_contact.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_geom_types.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_geometry.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_hash_table.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_linear_math.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_math.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_memory.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_memory.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_radixsort.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_tri_collision.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_tri_collision.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Jamfile
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/CMakeLists.txt
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSolverBody.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/Bullet-C-API.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btDynamicsWorld.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btRigidBody.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btRigidBody.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Jamfile
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Vehicle/btRaycastVehicle.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/CMakeLists.txt
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/Jamfile
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBody.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBody.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyInternals.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSparseSDF.h
    branches/sim_physics/extern/bullet2/src/Jamfile
    branches/sim_physics/extern/bullet2/src/LinearMath/CMakeLists.txt
    branches/sim_physics/extern/bullet2/src/LinearMath/Jamfile
    branches/sim_physics/extern/bullet2/src/LinearMath/btAabbUtil2.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp
    branches/sim_physics/extern/bullet2/src/LinearMath/btAlignedAllocator.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btAlignedObjectArray.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btConvexHull.cpp
    branches/sim_physics/extern/bullet2/src/LinearMath/btConvexHull.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btHashMap.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btIDebugDraw.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btMatrix3x3.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btPoolAllocator.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btQuadWord.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btQuaternion.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btQuickprof.cpp
    branches/sim_physics/extern/bullet2/src/LinearMath/btQuickprof.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btScalar.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btStackAlloc.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btTransform.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btTransformUtil.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btVector3.h
    branches/sim_physics/extern/bullet2/src/SConscript
    branches/sim_physics/extern/ffmpeg/Makefile
    branches/sim_physics/extern/ffmpeg/SConscript
    branches/sim_physics/extern/ffmpeg/configure
    branches/sim_physics/extern/ffmpeg/ffmpeg-update.sh
    branches/sim_physics/extern/ffmpeg/libavcodec/4xm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/8bps.c
    branches/sim_physics/extern/ffmpeg/libavcodec/8svx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/Makefile
    branches/sim_physics/extern/ffmpeg/libavcodec/aac_ac3_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aac_ac3_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aac_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aasc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3enc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3tab.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3tab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/adpcm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/adx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/adxdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/adxenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/alac.c
    branches/sim_physics/extern/ffmpeg/libavcodec/allcodecs.c
    branches/sim_physics/extern/ffmpeg/libavcodec/alpha/asm.h
    branches/sim_physics/extern/ffmpeg/libavcodec/alpha/dsputil_alpha.c
    branches/sim_physics/extern/ffmpeg/libavcodec/alpha/dsputil_alpha_asm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/alpha/motion_est_alpha.c
    branches/sim_physics/extern/ffmpeg/libavcodec/alpha/motion_est_mvi_asm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/alpha/mpegvideo_alpha.c
    branches/sim_physics/extern/ffmpeg/libavcodec/alpha/regdef.h
    branches/sim_physics/extern/ffmpeg/libavcodec/alpha/simple_idct_alpha.c
    branches/sim_physics/extern/ffmpeg/libavcodec/apedec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/apiexample.c
    branches/sim_physics/extern/ffmpeg/libavcodec/asv1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/atrac3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/atrac3data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/audioconvert.c
    branches/sim_physics/extern/ffmpeg/libavcodec/avcodec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/avs.c
    branches/sim_physics/extern/ffmpeg/libavcodec/beosthread.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bethsoftvideo.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bethsoftvideo.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bfin/config_bfin.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bfin/dsputil_bfin.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bfin/dsputil_bfin.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bfin/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bfin/mpegvideo_bfin.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bfin/vp3_bfin.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bitstream.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bitstream.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bitstream_filter.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bmp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bmp.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bmpenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/bytestream.h
    branches/sim_physics/extern/ffmpeg/libavcodec/c93.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cabac.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cabac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/cavs.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cavs.h
    branches/sim_physics/extern/ffmpeg/libavcodec/cavs_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cavsdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/cavsdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cavsdsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cinepak.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cljr.c
    branches/sim_physics/extern/ffmpeg/libavcodec/colorspace.h
    branches/sim_physics/extern/ffmpeg/libavcodec/cook.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cookdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/cscd.c
    branches/sim_physics/extern/ffmpeg/libavcodec/cyuv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dca.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dca.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dca_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dcadata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dcahuff.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dct-test.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhddata.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhddata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhddec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhdenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dpcm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dsicinav.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dsputil.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dsputil.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dvbsub.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dvbsub_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dvbsubdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dvdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dvdsub_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dvdsubdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dvdsubenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dxa.c
    branches/sim_physics/extern/ffmpeg/libavcodec/elbg.c
    branches/sim_physics/extern/ffmpeg/libavcodec/elbg.h
    branches/sim_physics/extern/ffmpeg/libavcodec/error_resilience.c
    branches/sim_physics/extern/ffmpeg/libavcodec/escape124.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eval.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eval.h
    branches/sim_physics/extern/ffmpeg/libavcodec/faandct.c
    branches/sim_physics/extern/ffmpeg/libavcodec/faandct.h
    branches/sim_physics/extern/ffmpeg/libavcodec/faanidct.h
    branches/sim_physics/extern/ffmpeg/libavcodec/fdctref.c
    branches/sim_physics/extern/ffmpeg/libavcodec/fft-test.c
    branches/sim_physics/extern/ffmpeg/libavcodec/fft.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ffv1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/flacenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/flashsv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/flashsvenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/flicvideo.c
    branches/sim_physics/extern/ffmpeg/libavcodec/fraps.c
    branches/sim_physics/extern/ffmpeg/libavcodec/g726.c
    branches/sim_physics/extern/ffmpeg/libavcodec/gif.c
    branches/sim_physics/extern/ffmpeg/libavcodec/gifdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/golomb.c
    branches/sim_physics/extern/ffmpeg/libavcodec/golomb.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h261.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h261.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h261_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h261data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h261dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h261enc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h263.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h263.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h263_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h263_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h263data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h263dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h264.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h264.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h264_mp4toannexb_bsf.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h264_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h264_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h264data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/h264dspenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h264enc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h264idct.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h264pred.c
    branches/sim_physics/extern/ffmpeg/libavcodec/h264pred.h
    branches/sim_physics/extern/ffmpeg/libavcodec/huffman.c
    branches/sim_physics/extern/ffmpeg/libavcodec/huffman.h
    branches/sim_physics/extern/ffmpeg/libavcodec/huffyuv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/idcinvideo.c
    branches/sim_physics/extern/ffmpeg/libavcodec/imc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/imcdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/imgconvert.c
    branches/sim_physics/extern/ffmpeg/libavcodec/imgconvert.h
    branches/sim_physics/extern/ffmpeg/libavcodec/imgresample.c
    branches/sim_physics/extern/ffmpeg/libavcodec/imx_dump_header_bsf.c
    branches/sim_physics/extern/ffmpeg/libavcodec/indeo2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/indeo2data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/indeo3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/indeo3data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/interplayvideo.c
    branches/sim_physics/extern/ffmpeg/libavcodec/intrax8.c
    branches/sim_physics/extern/ffmpeg/libavcodec/intrax8.h
    branches/sim_physics/extern/ffmpeg/libavcodec/intrax8dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/intrax8huf.h
    branches/sim_physics/extern/ffmpeg/libavcodec/jfdctfst.c
    branches/sim_physics/extern/ffmpeg/libavcodec/jfdctint.c
    branches/sim_physics/extern/ffmpeg/libavcodec/jpegls.c
    branches/sim_physics/extern/ffmpeg/libavcodec/jpegls.h
    branches/sim_physics/extern/ffmpeg/libavcodec/jpeglsdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/jpeglsdec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/jpeglsenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/jrevdct.c
    branches/sim_physics/extern/ffmpeg/libavcodec/kmvc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lcl.h
    branches/sim_physics/extern/ffmpeg/libavcodec/lcldec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lclenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libamr.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libfaac.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libfaad.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libgsm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libmp3lame.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libtheoraenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libvorbis.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libx264.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libxvid_internal.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libxvid_rc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libxvidff.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ljpegenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/loco.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lzw.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lzw.h
    branches/sim_physics/extern/ffmpeg/libavcodec/lzwenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mace.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mdct.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mimic.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpeg.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpeg.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpeg_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpega_dump_header_bsf.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpegbdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpegdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpegdec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpegenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mjpegenc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mlib/dsputil_mlib.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mlp_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mlp_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mmvideo.c
    branches/sim_physics/extern/ffmpeg/libavcodec/motion-test.c
    branches/sim_physics/extern/ffmpeg/libavcodec/motion_est.c
    branches/sim_physics/extern/ffmpeg/libavcodec/motion_est_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/movsub_bsf.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpc7.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpc7data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpc8.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpc8data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpc8huff.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpcdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg12.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg12.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg12data.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg12data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg12decdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg12enc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg4audio.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg4data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg4video_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpeg4video_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudio.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudio.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudio_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudiodata.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudiodata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudiodec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudiodecheader.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudiodecheader.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudiodectab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudioenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegaudiotab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegvideo.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegvideo.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegvideo_common.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegvideo_enc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegvideo_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msmpeg4.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msmpeg4.h
    branches/sim_physics/extern/ffmpeg/libavcodec/msmpeg4data.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msmpeg4data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/msrle.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msvideo1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoserdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/nuv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/opt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/opt.h
    branches/sim_physics/extern/ffmpeg/libavcodec/os2thread.c
    branches/sim_physics/extern/ffmpeg/libavcodec/parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/pcm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pcx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/png.c
    branches/sim_physics/extern/ffmpeg/libavcodec/png.h
    branches/sim_physics/extern/ffmpeg/libavcodec/pngdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pngenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pnm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pnm.h
    branches/sim_physics/extern/ffmpeg/libavcodec/pnm_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pnmenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/check_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/dsputil_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/dsputil_altivec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/dsputil_ppc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/dsputil_ppc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/fdct_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/fft_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/float_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/gcc_fixes.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/gmc_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/h264_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/h264_template_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/idct_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/imgresample_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/imgresample_altivec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/int_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/mpegvideo_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/snow_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/types_altivec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/util_altivec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ppc/vc1dsp_altivec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ps2/dsputil_mmi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ps2/idct_mmi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ps2/mmi.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ps2/mpegvideo_mmi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pthread.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ptx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/qdm2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/qdm2data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/qdrw.c
    branches/sim_physics/extern/ffmpeg/libavcodec/qpeg.c
    branches/sim_physics/extern/ffmpeg/libavcodec/qtrle.c
    branches/sim_physics/extern/ffmpeg/libavcodec/qtrleenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ra144.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ra144.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ra288.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ra288.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rangecoder.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rangecoder.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ratecontrol.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ratecontrol.h
    branches/sim_physics/extern/ffmpeg/libavcodec/raw.c
    branches/sim_physics/extern/ffmpeg/libavcodec/raw.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rawdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rawenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rectangle.h
    branches/sim_physics/extern/ffmpeg/libavcodec/resample.c
    branches/sim_physics/extern/ffmpeg/libavcodec/resample2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rl.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rl2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rle.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rle.h
    branches/sim_physics/extern/ffmpeg/libavcodec/roqaudioenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/roqvideo.c
    branches/sim_physics/extern/ffmpeg/libavcodec/roqvideo.h
    branches/sim_physics/extern/ffmpeg/libavcodec/roqvideodec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/roqvideoenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rpza.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rtjpeg.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rtjpeg.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rv10.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rv30.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rv30data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rv30dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rv34.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rv34.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rv34data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rv34vlc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rv40.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rv40data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/rv40vlc2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/s3tc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/s3tc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/sgi.h
    branches/sim_physics/extern/ffmpeg/libavcodec/sgidec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sgienc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sh4/dsputil_align.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sh4/dsputil_sh4.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sh4/idct_sh4.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sh4/qpel.c
    branches/sim_physics/extern/ffmpeg/libavcodec/shorten.c
    branches/sim_physics/extern/ffmpeg/libavcodec/simple_idct.c
    branches/sim_physics/extern/ffmpeg/libavcodec/simple_idct.h
    branches/sim_physics/extern/ffmpeg/libavcodec/smacker.c
    branches/sim_physics/extern/ffmpeg/libavcodec/smc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/snow.c
    branches/sim_physics/extern/ffmpeg/libavcodec/snow.h
    branches/sim_physics/extern/ffmpeg/libavcodec/sonic.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sp5x.h
    branches/sim_physics/extern/ffmpeg/libavcodec/sp5xdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sparc/dsputil_vis.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sparc/simple_idct_vis.c
    branches/sim_physics/extern/ffmpeg/libavcodec/sparc/vis.h
    branches/sim_physics/extern/ffmpeg/libavcodec/sunrast.c
    branches/sim_physics/extern/ffmpeg/libavcodec/svq1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/svq1.h
    branches/sim_physics/extern/ffmpeg/libavcodec/svq1_cb.h
    branches/sim_physics/extern/ffmpeg/libavcodec/svq1_vlc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/svq1dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/svq1enc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/svq1enc_cb.h
    branches/sim_physics/extern/ffmpeg/libavcodec/svq3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/targa.c
    branches/sim_physics/extern/ffmpeg/libavcodec/targaenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/tiertexseqv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/tiff.c
    branches/sim_physics/extern/ffmpeg/libavcodec/tiff.h
    branches/sim_physics/extern/ffmpeg/libavcodec/tiffenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/truemotion1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/truemotion1data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/truemotion2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/truespeech.c
    branches/sim_physics/extern/ffmpeg/libavcodec/truespeech_data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/tscc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/tta.c
    branches/sim_physics/extern/ffmpeg/libavcodec/txd.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ulti.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ulti_cb.h
    branches/sim_physics/extern/ffmpeg/libavcodec/unary.h
    branches/sim_physics/extern/ffmpeg/libavcodec/utils.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vb.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vc1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vc1.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vc1_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vc1acdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vc1data.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vc1data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vc1dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vcr1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vmdav.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vmnc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vorbis.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vorbis.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vorbis_data.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vorbis_dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vorbis_enc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vorbis_enc_data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vp3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp3data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vp3dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp5.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp56.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp56.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vp56data.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp56data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vp5data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vp6.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp6data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vqavideo.c
    branches/sim_physics/extern/ffmpeg/libavcodec/w32thread.c
    branches/sim_physics/extern/ffmpeg/libavcodec/wavpack.c
    branches/sim_physics/extern/ffmpeg/libavcodec/wma.c
    branches/sim_physics/extern/ffmpeg/libavcodec/wma.h
    branches/sim_physics/extern/ffmpeg/libavcodec/wmadata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/wmadec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/wmaenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/wmv2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/wmv2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/wmv2dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/wmv2enc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/wnv1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ws-snd1.c
    branches/sim_physics/extern/ffmpeg/libavcodec/xan.c
    branches/sim_physics/extern/ffmpeg/libavcodec/xiph.c
    branches/sim_physics/extern/ffmpeg/libavcodec/xiph.h
    branches/sim_physics/extern/ffmpeg/libavcodec/xl.c
    branches/sim_physics/extern/ffmpeg/libavcodec/xsubdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/zmbv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/zmbvenc.c
    branches/sim_physics/extern/ffmpeg/libavdevice/Makefile
    branches/sim_physics/extern/ffmpeg/libavdevice/alldevices.c
    branches/sim_physics/extern/ffmpeg/libavdevice/avdevice.h
    branches/sim_physics/extern/ffmpeg/libavdevice/beosaudio.cpp
    branches/sim_physics/extern/ffmpeg/libavdevice/bktr.c
    branches/sim_physics/extern/ffmpeg/libavdevice/dv1394.c
    branches/sim_physics/extern/ffmpeg/libavdevice/dv1394.h
    branches/sim_physics/extern/ffmpeg/libavdevice/libdc1394.c
    branches/sim_physics/extern/ffmpeg/libavdevice/v4l.c
    branches/sim_physics/extern/ffmpeg/libavdevice/v4l2.c
    branches/sim_physics/extern/ffmpeg/libavdevice/vfwcap.c
    branches/sim_physics/extern/ffmpeg/libavdevice/x11grab.c
    branches/sim_physics/extern/ffmpeg/libavformat/4xm.c
    branches/sim_physics/extern/ffmpeg/libavformat/Makefile
    branches/sim_physics/extern/ffmpeg/libavformat/adtsenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/aiff.c
    branches/sim_physics/extern/ffmpeg/libavformat/allformats.c
    branches/sim_physics/extern/ffmpeg/libavformat/amr.c
    branches/sim_physics/extern/ffmpeg/libavformat/apc.c
    branches/sim_physics/extern/ffmpeg/libavformat/ape.c
    branches/sim_physics/extern/ffmpeg/libavformat/asf.c
    branches/sim_physics/extern/ffmpeg/libavformat/asf.h
    branches/sim_physics/extern/ffmpeg/libavformat/asfcrypt.c
    branches/sim_physics/extern/ffmpeg/libavformat/asfcrypt.h
    branches/sim_physics/extern/ffmpeg/libavformat/au.c
    branches/sim_physics/extern/ffmpeg/libavformat/avc.c
    branches/sim_physics/extern/ffmpeg/libavformat/avc.h
    branches/sim_physics/extern/ffmpeg/libavformat/avformat.h
    branches/sim_physics/extern/ffmpeg/libavformat/avi.h
    branches/sim_physics/extern/ffmpeg/libavformat/avidec.c
    branches/sim_physics/extern/ffmpeg/libavformat/avienc.c
    branches/sim_physics/extern/ffmpeg/libavformat/avio.c
    branches/sim_physics/extern/ffmpeg/libavformat/avio.h
    branches/sim_physics/extern/ffmpeg/libavformat/aviobuf.c
    branches/sim_physics/extern/ffmpeg/libavformat/avisynth.c
    branches/sim_physics/extern/ffmpeg/libavformat/avs.c
    branches/sim_physics/extern/ffmpeg/libavformat/bethsoftvid.c
    branches/sim_physics/extern/ffmpeg/libavformat/c93.c
    branches/sim_physics/extern/ffmpeg/libavformat/crcenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/cutils.c
    branches/sim_physics/extern/ffmpeg/libavformat/daud.c
    branches/sim_physics/extern/ffmpeg/libavformat/dsicin.c
    branches/sim_physics/extern/ffmpeg/libavformat/dv.c
    branches/sim_physics/extern/ffmpeg/libavformat/dv.h
    branches/sim_physics/extern/ffmpeg/libavformat/dvenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/dxa.c
    branches/sim_physics/extern/ffmpeg/libavformat/eacdata.c
    branches/sim_physics/extern/ffmpeg/libavformat/electronicarts.c
    branches/sim_physics/extern/ffmpeg/libavformat/file.c
    branches/sim_physics/extern/ffmpeg/libavformat/flic.c
    branches/sim_physics/extern/ffmpeg/libavformat/flv.h
    branches/sim_physics/extern/ffmpeg/libavformat/flvdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/flvenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/framecrcenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/framehook.c
    branches/sim_physics/extern/ffmpeg/libavformat/framehook.h
    branches/sim_physics/extern/ffmpeg/libavformat/gif.c
    branches/sim_physics/extern/ffmpeg/libavformat/gxf.c
    branches/sim_physics/extern/ffmpeg/libavformat/gxf.h
    branches/sim_physics/extern/ffmpeg/libavformat/gxfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/http.c
    branches/sim_physics/extern/ffmpeg/libavformat/idcin.c
    branches/sim_physics/extern/ffmpeg/libavformat/idroq.c
    branches/sim_physics/extern/ffmpeg/libavformat/iff.c
    branches/sim_physics/extern/ffmpeg/libavformat/img2.c
    branches/sim_physics/extern/ffmpeg/libavformat/ipmovie.c
    branches/sim_physics/extern/ffmpeg/libavformat/isom.c
    branches/sim_physics/extern/ffmpeg/libavformat/isom.h
    branches/sim_physics/extern/ffmpeg/libavformat/libnut.c
    branches/sim_physics/extern/ffmpeg/libavformat/lmlm4.c
    branches/sim_physics/extern/ffmpeg/libavformat/matroska.c
    branches/sim_physics/extern/ffmpeg/libavformat/matroska.h
    branches/sim_physics/extern/ffmpeg/libavformat/matroskadec.c
    branches/sim_physics/extern/ffmpeg/libavformat/matroskaenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/mm.c
    branches/sim_physics/extern/ffmpeg/libavformat/mmf.c
    branches/sim_physics/extern/ffmpeg/libavformat/mov.c
    branches/sim_physics/extern/ffmpeg/libavformat/movenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/mp3.c
    branches/sim_physics/extern/ffmpeg/libavformat/mpc.c
    branches/sim_physics/extern/ffmpeg/libavformat/mpc8.c
    branches/sim_physics/extern/ffmpeg/libavformat/mpeg.c
    branches/sim_physics/extern/ffmpeg/libavformat/mpeg.h
    branches/sim_physics/extern/ffmpeg/libavformat/mpegenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/mpegts.c
    branches/sim_physics/extern/ffmpeg/libavformat/mpegts.h
    branches/sim_physics/extern/ffmpeg/libavformat/mpegtsenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/mpjpeg.c
    branches/sim_physics/extern/ffmpeg/libavformat/msnwc_tcp.c
    branches/sim_physics/extern/ffmpeg/libavformat/mtv.c
    branches/sim_physics/extern/ffmpeg/libavformat/mxf.c
    branches/sim_physics/extern/ffmpeg/libavformat/network.h
    branches/sim_physics/extern/ffmpeg/libavformat/nsvdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/nut.c
    branches/sim_physics/extern/ffmpeg/libavformat/nut.h
    branches/sim_physics/extern/ffmpeg/libavformat/nutdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/nutenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/nuv.c
    branches/sim_physics/extern/ffmpeg/libavformat/oggdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/oggdec.h
    branches/sim_physics/extern/ffmpeg/libavformat/oggenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/oggparseflac.c
    branches/sim_physics/extern/ffmpeg/libavformat/oggparseogm.c
    branches/sim_physics/extern/ffmpeg/libavformat/oggparsespeex.c
    branches/sim_physics/extern/ffmpeg/libavformat/oggparsetheora.c
    branches/sim_physics/extern/ffmpeg/libavformat/oggparsevorbis.c
    branches/sim_physics/extern/ffmpeg/libavformat/os_support.c
    branches/sim_physics/extern/ffmpeg/libavformat/os_support.h
    branches/sim_physics/extern/ffmpeg/libavformat/psxstr.c
    branches/sim_physics/extern/ffmpeg/libavformat/pva.c
    branches/sim_physics/extern/ffmpeg/libavformat/qtpalette.h
    branches/sim_physics/extern/ffmpeg/libavformat/raw.c
    branches/sim_physics/extern/ffmpeg/libavformat/raw.h
    branches/sim_physics/extern/ffmpeg/libavformat/riff.c
    branches/sim_physics/extern/ffmpeg/libavformat/riff.h
    branches/sim_physics/extern/ffmpeg/libavformat/rl2.c
    branches/sim_physics/extern/ffmpeg/libavformat/rm.h
    branches/sim_physics/extern/ffmpeg/libavformat/rmdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/rmenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/rpl.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtp.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtp.h
    branches/sim_physics/extern/ffmpeg/libavformat/rtp_aac.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtp_h264.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtp_h264.h
    branches/sim_physics/extern/ffmpeg/libavformat/rtp_mpv.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtpdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtpenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtpenc_h264.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtpproto.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtsp.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtsp.h
    branches/sim_physics/extern/ffmpeg/libavformat/rtspcodes.h
    branches/sim_physics/extern/ffmpeg/libavformat/sdp.c
    branches/sim_physics/extern/ffmpeg/libavformat/segafilm.c
    branches/sim_physics/extern/ffmpeg/libavformat/sierravmd.c
    branches/sim_physics/extern/ffmpeg/libavformat/siff.c
    branches/sim_physics/extern/ffmpeg/libavformat/smacker.c
    branches/sim_physics/extern/ffmpeg/libavformat/sol.c
    branches/sim_physics/extern/ffmpeg/libavformat/tcp.c
    branches/sim_physics/extern/ffmpeg/libavformat/thp.c
    branches/sim_physics/extern/ffmpeg/libavformat/tiertexseq.c
    branches/sim_physics/extern/ffmpeg/libavformat/tta.c
    branches/sim_physics/extern/ffmpeg/libavformat/txd.c
    branches/sim_physics/extern/ffmpeg/libavformat/udp.c
    branches/sim_physics/extern/ffmpeg/libavformat/utils.c
    branches/sim_physics/extern/ffmpeg/libavformat/vc1test.c
    branches/sim_physics/extern/ffmpeg/libavformat/voc.c
    branches/sim_physics/extern/ffmpeg/libavformat/voc.h
    branches/sim_physics/extern/ffmpeg/libavformat/vocdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/vocenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/wav.c
    branches/sim_physics/extern/ffmpeg/libavformat/wc3movie.c
    branches/sim_physics/extern/ffmpeg/libavformat/westwood.c
    branches/sim_physics/extern/ffmpeg/libavformat/wv.c
    branches/sim_physics/extern/ffmpeg/libavformat/yuv4mpeg.c
    branches/sim_physics/extern/ffmpeg/libavutil/Makefile
    branches/sim_physics/extern/ffmpeg/libavutil/adler32.c
    branches/sim_physics/extern/ffmpeg/libavutil/adler32.h
    branches/sim_physics/extern/ffmpeg/libavutil/aes.c
    branches/sim_physics/extern/ffmpeg/libavutil/aes.h
    branches/sim_physics/extern/ffmpeg/libavutil/avstring.h
    branches/sim_physics/extern/ffmpeg/libavutil/avutil.h
    branches/sim_physics/extern/ffmpeg/libavutil/base64.c
    branches/sim_physics/extern/ffmpeg/libavutil/base64.h
    branches/sim_physics/extern/ffmpeg/libavutil/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/common.h
    branches/sim_physics/extern/ffmpeg/libavutil/crc.c
    branches/sim_physics/extern/ffmpeg/libavutil/crc.h
    branches/sim_physics/extern/ffmpeg/libavutil/crc_data.h
    branches/sim_physics/extern/ffmpeg/libavutil/des.c
    branches/sim_physics/extern/ffmpeg/libavutil/des.h
    branches/sim_physics/extern/ffmpeg/libavutil/fifo.c
    branches/sim_physics/extern/ffmpeg/libavutil/fifo.h
    branches/sim_physics/extern/ffmpeg/libavutil/integer.c
    branches/sim_physics/extern/ffmpeg/libavutil/integer.h
    branches/sim_physics/extern/ffmpeg/libavutil/internal.h
    branches/sim_physics/extern/ffmpeg/libavutil/intfloat_readwrite.c
    branches/sim_physics/extern/ffmpeg/libavutil/intfloat_readwrite.h
    branches/sim_physics/extern/ffmpeg/libavutil/intreadwrite.h
    branches/sim_physics/extern/ffmpeg/libavutil/lls.c
    branches/sim_physics/extern/ffmpeg/libavutil/lls.h
    branches/sim_physics/extern/ffmpeg/libavutil/log.c
    branches/sim_physics/extern/ffmpeg/libavutil/log.h
    branches/sim_physics/extern/ffmpeg/libavutil/lzo.c
    branches/sim_physics/extern/ffmpeg/libavutil/lzo.h
    branches/sim_physics/extern/ffmpeg/libavutil/mathematics.c
    branches/sim_physics/extern/ffmpeg/libavutil/mathematics.h
    branches/sim_physics/extern/ffmpeg/libavutil/md5.c
    branches/sim_physics/extern/ffmpeg/libavutil/md5.h
    branches/sim_physics/extern/ffmpeg/libavutil/mem.c
    branches/sim_physics/extern/ffmpeg/libavutil/mem.h
    branches/sim_physics/extern/ffmpeg/libavutil/random.c
    branches/sim_physics/extern/ffmpeg/libavutil/random.h
    branches/sim_physics/extern/ffmpeg/libavutil/rational.c
    branches/sim_physics/extern/ffmpeg/libavutil/rational.h
    branches/sim_physics/extern/ffmpeg/libavutil/rc4.c
    branches/sim_physics/extern/ffmpeg/libavutil/rc4.h
    branches/sim_physics/extern/ffmpeg/libavutil/sha1.c
    branches/sim_physics/extern/ffmpeg/libavutil/sha1.h
    branches/sim_physics/extern/ffmpeg/libavutil/softfloat.h
    branches/sim_physics/extern/ffmpeg/libavutil/tree.c
    branches/sim_physics/extern/ffmpeg/libavutil/tree.h
    branches/sim_physics/extern/ffmpeg/libavutil/x86_cpu.h
    branches/sim_physics/extern/ffmpeg/libpostproc/Makefile
    branches/sim_physics/extern/ffmpeg/libpostproc/postprocess.c
    branches/sim_physics/extern/ffmpeg/libpostproc/postprocess.h
    branches/sim_physics/extern/ffmpeg/libpostproc/postprocess_altivec_template.c
    branches/sim_physics/extern/ffmpeg/libpostproc/postprocess_internal.h
    branches/sim_physics/extern/ffmpeg/libpostproc/postprocess_template.c
    branches/sim_physics/extern/ffmpeg/libswscale/Makefile
    branches/sim_physics/extern/ffmpeg/libswscale/rgb2rgb.c
    branches/sim_physics/extern/ffmpeg/libswscale/rgb2rgb_template.c
    branches/sim_physics/extern/ffmpeg/libswscale/swscale-example.c
    branches/sim_physics/extern/ffmpeg/libswscale/swscale.c
    branches/sim_physics/extern/ffmpeg/libswscale/swscale.h
    branches/sim_physics/extern/ffmpeg/libswscale/swscale_altivec_template.c
    branches/sim_physics/extern/ffmpeg/libswscale/swscale_bfin.c
    branches/sim_physics/extern/ffmpeg/libswscale/swscale_internal.h
    branches/sim_physics/extern/ffmpeg/libswscale/swscale_template.c
    branches/sim_physics/extern/ffmpeg/libswscale/yuv2rgb.c
    branches/sim_physics/extern/ffmpeg/libswscale/yuv2rgb_altivec.c
    branches/sim_physics/extern/ffmpeg/libswscale/yuv2rgb_bfin.c
    branches/sim_physics/extern/ffmpeg/libswscale/yuv2rgb_mlib.c
    branches/sim_physics/extern/ffmpeg/libswscale/yuv2rgb_template.c
    branches/sim_physics/extern/ffmpeg/libswscale/yuv2rgb_vis.c
    branches/sim_physics/extern/libopenjpeg/SConscript
    branches/sim_physics/extern/libopenjpeg/opj_includes.h
    branches/sim_physics/extern/libredcode/codec.c
    branches/sim_physics/extern/libredcode/format.c
    branches/sim_physics/extern/libredcode/format.h
    branches/sim_physics/extern/x264/AUTHORS
    branches/sim_physics/extern/x264/Makefile
    branches/sim_physics/extern/x264/SConscript
    branches/sim_physics/extern/x264/common/bs.h
    branches/sim_physics/extern/x264/common/cabac.c
    branches/sim_physics/extern/x264/common/cabac.h
    branches/sim_physics/extern/x264/common/common.c
    branches/sim_physics/extern/x264/common/common.h
    branches/sim_physics/extern/x264/common/cpu.c
    branches/sim_physics/extern/x264/common/cpu.h
    branches/sim_physics/extern/x264/common/dct.c
    branches/sim_physics/extern/x264/common/dct.h
    branches/sim_physics/extern/x264/common/display-x11.c
    branches/sim_physics/extern/x264/common/display.h
    branches/sim_physics/extern/x264/common/frame.c
    branches/sim_physics/extern/x264/common/frame.h
    branches/sim_physics/extern/x264/common/macroblock.c
    branches/sim_physics/extern/x264/common/macroblock.h
    branches/sim_physics/extern/x264/common/mc.c
    branches/sim_physics/extern/x264/common/mc.h
    branches/sim_physics/extern/x264/common/mdate.c
    branches/sim_physics/extern/x264/common/osdep.h
    branches/sim_physics/extern/x264/common/pixel.c
    branches/sim_physics/extern/x264/common/pixel.h
    branches/sim_physics/extern/x264/common/ppc/dct.c
    branches/sim_physics/extern/x264/common/ppc/dct.h
    branches/sim_physics/extern/x264/common/ppc/deblock.c
    branches/sim_physics/extern/x264/common/ppc/mc.c
    branches/sim_physics/extern/x264/common/ppc/mc.h
    branches/sim_physics/extern/x264/common/ppc/pixel.c
    branches/sim_physics/extern/x264/common/ppc/pixel.h
    branches/sim_physics/extern/x264/common/ppc/ppccommon.h
    branches/sim_physics/extern/x264/common/ppc/predict.c
    branches/sim_physics/extern/x264/common/ppc/predict.h
    branches/sim_physics/extern/x264/common/ppc/quant.c
    branches/sim_physics/extern/x264/common/ppc/quant.h
    branches/sim_physics/extern/x264/common/predict.c
    branches/sim_physics/extern/x264/common/predict.h
    branches/sim_physics/extern/x264/common/quant.c
    branches/sim_physics/extern/x264/common/quant.h
    branches/sim_physics/extern/x264/common/set.c
    branches/sim_physics/extern/x264/common/set.h
    branches/sim_physics/extern/x264/common/sparc/pixel.asm
    branches/sim_physics/extern/x264/common/sparc/pixel.h
    branches/sim_physics/extern/x264/common/visualize.c
    branches/sim_physics/extern/x264/common/visualize.h
    branches/sim_physics/extern/x264/configure
    branches/sim_physics/extern/x264/encoder/analyse.c
    branches/sim_physics/extern/x264/encoder/analyse.h
    branches/sim_physics/extern/x264/encoder/cabac.c
    branches/sim_physics/extern/x264/encoder/cavlc.c
    branches/sim_physics/extern/x264/encoder/encoder.c
    branches/sim_physics/extern/x264/encoder/macroblock.c
    branches/sim_physics/extern/x264/encoder/macroblock.h
    branches/sim_physics/extern/x264/encoder/me.c
    branches/sim_physics/extern/x264/encoder/me.h
    branches/sim_physics/extern/x264/encoder/ratecontrol.c
    branches/sim_physics/extern/x264/encoder/ratecontrol.h
    branches/sim_physics/extern/x264/encoder/rdo.c
    branches/sim_physics/extern/x264/encoder/set.c
    branches/sim_physics/extern/x264/encoder/set.h
    branches/sim_physics/extern/x264/encoder/slicetype.c
    branches/sim_physics/extern/x264/extras/getopt.c
    branches/sim_physics/extern/x264/extras/getopt.h
    branches/sim_physics/extern/x264/extras/stdint.h
    branches/sim_physics/extern/x264/version.sh
    branches/sim_physics/extern/x264/x264.h
    branches/sim_physics/intern/SoundSystem/Makefile
    branches/sim_physics/intern/SoundSystem/SND_DependKludge.h
    branches/sim_physics/intern/SoundSystem/SoundDefines.h
    branches/sim_physics/intern/SoundSystem/dummy/SND_DummyDevice.cpp
    branches/sim_physics/intern/SoundSystem/intern/Makefile
    branches/sim_physics/intern/SoundSystem/intern/SND_DeviceManager.cpp
    branches/sim_physics/intern/SoundSystem/intern/SND_Scene.cpp
    branches/sim_physics/intern/SoundSystem/intern/SND_Utils.cpp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/SoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/dummy/DummySoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/openal/OpenALSoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/openal/SND_OpenALDevice.cpp
    branches/sim_physics/intern/SoundSystem/openal/SND_OpenALDevice.h
    branches/sim_physics/intern/SoundSystem/sdl/SND_SDLCDDevice.h
    branches/sim_physics/intern/bmfont/make/msvc_6_0/bmfont.dsp
    branches/sim_physics/intern/bmfont/make/msvc_6_0/bmfont.dsw
    branches/sim_physics/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsp
    branches/sim_physics/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsw
    branches/sim_physics/intern/boolop/intern/BOP_Merge2.cpp
    branches/sim_physics/intern/boolop/intern/BOP_Misc.h
    branches/sim_physics/intern/boolop/make/msvc_6_0/boolop.dsp
    branches/sim_physics/intern/bsp/make/msvc6_0/bsplib.dsp
    branches/sim_physics/intern/bsp/make/msvc6_0/bsplib.dsw
    branches/sim_physics/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsp
    branches/sim_physics/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsw
    branches/sim_physics/intern/container/make/msvc_6_0/container.dsp
    branches/sim_physics/intern/container/make/msvc_6_0/container.dsw
    branches/sim_physics/intern/decimation/SConscript
    branches/sim_physics/intern/decimation/make/msvc_6_0/decimation.dsp
    branches/sim_physics/intern/decimation/make/msvc_6_0/decimation.dsw
    branches/sim_physics/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsp
    branches/sim_physics/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsw
    branches/sim_physics/intern/elbeem/make/msvc_6_0/elbeem.dsp
    branches/sim_physics/intern/ghost/intern/GHOST_SystemX11.cpp
    branches/sim_physics/intern/ghost/make/msvc/ghost.dsp
    branches/sim_physics/intern/ghost/make/msvc/ghost.dsw
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/gears.dsp
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/gears_C.dsp
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/ghost_test.dsw
    branches/sim_physics/intern/guardedalloc/intern/mmap_win.c
    branches/sim_physics/intern/guardedalloc/make/msvc_6_0/guardedalloc.dsp
    branches/sim_physics/intern/guardedalloc/mmap_win.h
    branches/sim_physics/intern/iksolver/make/msvc_6_0/iksolver.dsp
    branches/sim_physics/intern/iksolver/make/msvc_6_0/iksolver.dsw
    branches/sim_physics/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsp
    branches/sim_physics/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsw
    branches/sim_physics/intern/make/msvc_6_0/build_install_all.dsp
    branches/sim_physics/intern/make/msvc_6_0/intern.dsw
    branches/sim_physics/intern/memutil/make/msvc_60/memutil.dsp
    branches/sim_physics/intern/memutil/make/msvc_60/memutil.dsw
    branches/sim_physics/intern/moto/include/MT_Quaternion.inl
    branches/sim_physics/intern/moto/make/msvc_6_0/MoTo.dsp
    branches/sim_physics/intern/moto/make/msvc_6_0/MoTo.dsw
    branches/sim_physics/intern/opennl/SConscript
    branches/sim_physics/intern/opennl/make/msvc_6_0/OpenNL.dsp
    branches/sim_physics/intern/opennl/make/msvc_6_0/OpenNL.dsw
    branches/sim_physics/intern/opennl/superlu/get_perm_c.c
    branches/sim_physics/intern/string/make/msvc_6_0/string.dsp
    branches/sim_physics/intern/string/make/msvc_6_0/string.dsw
    branches/sim_physics/make/example_scripts/linux_nanmakefiles.sh
    branches/sim_physics/make/example_scripts/sunos_nanmakefiles.sh
    branches/sim_physics/po/de.po
    branches/sim_physics/po/zh_CN.po
    branches/sim_physics/projectfiles/blender/BLO_readblenfile/BLO_readblenfile.dsp
    branches/sim_physics/projectfiles/blender/BPY_python/BPY_python.dsp
    branches/sim_physics/projectfiles/blender/avi/BL_avi.dsp
    branches/sim_physics/projectfiles/blender/blender.dsp
    branches/sim_physics/projectfiles/blender/blender.dsw
    branches/sim_physics/projectfiles/blender/blenkernel/BKE_blenkernel.dsp
    branches/sim_physics/projectfiles/blender/blenlib/BLI_blenlib.dsp
    branches/sim_physics/projectfiles/blender/blenpluginapi/blenpluginapi/blenpluginapi.dsp
    branches/sim_physics/projectfiles/blender/ftfont/FTF_ftfont.dsp
    branches/sim_physics/projectfiles/blender/glut/BL_glut.dsp
    branches/sim_physics/projectfiles/blender/imbuf/BL_imbuf.dsp
    branches/sim_physics/projectfiles/blender/img/BL_img.dsp
    branches/sim_physics/projectfiles/blender/loader/BLO_loader.dsp
    branches/sim_physics/projectfiles/blender/makesdna/DNA_makesdna.dsp
    branches/sim_physics/projectfiles/blender/radiosity/BRA_radiosity.dsp
    branches/sim_physics/projectfiles/blender/render/BRE_render.dsp
    branches/sim_physics/projectfiles/blender/renderconverter/BRE_renderconverter.dsp
    branches/sim_physics/projectfiles/blender/src/BL_src.dsp
    branches/sim_physics/projectfiles/blender/src/BL_src_cre.dsp
    branches/sim_physics/projectfiles/datatoc/datatoc.dsp
    branches/sim_physics/projectfiles/gameengine/blenderhook/KX_blenderhook.dsp
    branches/sim_physics/projectfiles/gameengine/converter/KX_converter.dsp
    branches/sim_physics/projectfiles/gameengine/expression/EXP_expressions.dsp
    branches/sim_physics/projectfiles/gameengine/gamelogic/SCA_gamelogic.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/axctl/GP_axctl.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/common/GP_common.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/ghost/GP_ghost.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/glut/GP_glut.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/loader/BlenderLoader/BlenderLoader.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/netscape/GP_netscape.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/netscape2/GP_netscape.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/ps2/GP_ps2.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/gp.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/gpplugin.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/qtgp.dsw
    branches/sim_physics/projectfiles/gameengine/gameplayer/sdl/GP_sdl.dsp
    branches/sim_physics/projectfiles/gameengine/ketsji/KX_ketsji.dsp
    branches/sim_physics/projectfiles/gameengine/ketsji/network/KX_network.dsp
    branches/sim_physics/projectfiles/gameengine/network/loopbacknetwork/NG_loopbacknetwork.dsp
    branches/sim_physics/projectfiles/gameengine/network/network/NG_network.dsp
    branches/sim_physics/projectfiles/gameengine/network/terraplaynetwork/NG_terraplaynetwork.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Physics.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.dsp
    branches/sim_physics/projectfiles/gameengine/rasterizer/RAS_rasterizer.dsp
    branches/sim_physics/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp
    branches/sim_physics/projectfiles/gameengine/scenegraph/SG_scenegraph.dsp
    branches/sim_physics/projectfiles/kernel/gen_messaging/gen_messaging.dsp
    branches/sim_physics/projectfiles/kernel/system/SYS_system.dsp
    branches/sim_physics/projectfiles/sumo/fuzzics/SM_fuzzics.dsp
    branches/sim_physics/projectfiles/sumo/moto/SM_moto.dsp
    branches/sim_physics/projectfiles/sumo/solid/SM_solid.dsp
    branches/sim_physics/projectfiles_vc7/sumo/moto/SM_moto.dsp
    branches/sim_physics/projectfiles_vc7/sumo/solid/SM_solid.dsp
    branches/sim_physics/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blender.vcproj
    branches/sim_physics/projectfiles_vc9/blender/imbuf/BL_imbuf.vcproj
    branches/sim_physics/projectfiles_vc9/blender/nodes/nodes.vcproj
    branches/sim_physics/projectfiles_vc9/blender/src/BL_src.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/blenderhook/KX_blenderhook.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gameplayer/ghost/GP_ghost.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/ketsji/KX_ketsji.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Bullet/PHY_Bullet.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Physics.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/videotexture/TEX_Video.vcproj
    branches/sim_physics/release/datafiles/blenderbuttons
    branches/sim_physics/release/scripts/3ds_import.py
    branches/sim_physics/release/scripts/bevel_center.py
    branches/sim_physics/release/scripts/bpymodules/dxfLibrary.py
    branches/sim_physics/release/scripts/bpymodules/paths_svg2obj.py
    branches/sim_physics/release/scripts/export_dxf.py
    branches/sim_physics/release/scripts/export_fbx.py
    branches/sim_physics/release/scripts/export_obj.py
    branches/sim_physics/release/scripts/image_auto_layout.py
    branches/sim_physics/release/scripts/import_dxf.py
    branches/sim_physics/release/scripts/import_obj.py
    branches/sim_physics/release/scripts/import_web3d.py
    branches/sim_physics/release/scripts/ply_import.py
    branches/sim_physics/release/scripts/scripttemplate_gamelogic.py
    branches/sim_physics/release/scripts/uvcalc_smart_project.py
    branches/sim_physics/release/windows/specific.sh
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_textwrap.py
    branches/sim_physics/source/Makefile
    branches/sim_physics/source/blender/blenkernel/BKE_DerivedMesh.h
    branches/sim_physics/source/blender/blenkernel/BKE_bad_level_calls.h
    branches/sim_physics/source/blender/blenkernel/BKE_blender.h
    branches/sim_physics/source/blender/blenkernel/BKE_bmesh.h
    branches/sim_physics/source/blender/blenkernel/BKE_bmeshCustomData.h
    branches/sim_physics/source/blender/blenkernel/BKE_booleanops.h
    branches/sim_physics/source/blender/blenkernel/BKE_bvhutils.h
    branches/sim_physics/source/blender/blenkernel/BKE_cloth.h
    branches/sim_physics/source/blender/blenkernel/BKE_collision.h
    branches/sim_physics/source/blender/blenkernel/BKE_curve.h
    branches/sim_physics/source/blender/blenkernel/BKE_node.h
    branches/sim_physics/source/blender/blenkernel/BKE_particle.h
    branches/sim_physics/source/blender/blenkernel/BKE_scene.h
    branches/sim_physics/source/blender/blenkernel/BKE_shrinkwrap.h
    branches/sim_physics/source/blender/blenkernel/BKE_suggestions.h
    branches/sim_physics/source/blender/blenkernel/CMakeLists.txt
    branches/sim_physics/source/blender/blenkernel/SConscript
    branches/sim_physics/source/blender/blenkernel/bad_level_call_stubs/stubs.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_Customdata.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_conversions.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_eulers.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_mesh.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_structure.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_tools.c
    branches/sim_physics/source/blender/blenkernel/intern/DerivedMesh.c
    branches/sim_physics/source/blender/blenkernel/intern/Makefile
    branches/sim_physics/source/blender/blenkernel/intern/anim.c
    branches/sim_physics/source/blender/blenkernel/intern/bmesh_private.h
    branches/sim_physics/source/blender/blenkernel/intern/bvhutils.c
    branches/sim_physics/source/blender/blenkernel/intern/constraint.c
    branches/sim_physics/source/blender/blenkernel/intern/curve.c
    branches/sim_physics/source/blender/blenkernel/intern/effect.c
    branches/sim_physics/source/blender/blenkernel/intern/modifier.c
    branches/sim_physics/source/blender/blenkernel/intern/node.c
    branches/sim_physics/source/blender/blenkernel/intern/object.c
    branches/sim_physics/source/blender/blenkernel/intern/particle.c
    branches/sim_physics/source/blender/blenkernel/intern/particle_system.c
    branches/sim_physics/source/blender/blenkernel/intern/scene.c
    branches/sim_physics/source/blender/blenkernel/intern/shrinkwrap.c
    branches/sim_physics/source/blender/blenkernel/intern/softbody.c
    branches/sim_physics/source/blender/blenkernel/intern/suggestions.c
    branches/sim_physics/source/blender/blenkernel/intern/world.c
    branches/sim_physics/source/blender/blenkernel/intern/writeffmpeg.c
    branches/sim_physics/source/blender/blenlib/BLI_arithb.h
    branches/sim_physics/source/blender/blenlib/BLI_graph.h
    branches/sim_physics/source/blender/blenlib/intern/arithb.c
    branches/sim_physics/source/blender/blenlib/intern/bpath.c
    branches/sim_physics/source/blender/blenlib/intern/freetypefont.c
    branches/sim_physics/source/blender/blenlib/intern/graph.c
    branches/sim_physics/source/blender/blenlib/intern/psfont.c
    branches/sim_physics/source/blender/blenloader/intern/readfile.c
    branches/sim_physics/source/blender/blenloader/intern/writefile.c
    branches/sim_physics/source/blender/blenpluginapi/iff.h
    branches/sim_physics/source/blender/gpu/GPU_draw.h
    branches/sim_physics/source/blender/gpu/intern/gpu_draw.c
    branches/sim_physics/source/blender/imbuf/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/intern/IMB_anim.h
    branches/sim_physics/source/blender/imbuf/intern/IMB_jp2.h
    branches/sim_physics/source/blender/imbuf/intern/Makefile
    branches/sim_physics/source/blender/imbuf/intern/anim.c
    branches/sim_physics/source/blender/imbuf/intern/anim5.c
    branches/sim_physics/source/blender/imbuf/intern/cineon/cineon_dpx.c
    branches/sim_physics/source/blender/imbuf/intern/cineon/dpxlib.c
    branches/sim_physics/source/blender/imbuf/intern/dds/Makefile
    branches/sim_physics/source/blender/imbuf/intern/radiance_hdr.c
    branches/sim_physics/source/blender/imbuf/intern/scaling.c
    branches/sim_physics/source/blender/imbuf/intern/util.c
    branches/sim_physics/source/blender/include/BDR_gpencil.h
    branches/sim_physics/source/blender/include/BIF_editarmature.h
    branches/sim_physics/source/blender/include/BIF_editparticle.h
    branches/sim_physics/source/blender/include/BIF_editsound.h
    branches/sim_physics/source/blender/include/BIF_poseobject.h
    branches/sim_physics/source/blender/include/BIF_radialcontrol.h
    branches/sim_physics/source/blender/include/BIF_resources.h
    branches/sim_physics/source/blender/include/BIF_space.h
    branches/sim_physics/source/blender/include/BIF_transform.h
    branches/sim_physics/source/blender/include/BSE_editaction_types.h
    branches/sim_physics/source/blender/include/BSE_view.h
    branches/sim_physics/source/blender/include/blendef.h
    branches/sim_physics/source/blender/include/butspace.h
    branches/sim_physics/source/blender/include/reeb.h
    branches/sim_physics/source/blender/include/transform.h
    branches/sim_physics/source/blender/makesdna/DNA_actuator_types.h
    branches/sim_physics/source/blender/makesdna/DNA_cloth_types.h
    branches/sim_physics/source/blender/makesdna/DNA_constraint_types.h
    branches/sim_physics/source/blender/makesdna/DNA_modifier_types.h
    branches/sim_physics/source/blender/makesdna/DNA_object_force.h
    branches/sim_physics/source/blender/makesdna/DNA_object_types.h
    branches/sim_physics/source/blender/makesdna/DNA_particle_types.h
    branches/sim_physics/source/blender/makesdna/DNA_scene_types.h
    branches/sim_physics/source/blender/makesdna/DNA_sensor_types.h
    branches/sim_physics/source/blender/makesdna/DNA_space_types.h
    branches/sim_physics/source/blender/makesdna/DNA_world_types.h
    branches/sim_physics/source/blender/nodes/SConscript
    branches/sim_physics/source/blender/nodes/TEX_node.h
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_blur.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_invert.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/Makefile
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_hueSatVal.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_image.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_math.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_proc.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_rotate.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_texture.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_translate.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_valToRgb.c
    branches/sim_physics/source/blender/nodes/intern/TEX_util.c
    branches/sim_physics/source/blender/python/BPY_interface.c
    branches/sim_physics/source/blender/python/SConscript
    branches/sim_physics/source/blender/python/api2_2x/Armature.c
    branches/sim_physics/source/blender/python/api2_2x/BGL.c
    branches/sim_physics/source/blender/python/api2_2x/BGL.h
    branches/sim_physics/source/blender/python/api2_2x/Blender.c
    branches/sim_physics/source/blender/python/api2_2x/Bone.c
    branches/sim_physics/source/blender/python/api2_2x/CurNurb.c
    branches/sim_physics/source/blender/python/api2_2x/Draw.c
    branches/sim_physics/source/blender/python/api2_2x/Lamp.c
    branches/sim_physics/source/blender/python/api2_2x/Mathutils.c
    branches/sim_physics/source/blender/python/api2_2x/Modifier.c
    branches/sim_physics/source/blender/python/api2_2x/Object.c
    branches/sim_physics/source/blender/python/api2_2x/Particle.c
    branches/sim_physics/source/blender/python/api2_2x/SurfNurb.c
    branches/sim_physics/source/blender/python/api2_2x/doc/Lamp.py
    branches/sim_physics/source/blender/python/api2_2x/doc/Particle.py
    branches/sim_physics/source/blender/python/api2_2x/doc/SConscript
    branches/sim_physics/source/blender/python/api2_2x/modules.h
    branches/sim_physics/source/blender/python/api2_2x/sceneRender.c
    branches/sim_physics/source/blender/python/api2_2x/sceneSequence.c
    branches/sim_physics/source/blender/quicktime/apple/quicktime_import.c
    branches/sim_physics/source/blender/render/intern/source/convertblender.c
    branches/sim_physics/source/blender/render/intern/source/raytrace.c
    branches/sim_physics/source/blender/render/intern/source/renderdatabase.c
    branches/sim_physics/source/blender/src/CMakeLists.txt
    branches/sim_physics/source/blender/src/Makefile
    branches/sim_physics/source/blender/src/SConscript
    branches/sim_physics/source/blender/src/blenderbuttons.c
    branches/sim_physics/source/blender/src/booleanops.c
    branches/sim_physics/source/blender/src/buttons_editing.c
    branches/sim_physics/source/blender/src/buttons_logic.c
    branches/sim_physics/source/blender/src/buttons_object.c
    branches/sim_physics/source/blender/src/buttons_scene.c
    branches/sim_physics/source/blender/src/buttons_shading.c
    branches/sim_physics/source/blender/src/drawgpencil.c
    branches/sim_physics/source/blender/src/drawimage.c
    branches/sim_physics/source/blender/src/drawmesh.c
    branches/sim_physics/source/blender/src/drawobject.c
    branches/sim_physics/source/blender/src/drawview.c
    branches/sim_physics/source/blender/src/edit.c
    branches/sim_physics/source/blender/src/editarmature.c
    branches/sim_physics/source/blender/src/editconstraint.c
    branches/sim_physics/source/blender/src/editcurve.c
    branches/sim_physics/source/blender/src/editface.c
    branches/sim_physics/source/blender/src/editmesh_tools.c
    branches/sim_physics/source/blender/src/editobject.c
    branches/sim_physics/source/blender/src/editparticle.c
    branches/sim_physics/source/blender/src/editseq.c
    branches/sim_physics/source/blender/src/editsound.c
    branches/sim_physics/source/blender/src/filesel.c
    branches/sim_physics/source/blender/src/gpencil.c
    branches/sim_physics/source/blender/src/hddaudio.c
    branches/sim_physics/source/blender/src/header_text.c
    branches/sim_physics/source/blender/src/header_view3d.c
    branches/sim_physics/source/blender/src/imagepaint.c
    branches/sim_physics/source/blender/src/interface.c
    branches/sim_physics/source/blender/src/parametrizer.c
    branches/sim_physics/source/blender/src/parametrizer.h
    branches/sim_physics/source/blender/src/poseobject.c
    branches/sim_physics/source/blender/src/radialcontrol.c
    branches/sim_physics/source/blender/src/reeb.c
    branches/sim_physics/source/blender/src/sculptmode.c
    branches/sim_physics/source/blender/src/seqeffects.c
    branches/sim_physics/source/blender/src/sequence.c
    branches/sim_physics/source/blender/src/space.c
    branches/sim_physics/source/blender/src/transform_conversions.c
    branches/sim_physics/source/blender/src/transform_snap.c
    branches/sim_physics/source/blender/src/unwrapper.c
    branches/sim_physics/source/blender/src/usiblender.c
    branches/sim_physics/source/blender/src/view.c
    branches/sim_physics/source/creator/CMakeLists.txt
    branches/sim_physics/source/creator/Makefile
    branches/sim_physics/source/creator/SConscript
    branches/sim_physics/source/darwin/Makefile
    branches/sim_physics/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
    branches/sim_physics/source/gameengine/BlenderRoutines/CMakeLists.txt
    branches/sim_physics/source/gameengine/BlenderRoutines/KX_BlenderKeyboardDevice.cpp
    branches/sim_physics/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.cpp
    branches/sim_physics/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.h
    branches/sim_physics/source/gameengine/BlenderRoutines/Makefile
    branches/sim_physics/source/gameengine/BlenderRoutines/SConscript
    branches/sim_physics/source/gameengine/Converter/BL_ActionActuator.cpp
    branches/sim_physics/source/gameengine/Converter/BL_ActionActuator.h
    branches/sim_physics/source/gameengine/Converter/BL_BlenderDataConversion.cpp
    branches/sim_physics/source/gameengine/Converter/BL_MeshDeformer.cpp
    branches/sim_physics/source/gameengine/Converter/BL_ShapeActionActuator.cpp
    branches/sim_physics/source/gameengine/Converter/BL_ShapeActionActuator.h
    branches/sim_physics/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
    branches/sim_physics/source/gameengine/Converter/KX_ConvertActuators.cpp
    branches/sim_physics/source/gameengine/Converter/KX_ConvertControllers.cpp
    branches/sim_physics/source/gameengine/Converter/KX_ConvertSensors.cpp
    branches/sim_physics/source/gameengine/Converter/KX_IpoConvert.cpp
    branches/sim_physics/source/gameengine/Converter/SConscript
    branches/sim_physics/source/gameengine/Expressions/BoolValue.cpp
    branches/sim_physics/source/gameengine/Expressions/BoolValue.h
    branches/sim_physics/source/gameengine/Expressions/ConstExpr.cpp
    branches/sim_physics/source/gameengine/Expressions/ConstExpr.h
    branches/sim_physics/source/gameengine/Expressions/EmptyValue.cpp
    branches/sim_physics/source/gameengine/Expressions/EmptyValue.h
    branches/sim_physics/source/gameengine/Expressions/ErrorValue.cpp
    branches/sim_physics/source/gameengine/Expressions/ErrorValue.h
    branches/sim_physics/source/gameengine/Expressions/FloatValue.cpp
    branches/sim_physics/source/gameengine/Expressions/FloatValue.h
    branches/sim_physics/source/gameengine/Expressions/InputParser.cpp
    branches/sim_physics/source/gameengine/Expressions/InputParser.h
    branches/sim_physics/source/gameengine/Expressions/IntValue.cpp
    branches/sim_physics/source/gameengine/Expressions/IntValue.h
    branches/sim_physics/source/gameengine/Expressions/ListValue.cpp
    branches/sim_physics/source/gameengine/Expressions/ListValue.h
    branches/sim_physics/source/gameengine/Expressions/PyObjectPlus.cpp
    branches/sim_physics/source/gameengine/Expressions/PyObjectPlus.h
    branches/sim_physics/source/gameengine/Expressions/SConscript
    branches/sim_physics/source/gameengine/Expressions/StringValue.cpp
    branches/sim_physics/source/gameengine/Expressions/StringValue.h
    branches/sim_physics/source/gameengine/Expressions/Value.cpp
    branches/sim_physics/source/gameengine/Expressions/Value.h
    branches/sim_physics/source/gameengine/Expressions/VectorValue.cpp
    branches/sim_physics/source/gameengine/Expressions/VectorValue.h
    branches/sim_physics/source/gameengine/Expressions/VoidValue.h
    branches/sim_physics/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
    branches/sim_physics/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
    branches/sim_physics/source/gameengine/GameLogic/Joystick/SCA_JoystickDefines.h
    branches/sim_physics/source/gameengine/GameLogic/Joystick/SCA_JoystickEvents.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_2DFilterActuator.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_2DFilterActuator.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_ANDController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ANDController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_ActuatorSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ActuatorSensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_AlwaysSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_AlwaysSensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_DelaySensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_DelaySensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_ExpressionController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ExpressionController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_IActuator.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_IActuator.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_IController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ILogicBrick.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ILogicBrick.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_IObject.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_IObject.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_ISensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ISensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_JoystickSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_JoystickSensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_KeyboardSensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_MouseSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_MouseSensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_NANDController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_NANDController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_NORController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_NORController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_ORController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ORController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_PropertyActuator.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_PropertyActuator.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_PropertySensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_PropertySensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_PythonController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_PythonController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_RandomActuator.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_RandomActuator.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_RandomSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_RandomSensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_XNORController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_XNORController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_XORController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_XORController.h
    branches/sim_physics/source/gameengine/GameLogic/SConscript
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/BlenderPlayerCtl.cpp
    branches/sim_physics/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp
    branches/sim_physics/source/gameengine/GamePlayer/common/GPC_RenderTools.cpp
    branches/sim_physics/source/gameengine/GamePlayer/common/GPC_RenderTools.h
    branches/sim_physics/source/gameengine/GamePlayer/common/SConscript
    branches/sim_physics/source/gameengine/GamePlayer/common/windows/Makefile
    branches/sim_physics/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
    branches/sim_physics/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
    branches/sim_physics/source/gameengine/GamePlayer/ghost/SConscript
    branches/sim_physics/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.cpp
    branches/sim_physics/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_services.cpp
    branches/sim_physics/source/gameengine/Ketsji/BL_BlenderShader.cpp
    branches/sim_physics/source/gameengine/Ketsji/BL_Shader.cpp
    branches/sim_physics/source/gameengine/Ketsji/BL_Shader.h
    branches/sim_physics/source/gameengine/Ketsji/BL_Texture.cpp
    branches/sim_physics/source/gameengine/Ketsji/CMakeLists.txt
    branches/sim_physics/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.cpp
    branches/sim_physics/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.h
    branches/sim_physics/source/gameengine/Ketsji/KXNetwork/SConscript
    branches/sim_physics/source/gameengine/Ketsji/KX_BlenderMaterial.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_BlenderMaterial.h
    branches/sim_physics/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_BulletPhysicsController.h
    branches/sim_physics/source/gameengine/Ketsji/KX_CDActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_CDActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_Camera.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_Camera.h
    branches/sim_physics/source/gameengine/Ketsji/KX_CameraActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_CameraActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_ClientObjectInfo.h
    branches/sim_physics/source/gameengine/Ketsji/KX_ConstraintActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ConstraintActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ConstraintWrapper.h
    branches/sim_physics/source/gameengine/Ketsji/KX_ConvertPhysicsObject.h
    branches/sim_physics/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_GameActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_GameActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_GameObject.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_GameObject.h
    branches/sim_physics/source/gameengine/Ketsji/KX_IPO_SGController.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_IPhysicsController.h
    branches/sim_physics/source/gameengine/Ketsji/KX_IpoActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_IpoActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_KetsjiEngine.h
    branches/sim_physics/source/gameengine/Ketsji/KX_Light.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_Light.h
    branches/sim_physics/source/gameengine/Ketsji/KX_MeshProxy.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_MeshProxy.h
    branches/sim_physics/source/gameengine/Ketsji/KX_MotionState.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_MotionState.h
    branches/sim_physics/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_MouseFocusSensor.h
    branches/sim_physics/source/gameengine/Ketsji/KX_NearSensor.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_NearSensor.h
    branches/sim_physics/source/gameengine/Ketsji/KX_ObjectActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ObjectActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_OdePhysicsController.h
    branches/sim_physics/source/gameengine/Ketsji/KX_ParentActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ParentActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PolyProxy.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PolyProxy.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PolygonMaterial.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PolygonMaterial.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PyMath.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PyMath.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInit.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInit.h
    branches/sim_physics/source/gameengine/Ketsji/KX_RadarSensor.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_RadarSensor.h
    branches/sim_physics/source/gameengine/Ketsji/KX_RayCast.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_RaySensor.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_RaySensor.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_DynamicActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_DynamicActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_EndObjectActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_EndObjectActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SG_NodeRelationships.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SG_NodeRelationships.h
    branches/sim_physics/source/gameengine/Ketsji/KX_Scene.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_Scene.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SceneActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SceneActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SoundActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SoundActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_StateActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_StateActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SumoPhysicsController.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SumoPhysicsController.h
    branches/sim_physics/source/gameengine/Ketsji/KX_TouchSensor.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_TouchSensor.h
    branches/sim_physics/source/gameengine/Ketsji/KX_TrackToActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_TrackToActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_VehicleWrapper.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_VehicleWrapper.h
    branches/sim_physics/source/gameengine/Ketsji/KX_VertexProxy.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_VertexProxy.h
    branches/sim_physics/source/gameengine/Ketsji/KX_VisibilityActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_VisibilityActuator.h
    branches/sim_physics/source/gameengine/Ketsji/SConscript
    branches/sim_physics/source/gameengine/Network/NG_NetworkScene.h
    branches/sim_physics/source/gameengine/Physics/BlOde/OdePhysicsController.h
    branches/sim_physics/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.h
    branches/sim_physics/source/gameengine/Physics/Bullet/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdPhysicsController.h
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h
    branches/sim_physics/source/gameengine/Physics/Bullet/Makefile
    branches/sim_physics/source/gameengine/Physics/Bullet/SConscript
    branches/sim_physics/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.h
    branches/sim_physics/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Scene.h
    branches/sim_physics/source/gameengine/Physics/Sumo/SumoPhysicsController.h
    branches/sim_physics/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.h
    branches/sim_physics/source/gameengine/Physics/common/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/common/PHY_DynamicTypes.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IMotionState.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IPhysicsController.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_Pro.h
    branches/sim_physics/source/gameengine/Physics/common/SConscript
    branches/sim_physics/source/gameengine/PyDoc/BL_ActionActuator.py
    branches/sim_physics/source/gameengine/PyDoc/BL_ShapeActionActuator.py
    branches/sim_physics/source/gameengine/PyDoc/GameKeys.py
    branches/sim_physics/source/gameengine/PyDoc/GameLogic.py
    branches/sim_physics/source/gameengine/PyDoc/KX_CDActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_Camera.py
    branches/sim_physics/source/gameengine/PyDoc/KX_CameraActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_ConstraintActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_GameActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_GameObject.py
    branches/sim_physics/source/gameengine/PyDoc/KX_IpoActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_MeshProxy.py
    branches/sim_physics/source/gameengine/PyDoc/KX_MouseFocusSensor.py
    branches/sim_physics/source/gameengine/PyDoc/KX_NearSensor.py
    branches/sim_physics/source/gameengine/PyDoc/KX_NetworkMessageActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_NetworkMessageSensor.py
    branches/sim_physics/source/gameengine/PyDoc/KX_ParentActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_RadarSensor.py
    branches/sim_physics/source/gameengine/PyDoc/KX_RaySensor.py
    branches/sim_physics/source/gameengine/PyDoc/KX_SCA_AddObjectActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_SCA_ReplaceMeshActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_Scene.py
    branches/sim_physics/source/gameengine/PyDoc/KX_SceneActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_SoundActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_StateActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_TouchSensor.py
    branches/sim_physics/source/gameengine/PyDoc/KX_TrackToActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_VertexProxy.py
    branches/sim_physics/source/gameengine/PyDoc/KX_VisibilityActuator.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_DelaySensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_JoystickSensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_KeyboardSensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_MouseSensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_PythonController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_RandomSensor.py
    branches/sim_physics/source/gameengine/PyDoc/SConscript
    branches/sim_physics/source/gameengine/PyDoc/WhatsNew.py
    branches/sim_physics/source/gameengine/PyDoc/epy_docgen.sh
    branches/sim_physics/source/gameengine/Rasterizer/RAS_2DFilterManager.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_BucketManager.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_FramingManager.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_IRasterizer.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_IRenderTools.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_LightObject.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_MaterialBucket.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_MeshObject.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_MeshObject.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_ListRasterizer.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_ListRasterizer.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript
    branches/sim_physics/source/gameengine/Rasterizer/RAS_Polygon.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_Polygon.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_TexVert.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_TexVert.h
    branches/sim_physics/source/gameengine/Rasterizer/SConscript
    branches/sim_physics/source/gameengine/SConscript
    branches/sim_physics/source/gameengine/SceneGraph/SConscript
    branches/sim_physics/source/gameengine/SceneGraph/SG_BBox.cpp
    branches/sim_physics/source/gameengine/SceneGraph/SG_BBox.h
    branches/sim_physics/source/gameengine/SceneGraph/SG_IObject.cpp
    branches/sim_physics/source/gameengine/SceneGraph/SG_IObject.h
    branches/sim_physics/source/gameengine/SceneGraph/SG_Node.cpp
    branches/sim_physics/source/gameengine/SceneGraph/SG_Node.h
    branches/sim_physics/source/gameengine/SceneGraph/SG_ParentRelation.h
    branches/sim_physics/source/gameengine/SceneGraph/SG_Spatial.cpp
    branches/sim_physics/source/gameengine/SceneGraph/SG_Spatial.h
    branches/sim_physics/source/gameengine/VideoTexture/CMakeLists.txt
    branches/sim_physics/source/gameengine/VideoTexture/FilterBase.cpp
    branches/sim_physics/source/gameengine/VideoTexture/FilterNormal.cpp
    branches/sim_physics/source/gameengine/VideoTexture/FilterSource.h
    branches/sim_physics/source/gameengine/VideoTexture/ImageRender.cpp
    branches/sim_physics/source/gameengine/VideoTexture/Makefile
    branches/sim_physics/source/gameengine/VideoTexture/SConscript
    branches/sim_physics/source/gameengine/VideoTexture/VideoBase.cpp
    branches/sim_physics/source/gameengine/VideoTexture/VideoFFmpeg.cpp
    branches/sim_physics/source/gameengine/VideoTexture/VideoFFmpeg.h
    branches/sim_physics/source/gameengine/VideoTexture/blendVideoTex.cpp
    branches/sim_physics/source/nan_compile.mk
    branches/sim_physics/source/nan_definitions.mk
    branches/sim_physics/source/tools/MakeCursor.py
    branches/sim_physics/source/tools/guess/config.guess
    branches/sim_physics/tools/Blender.py
    branches/sim_physics/tools/btools.py

Added Paths:
-----------
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btGhostObject.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btGhostObject.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexPointCloudShape.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btActionInterface.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aac.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aac_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aacdectab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aacenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aacpsy.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aacpsy.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aactab.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aactab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aandcttab.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aandcttab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec_data.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec_data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_filters.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_filters.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_pitch_delay.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_pitch_delay.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_vectors.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_vectors.h
    branches/sim_physics/extern/ffmpeg/libavcodec/alacenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/asm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_arm_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_iwmmxt_rnd_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_neon.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_neon_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_vfp.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/float_arm_vfp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/h264dsp_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/h264idct_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/jrevdct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_armv5te.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_armv5te_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_armv5te.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_armv6.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/audioconvert.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bfi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_filters.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_filters.h
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_math.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_math.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dirac_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhd_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhdenc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/eac3dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eacmv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eaidct.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatgq.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatgv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatqi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/faxcompr.c
    branches/sim_physics/extern/ffmpeg/libavcodec/faxcompr.h
    branches/sim_physics/extern/ffmpeg/libavcodec/flac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/flacdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/g729.h
    branches/sim_physics/extern/ffmpeg/libavcodec/g729data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/g729dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/iirfilter.c
    branches/sim_physics/extern/ffmpeg/libavcodec/iirfilter.h
    branches/sim_physics/extern/ffmpeg/libavcodec/imgconvert_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/internal.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac_libschro.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac_libschro.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdiracdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libdiracenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libopenjpeg.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedinger.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedinger.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedingerdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedingerenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libspeexdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lpc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lpc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/lsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lsp.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mlp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mlp.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mlpdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/motionpixels.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegvideo_xvmc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msrledec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msrledec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoserenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/options.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pixdesc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pixdesc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelp_lsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelpdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelpdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rdft.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rv40dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau_internal.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vp3_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp6dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/cavsdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/cpuid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dnxhd_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_h264_template_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_h264_template_ssse3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_avg_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_qns_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_rnd_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_yasm.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputilenc_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fdct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_3dn.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_3dn2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_mmx.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_sse.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/flacdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_deblock_sse2.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_i386.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_idct_sse2.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_mmx_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_sse2_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_xvid.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/motion_est_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mpegvideo_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mpegvideo_mmx_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/rv40dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/simple_idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/snowdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vc1dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/x86inc.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/x86util.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/xvmc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/xvmc_internal.h
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-common.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-dec.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-enc.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio.h
    branches/sim_physics/extern/ffmpeg/libavdevice/oss_audio.c
    branches/sim_physics/extern/ffmpeg/libavformat/asfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/asfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/assdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/assenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/audiointerleave.c
    branches/sim_physics/extern/ffmpeg/libavformat/audiointerleave.h
    branches/sim_physics/extern/ffmpeg/libavformat/bfi.c
    branches/sim_physics/extern/ffmpeg/libavformat/ffm.h
    branches/sim_physics/extern/ffmpeg/libavformat/ffmdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/ffmenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacenc.h
    branches/sim_physics/extern/ffmpeg/libavformat/gopher.c
    branches/sim_physics/extern/ffmpeg/libavformat/id3v2.c
    branches/sim_physics/extern/ffmpeg/libavformat/id3v2.h
    branches/sim_physics/extern/ffmpeg/libavformat/internal.h
    branches/sim_physics/extern/ffmpeg/libavformat/iss.c
    branches/sim_physics/extern/ffmpeg/libavformat/metadata.c
    branches/sim_physics/extern/ffmpeg/libavformat/metadata.h
    branches/sim_physics/extern/ffmpeg/libavformat/metadata_compat.c
    branches/sim_physics/extern/ffmpeg/libavformat/mvi.c
    branches/sim_physics/extern/ffmpeg/libavformat/mxf.h
    branches/sim_physics/extern/ffmpeg/libavformat/mxfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/mxfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/ncdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/oma.c
    branches/sim_physics/extern/ffmpeg/libavformat/options.c
    branches/sim_physics/extern/ffmpeg/libavformat/r3d.c
    branches/sim_physics/extern/ffmpeg/libavformat/rdt.c
    branches/sim_physics/extern/ffmpeg/libavformat/rdt.h
    branches/sim_physics/extern/ffmpeg/libavformat/rm.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtpdec.h
    branches/sim_physics/extern/ffmpeg/libavformat/rtpenc.h
    branches/sim_physics/extern/ffmpeg/libavformat/swf.h
    branches/sim_physics/extern/ffmpeg/libavformat/swfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/swfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/vc1testenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/xa.c
    branches/sim_physics/extern/ffmpeg/libavutil/arm/
    branches/sim_physics/extern/ffmpeg/libavutil/arm/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/avstring.c
    branches/sim_physics/extern/ffmpeg/libavutil/bfin/
    branches/sim_physics/extern/ffmpeg/libavutil/bfin/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/lfg.c
    branches/sim_physics/extern/ffmpeg/libavutil/lfg.h
    branches/sim_physics/extern/ffmpeg/libavutil/pca.c
    branches/sim_physics/extern/ffmpeg/libavutil/pca.h
    branches/sim_physics/extern/ffmpeg/libavutil/pixfmt.h
    branches/sim_physics/extern/ffmpeg/libavutil/sh4/
    branches/sim_physics/extern/ffmpeg/libavutil/sh4/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/timer.h
    branches/sim_physics/extern/ffmpeg/libavutil/utils.c
    branches/sim_physics/extern/ffmpeg/libavutil/x86/
    branches/sim_physics/extern/ffmpeg/libavutil/x86/bswap.h
    branches/sim_physics/extern/ffmpeg/libswscale/swscale_avoption.c
    branches/sim_physics/extern/ffmpeg/subdir.mak
    branches/sim_physics/extern/libopenjpeg/CMakeLists.txt
    branches/sim_physics/extern/libopenjpeg/Makefile
    branches/sim_physics/extern/x264/common/vlc.c
    branches/sim_physics/extern/x264/common/x86/
    branches/sim_physics/extern/x264/common/x86/cabac-a.asm
    branches/sim_physics/extern/x264/common/x86/cpu-a.asm
    branches/sim_physics/extern/x264/common/x86/dct-32.asm
    branches/sim_physics/extern/x264/common/x86/dct-64.asm
    branches/sim_physics/extern/x264/common/x86/dct-a.asm
    branches/sim_physics/extern/x264/common/x86/dct.h
    branches/sim_physics/extern/x264/common/x86/deblock-a.asm
    branches/sim_physics/extern/x264/common/x86/mc-a.asm
    branches/sim_physics/extern/x264/common/x86/mc-a2.asm
    branches/sim_physics/extern/x264/common/x86/mc-c.c
    branches/sim_physics/extern/x264/common/x86/mc.h
    branches/sim_physics/extern/x264/common/x86/pixel-32.asm
    branches/sim_physics/extern/x264/common/x86/pixel-a.asm
    branches/sim_physics/extern/x264/common/x86/pixel.h
    branches/sim_physics/extern/x264/common/x86/predict-a.asm
    branches/sim_physics/extern/x264/common/x86/predict-c.c
    branches/sim_physics/extern/x264/common/x86/predict.h
    branches/sim_physics/extern/x264/common/x86/quant-a.asm
    branches/sim_physics/extern/x264/common/x86/quant.h
    branches/sim_physics/extern/x264/common/x86/sad-a.asm
    branches/sim_physics/extern/x264/common/x86/util.h
    branches/sim_physics/extern/x264/common/x86/x86inc.asm
    branches/sim_physics/extern/x264/common/x86/x86util.asm
    branches/sim_physics/release/freedesktop/blender.desktop
    branches/sim_physics/release/scripts/mesh_poly_reduce_grid.py
    branches/sim_physics/release/scripts/scripttemplate_camera_object.py
    branches/sim_physics/release/windows/extra/python26.zip
    branches/sim_physics/source/blender/include/BDR_sketch.h
    branches/sim_physics/source/blender/include/BIF_generate.h
    branches/sim_physics/source/blender/include/BIF_retarget.h
    branches/sim_physics/source/blender/include/BIF_sketch.h
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_compose.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_decompose.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_scale.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_valToNor.c
    branches/sim_physics/source/blender/python/api2_2x/bpy_internal_import.c
    branches/sim_physics/source/blender/python/api2_2x/bpy_internal_import.h
    branches/sim_physics/source/blender/src/editarmature_generate.c
    branches/sim_physics/source/blender/src/editarmature_retarget.c
    branches/sim_physics/source/blender/src/editarmature_sketch.c
    branches/sim_physics/source/gameengine/Ketsji/KX_Dome.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_Dome.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInitTypes.h
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdGraphicController.cpp
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdGraphicController.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IController.cpp
    branches/sim_physics/source/gameengine/Physics/common/PHY_IController.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IGraphicController.cpp
    branches/sim_physics/source/gameengine/Physics/common/PHY_IGraphicController.h
    branches/sim_physics/source/gameengine/PyDoc/BL_Shader.py
    branches/sim_physics/source/gameengine/PyDoc/CListValue.py
    branches/sim_physics/source/gameengine/PyDoc/GameTypes.py
    branches/sim_physics/source/gameengine/PyDoc/KX_BlenderMaterial.py
    branches/sim_physics/source/gameengine/PyDoc/KX_ConstraintWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/KX_LightObject.py
    branches/sim_physics/source/gameengine/PyDoc/KX_PhysicsObjectWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/KX_SCA_DynamicActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_VehicleWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_2DFilterActuator.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_ActuatorSensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_NANDController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_NORController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_XNORController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_XORController.py
    branches/sim_physics/source/gameengine/PyDoc/bge_api_validate_py.txt

Removed Paths:
-------------
    branches/sim_physics/extern/ffmpeg/common.mak
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/asm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_arm_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_iwmmxt_rnd_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_neon.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_neon_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_vfp.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/float_arm_vfp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/h264dsp_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/h264idct_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/jrevdct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_armv5te.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_armv5te_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_armv5te.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_armv6.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/dsputil_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/dsputil_arm_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/dsputil_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/dsputil_iwmmxt_rnd.h
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/jrevdct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/mpegvideo_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/mpegvideo_armv5te.c
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/mpegvideo_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/simple_idct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/simple_idct_armv5te.S
    branches/sim_physics/extern/ffmpeg/libavcodec/armv4l/simple_idct_armv6.S
    branches/sim_physics/extern/ffmpeg/libavcodec/flac.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/cavsdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/cputest.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/dsputil_h264_template_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/dsputil_h264_template_ssse3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/dsputil_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/dsputil_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/dsputil_mmx_avg.h
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/dsputil_mmx_qns.h
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/dsputil_mmx_rnd.h
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/dsputilenc_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/fdct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/fft_3dn.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/fft_3dn2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/fft_sse.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/flacdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/h264dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/idct_mmx_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/motion_est_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/mpegvideo_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/mpegvideo_mmx_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/simple_idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/snowdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/vc1dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/vp3dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/vp3dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/vp3dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/i386/vp3dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/imgconvert_template.h
    branches/sim_physics/extern/ffmpeg/libavcodec/liba52.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/cavsdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/cpuid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dnxhd_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_h264_template_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_h264_template_ssse3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_avg_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_qns_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_rnd_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_yasm.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputilenc_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fdct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_3dn.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_3dn2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_mmx.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_sse.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/flacdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_deblock_sse2.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_i386.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_idct_sse2.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_mmx_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_sse2_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_xvid.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/motion_est_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mpegvideo_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mpegvideo_mmx_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/rv40dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/simple_idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/snowdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vc1dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/x86inc.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/x86util.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/xvmc_render.h
    branches/sim_physics/extern/ffmpeg/libavcodec/xvmcvideo.c
    branches/sim_physics/extern/ffmpeg/libavdevice/audio.c
    branches/sim_physics/extern/ffmpeg/libavformat/asf-enc.c
    branches/sim_physics/extern/ffmpeg/libavformat/ffm.c
    branches/sim_physics/extern/ffmpeg/libavformat/gifdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtp_aac.h
    branches/sim_physics/extern/ffmpeg/libavformat/rtp_internal.h
    branches/sim_physics/extern/ffmpeg/libavformat/rtp_mpv.h
    branches/sim_physics/extern/ffmpeg/libavformat/swf.c
    branches/sim_physics/extern/ffmpeg/libavutil/arm/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/bfin/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/sh4/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/string.c
    branches/sim_physics/extern/ffmpeg/libavutil/x86/bswap.h
    branches/sim_physics/extern/ffmpeg/libswscale/swscale_avoption.c
    branches/sim_physics/extern/libopenjpeg/t1_generate_luts.c
    branches/sim_physics/extern/x264/common/x86/cabac-a.asm
    branches/sim_physics/extern/x264/common/x86/cpu-a.asm
    branches/sim_physics/extern/x264/common/x86/dct-32.asm
    branches/sim_physics/extern/x264/common/x86/dct-64.asm
    branches/sim_physics/extern/x264/common/x86/dct-a.asm
    branches/sim_physics/extern/x264/common/x86/dct.h
    branches/sim_physics/extern/x264/common/x86/deblock-a.asm
    branches/sim_physics/extern/x264/common/x86/mc-a.asm
    branches/sim_physics/extern/x264/common/x86/mc-a2.asm
    branches/sim_physics/extern/x264/common/x86/mc-c.c
    branches/sim_physics/extern/x264/common/x86/mc.h
    branches/sim_physics/extern/x264/common/x86/pixel-32.asm
    branches/sim_physics/extern/x264/common/x86/pixel-a.asm
    branches/sim_physics/extern/x264/common/x86/pixel.h
    branches/sim_physics/extern/x264/common/x86/predict-a.asm
    branches/sim_physics/extern/x264/common/x86/predict-c.c
    branches/sim_physics/extern/x264/common/x86/predict.h
    branches/sim_physics/extern/x264/common/x86/quant-a.asm
    branches/sim_physics/extern/x264/common/x86/quant.h
    branches/sim_physics/extern/x264/common/x86/sad-a.asm
    branches/sim_physics/extern/x264/common/x86/util.h
    branches/sim_physics/extern/x264/common/x86/x86inc.asm
    branches/sim_physics/extern/x264/common/x86/x86util.asm
    branches/sim_physics/release/scripts/scripttemplate_camer_object.py
    branches/sim_physics/source/blender/src/autoarmature.c
    branches/sim_physics/source/gameengine/Ketsji/KX_CameraActuator.cpp.bras
    branches/sim_physics/source/gameengine/PyDoc/KX_ActuatorSensor.py
    branches/sim_physics/source/gameengine/PyDoc/KX_Light.py

Property Changed:
----------------
    branches/sim_physics/CMakeLists.txt
    branches/sim_physics/blenderplayer/CMakeLists.txt
    branches/sim_physics/config/irix6-config.py
    branches/sim_physics/doc/BL-license.txt
    branches/sim_physics/doc/GPL-license.txt
    branches/sim_physics/doc/bf-members.txt
    branches/sim_physics/doc/blender-cmake.txt
    branches/sim_physics/doc/blender-guardedalloc.txt
    branches/sim_physics/doc/blender-scons-dev.txt
    branches/sim_physics/doc/blender-scons.txt
    branches/sim_physics/doc/interface_API.txt
    branches/sim_physics/doc/oldbugs.txt
    branches/sim_physics/doc/python-dev-guide.txt
    branches/sim_physics/intern/CMakeLists.txt
    branches/sim_physics/intern/SoundSystem/CMakeLists.txt
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/SoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/dummy/DummySoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/openal/OpenALSoundSystem.dsp
    branches/sim_physics/intern/bmfont/CMakeLists.txt
    branches/sim_physics/intern/bmfont/intern/BDF2BMF.py
    branches/sim_physics/intern/bmfont/make/msvc_6_0/bmfont.dsp
    branches/sim_physics/intern/bmfont/make/msvc_6_0/bmfont.dsw
    branches/sim_physics/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsp
    branches/sim_physics/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsw
    branches/sim_physics/intern/boolop/CMakeLists.txt
    branches/sim_physics/intern/boolop/intern/BOP_Merge2.cpp
    branches/sim_physics/intern/boolop/intern/BOP_Merge2.h
    branches/sim_physics/intern/boolop/intern/BOP_Misc.h
    branches/sim_physics/intern/boolop/make/msvc_6_0/boolop.dsp
    branches/sim_physics/intern/bsp/CMakeLists.txt
    branches/sim_physics/intern/bsp/make/msvc6_0/bsplib.dsp
    branches/sim_physics/intern/bsp/make/msvc6_0/bsplib.dsw
    branches/sim_physics/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsp
    branches/sim_physics/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsw
    branches/sim_physics/intern/container/CMakeLists.txt
    branches/sim_physics/intern/container/make/msvc_6_0/container.dsp
    branches/sim_physics/intern/container/make/msvc_6_0/container.dsw
    branches/sim_physics/intern/decimation/CMakeLists.txt
    branches/sim_physics/intern/decimation/make/msvc_6_0/decimation.dsp
    branches/sim_physics/intern/decimation/make/msvc_6_0/decimation.dsw
    branches/sim_physics/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsp
    branches/sim_physics/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsw
    branches/sim_physics/intern/elbeem/CMakeLists.txt
    branches/sim_physics/intern/elbeem/intern/controlparticles.cpp
    branches/sim_physics/intern/elbeem/intern/controlparticles.h
    branches/sim_physics/intern/elbeem/intern/elbeem_control.cpp
    branches/sim_physics/intern/elbeem/intern/elbeem_control.h
    branches/sim_physics/intern/elbeem/intern/mvmcoords.cpp
    branches/sim_physics/intern/elbeem/intern/mvmcoords.h
    branches/sim_physics/intern/elbeem/intern/paraloopend.h
    branches/sim_physics/intern/elbeem/intern/solver_control.cpp
    branches/sim_physics/intern/elbeem/intern/solver_control.h
    branches/sim_physics/intern/elbeem/make/msvc_6_0/elbeem.dsp
    branches/sim_physics/intern/ghost/CMakeLists.txt
    branches/sim_physics/intern/ghost/intern/GHOST_EventNDOF.h
    branches/sim_physics/intern/ghost/intern/GHOST_NDOFManager.cpp
    branches/sim_physics/intern/ghost/intern/GHOST_NDOFManager.h
    branches/sim_physics/intern/ghost/make/msvc/ghost.dsp
    branches/sim_physics/intern/ghost/make/msvc/ghost.dsw
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/gears.dsp
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/gears_C.dsp
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/ghost_test.dsw
    branches/sim_physics/intern/guardedalloc/BLO_sys_types.h
    branches/sim_physics/intern/guardedalloc/CMakeLists.txt
    branches/sim_physics/intern/guardedalloc/intern/mmap_win.c
    branches/sim_physics/intern/guardedalloc/make/msvc_6_0/guardedalloc.dsp
    branches/sim_physics/intern/guardedalloc/mmap_win.h
    branches/sim_physics/intern/iksolver/CMakeLists.txt
    branches/sim_physics/intern/iksolver/make/msvc_6_0/iksolver.dsp
    branches/sim_physics/intern/iksolver/make/msvc_6_0/iksolver.dsw
    branches/sim_physics/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsp
    branches/sim_physics/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsw
    branches/sim_physics/intern/make/msvc_6_0/build_install_all.dsp
    branches/sim_physics/intern/make/msvc_6_0/intern.dsw
    branches/sim_physics/intern/memutil/CMakeLists.txt
    branches/sim_physics/intern/memutil/make/msvc_60/memutil.dsp
    branches/sim_physics/intern/memutil/make/msvc_60/memutil.dsw
    branches/sim_physics/intern/moto/CMakeLists.txt
    branches/sim_physics/intern/moto/make/msvc_6_0/MoTo.dsp
    branches/sim_physics/intern/moto/make/msvc_6_0/MoTo.dsw
    branches/sim_physics/intern/opennl/CMakeLists.txt
    branches/sim_physics/intern/opennl/doc/OpenNL_License.txt
    branches/sim_physics/intern/opennl/doc/OpenNL_Readme.txt
    branches/sim_physics/intern/opennl/doc/SuperLU_License.txt
    branches/sim_physics/intern/opennl/doc/SuperLU_Readme.txt
    branches/sim_physics/intern/opennl/make/msvc_6_0/OpenNL.dsp
    branches/sim_physics/intern/opennl/make/msvc_6_0/OpenNL.dsw
    branches/sim_physics/intern/opennl/superlu/BLO_sys_types.h
    branches/sim_physics/intern/string/CMakeLists.txt
    branches/sim_physics/intern/string/make/msvc_6_0/string.dsp
    branches/sim_physics/intern/string/make/msvc_6_0/string.dsw
    branches/sim_physics/projectfiles/blender/BLO_readblenfile/BLO_readblenfile.dsp
    branches/sim_physics/projectfiles/blender/BPY_python/BPY_python.dsp
    branches/sim_physics/projectfiles/blender/avi/BL_avi.dsp
    branches/sim_physics/projectfiles/blender/blender.dsp
    branches/sim_physics/projectfiles/blender/blender.dsw
    branches/sim_physics/projectfiles/blender/blenkernel/BKE_blenkernel.dsp
    branches/sim_physics/projectfiles/blender/blenlib/BLI_blenlib.dsp
    branches/sim_physics/projectfiles/blender/blenpluginapi/blenpluginapi/blenpluginapi.dsp
    branches/sim_physics/projectfiles/blender/ftfont/FTF_ftfont.dsp
    branches/sim_physics/projectfiles/blender/glut/BL_glut.dsp
    branches/sim_physics/projectfiles/blender/imbuf/BL_imbuf.dsp
    branches/sim_physics/projectfiles/blender/img/BL_img.dsp
    branches/sim_physics/projectfiles/blender/loader/BLO_loader.dsp
    branches/sim_physics/projectfiles/blender/makesdna/DNA_makesdna.dsp
    branches/sim_physics/projectfiles/blender/radiosity/BRA_radiosity.dsp
    branches/sim_physics/projectfiles/blender/render/BRE_render.dsp
    branches/sim_physics/projectfiles/blender/renderconverter/BRE_renderconverter.dsp
    branches/sim_physics/projectfiles/blender/src/BL_src.dsp
    branches/sim_physics/projectfiles/blender/src/BL_src_cre.dsp
    branches/sim_physics/projectfiles/datatoc/datatoc.dsp
    branches/sim_physics/projectfiles/gameengine/blenderhook/KX_blenderhook.dsp
    branches/sim_physics/projectfiles/gameengine/converter/KX_converter.dsp
    branches/sim_physics/projectfiles/gameengine/expression/EXP_expressions.dsp
    branches/sim_physics/projectfiles/gameengine/gamelogic/SCA_gamelogic.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/axctl/GP_axctl.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/common/GP_common.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/ghost/GP_ghost.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/glut/GP_glut.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/loader/BlenderLoader/BlenderLoader.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/netscape/GP_netscape.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/netscape2/GP_netscape.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/ps2/GP_ps2.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/gp.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/gpplugin.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/qtgp.dsw
    branches/sim_physics/projectfiles/gameengine/gameplayer/sdl/GP_sdl.dsp
    branches/sim_physics/projectfiles/gameengine/ketsji/KX_ketsji.dsp
    branches/sim_physics/projectfiles/gameengine/ketsji/network/KX_network.dsp
    branches/sim_physics/projectfiles/gameengine/network/loopbacknetwork/NG_loopbacknetwork.dsp
    branches/sim_physics/projectfiles/gameengine/network/network/NG_network.dsp
    branches/sim_physics/projectfiles/gameengine/network/terraplaynetwork/NG_terraplaynetwork.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Physics.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.dsp
    branches/sim_physics/projectfiles/gameengine/rasterizer/RAS_rasterizer.dsp
    branches/sim_physics/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp
    branches/sim_physics/projectfiles/gameengine/scenegraph/SG_scenegraph.dsp
    branches/sim_physics/projectfiles/kernel/gen_messaging/gen_messaging.dsp
    branches/sim_physics/projectfiles/kernel/system/SYS_system.dsp
    branches/sim_physics/projectfiles/sumo/fuzzics/SM_fuzzics.dsp
    branches/sim_physics/projectfiles/sumo/moto/SM_moto.dsp
    branches/sim_physics/projectfiles/sumo/solid/SM_solid.dsp
    branches/sim_physics/projectfiles_vc7/sumo/moto/SM_moto.dsp
    branches/sim_physics/projectfiles_vc7/sumo/solid/SM_solid.dsp
    branches/sim_physics/release/beos-4.5-i386/specific.sh
    branches/sim_physics/release/beos-5.0-i386/specific.sh
    branches/sim_physics/release/datafiles/LICENSE-bfont.ttf.txt
    branches/sim_physics/release/freedesktop/icons/scalable/blender.svg
    branches/sim_physics/release/getversion.py
    branches/sim_physics/release/irix-6.2-mips/specific.sh
    branches/sim_physics/release/scripts/bpydata/KUlang.txt
    branches/sim_physics/release/scripts/bpydata/config/readme.txt
    branches/sim_physics/release/scripts/bpydata/readme.txt
    branches/sim_physics/release/scripts/import_web3d.py
    branches/sim_physics/release/scripts/scripttemplate_background_job.py
    branches/sim_physics/release/text/GPL-license.txt
    branches/sim_physics/release/text/Python-license.txt
    branches/sim_physics/release/text/blender.html
    branches/sim_physics/release/text/copyright.txt
    branches/sim_physics/release/text/release_247.txt
    branches/sim_physics/release/text/release_248.txt
    branches/sim_physics/release/windows/installer/02.copyright.txt
    branches/sim_physics/release/windows/installer/03.readme.txt
    branches/sim_physics/release/windows/publ_installer/02.copyright.txt
    branches/sim_physics/release/windows/publ_installer/03.readme.txt
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Action.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Builder.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/CacheDir.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Conftest.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Debug.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Defaults.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Environment.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Errors.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Executor.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Job.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Memoize.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Node/Alias.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Node/FS.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Node/Python.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Node/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/BoolOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/EnumOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/ListOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/PackageOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/PathOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/PathList.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/aix.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/cygwin.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/darwin.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/hpux.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/irix.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/os2.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/posix.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/sunos.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/win32.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/SConf.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/SConsign.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/C.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/D.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/Dir.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/Fortran.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/IDL.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/LaTeX.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/Prog.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/RC.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/Interactive.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/Main.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/SConsOptions.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/SConscript.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Sig.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Subst.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Taskmaster.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/386asm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/BitKeeper.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/CVS.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/FortranCommon.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/JavaCommon.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/Perforce.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/PharLapCommon.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/RCS.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/SCCS.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/Subversion.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/aixc++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/aixcc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/aixf77.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/aixlink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/applelink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/as.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/bcc32.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/c++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/cc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/cvf.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/default.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/dmd.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/dvi.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/dvipdf.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/dvips.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/f77.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/f90.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/f95.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/filesystem.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/fortran.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/g++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/g77.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gas.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gcc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gfortran.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gnulink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gs.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/hpc++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/hpcc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/hplink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/icc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/icl.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ifl.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ifort.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ilink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ilink32.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/install.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/intelc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/jar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/javac.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/javah.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/latex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/lex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/link.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/linkloc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/m4.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/masm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/midl.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mingw.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mslib.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mslink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/msvc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/msvs.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mwcc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mwld.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/nasm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/ipk.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/msi.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/rpm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/src_tarbz2.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/src_targz.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/src_zip.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/tarbz2.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/targz.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/zip.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/pdf.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/pdflatex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/pdftex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/qt.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/rmic.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/rpcgen.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/rpm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sgiar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sgic++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sgicc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sgilink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunc++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/suncc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunf77.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunf90.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunf95.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunlink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/swig.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/tar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/tex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/tlib.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/wix.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/yacc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/zip.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Util.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/BoolVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/EnumVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/ListVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/PackageVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/PathVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Warnings.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_UserString.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_hashlib.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_itertools.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_optparse.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_sets.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_sets15.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_shlex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_subprocess.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_textwrap.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/builtins.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/cpp.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/dblite.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/exitfuncs.py
    branches/sim_physics/scons/scons-time.py
    branches/sim_physics/scons/scons.py
    branches/sim_physics/scons/sconsign.py
    branches/sim_physics/source/CMakeLists.txt
    branches/sim_physics/source/blender/CMakeLists.txt
    branches/sim_physics/source/blender/avi/CMakeLists.txt
    branches/sim_physics/source/blender/blenkernel/BKE_bmesh.h
    branches/sim_physics/source/blender/blenkernel/BKE_bmeshCustomData.h
    branches/sim_physics/source/blender/blenkernel/BKE_bullet.h
    branches/sim_physics/source/blender/blenkernel/BKE_bvhutils.h
    branches/sim_physics/source/blender/blenkernel/BKE_cloth.h
    branches/sim_physics/source/blender/blenkernel/BKE_collision.h
    branches/sim_physics/source/blender/blenkernel/BKE_fluidsim.h
    branches/sim_physics/source/blender/blenkernel/BKE_multires.h
    branches/sim_physics/source/blender/blenkernel/BKE_particle.h
    branches/sim_physics/source/blender/blenkernel/BKE_pointcache.h
    branches/sim_physics/source/blender/blenkernel/BKE_sculpt.h
    branches/sim_physics/source/blender/blenkernel/BKE_shrinkwrap.h
    branches/sim_physics/source/blender/blenkernel/BKE_simple_deform.h
    branches/sim_physics/source/blender/blenkernel/BKE_suggestions.h
    branches/sim_physics/source/blender/blenkernel/CMakeLists.txt
    branches/sim_physics/source/blender/blenkernel/bad_level_call_stubs/CMakeLists.txt
    branches/sim_physics/source/blender/blenkernel/intern/BME_Customdata.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_conversions.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_eulers.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_mesh.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_structure.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_tools.c
    branches/sim_physics/source/blender/blenkernel/intern/bmesh_private.h
    branches/sim_physics/source/blender/blenkernel/intern/bullet.c
    branches/sim_physics/source/blender/blenkernel/intern/bvhutils.c
    branches/sim_physics/source/blender/blenkernel/intern/cloth.c
    branches/sim_physics/source/blender/blenkernel/intern/collision.c
    branches/sim_physics/source/blender/blenkernel/intern/fluidsim.c
    branches/sim_physics/source/blender/blenkernel/intern/implicit.c
    branches/sim_physics/source/blender/blenkernel/intern/multires.c
    branches/sim_physics/source/blender/blenkernel/intern/particle.c
    branches/sim_physics/source/blender/blenkernel/intern/particle_system.c
    branches/sim_physics/source/blender/blenkernel/intern/pointcache.c
    branches/sim_physics/source/blender/blenkernel/intern/shrinkwrap.c
    branches/sim_physics/source/blender/blenkernel/intern/simple_deform.c
    branches/sim_physics/source/blender/blenkernel/intern/suggestions.c
    branches/sim_physics/source/blender/blenkernel/intern/verse_method.c
    branches/sim_physics/source/blender/blenlib/BLI_bpath.h
    branches/sim_physics/source/blender/blenlib/BLI_fnmatch.h
    branches/sim_physics/source/blender/blenlib/BLI_graph.h
    branches/sim_physics/source/blender/blenlib/BLI_kdopbvh.h
    branches/sim_physics/source/blender/blenlib/BLI_kdtree.h
    branches/sim_physics/source/blender/blenlib/BLI_mempool.h
    branches/sim_physics/source/blender/blenlib/CMakeLists.txt
    branches/sim_physics/source/blender/blenlib/intern/BLI_kdopbvh.c
    branches/sim_physics/source/blender/blenlib/intern/BLI_kdtree.c
    branches/sim_physics/source/blender/blenlib/intern/BLI_mempool.c
    branches/sim_physics/source/blender/blenlib/intern/bpath.c
    branches/sim_physics/source/blender/blenlib/intern/fnmatch.c
    branches/sim_physics/source/blender/blenlib/intern/graph.c
    branches/sim_physics/source/blender/blenloader/CMakeLists.txt
    branches/sim_physics/source/blender/blenpluginapi/CMakeLists.txt
    branches/sim_physics/source/blender/ftfont/CMakeLists.txt
    branches/sim_physics/source/blender/gpu/CMakeLists.txt
    branches/sim_physics/source/blender/gpu/GPU_draw.h
    branches/sim_physics/source/blender/gpu/GPU_extensions.h
    branches/sim_physics/source/blender/gpu/GPU_material.h
    branches/sim_physics/source/blender/gpu/Makefile
    branches/sim_physics/source/blender/gpu/intern/Makefile
    branches/sim_physics/source/blender/gpu/intern/gpu_codegen.c
    branches/sim_physics/source/blender/gpu/intern/gpu_codegen.h
    branches/sim_physics/source/blender/gpu/intern/gpu_draw.c
    branches/sim_physics/source/blender/gpu/intern/gpu_extensions.c
    branches/sim_physics/source/blender/gpu/intern/gpu_material.c
    branches/sim_physics/source/blender/gpu/intern/gpu_shader_material.glsl.c
    branches/sim_physics/source/blender/gpu/intern/gpu_shader_vertex.glsl.c
    branches/sim_physics/source/blender/imbuf/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/intern/IMB_jp2.h
    branches/sim_physics/source/blender/imbuf/intern/cineon/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.h
    branches/sim_physics/source/blender/imbuf/intern/dds/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/intern/dds/Color.h
    branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Common.h
    branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Image.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/Image.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Makefile
    branches/sim_physics/source/blender/imbuf/intern/dds/PixelFormat.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Stream.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/Stream.h
    branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.h
    branches/sim_physics/source/blender/imbuf/intern/jp2.c
    branches/sim_physics/source/blender/imbuf/intern/openexr/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/readme.txt
    branches/sim_physics/source/blender/include/BIF_editparticle.h
    branches/sim_physics/source/blender/include/BIF_meshlaplacian.h
    branches/sim_physics/source/blender/include/BIF_radialcontrol.h
    branches/sim_physics/source/blender/include/BSE_editaction_types.h
    branches/sim_physics/source/blender/include/reeb.h
    branches/sim_physics/source/blender/makesdna/CMakeLists.txt
    branches/sim_physics/source/blender/makesdna/DNA_cloth_types.h
    branches/sim_physics/source/blender/makesdna/DNA_particle_types.h
    branches/sim_physics/source/blender/makesdna/intern/CMakeLists.txt
    branches/sim_physics/source/blender/nodes/CMakeLists.txt
    branches/sim_physics/source/blender/nodes/TEX_node.h
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_crop.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_directionalblur.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_glare.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_lensdist.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_tonemap.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_invert.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/Makefile
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_bricks.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_checker.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_coord.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_curves.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_distance.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_hueSatVal.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_image.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_invert.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_math.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_mixRgb.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_output.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_proc.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_rotate.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_texture.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_translate.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_valToRgb.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_viewer.c
    branches/sim_physics/source/blender/nodes/intern/TEX_util.c
    branches/sim_physics/source/blender/nodes/intern/TEX_util.h
    branches/sim_physics/source/blender/python/CMakeLists.txt
    branches/sim_physics/source/blender/python/api2_2x/0-todo.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Blender_API.css
    branches/sim_physics/source/blender/python/api2_2x/doc/Curvedoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Effectdoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Ipodoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Metaballdoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Particle.py
    branches/sim_physics/source/blender/python/api2_2x/doc/Renderlayer.py
    branches/sim_physics/source/blender/python/api2_2x/doc/Worlddoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/epy_docgen.sh
    branches/sim_physics/source/blender/quicktime/CMakeLists.txt
    branches/sim_physics/source/blender/radiosity/CMakeLists.txt
    branches/sim_physics/source/blender/readblenfile/CMakeLists.txt
    branches/sim_physics/source/blender/render/CMakeLists.txt
    branches/sim_physics/source/blender/render/extern/include/RE_raytrace.h
    branches/sim_physics/source/blender/render/intern/include/occlusion.h
    branches/sim_physics/source/blender/render/intern/include/strand.h
    branches/sim_physics/source/blender/render/intern/include/sunsky.h
    branches/sim_physics/source/blender/render/intern/source/occlusion.c
    branches/sim_physics/source/blender/render/intern/source/raytrace.c
    branches/sim_physics/source/blender/render/intern/source/strand.c
    branches/sim_physics/source/blender/render/intern/source/sunsky.c
    branches/sim_physics/source/blender/src/CMakeLists.txt
    branches/sim_physics/source/blender/src/editparticle.c
    branches/sim_physics/source/blender/src/meshlaplacian.c
    branches/sim_physics/source/blender/src/radialcontrol.c
    branches/sim_physics/source/blender/src/reeb.c
    branches/sim_physics/source/blender/src/sculptmode-stroke.c
    branches/sim_physics/source/blender/src/transform_ndofinput.c
    branches/sim_physics/source/blender/src/transform_orientations.c
    branches/sim_physics/source/blender/yafray/CMakeLists.txt
    branches/sim_physics/source/creator/CMakeLists.txt
    branches/sim_physics/source/darwin/Makefile
    branches/sim_physics/source/gameengine/BlenderRoutines/CMakeLists.txt
    branches/sim_physics/source/gameengine/CMakeLists.txt
    branches/sim_physics/source/gameengine/Converter/BL_ShapeActionActuator.cpp
    branches/sim_physics/source/gameengine/Converter/BL_ShapeActionActuator.h
    branches/sim_physics/source/gameengine/Converter/BL_ShapeDeformer.cpp
    branches/sim_physics/source/gameengine/Converter/BL_ShapeDeformer.h
    branches/sim_physics/source/gameengine/Converter/CMakeLists.txt
    branches/sim_physics/source/gameengine/Expressions/CMakeLists.txt
    branches/sim_physics/source/gameengine/GameLogic/CMakeLists.txt
    branches/sim_physics/source/gameengine/GameLogic/SCA_2DFilterActuator.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_2DFilterActuator.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_ActuatorEventManager.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ActuatorEventManager.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_ActuatorSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_ActuatorSensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_DelaySensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_DelaySensor.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_NANDController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_NANDController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_NORController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_NORController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_XNORController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_XNORController.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_XORController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_XORController.h
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/ActiveXandNetscapeTest.html
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.html
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/BlenderPlayerDuo.html
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/ReadMe.txt
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/ReadMeBuilding.txt
    branches/sim_physics/source/gameengine/GamePlayer/CMakeLists.txt
    branches/sim_physics/source/gameengine/GamePlayer/common/CMakeLists.txt
    branches/sim_physics/source/gameengine/GamePlayer/ghost/CMakeLists.txt
    branches/sim_physics/source/gameengine/GamePlayer/netscape/test/resource/test.html
    branches/sim_physics/source/gameengine/GamePlayer/xembed/CMakeLists.txt
    branches/sim_physics/source/gameengine/GamePlayer/xembed/UnixShell.c
    branches/sim_physics/source/gameengine/GamePlayer/xembed/blender_plugin_types.h
    branches/sim_physics/source/gameengine/GamePlayer/xembed/blenderplayer-wrapper.c
    branches/sim_physics/source/gameengine/GamePlayer/xembed/npunix.c
    branches/sim_physics/source/gameengine/Ketsji/BL_BlenderShader.cpp
    branches/sim_physics/source/gameengine/Ketsji/BL_BlenderShader.h
    branches/sim_physics/source/gameengine/Ketsji/CMakeLists.txt
    branches/sim_physics/source/gameengine/Ketsji/KXNetwork/CMakeLists.txt
    branches/sim_physics/source/gameengine/Ketsji/KX_ParentActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ParentActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PolyProxy.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PolyProxy.h
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_DynamicActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_DynamicActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_StateActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_StateActuator.h
    branches/sim_physics/source/gameengine/Network/CMakeLists.txt
    branches/sim_physics/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Bullet/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Dummy/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Sumo/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Sumo/convert.txt
    branches/sim_physics/source/gameengine/Physics/common/CMakeLists.txt
    branches/sim_physics/source/gameengine/PyDoc/BL_ShapeActionActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_ParentActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_PolyProxy.py
    branches/sim_physics/source/gameengine/PyDoc/KX_StateActuator.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_DelaySensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_JoystickSensor.py
    branches/sim_physics/source/gameengine/PyDoc/epy_docgen.sh
    branches/sim_physics/source/gameengine/Rasterizer/CMakeLists.txt
    branches/sim_physics/source/gameengine/Rasterizer/RAS_2DFilterManager.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_2DFilterManager.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Blur2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Dilation2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Erosion2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_GrayScale2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Invert2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Laplacian2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Prewitt2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sepia2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sharpen2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sobel2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/CMakeLists.txt
    branches/sim_physics/source/gameengine/SceneGraph/CMakeLists.txt
    branches/sim_physics/source/gameengine/VideoTexture/BlendType.h
    branches/sim_physics/source/gameengine/VideoTexture/CMakeLists.txt
    branches/sim_physics/source/gameengine/VideoTexture/Common.h
    branches/sim_physics/source/gameengine/VideoTexture/Exception.cpp
    branches/sim_physics/source/gameengine/VideoTexture/Exception.h
    branches/sim_physics/source/gameengine/VideoTexture/FilterBase.cpp
    branches/sim_physics/source/gameengine/VideoTexture/FilterBase.h
    branches/sim_physics/source/gameengine/VideoTexture/FilterBlueScreen.cpp
    branches/sim_physics/source/gameengine/VideoTexture/FilterBlueScreen.h
    branches/sim_physics/source/gameengine/VideoTexture/FilterColor.cpp
    branches/sim_physics/source/gameengine/VideoTexture/FilterColor.h
    branches/sim_physics/source/gameengine/VideoTexture/FilterNormal.cpp
    branches/sim_physics/source/gameengine/VideoTexture/FilterNormal.h
    branches/sim_physics/source/gameengine/VideoTexture/FilterSource.cpp
    branches/sim_physics/source/gameengine/VideoTexture/FilterSource.h
    branches/sim_physics/source/gameengine/VideoTexture/ImageBase.cpp
    branches/sim_physics/source/gameengine/VideoTexture/ImageBase.h
    branches/sim_physics/source/gameengine/VideoTexture/ImageBuff.cpp
    branches/sim_physics/source/gameengine/VideoTexture/ImageBuff.h
    branches/sim_physics/source/gameengine/VideoTexture/ImageMix.cpp
    branches/sim_physics/source/gameengine/VideoTexture/ImageMix.h
    branches/sim_physics/source/gameengine/VideoTexture/ImageRender.cpp
    branches/sim_physics/source/gameengine/VideoTexture/ImageRender.h
    branches/sim_physics/source/gameengine/VideoTexture/ImageViewport.cpp
    branches/sim_physics/source/gameengine/VideoTexture/ImageViewport.h
    branches/sim_physics/source/gameengine/VideoTexture/Makefile
    branches/sim_physics/source/gameengine/VideoTexture/PyTypeList.cpp
    branches/sim_physics/source/gameengine/VideoTexture/PyTypeList.h
    branches/sim_physics/source/gameengine/VideoTexture/Texture.cpp
    branches/sim_physics/source/gameengine/VideoTexture/Texture.h
    branches/sim_physics/source/gameengine/VideoTexture/VideoBase.cpp
    branches/sim_physics/source/gameengine/VideoTexture/VideoBase.h
    branches/sim_physics/source/gameengine/VideoTexture/VideoFFmpeg.cpp
    branches/sim_physics/source/gameengine/VideoTexture/VideoFFmpeg.h
    branches/sim_physics/source/gameengine/VideoTexture/blendVideoTex.cpp
    branches/sim_physics/source/kernel/CMakeLists.txt

Modified: branches/sim_physics/CMakeLists.txt
===================================================================
--- branches/sim_physics/CMakeLists.txt	2009-04-19 22:02:48 UTC (rev 19804)
+++ branches/sim_physics/CMakeLists.txt	2009-04-20 00:19:16 UTC (rev 19805)
@@ -63,7 +63,7 @@
 OPTION(WITH_OPENEXR		"Enable OpenEXR Support (http://www.openexr.com)"	ON)
 OPTION(WITH_DDS			"Enable DDS Support"                                   	ON)
 OPTION(WITH_FFMPEG		"Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu/)"	OFF)
-OPTION(WITH_FFMPEG		"Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu/)"	OFF)
+OPTION(WITH_OPENJPEG		"Enable OpenJpeg Support (http://www.openjpeg.org/)"	OFF)
 OPTION(WITH_OPENAL		"Enable OpenAL Support (http://www.openal.org)"		ON)
 OPTION(WITH_OPENMP		"Enable OpenMP (has to be supported by the compiler)"	OFF)
 OPTION(WITH_WEBPLUGIN		"Enable Web Plugin (Unix only)"				OFF)
@@ -431,6 +431,9 @@
 SET(FTGL_INC ${FTGL}/include)
 SET(FTGL_LIB extern_ftgl)
 
+set(OPENJPEG ${CMAKE_SOURCE_DIR}/extern/libopenjpeg)
+set(OPENJPEG_INC ${OPENJPEG})
+set(OPENJPEG_LIb extern_libopenjpeg)
 
 #-----------------------------------------------------------------------------
 # Blender WebPlugin


Property changes on: branches/sim_physics/CMakeLists.txt
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Modified: branches/sim_physics/INSTALL
===================================================================
--- branches/sim_physics/INSTALL	2009-04-19 22:02:48 UTC (rev 19804)
+++ branches/sim_physics/INSTALL	2009-04-20 00:19:16 UTC (rev 19805)
@@ -16,11 +16,9 @@
 libjpeg:     http://www.ijg.org/
 libpng:      http://www.libpng.org/pub/png/
 zlib:        http://www.gzip.org/zlib/
-ode:         http://opende.sourceforge.net/
 openal:      http://www.openal.org/home/		(for linux/windows)
-    sdl:     http://www.libsdl.org/index.php (for openal)
-    smpeg:   http://www.lokigames.com/development/smpeg.php3 (for openal)
-fmod: http://www.fmod.org/
+             http://kcat.strangesoft.net/openal.html
+sdl:         http://www.libsdl.org
 
 mozilla: http://www.mozilla.org/
 nspr:  ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases
@@ -28,7 +26,7 @@
 
 glut:    http://www.opengl.org/developers/documentation/glut.html
 
-If you do not have OpenGL you will also need mesa:
+If you do not have OpenGL headers and libraries you will also need mesa:
 mesa:    http://www.mesa3d.org
 
 If you want to compile with QuickTime enabled, download the SDK for your OS:
@@ -63,7 +61,7 @@
       ADDED FTGL NOTE:
 _____________________________
 
-ftgl now has been patched so much, that it's included in CVS/lib/
+ftgl now has been patched so much, that it's included in SVN/lib/
 The sources for the patched ftgl will be made available soon...
 
 
@@ -72,8 +70,8 @@
 *********************************************************************
 *********************************************************************
 
-There are two build systems for unixy platforms, the old NaN Makefiles 
-and the brand new SCons-based system.
+There are three build systems for unixy platforms, the old NaN Makefiles 
+and the brand new SCons-based system and CMake.
 
 The NaN system is best understood, if you want to use the configure system,
 please help improve it. SCons has been added as a new build system for
@@ -89,8 +87,8 @@
 
 
 First of all, make sure 
-1) you have the full source tree available, either via CVS or as source download. 
-2) you have the libs dir (CVSROOT/lib/ or bf-blender/lib/ ) checkout as well
+1) you have the full source tree available, either via SVN or as source download. 
+2) you have the libs dir (SVNROOT/lib/ or bf-blender/lib/ ) checkout as well
 
 Read about that here;
 http://www.blender3d.org/cms/Building_Blender.117.0.html
@@ -129,13 +127,13 @@
 
 NOTE 2:
 That same 'guessconfig' name is used to read from bf-blender/lib/
-Since that directory comes from cvs, easiest is to create a symlink to that dir with the
+Since that directory comes from svn, easiest is to create a symlink to that dir with the
 correct name.
 
 
 
 
-----------------------Basic SCon TIPS-----------------------------------
+----------------------Basic SCons TIPS----------------------------------
 
 More documentation on the scons system is available at
 blender/doc/blender-scons.txt and blender/doc/blender-scons-dev.txt.  Where
@@ -146,16 +144,16 @@
 sure these work properly you are ready to build with SCons.
 
 Systems supported at the moment are:
-* Linux (Michel_)
+* Linux (Ken )
 * Windows (jesterKing)
 * Irix (Hos)
 * Cygwin (Michel_)
 * MacOS (sgefant)
 
 All except Linux build with this system against the precompiled libraries,
-so be sure to get them from CVS, ie. for Windows:
+so be sure to get them from SVN, ie. for Windows:
 
-cvs -z3 -d:pserver:anonymous at cvs.blender.org:/cvsroot/bf-blender co lib/windows
+svn co https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows
 
 Be sure to do this at the same level your blender directory is at
 (ie. /home/username/build/blender and /home/username/build/lib/OS).
@@ -205,10 +203,10 @@
 to true you can do this with: export FREE_WINDOWS=true
 
 EXTERNAL LIBARIES
-All external libraries that Blender depends on are found in CVS in 
-precompiled form. If you did not already do so, check out lib/windows from CVS using
+All external libraries that Blender depends on are found in SVN in 
+precompiled form. If you did not already do so, check out lib/windows from SVN using
  
-cvs -z3 -d:pserver:anonymous at cvs.blender.org:/cvsroot/bf-blender co lib/windows
+svn co https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows
 
 [NOTE: Make sure you are in the directory where the blender directory resides,
 NOT in the blender directory itself! lib/windows must be in the same dir as
@@ -305,7 +303,6 @@
 of the external libraries:
 1. jpeg    (fink install libjpeg)
 2. png     (fink install libpng3)
-3. cvs	   (fixes some bugs in the shipped cvs: fink install cvs)
 4. python23 ((adds the static lib for python) fink install python23)
 	You will probably want to select python-nox when
 	it asks you. (Also read python note below)
@@ -318,8 +315,8 @@
 	export PY_FRAMEWORK	= 1    
 
 Step 3:
-The rest of the external libraries are present in CVS in binary format so you
-don't have to download them. Precompiled libraries are found in CVS in 
+The rest of the external libraries are present in SVN in binary format so you
+don't have to download them. Precompiled libraries are found in SVN in 
 directory:
 $NANBLENDERHOME/lib/darwin-6.1-powerpc
 If you are not running on a darwing kernel 6.1 (which is likely if you auto-
@@ -362,7 +359,7 @@
             sudo ln -s /System/Library/Frameworks/OpenGL.framework/Versions/A/Headers /usr/include/GL
 * build the unix version, not the mac one
 * use ./configure then make and make install
-* the CVS version of freetype-config has the path on my computer, adjust it to yours if you want to rebuild fgtl
+* the SVN version of freetype-config has the path on my computer, adjust it to yours if you want to rebuild fgtl
 
 FGTL
 * freetype must be already installed and working

Modified: branches/sim_physics/SConstruct
===================================================================
--- branches/sim_physics/SConstruct	2009-04-19 22:02:48 UTC (rev 19804)
+++ branches/sim_physics/SConstruct	2009-04-20 00:19:16 UTC (rev 19805)
@@ -262,28 +262,35 @@
 	env['WITH_BF_GAMEENGINE'] = False
 
 if 'blenderlite' in B.targets:
-	env['WITH_BF_GAMEENGINE'] = False
-	env['WITH_BF_OPENAL'] = False
-	env['WITH_BF_OPENEXR'] = False
-	env['WITH_BF_ICONV'] = False
-	env['WITH_BF_INTERNATIONAL'] = False
-	env['WITH_BF_OPENJPEG'] = False
-	env['WITH_BF_FFMPEG'] = False
-	env['WITH_BF_QUICKTIME'] = False
-	env['WITH_BF_YAFRAY'] = False
-	env['WITH_BF_REDCODE'] = False
-	env['WITH_BF_FTGL'] = False
-	env['WITH_BF_DDS'] = False
-	env['WITH_BF_ZLIB'] = False
-	env['WITH_BF_SDL'] = False
-	env['WITH_BF_JPEG'] = False
-	env['WITH_BF_PNG'] = False
-	env['WITH_BF_ODE'] = False
-	env['WITH_BF_BULLET'] = False
-	env['WITH_BF_BINRELOC'] = False
-	env['BF_BUILDINFO'] = False
-	env['BF_NO_ELBEEM'] = True
-	env['WITH_BF_PYTHON'] = False
+	target_env_defs = {}
+	target_env_defs['WITH_BF_GAMEENGINE'] = False
+	target_env_defs['WITH_BF_OPENAL'] = False
+	target_env_defs['WITH_BF_OPENEXR'] = False
+	target_env_defs['WITH_BF_ICONV'] = False
+	target_env_defs['WITH_BF_INTERNATIONAL'] = False
+	target_env_defs['WITH_BF_OPENJPEG'] = False
+	target_env_defs['WITH_BF_FFMPEG'] = False
+	target_env_defs['WITH_BF_QUICKTIME'] = False
+	target_env_defs['WITH_BF_YAFRAY'] = False
+	target_env_defs['WITH_BF_REDCODE'] = False
+	target_env_defs['WITH_BF_FTGL'] = False
+	target_env_defs['WITH_BF_DDS'] = False
+	target_env_defs['WITH_BF_ZLIB'] = False
+	target_env_defs['WITH_BF_SDL'] = False
+	target_env_defs['WITH_BF_JPEG'] = False
+	target_env_defs['WITH_BF_PNG'] = False
+	target_env_defs['WITH_BF_ODE'] = False
+	target_env_defs['WITH_BF_BULLET'] = False
+	target_env_defs['WITH_BF_SOLID'] = False
+	target_env_defs['WITH_BF_BINRELOC'] = False
+	target_env_defs['BF_BUILDINFO'] = False
+	target_env_defs['BF_NO_ELBEEM'] = True
+	target_env_defs['WITH_BF_PYTHON'] = False
+	
+	# Merge blenderlite, let command line to override
+	for k,v in target_env_defs.iteritems():
+		if k not in B.arguments:
+			env[k] = v
 
 # lastly we check for root_build_dir ( we should not do before, otherwise we might do wrong builddir
 #B.root_build_dir = B.arguments.get('BF_BUILDDIR', '..'+os.sep+'build'+os.sep+platform+os.sep)
@@ -547,7 +554,9 @@
 	if env['WITH_BF_SDL']:
 		dllsources.append('${BF_SDL_LIBPATH}/SDL.dll')
 	if env['WITH_BF_PYTHON']:
-		dllsources.append('#release/windows/extra/python25.zip')
+		ver = env["BF_PYTHON_VERSION"].replace(".", "")
+		
+		dllsources.append('#release/windows/extra/python' + ver + '.zip')
 		dllsources.append('#release/windows/extra/zlib.pyd')
 		if env['BF_DEBUG']:
 			dllsources.append('${BF_PYTHON_LIBPATH}/${BF_PYTHON_LIB}_d.dll')
@@ -556,14 +565,14 @@
 	if env['WITH_BF_ICONV']:
 		dllsources += ['${BF_ICONV_LIBPATH}/iconv.dll']
 	if env['WITH_BF_FFMPEG']:
-		dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-51.dll',
+		dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-52.dll',
 						'${LCGDIR}/ffmpeg/lib/avformat-52.dll',
 						'${LCGDIR}/ffmpeg/lib/avdevice-52.dll',
-						'${LCGDIR}/ffmpeg/lib/avutil-49.dll',
-						'${LCGDIR}/ffmpeg/lib/libfaad-0.dll',

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list