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
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
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
ejcoumans
e84716482d
autogenerated and added VehicleDemo to MSVC projectfiles
2006-09-04 21:58:32 +00:00
ejcoumans
d36abec2a9
updated projectfiles for ColladaConverter, and added Cmake mention in doxygen frontpage
2006-09-02 00:01:26 +00:00
ejcoumans
5c7653fa82
re-autogenerated projectfiles to include Vehicle files
2006-08-30 00:39:59 +00:00
ejcoumans
9a8e8d5639
upgraded version, and projectfiles
2006-08-16 13:34:10 +00:00
ejcoumans
d5c7b742ad
updated buildfiles for new BspDemo
2006-08-11 23:28:37 +00:00
ejcoumans
4a3551c48d
autogenerated new projectfiles for COLLADA-DOM latest SVN
2006-07-26 19:36:40 +00:00
ejcoumans
6163b42e8c
updated projectfiles
2006-07-04 17:32:48 +00:00
ejcoumans
57e8bd87d1
updated version/projectfiles with new files
2006-07-01 00:34:43 +00:00
ejcoumans
54d609faa2
updated projectfiles, added files
2006-06-30 00:46:52 +00:00
ejcoumans
3a85557c29
Refactoring for parallel processing of islands, collision detection and constraint solving.
2006-06-30 00:41:09 +00:00
ejcoumans
16116177a7
updated projectfiles for moved files, disable EPA demo (temporarily)
2006-06-29 21:10:32 +00:00
ejcoumans
9105c3af5a
Refactoring:
...
Moved optional code to Extras: AlgebraicCCD,EPA,quickstep
Moved SimpleBroadphase data to OverlappingPairCache, and derive both SimpleBroadphase and AxisSweep3 from OverlappingPairCache.
Added ParallelPhysicsEnvironment (prepair more parallel mainloop)
Upgraded hardcoded limit from 1024/8192 to 32766/65535 (max objects / max overlapping pairs)
2006-06-29 20:57:47 +00:00
ejcoumans
b861864963
removed some 'ignore' libraries
2006-06-25 22:12:16 +00:00
ejcoumans
5426f03628
removed 'DLL' from runtime library (so Multithreaded and Multithreaded Debug)
2006-06-25 22:09:03 +00:00
ejcoumans
71dfed4c52
no manifest in projectfiles, and added a few files
2006-06-25 20:44:06 +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
e82e31e692
removed some obsolete files (appBasicSample), FCollada lib, external-libs folder
...
start physics by default (not pressing 'i')
2006-06-19 23:21:10 +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
res2002
c875616bbb
Typo
2006-06-17 18:44:49 +00:00
res2002
0f54c5c8f5
Add Extras/FCollada as an include path for appColladaDemo.
2006-06-17 18:43:06 +00:00
res2002
ce4aabb3fe
Property fixes
2006-06-17 18:32:35 +00:00
res2002
ec56a978f7
Regenerated configure & VC projects.
...
Misc property fixes.
2006-06-17 18:23:38 +00:00
dondickied
7535b02e58
dgregorius: Changed hinge constraint to use JacobianEntry class. Also removed change from last submission to JacobianEntry constructor for angular constraints.
2006-06-12 19:53:41 +00:00
ejcoumans
f743269af9
Added Generic 6 DOF Constraint skeleton
2006-06-03 21:09:14 +00:00
ejcoumans
ac11a0c06b
Did a bit more Collada physics importing work.
...
Also did a quick workaround to allow different camera UP. This demo stuff really needs to be cleaned up now!
2006-06-03 02:13:59 +00:00
ejcoumans
b5d0520c58
added initial Collada 1.4 Physics support
2006-06-01 03:27:01 +00:00
ejcoumans
049a2af90f
updated autogenerated projectfiles/resource files
2006-05-26 18:15:55 +00:00
ejcoumans
3da6f4f231
added autogenerated projectfiles
2006-05-26 05:48:52 +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