Daniel K. O.
|
e1fca3261b
Moved joints to ode/src/joints, converted them to true virtual methods.
|
17 years ago |
Oleh Derevenko
|
d1be62dcea
Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals)
|
18 years ago |
Oleh Derevenko
|
5105244b85
Cosmetic: Split collision_trimesh_internal.h and removed TRIMESH_INTERNAL define
|
18 years ago |
David Walters
|
67a1550a67
Added dSINGLE to premake builds
|
18 years ago |
David Walters
|
eed932116e
Made premake output always use the build target as the folder name, rather than 'custom'. Removes the --usetargetpath option.
|
18 years ago |
David Walters
|
55a4227292
Marked as _deprecated: scrapbook.cpp, stack.{cpp,h}. If someone wants to agree to totally remove these files then that's fine with me but currently it's very annoying to build a custom project and have these files show up with their explicit 'do not compile' errors!
|
18 years ago |
David Walters
|
494836c2cb
[WIN32] Fixed up the '--enable-static-only' and '--enable-shared-only' options. You can now build a project/solution for just .LIB or just .DLL purposes. Also changed the Visual Studio section of the install documentation to reflect the current state of the build system.
|
18 years ago |
Daniel K. O.
|
c954f7e751
Merged codereorganization branch into trunk
|
18 years ago |
Daniel K. O.
|
04ad9548f6
reverted back to 1341
|
18 years ago |
Daniel K. O.
|
ebba0d16c1
Fixed premake scripts
|
18 years ago |
starkos
|
71b555ac76
Visual Studio projects now append "d" to debug libraries.
|
18 years ago |
David Walters
|
eafec748d7
Fix for build error when using a manually generated project (i.e. dumping in all of the files) and premake to generate config.h with the --no-trimesh option. This was due to "#define dTRIMESH_OPCODE 1" still being present in 'collision_trimesh_internal.h'. Also it now ignores '--with-gimpact' if --no-trimesh is used as they are mutually exclusive.
|
19 years ago |
David Walters
|
2673d6fc3d
Changed dSINGLE / dDOUBLE to be safer. You will now get an error with both #defined and the one case where dSINGLE needed to be defined as != 0 to work has been changed to match all the other #ifdef dSINGLE.
|
19 years ago |
Jason Perkins
|
f83b8ed7b1
Updated project files for gimpact support
|
19 years ago |
Jason Perkins
|
616e84e8e3
Initial merge of GIMPACT trimesh collision system
|
19 years ago |
Jason Perkins
|
06ee6ccdd4
Added support for dUSE_MALLOC_FOR_ALLOCA to premake build
|
19 years ago |
David Walters
|
5df4941da5
Removed the option to remove cylinder support as it wasn't actually used by ODE.
|
19 years ago |
Jason Perkins
|
313bdced53
Updated VS build files - added heightmap collider, motor and cyl-sphere test. Fixed bug in motor test cleanup code. Fixed bug in ode premake script.
|
19 years ago |
David Walters
|
7c8e0414a8
Added test_heightfield and collision_trimesh_plane.cpp to build system.
|
19 years ago |
Jason Perkins
|
28c885d57e
Set optimization flags for VS release builds
|
20 years ago |
Jason Perkins
|
adbd562762
Updated VS.NET project files to include new convex shape support
|
20 years ago |
Jason Perkins
|
9ef1b93df1
Added some additional comments to Premake scripts to make them easier to understand (I hope)
|
20 years ago |
Jason Perkins
|
a2fad1ab4f
** Merged new build system from new_build branch (r860:872)
|
20 years ago |