oleh_derevenko
|
ccd992a826
Changed: dNaN implementation has been improved for older compilers that do not support compile time infinity subtraction evaluation
|
9 years ago |
oleh_derevenko
|
a3027d82af
Changed: Pointer and memory size integral typedefs somewhat organized
|
9 years ago |
oleh_derevenko
|
c483919b01
Cosmetic: Newlines changed to be Unix style (LF) for consistency
|
9 years ago |
oleh_derevenko
|
59f9c335bf
Changed: "noreturn" attribute added for dError() and dDebug() declarations
|
9 years ago |
Daniel K. O.
|
cc986714fc
define dNaN to NAN when it's available
|
12 years ago |
oleh_derevenko
|
f077524270
Cosmetic: Put vector initialization with NANs back; demo compilation fixed for VS2008
|
12 years ago |
Oleh Derevenko
|
3b05af5b7a
Fixed: Quality of dRandInt distribution improved
|
12 years ago |
Oleh Derevenko
|
4586fa022c
Merged: oleh_derevenko#1927: Cosmetic: Explicit cast of INFINITY to double added for configuration with doubles to solve compile error
|
12 years ago |
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 years ago |
Oleh Derevenko
|
4e7ddc7ac7
Merged: oleh_derevenko#1922: Fixed: Extra DLL exports removed for MinGW builds on Windows
|
12 years ago |
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 years ago |
Oleh Derevenko
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
Oleh Derevenko
|
d1190fffad
Changed: Generation of precision.h fixed in Premake scripts on Windows
|
13 years ago |
Oleh Derevenko
|
6e0723da84
Cosmetic: Copyright headers formatting corrected and some headers added for files where those were missing
|
14 years ago |
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 years ago |
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 years ago |
Oleh Derevenko
|
4828a4cb51
Fixed: Compilation fixes for various configurations and platforms
|
14 years ago |
Oleh Derevenko
|
3ac438b4e7
Fixed: Include of <limits.h> added to odeconfig.h to fix compilation errors in MinGW after recent changes
|
14 years ago |
Oleh Derevenko
|
3040b91d27
Fixed: Usage of _nextafterf() fixed for _WIN64 target
|
14 years ago |
Oleh Derevenko
|
4df0c70c0b
Cosmetic: int8 type changed to be signed char rather than char in odeconfig.h
|
15 years ago |
Oleh Derevenko
|
e3efcba921
Changed: A more correct way of telling compiler it's processing private ODE objects was implemented
|
16 years ago |
Oleh Derevenko
|
c5b6709bd7
Changed: QuadTreeSpace implementation corrected to avoid object-block relation ambiguity due to numeric errors
|
16 years ago |
Daniel K. O.
|
d5d18507dd
don't define dSINGLE by default
|
16 years ago |
Daniel K. O.
|
5d027c3c5e
removed svn:executable from some source files
|
17 years ago |
Remi Ricard
|
a13ddec638
* Add a new define ODE_API_DEPRECATED to mark function as deprecated
|
17 years ago |
Oleh Derevenko
|
fe5cd56467
Cosmetic: Some compiler warnings fixed for MSVC
|
17 years ago |
Oleh Derevenko
|
b78bd5a81d
Fixed: dNormalize3 not being properly inlined and replaced with dSafeNormalize3
|
18 years ago |
Remi Ricard
|
596dbdd00b
- Add the properties svn:eol-style 'native' to odeconfig.h
|
18 years ago |
Daniel K. O.
|
c954f7e751
Merged codereorganization branch into trunk
|
18 years ago |