[ode] branch master updated (abfad6c -> d34d091)

Leopold Palomo-Avellaneda leo at alaxarxa.net
Thu Apr 28 13:21:24 UTC 2016


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

lepalom-guest pushed a change to branch master
in repository ode.

      from  abfad6c   New package version for unstable. No changes
       new  b5757a6   Imported Upstream version 0.14
       new  436abb3   Merge tag 'upstream/0.14'
       new  364eb0e   Droped applied patch from upstream
       new  fa670a6   Upstream bump soname. Packages adapted
       new  0425caf   Dropped old filename
       new  c9d505f   Updated changelog
       new  fb3409b   Updated Vcs-Browser and Vcs-Git fields
       new  fce8f60   Bump Standards-Version to 3.9.7 (no changes)
       new  d34d091   Updated changelog

The 9 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:
 .hg_archival.txt                                   |   5 +-
 .hgtags                                            |   2 +
 CHANGELOG.txt                                      |  15 +
 GIMPACT/include/GIMPACT/gim_math.h                 |   3 +
 build/premake4.lua                                 |   9 +-
 configure.ac                                       |  18 +-
 debian/changelog                                   |  12 +
 debian/control                                     |  14 +-
 debian/{libode4.install => libode6.install}        |   0
 ...01-Patch-to-solve-autoreconf-libccd-issue.patch |  43 ---
 debian/patches/series                              |   1 -
 drawstuff/src/drawstuff.cpp                        |  28 +-
 include/drawstuff/drawstuff.h                      |  12 +-
 include/ode/collision.h                            |  14 +-
 libccd/configure.ac                                |   2 +-
 ode/demo/demo_moving_trimesh.cpp                   |  98 +++++-
 ode/demo/demo_trimesh.cpp                          |  70 +++-
 ode/src/Makefile.am                                |   6 +-
 ode/src/collision_convex_trimesh.cpp               |  99 ++++++
 ode/src/collision_cylinder_trimesh.cpp             |  57 ++--
 ode/src/collision_kernel.cpp                       |   1 +
 ode/src/collision_libccd.cpp                       | 167 ++++++++-
 ode/src/collision_libccd.h                         |   2 +
 ode/src/collision_std.h                            |  12 +-
 ode/src/collision_trimesh_box.cpp                  | 380 +++++++++------------
 ode/src/collision_trimesh_ccylinder.cpp            |  92 ++---
 ode/src/collision_trimesh_colliders.h              |   1 +
 ode/src/collision_trimesh_disabled.cpp             |   1 -
 ode/src/collision_trimesh_gimpact.cpp              |  34 +-
 ode/src/collision_trimesh_internal.h               | 362 +++++++++++++++++---
 ode/src/collision_trimesh_plane.cpp                |  35 +-
 ode/src/collision_trimesh_ray.cpp                  |  24 +-
 ode/src/collision_trimesh_sphere.cpp               |  63 +---
 ode/src/collision_trimesh_trimesh.cpp              |   9 +-
 ode/src/collision_trimesh_trimesh_new.cpp          |  23 +-
 ode/src/collision_util.h                           |  72 ++--
 ode/src/convex.cpp                                 |  46 +--
 ode/src/quickstep.cpp                              |  52 ++-
 38 files changed, 1191 insertions(+), 693 deletions(-)
 rename debian/{libode4.install => libode6.install} (100%)
 delete mode 100644 debian/patches/0001-Patch-to-solve-autoreconf-libccd-issue.patch
 delete mode 100644 debian/patches/series
 create mode 100644 ode/src/collision_convex_trimesh.cpp

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



More information about the Pkg-games-commits mailing list