Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dokthar/jmonkeyengine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bullet_SoftBody
Choose a base ref
...
head repository: bertleft/jmonkeyengine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lbt_bullet
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 25 files changed
  • 1 contributor

Commits on Jun 10, 2016

  1. Configuration menu
    Copy the full SHA
    e09c4d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. Fixed Point2PointJoint.createJoint() incorrectly creating btHingeCons…

    …traint
    
    Replaced it with btPoint2PointConstraint.
    bertleft committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    03318a6 View commit details
    Browse the repository at this point in the history
  2. Merged master

    bertleft committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    9806d82 View commit details
    Browse the repository at this point in the history
  3. Added BulletDebugCallback, added ability to get velocity, force info …

    …to RigidBodyMotionState
    
    Linux and Windows bullet native libs also updated by this. Still need to
    update OsX and Android libs.
    bertleft committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    c8b2630 View commit details
    Browse the repository at this point in the history
  4. Save the Surface mesh used when loading a nurb surface as a user data…

    … item named "jmeNurbSurface" in the geometry if the nurb surface in the blender file has a custom property named "jmeKeepNurbSurface".
    bertleft committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    b5a3ef7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Configuration menu
    Copy the full SHA
    923e0b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2016

  1. Configuration menu
    Copy the full SHA
    0d0a87c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa4b1ca View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. Configuration menu
    Copy the full SHA
    226c7d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Added native methods getNodeCount(), getNodePosition(), getNodeVeloci…

    …ty(), getNodeForceAccumulation() to PhysicsSoftBody.
    bertleft committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    c64a088 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Added updating of total force, torque to jmeMotionState.

    Update via new btMotionState setTotalForce(), setTotalTorque() methods.
    bertleft committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    3a03c13 View commit details
    Browse the repository at this point in the history
Loading