[bullet] branch master updated (7846130 -> 9c8dfc3)

Markus Koschany apo-guest at moszumanska.debian.org
Sun Jul 19 13:51:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a change to branch master
in repository bullet.

      from  7846130   Add --download-current-version option to uscan.
       new  09a8bf3   Update patch header.
       new  3b6a641   debian/copyright: Add SCEA Shared Source License 1.0
       new  ed6b224   Update changelog.
       new  e2a6acf   Start new changelog entry.
       new  baee5ef   Imported Upstream version 2.83.5+dfsg
       new  3eadfe1   Merge tag 'upstream/2.83.5+dfsg'
       new  ffe568a   New upstream release.
       new  9c8dfc3   d/copyright: Add new BSD-3 licensed files

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |    1 +
 .../BulletWorldImporter/btWorldImporter.cpp        |   16 +-
 README.md                                          |    1 +
 data/init_physics.lua                              |    4 +-
 data/init_urdf.lua                                 |   20 +
 debian/changelog                                   |   10 +
 debian/copyright                                   |  158 ++
 ...o-not-build-with-embedded-tinyxml-library.patch |    3 +
 examples/CommonInterfaces/CommonMultiBodyBase.h    |    3 +
 examples/ExampleBrowser/CMakeLists.txt             |    4 +
 examples/ExampleBrowser/ExampleEntries.cpp         |   14 +-
 .../GwenGUISupport/gwenUserInterface.cpp           |   14 +-
 .../GwenGUISupport/gwenUserInterface.h             |    2 +
 examples/ExampleBrowser/OpenGLExampleBrowser.cpp   |   34 +-
 examples/ExampleBrowser/OpenGLGuiHelper.cpp        |   19 +-
 examples/ExampleBrowser/premake4.lua               |   11 +
 .../Importers/ImportURDFDemo/ImportURDFSetup.cpp   |   66 +-
 .../ImportURDFDemo/MyMultiBodyCreator.cpp          |    4 +-
 .../Importers/ImportURDFDemo/MyMultiBodyCreator.h  |    1 -
 .../Importers/ImportURDFDemo/MyURDFImporter.cpp    |   35 +-
 examples/Importers/ImportURDFDemo/URDF2Bullet.cpp  |  180 +-
 examples/LuaDemo/LuaPhysicsSetup.cpp               |  445 ++++
 examples/LuaDemo/LuaPhysicsSetup.h                 |    6 +
 examples/OpenCL/rigidbody/GpuRigidBodyDemo.cpp     |   54 +-
 examples/OpenGLWindow/MacOpenGLWindow.mm           |   18 +-
 examples/OpenGLWindow/X11OpenGLWindow.cpp          |    6 +-
 examples/SharedMemory/PhysicsClient.cpp            |  150 ++
 examples/SharedMemory/PhysicsClient.h              |    6 +
 examples/SharedMemory/PhysicsServer.cpp            |  232 ++
 examples/SharedMemory/PhysicsServer.h              |    9 +
 examples/SharedMemory/PosixSharedMemory.cpp        |   86 +
 examples/SharedMemory/PosixSharedMemory.h          |   21 +
 examples/SharedMemory/SharedMemoryCommon.h         |   17 +
 examples/SharedMemory/SharedMemoryInterface.h      |   94 +
 examples/SharedMemory/Win32SharedMemory.cpp        |  106 +
 examples/SharedMemory/Win32SharedMemory.h          |   45 +
 examples/{BasicDemo => SharedMemory}/main.cpp      |   25 +-
 examples/SharedMemory/premake4.lua                 |   60 +
 src/Bullet3Common/b3Logging.cpp                    |    9 +-
 .../btGeneric6DofSpring2Constraint.cpp             |   64 +-
 .../btGeneric6DofSpring2Constraint.h               |  144 +-
 .../Featherstone/btMultiBodyConstraint.cpp         |   46 +-
 .../Featherstone/btMultiBodyConstraint.h           |   57 +-
 .../Featherstone/btMultiBodyDynamicsWorld.h        |   25 +-
 .../btMultiBodyJointLimitConstraint.cpp            |   35 +-
 .../Featherstone/btMultiBodyJointLimitConstraint.h |    8 +-
 .../Featherstone/btMultiBodyJointMotor.cpp         |   57 +-
 .../Featherstone/btMultiBodyJointMotor.h           |    9 +-
 .../Featherstone/btMultiBodyPoint2Point.cpp        |    7 +-
 .../Featherstone/btMultiBodyPoint2Point.h          |   10 +-
 src/LinearMath/btSerializer.cpp                    |  314 +--
 test/Bullet2/Source/Tests/Test_quat_aos_neon.cpp   |    2 +-
 test/Bullet2/premake4.lua                          |    7 +-
 test/Bullet2/vectormath/neon/boolInVec.h           |  226 ++
 test/Bullet2/vectormath/neon/floatInVec.h          |  344 +++
 test/Bullet2/vectormath/neon/mat_aos.h             | 1631 +++++++++++++
 test/Bullet2/vectormath/neon/quat_aos.h            |  413 ++++
 test/Bullet2/vectormath/neon/vec_aos.h             | 1427 +++++++++++
 test/Bullet2/vectormath/neon/vectormath_aos.h      | 1890 +++++++++++++++
 test/Bullet2/vectormath/scalar/boolInVec.h         |  225 ++
 test/Bullet2/vectormath/scalar/floatInVec.h        |  343 +++
 test/Bullet2/vectormath/scalar/mat_aos.h           | 1630 +++++++++++++
 test/Bullet2/vectormath/scalar/quat_aos.h          |  433 ++++
 test/Bullet2/vectormath/scalar/vec_aos.h           | 1426 +++++++++++
 test/Bullet2/vectormath/scalar/vectormath_aos.h    | 1872 ++++++++++++++
 test/Bullet2/vectormath/sse/boolInVec.h            |  247 ++
 test/Bullet2/vectormath/sse/floatInVec.h           |  340 +++
 test/Bullet2/vectormath/sse/mat_aos.h              | 2190 +++++++++++++++++
 test/Bullet2/vectormath/sse/quat_aos.h             |  579 +++++
 test/Bullet2/vectormath/sse/vec_aos.h              | 1455 +++++++++++
 test/Bullet2/vectormath/sse/vecidx_aos.h           |   80 +
 test/Bullet2/vectormath/sse/vectormath_aos.h       | 2547 ++++++++++++++++++++
 test/Bullet2/vectormath/vmInclude.h                |   31 +
 test/collision/premake4.lua                        |    2 +-
 74 files changed, 21560 insertions(+), 545 deletions(-)
 create mode 100644 data/init_urdf.lua
 create mode 100644 examples/LuaDemo/LuaPhysicsSetup.cpp
 create mode 100644 examples/LuaDemo/LuaPhysicsSetup.h
 create mode 100644 examples/SharedMemory/PhysicsClient.cpp
 create mode 100644 examples/SharedMemory/PhysicsClient.h
 create mode 100644 examples/SharedMemory/PhysicsServer.cpp
 create mode 100644 examples/SharedMemory/PhysicsServer.h
 create mode 100644 examples/SharedMemory/PosixSharedMemory.cpp
 create mode 100644 examples/SharedMemory/PosixSharedMemory.h
 create mode 100644 examples/SharedMemory/SharedMemoryCommon.h
 create mode 100644 examples/SharedMemory/SharedMemoryInterface.h
 create mode 100644 examples/SharedMemory/Win32SharedMemory.cpp
 create mode 100644 examples/SharedMemory/Win32SharedMemory.h
 copy examples/{BasicDemo => SharedMemory}/main.cpp (71%)
 create mode 100644 examples/SharedMemory/premake4.lua
 create mode 100644 test/Bullet2/vectormath/neon/boolInVec.h
 create mode 100644 test/Bullet2/vectormath/neon/floatInVec.h
 create mode 100644 test/Bullet2/vectormath/neon/mat_aos.h
 create mode 100644 test/Bullet2/vectormath/neon/quat_aos.h
 create mode 100644 test/Bullet2/vectormath/neon/vec_aos.h
 create mode 100644 test/Bullet2/vectormath/neon/vectormath_aos.h
 create mode 100644 test/Bullet2/vectormath/scalar/boolInVec.h
 create mode 100644 test/Bullet2/vectormath/scalar/floatInVec.h
 create mode 100644 test/Bullet2/vectormath/scalar/mat_aos.h
 create mode 100644 test/Bullet2/vectormath/scalar/quat_aos.h
 create mode 100644 test/Bullet2/vectormath/scalar/vec_aos.h
 create mode 100644 test/Bullet2/vectormath/scalar/vectormath_aos.h
 create mode 100644 test/Bullet2/vectormath/sse/boolInVec.h
 create mode 100644 test/Bullet2/vectormath/sse/floatInVec.h
 create mode 100644 test/Bullet2/vectormath/sse/mat_aos.h
 create mode 100644 test/Bullet2/vectormath/sse/quat_aos.h
 create mode 100644 test/Bullet2/vectormath/sse/vec_aos.h
 create mode 100644 test/Bullet2/vectormath/sse/vecidx_aos.h
 create mode 100644 test/Bullet2/vectormath/sse/vectormath_aos.h
 create mode 100644 test/Bullet2/vectormath/vmInclude.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bullet.git



More information about the Pkg-games-commits mailing list