Commit Graph

21 Commits

Author SHA1 Message Date
erwin.coumans
5feea39803 Fix compilation for MSVC 6.0 for Bullet and COLLADA DOM.
Fix issues with btDbvt: use ATTRIBUTE_ALIGNED16
Removed several places where variable was declared within for statement: for (int i=0; should be int i; for (i=0
2008-11-12 18:37:05 +00:00
erwin.coumans
a7c83d01b9 Added ReleaseDll and DebugDll configurations for MSVC projectfiles.
Fixed the MayaPlugin projectfile, using those ReleaseDll/DebugDll projects.
2008-09-20 00:47:04 +00:00
erwin.coumans
bd97c5e569 Fixed warnings in Bullet/src core library
Thanks Martijn Reuvers from Two Tribes B.V. (www.twotribes.com) for the patch

To make this work more visible, suppress warnings in external libraries in Extras (COLLADA_DOM, libxml and glui contain many warnings)
Added PreprocessorDefinitions: _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE to vcproj files
2008-05-10 18:00:21 +00:00
erwin.coumans
0bdc6f6262 updated autogenerated msvc projectfiles for soft body / convex hull changes 2008-04-10 23:02:49 +00:00
ejcoumans
e7e58f7329 add Extras/ConvexHull to projectfiles 2008-02-29 22:14:23 +00:00
ejcoumans
7220fbc93a added CharacterDemo to projectfiles 2008-02-29 20:01:35 +00:00
ejcoumans
6a1d069eaf updated msvc projectfiles for new Extras/ConvexHull project 2008-02-13 08:54:31 +00:00
ejcoumans
97e96c243b removed post-build step, it just causes troubles for users.
http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1871
http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1863&p=7073&hilit=post+build#p7073
2008-01-29 20:35:10 +00:00
ejcoumans
99337454e3 Added Steve Baker and Jay Lee as contributors. Added double precision to autogenerated msvc projectfiles as build-configuration. 2006-12-27 05:35:20 +00:00
ejcoumans
1ad1679dfb updated/autogenerated new msvc projectfiles, with less 'obsolete'/redundant dependencies 2006-12-09 01:50:18 +00:00
ejcoumans
d1f6cdd150 Added GIMPACT integration for moving concave meshes (interaction with all other Bullet collision shapes)
Thanks a lot to Francisco León Nájera for the contribution!
2006-11-12 07:02:21 +00:00
ejcoumans
43115eb10a msvc projectfiles update 2006-11-11 07:30:34 +00:00
ejcoumans
dc2f754996 updated projectfiles 2006-11-11 07:22:33 +00:00
ejcoumans
45386e05dc autogenerated updated projectfiles 2006-09-30 02:58:40 +00:00
ejcoumans
0e04cfc806 First stage in refactoring Bullet: moved Bullet Collision and Dynamics and LinearMath into src folder, and all files in Collision Detection and Dynamics have bt prefix.
Made all buildsystems to work again (jam, msvc, cmake)
2006-09-25 08:58:57 +00:00
ejcoumans
badbb56898 updated projectfiles 2006-09-11 06:25:34 +00:00
ejcoumans
324b18b719 minor type in simdvector3, no picking on fixed objects, no run-time type info 2006-06-21 05:22:43 +00:00
ejcoumans
8dcbaeb2b8 more work to get libxml / libcollada-dom to build multiplatform 2006-06-19 19:33:14 +00:00
ejcoumans
8f83fa6299 updated projectfiles (COLLADA related projects will not work yet) 2006-06-19 02:06:18 +00:00
ejcoumans
ac7ecf46c1 updated projectfiles 2006-05-26 00:31:14 +00:00
ejcoumans
e061ec1ebf moved files around 2006-05-25 19:18:29 +00:00