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
f7b8023fbc
updated MSVC projectfiles
2008-01-24 02:13:25 +00:00
ejcoumans
4a5af68c04
updated version for MSVC projects to 2.66
2007-12-17 05:26:24 +00:00
ejcoumans
61ffa6a1b5
Updated cmake files, added header files, Thanks John McCutchan
...
re-autogenerated msvc projectfiles with new HelloWorld/BulletMultiThreaded Demo
Minor fixes
2007-12-15 02:48:24 +00:00
ejcoumans
210a913110
autogenerated msvc projectfiles (after adding btConvexPlaneCollisionAlgorithm to jam files)
2007-12-12 00:55:40 +00:00
ejcoumans
8f6bffe1f6
updated autogenerated projectfiles for new demos
2007-12-06 03:07:24 +00:00
ejcoumans
d17a8dae0e
updated autogenerated msvc projectfiles, moved destructor in CPP file, it was causing some random crash under msvc 6.0 (todo find out why)
2007-10-25 05:11:19 +00:00
ejcoumans
d10eac87c6
updated autogenerated msvc projectfiles, for AllBulletDemos
2007-10-23 06:33:06 +00:00
ejcoumans
b888f2d994
updated autogenerated msvc projectfiles
2007-10-21 06:08:13 +00:00
ejcoumans
14171b1c05
autogenerated MSVC projectfiles with new LibBulletColladaConverter
2007-10-12 08:03:35 +00:00
ejcoumans
eff4fe8ec8
more work on hashed pairmanager. growing doesn't work yet, so need to allocate enough room for the overlapping pairs in advance.
...
boxbox reports contact point in B, rather then average point
box, cylinder use halfextents corrected for scaling and margin. made the margin in this halfextents explicit in the 'getHalfExtentsWithMargin' and 'getHalfExtentsWithoutMargin'
integrated changed for ODE quickstep solver
replaced inline with SIMD_FORCE_INLINE
some minor optimizations in the btSequentialImpulseConstraintSolver
added cone drawing (for X,Y,Z cones)
2007-10-12 02:52:28 +00:00
ejcoumans
feeac1b6dc
re-autogenerated msvc projectfiles
2007-09-30 03:18:28 +00:00
ejcoumans
0e2c4f7357
update msvc projectfiles
2007-09-30 02:43:53 +00:00
ejcoumans
b031df20c9
autogenerated new projectfiles + gimpacttestdemo
2007-09-20 05:53:06 +00:00
ejcoumans
91b44448b0
updated version, added appGenericJointDemo
2007-09-13 07:58:07 +00:00
ejcoumans
cf3da19ee4
refreshed autogeneratec projectfiles
2007-09-11 07:51:02 +00:00
ejcoumans
f7adab78f1
updated version in projectfiles
2007-09-10 01:29:33 +00:00
ejcoumans
7f1bf0b78f
register sphere-triangle dedicated collision algo by default.
...
updated projectfiles and ChangeLog.txt
2007-09-08 06:46:01 +00:00
ejcoumans
d7dcd1f626
updated projectfiles
2007-08-03 06:23:23 +00:00
ejcoumans
30ffcbb5fe
updated projectfiles (added btUniformScalingShape and btConvexInternalShape)
2007-07-28 21:51:00 +00:00
ejcoumans
3ce04b6940
updated projectfiles
2007-07-27 21:27:47 +00:00
ejcoumans
9b8ebf082d
added new projectfiles/updates
2007-07-03 06:08:50 +00:00
ejcoumans
394e927576
upgraded projectfiles for GIMPACT 0.2
2007-06-22 18:42:57 +00:00
ejcoumans
718b73371f
removed 'processAllTrianglesBruteForce'
...
autogenerated new visual studio projectfiles
2007-06-14 13:06:05 +00:00
ejcoumans
d2aa366226
added Bullet multi threaded projectfiles
2007-06-13 05:04:13 +00:00
ejcoumans
ee8322ae6b
2007-06-13 05:00:42 +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
d08c3b2277
added libboxbox (optional)
2006-12-09 02:09:55 +00:00
ejcoumans
1ad1679dfb
updated/autogenerated new msvc projectfiles, with less 'obsolete'/redundant dependencies
2006-12-09 01:50:18 +00:00
ejcoumans
dcaec3d0b7
delete some obsolete/redundant projectfiles
2006-12-09 01:35:20 +00:00
ejcoumans
25f3d00f01
updated EPA penetration depth demo, projectfiles for new EPA
2006-11-16 04:25:41 +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
82132b7b5f
2006-11-11 19:54:06 +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
946963441f
updated projectfiles with added files
2006-11-11 03:33:03 +00:00
ejcoumans
745828ab9c
added resource file
2006-10-30 02:49:20 +00:00
ejcoumans
0404ba51b3
addad BulletDino demo (C instead of C++, will use future Bullet C-API) projectfiles
2006-10-29 16:51:49 +00:00
ejcoumans
d878885db4
updated quickstep solver (for comparison), enabled GPU physics again (but WIN32 doesn't have the VertexTextureSupport enabled)
2006-10-13 23:58:52 +00:00
ejcoumans
919e8def68
removed scaling from btTransform (we only want to deal with rigid transforms)
...
added BasicDemo to projectfiles (serves as a very small test for porting Bullet to other languages)
2006-10-10 00:43:13 +00:00
ejcoumans
725d69c0c5
more refactoring/cleanup
2006-10-06 06:00:29 +00:00
ejcoumans
8bb89d4cef
updated projectfiles: renamed collada-dom to colladadom, tosatisfy VisualStudio6. Added clock.cpp to GPUphysics
2006-10-05 00:05:54 +00:00
ejcoumans
45386e05dc
autogenerated updated projectfiles
2006-09-30 02:58:40 +00:00
ejcoumans
73b996cafd
autogenerated new projectfiles, refactoring related
2006-09-28 01:33:59 +00:00
ejcoumans
d1e9a885f3
added some files
2008-02-12 02:02:48 +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
93e145a4fc
autogenerated projectfiles for GPUphysics
2006-09-20 03:08:16 +00:00
ejcoumans
d78d0b3055
re-autogenerated projectfiles, moved some new file
2006-09-19 05:20:45 +00:00
ejcoumans
d87a85ae97
re-autogenerated msvc projectfiles
2006-09-17 06:46:58 +00:00
ejcoumans
badbb56898
updated projectfiles
2006-09-11 06:25:34 +00:00