Oleh Derevenko
|
50c71a6255
Cosmetic: A reference to namespace std eliminated. Some types usage corrected.
|
12 лет назад |
Oleh Derevenko
|
3da4202de6
Cosmetic: Some compile errors and warnings fixed for MSVC2008
|
12 лет назад |
Daniel K. O.
|
587adbd9c2
applied patch #182 implementing the Transmission joint
|
12 лет назад |
Oleh Derevenko
|
134b4e73b4
Merged: oleh_derevenko#1926: Changed: [u]int[8/16/32] renamed to contain "d" prefix so that global namespace was not polluted with these names unconditionally.
|
12 лет назад |
Oleh Derevenko
|
b8a964986a
Merged: oleh_derevenko#1920: Fixed: Inclusion of <ode/precision.h> moved to proper header (was causing compile errors in dSINGLE mode)
|
12 лет назад |
Daniel K. O.
|
dc42407f6b
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings
|
13 лет назад |
Daniel K. O.
|
11625cb8f7
added two new joints: Double Ball (DBall) and Double Hinge (DHinge)
|
14 лет назад |
Oleh Derevenko
|
8ae54ac223
Indentation corrected in new code.
|
14 лет назад |
Oleh Derevenko
|
c6d1ad4743
Changes to dCopySign() and dNextAfter() partially reverted and changed to make them fully functional in public headers and at the same time avoid creating conflicts with other libraries
|
14 лет назад |
Oleh Derevenko
|
51f98f0e0d
Definition of nextafter() removed from public header as it led to conflicts in client code. PURE_INLINE renamed to ODE_PURE_INLINE to make identifier more ODE-bound
|
14 лет назад |
Oleh Derevenko
|
ab210970b7
Assertion checking macros moved from common.h to error.h
|
14 лет назад |
Oleh Derevenko
|
04ae96e3a9
Cosmetic: Commentary corrected
|
14 лет назад |
Oleh Derevenko
|
df1e15996e
Changed: Changes/simplifications to dxWorldProcessContext to prepare for threading
|
14 лет назад |
Oleh Derevenko
|
0f75d47580
Changed: Implementation of d*ASSERT macros improved. dIVERIFY and dICHECK macros added (see CHANGELOG.txt)
|
14 лет назад |
Oleh Derevenko
|
b7ce6e702f
Changed: Heightfield zone boundaries calculation code fixed to also consider whole next cell after the AABB if the AABB ends exactly at the cell boundary.
|
15 лет назад |
Oleh Derevenko
|
d81e21085c
Cosmetic: Cosmetic corrections
|
16 лет назад |
Oleh Derevenko
|
c5b6709bd7
Changed: QuadTreeSpace implementation corrected to avoid object-block relation ambiguity due to numeric errors
|
16 лет назад |
Oleh Derevenko
|
cd02e2fc74
Cosmetic: PURE_INLINE macro moved from odemath.h to common.h
|
16 лет назад |
Oleh Derevenko
|
c49ca64c53
Changed: World stepping API redesigned to remain with traditional dWorldStep/dWorldQuickStep functions and move all the new parameters into world attributes instead.
|
16 лет назад |
Oleh Derevenko
|
5fe40abfd2
Changed: dWorldQuickStep re-implemented to avoid memory allocation on stack. Also several optimizations have been made to decrease memory requirements and optimize algorithm implementation of dWorldQuickStep.
|
16 лет назад |
Daniel K. O.
|
44992529f5
added check to use __func__ instead of __FUNCTION__ when possible, bug 2685170
|
17 лет назад |
Daniel K. O.
|
aa199dcd3a
Added some overloads to the c++ wrapper
|
17 лет назад |
Daniel K. O.
|
ce931263b0
moved EFFICIENT_ALIGNMENT from public header
|
18 лет назад |
Remi Ricard
|
0e3f76597a
This commit add a new joint Class JointPU.
|
18 лет назад |
David Walters
|
eae2da917c
Added "dCheckConfiguration", a reference helper that'll parse the configuration string for you; Made drawstuff output the configuration string to the console on startup. The aim here is to provide better technical support for users by giving them the ability to report their setup; This required drawstuff to link with ODE, at least on Windows - I've refreshed premake project configurations to enable this. I'm not sure if automake users will have the same problem, please verify; Updated demo_heightfield to use dCheckConfiguration.
|
18 лет назад |
David Walters
|
cc9435ff8a
Applied patch [ 1914232 ] dGetConfiguration; Setup demo_heightfield to always be included, and to check for trimesh support providing an enhanced demo.
|
18 лет назад |
Daniel K. O.
|
c954f7e751
Merged codereorganization branch into trunk
|
18 лет назад |
Daniel K. O.
|
04ad9548f6
reverted back to 1341
|
18 лет назад |
Daniel K. O.
|
ebba0d16c1
Fixed premake scripts
|
18 лет назад |
Daniel K. O.
|
f4cdca59ac
removed private stuffs from the public headers, added new common-internal.h, replaced uintXX by uintXX_t. SAP space seems to work now.
|
18 лет назад |