Binary compatibility report for the ODE library between 0.9 and 0.10.0 versions on x86
Test Info
Library Name | ODE |
Version #1 | 0.9 |
Version #2 | 0.10.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 20 |
Total Shared Libraries | 1 |
Total Symbols / Types | 452 / 121 |
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 74 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 2 |
Low | 2 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 3 |
Problems with Constants | Low | 59 |
Other Changes in Constants | - | 24 |
Added Symbols (74)
collision.h,
libode-0.10.0.so
dSetColliderOverride ( int i, int j, int(*fn)(dGeomID, dGeomID, int, dContactGeom*, int) )
collision_space.h,
libode-0.10.0.so
dSpaceGetClass ( dSpaceID space )
dSpaceGetSublevel ( dSpaceID space )
dSpaceSetSublevel ( dSpaceID space, int sublevel )
dSweepAndPruneSpaceCreate ( dSpaceID space, int axisorder )
common.h,
libode-0.10.0.so
dCheckConfiguration ( char const* token )
dGetConfiguration ( )
objects.h,
libode-0.10.0.so
dBodyGetAngularDamping ( dBodyID b )
dBodyGetAngularDampingThreshold ( dBodyID b )
dBodyGetFirstGeom ( dBodyID b )
dBodyGetLinearDamping ( dBodyID b )
dBodyGetLinearDampingThreshold ( dBodyID b )
dBodyGetMaxAngularSpeed ( dBodyID b )
dBodyGetNextGeom ( dGeomID g )
dBodySetAngularDamping ( dBodyID b, dReal scale )
dBodySetAngularDampingThreshold ( dBodyID b, dReal threshold )
dBodySetDamping ( dBodyID b, dReal linear_scale, dReal angular_scale )
dBodySetDampingDefaults ( dBodyID b )
dBodySetLinearDamping ( dBodyID b, dReal scale )
dBodySetLinearDampingThreshold ( dBodyID b, dReal threshold )
dBodySetMaxAngularSpeed ( dBodyID b, dReal max_speed )
dBodySetMovedCallback ( dBodyID b, void(*callback)(dBodyID) )
dJointAddPistonForce ( dJointID joint, dReal force )
dJointCreatePiston ( dWorldID p1, dJointGroupID p2 )
dJointCreatePU ( dWorldID p1, dJointGroupID p2 )
dJointGetNumBodies ( dJointID p1 )
dJointGetPistonAnchor ( dJointID p1, dReal* result )
dJointGetPistonAnchor2 ( dJointID p1, dReal* result )
dJointGetPistonAngle ( dJointID p1 )
dJointGetPistonAngleRate ( dJointID p1 )
dJointGetPistonAxis ( dJointID p1, dReal* result )
dJointGetPistonParam ( dJointID p1, int parameter )
dJointGetPistonPosition ( dJointID p1 )
dJointGetPistonPositionRate ( dJointID p1 )
dJointGetPUAnchor ( dJointID p1, dReal* result )
dJointGetPUAngle1 ( dJointID p1 )
dJointGetPUAngle1Rate ( dJointID p1 )
dJointGetPUAngle2 ( dJointID p1 )
dJointGetPUAngle2Rate ( dJointID p1 )
dJointGetPUAngles ( dJointID p1, dReal* angle1, dReal* angle2 )
dJointGetPUAxis1 ( dJointID p1, dReal* result )
dJointGetPUAxis2 ( dJointID p1, dReal* result )
dJointGetPUAxis3 ( dJointID p1, dReal* result )
dJointGetPUAxisP ( dJointID id, dReal* result )
dJointGetPUParam ( dJointID p1, int parameter )
dJointGetPUPosition ( dJointID p1 )
dJointGetPUPositionRate ( dJointID p1 )
dJointSetPistonAnchor ( dJointID p1, dReal x, dReal y, dReal z )
dJointSetPistonAxis ( dJointID p1, dReal x, dReal y, dReal z )
dJointSetPistonAxisDelta ( dJointID j, dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az )
dJointSetPistonParam ( dJointID p1, int parameter, dReal value )
dJointSetPUAnchor ( dJointID p1, dReal x, dReal y, dReal z )
dJointSetPUAnchorDelta ( dJointID p1, dReal x, dReal y, dReal z, dReal dx, dReal dy, dReal dz )
dJointSetPUAxis1 ( dJointID p1, dReal x, dReal y, dReal z )
dJointSetPUAxis2 ( dJointID p1, dReal x, dReal y, dReal z )
dJointSetPUAxis3 ( dJointID p1, dReal x, dReal y, dReal z )
dJointSetPUAxisP ( dJointID id, dReal x, dReal y, dReal z )
dJointSetPUParam ( dJointID p1, int parameter, dReal value )
dWorldGetAngularDamping ( dWorldID w )
dWorldGetAngularDampingThreshold ( dWorldID w )
dWorldGetLinearDamping ( dWorldID w )
dWorldGetLinearDampingThreshold ( dWorldID w )
dWorldGetMaxAngularSpeed ( dWorldID w )
dWorldSetAngularDamping ( dWorldID w, dReal scale )
dWorldSetAngularDampingThreshold ( dWorldID w, dReal threshold )
dWorldSetDamping ( dWorldID w, dReal linear_scale, dReal angular_scale )
dWorldSetLinearDamping ( dWorldID w, dReal scale )
dWorldSetLinearDampingThreshold ( dWorldID w, dReal threshold )
dWorldSetMaxAngularSpeed ( dWorldID w, dReal max_speed )
odeinit.h,
libode-0.10.0.so
dAllocateODEDataForThread ( unsigned int uiAllocateFlags )
dCleanupODEAllDataForThread ( )
dInitODE2 ( unsigned int uiInitFlags )
odemath.h,
libode-0.10.0.so
_dSafeNormalize3 ( dReal* a )
_dSafeNormalize4 ( dReal* a )
to the top
Problems with Data Types, Medium Severity (2)
contact.h
[+] struct dContact (1)
| Change |
Effect |
1 | Size of field surface has been changed from 44 bytes to 48 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (1)
dJointCreateContact ( dWorldID p1, dJointGroupID p2, dContact const* p3 )3rd parameter 'p3' (pointer) has base type 'struct dContact'.
[+] struct dSurfaceParameters (1)
| Change |
Effect |
1 | Field motionN has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (1)
dJointCreateContact ( dWorldID p1, dJointGroupID p2, dContact const* p3 )Field 'p3->surface' in 3rd parameter 'p3' (pointer) has base type 'struct dSurfaceParameters'.
to the top
Problems with Data Types, Low Severity (2)
contact.h
[+] struct dContact (1)
| Change |
Effect |
1 | Size of this type has been changed from 112 bytes to 116 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
dJointCreateContact ( dWorldID p1, dJointGroupID p2, dContact const* p3 )3rd parameter 'p3' (pointer) has base type 'struct dContact'.
[+] struct dSurfaceParameters (1)
| Change |
Effect |
1 | Size of this type has been changed from 44 bytes to 48 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
dJointCreateContact ( dWorldID p1, dJointGroupID p2, dContact const* p3 )Field 'p3->surface' in 3rd parameter 'p3' (pointer) has base type 'struct dSurfaceParameters'.
to the top
Problems with Symbols, Low Severity (3)
collision_trimesh.h,
libode.so
[+] dGeomTriMeshDataBuildSimple ( dTriMeshDataID g, dReal const* Vertices, int VertexCount, int const* Indices, int IndexCount ) (1)
changed to:dGeomTriMeshDataBuildSimple ( dTriMeshDataID g, dReal const* Vertices, int VertexCount, dTriIndex const* Indices, int IndexCount )
| Change | Effect |
---|
1 | Base type of 4th parameter Indices has been changed from int to unsigned int. | Replacement of parameter base type may indicate a change in its semantic meaning. |
[+] dGeomTriMeshDataBuildSimple1 ( dTriMeshDataID g, dReal const* Vertices, int VertexCount, int const* Indices, int IndexCount, int const* Normals ) (1)
changed to:dGeomTriMeshDataBuildSimple1 ( dTriMeshDataID g, dReal const* Vertices, int VertexCount, dTriIndex const* Indices, int IndexCount, int const* Normals )
| Change | Effect |
---|
1 | Base type of 4th parameter Indices has been changed from int to unsigned int. | Replacement of parameter base type may indicate a change in its semantic meaning. |
objects.h,
libode.so
[+] dJointGetType ( dJointID p1 ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from int to enum dJointType. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (59)
collision.h
[+] dFirstUserClass
| Change | Effect |
---|
1 | The value of constant dFirstUserClass has been changed from 13 to 14. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] dGeomNumClasses
| Change | Effect |
---|
1 | The value of constant dGeomNumClasses has been changed from 17 to 18. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] dLastSpaceClass
| Change | Effect |
---|
1 | The value of constant dLastSpaceClass has been changed from 12 to 13. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] dLastUserClass
| Change | Effect |
---|
1 | The value of constant dLastUserClass has been changed from 16 to 17. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] dQuadTreeSpaceClass
| Change | Effect |
---|
1 | The value of constant dQuadTreeSpaceClass has been changed from 12 to 13. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
common.h
[+] dJointTypeAMotor
| Change | Effect |
---|
1 | The constant dJointTypeAMotor with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeBall
| Change | Effect |
---|
1 | The constant dJointTypeBall with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeContact
| Change | Effect |
---|
1 | The constant dJointTypeContact with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeFixed
| Change | Effect |
---|
1 | The constant dJointTypeFixed with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeHinge
| Change | Effect |
---|
1 | The constant dJointTypeHinge with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeHinge2
| Change | Effect |
---|
1 | The constant dJointTypeHinge2 with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeLMotor
| Change | Effect |
---|
1 | The constant dJointTypeLMotor with value 10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeNone
| Change | Effect |
---|
1 | The constant dJointTypeNone with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeNull
| Change | Effect |
---|
1 | The constant dJointTypeNull with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypePlane2D
| Change | Effect |
---|
1 | The constant dJointTypePlane2D with value 11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypePR
| Change | Effect |
---|
1 | The constant dJointTypePR with value 12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeSlider
| Change | Effect |
---|
1 | The constant dJointTypeSlider with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] dJointTypeUniversal
| Change | Effect |
---|
1 | The constant dJointTypeUniversal with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] EFFICIENT_ALIGNMENT
| Change | Effect |
---|
1 | The constant EFFICIENT_ALIGNMENT with value 16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
config.h
[+] HAVE___ISNAN
| Change | Effect |
---|
1 | The constant HAVE___ISNAN with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE___ISNANF
| Change | Effect |
---|
1 | The constant HAVE___ISNANF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE__BOOL
| Change | Effect |
---|
1 | The constant HAVE__BOOL with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_ALLOCA
| Change | Effect |
---|
1 | The constant HAVE_ALLOCA with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_ATAN2F
| Change | Effect |
---|
1 | The constant HAVE_ATAN2F with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_COPYSIGN
| Change | Effect |
---|
1 | The constant HAVE_COPYSIGN with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_COPYSIGNF
| Change | Effect |
---|
1 | The constant HAVE_COPYSIGNF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_COSF
| Change | Effect |
---|
1 | The constant HAVE_COSF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_FABSF
| Change | Effect |
---|
1 | The constant HAVE_FABSF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_FLOOR
| Change | Effect |
---|
1 | The constant HAVE_FLOOR with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_FMODF
| Change | Effect |
---|
1 | The constant HAVE_FMODF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_GETTIMEOFDAY
| Change | Effect |
---|
1 | The constant HAVE_GETTIMEOFDAY with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_ISNAN
| Change | Effect |
---|
1 | The constant HAVE_ISNAN with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_ISNANF
| Change | Effect |
---|
1 | The constant HAVE_ISNANF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_MALLOC
| Change | Effect |
---|
1 | The constant HAVE_MALLOC with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_MEMMOVE
| Change | Effect |
---|
1 | The constant HAVE_MEMMOVE with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_MEMSET
| Change | Effect |
---|
1 | The constant HAVE_MEMSET with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_OBSTACK
| Change | Effect |
---|
1 | The constant HAVE_OBSTACK with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_REALLOC
| Change | Effect |
---|
1 | The constant HAVE_REALLOC with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_SELECT
| Change | Effect |
---|
1 | The constant HAVE_SELECT with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_SINF
| Change | Effect |
---|
1 | The constant HAVE_SINF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_SNPRINTF
| Change | Effect |
---|
1 | The constant HAVE_SNPRINTF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_SQRT
| Change | Effect |
---|
1 | The constant HAVE_SQRT with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_SQRTF
| Change | Effect |
---|
1 | The constant HAVE_SQRTF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_VPRINTF
| Change | Effect |
---|
1 | The constant HAVE_VPRINTF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_VSNPRINTF
| Change | Effect |
---|
1 | The constant HAVE_VSNPRINTF with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] PACKAGE
| Change | Effect |
---|
1 | The constant PACKAGE with value "ODE" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] PACKAGE_BUGREPORT
| Change | Effect |
---|
1 | The constant PACKAGE_BUGREPORT with value "ode@ode.org" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] PACKAGE_NAME
| Change | Effect |
---|
1 | The constant PACKAGE_NAME with value "ODE" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] PACKAGE_TARNAME
| Change | Effect |
---|
1 | The constant PACKAGE_TARNAME with value "ode" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] PENTIUM
| Change | Effect |
---|
1 | The constant PENTIUM with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SIZEOF_CHAR
| Change | Effect |
---|
1 | The constant SIZEOF_CHAR with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SIZEOF_INT
| Change | Effect |
---|
1 | The constant SIZEOF_INT with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SIZEOF_LONG_INT
| Change | Effect |
---|
1 | The constant SIZEOF_LONG_INT with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SIZEOF_SHORT
| Change | Effect |
---|
1 | The constant SIZEOF_SHORT with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SIZEOF_VOIDP
| Change | Effect |
---|
1 | The constant SIZEOF_VOIDP with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SO_EXT
| Change | Effect |
---|
1 | The constant SO_EXT with value ".so" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] STDC_HEADERS
| Change | Effect |
---|
1 | The constant STDC_HEADERS with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
contact.h
[+] dContactSlip1
| Change | Effect |
---|
1 | The value of constant dContactSlip1 has been changed from 128 to 256. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] dContactSlip2
| Change | Effect |
---|
1 | The value of constant dContactSlip2 has been changed from 256 to 512. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Other Changes in Constants (24)
collision.h
[+] dSweepAndPruneSpaceClass
| Change | Effect |
---|
1 | The constant dSweepAndPruneSpaceClass with value 12 has been added. | No effect. |
collision_space.h
[+] dSAP_AXES_XYZ
| Change | Effect |
---|
1 | The constant dSAP_AXES_XYZ with value ((0)|(1<<2)|(2<<4)) has been added. | No effect. |
[+] dSAP_AXES_XZY
| Change | Effect |
---|
1 | The constant dSAP_AXES_XZY with value ((0)|(2<<2)|(1<<4)) has been added. | No effect. |
[+] dSAP_AXES_YXZ
| Change | Effect |
---|
1 | The constant dSAP_AXES_YXZ with value ((1)|(0<<2)|(2<<4)) has been added. | No effect. |
[+] dSAP_AXES_YZX
| Change | Effect |
---|
1 | The constant dSAP_AXES_YZX with value ((1)|(2<<2)|(0<<4)) has been added. | No effect. |
[+] dSAP_AXES_ZXY
| Change | Effect |
---|
1 | The constant dSAP_AXES_ZXY with value ((2)|(0<<2)|(1<<4)) has been added. | No effect. |
[+] dSAP_AXES_ZYX
| Change | Effect |
---|
1 | The constant dSAP_AXES_ZYX with value ((2)|(1<<2)|(0<<4)) has been added. | No effect. |
common.h
[+] dParamBounce1
| Change | Effect |
---|
1 | The constant dParamBounce1 with value 5 has been added. | No effect. |
[+] dParamCFM1
| Change | Effect |
---|
1 | The constant dParamCFM1 with value 6 has been added. | No effect. |
[+] dParamERP1
| Change | Effect |
---|
1 | The constant dParamERP1 with value 11 has been added. | No effect. |
[+] dParamFMax1
| Change | Effect |
---|
1 | The constant dParamFMax1 with value 3 has been added. | No effect. |
[+] dParamFudgeFactor1
| Change | Effect |
---|
1 | The constant dParamFudgeFactor1 with value 4 has been added. | No effect. |
[+] dParamGroup1
| Change | Effect |
---|
1 | The constant dParamGroup1 with value 0 has been added. | No effect. |
[+] dParamGroup2
| Change | Effect |
---|
1 | The constant dParamGroup2 with value 256 has been added. | No effect. |
[+] dParamGroup3
| Change | Effect |
---|
1 | The constant dParamGroup3 with value 512 has been added. | No effect. |
[+] dParamHiStop1
| Change | Effect |
---|
1 | The constant dParamHiStop1 with value 1 has been added. | No effect. |
[+] dParamLoStop1
| Change | Effect |
---|
1 | The constant dParamLoStop1 with value 0 has been added. | No effect. |
[+] dParamsInGroup
| Change | Effect |
---|
1 | The constant dParamsInGroup with value 12 has been added. | No effect. |
[+] dParamStopCFM1
| Change | Effect |
---|
1 | The constant dParamStopCFM1 with value 8 has been added. | No effect. |
[+] dParamStopERP1
| Change | Effect |
---|
1 | The constant dParamStopERP1 with value 7 has been added. | No effect. |
[+] dParamSuspensionCFM1
| Change | Effect |
---|
1 | The constant dParamSuspensionCFM1 with value 10 has been added. | No effect. |
[+] dParamSuspensionERP1
| Change | Effect |
---|
1 | The constant dParamSuspensionERP1 with value 9 has been added. | No effect. |
[+] dParamVel1
| Change | Effect |
---|
1 | The constant dParamVel1 with value 2 has been added. | No effect. |
contact.h
[+] dContactMotionN
| Change | Effect |
---|
1 | The constant dContactMotionN with value 128 has been added. | No effect. |
to the top
Header Files (20)
collision.h
collision_space.h
collision_trimesh.h
common.h
compatibility.h
config.h
contact.h
error.h
export-dif.h
mass.h
matrix.h
memory.h
misc.h
objects.h
ode.h
odecpp.h
odecpp_collision.h
odemath.h
rotation.h
timer.h
to the top
Shared Libraries (1)
libode.so
to the top