summaryrefslogtreecommitdiff
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
* enable SIMD for Apple OSX Intelerwin.coumans2009-07-163-4/+2
* + CMake build system fix under Windows: don't define _WINDOWS to allow Glut c...erwin.coumans2009-07-1511-31/+78
* compile fixes for Linuxerwin.coumans2009-07-146-6/+10
* Updated INSTALL description. This info should go also in Bullet User Manual a...erwin.coumans2009-07-1411-15/+98
* More GJK degeneracy fixes, thanks Jacob Langford for the feedback:erwin.coumans2009-07-132-35/+34
* add radius to debug sphere drawingerwin.coumans2009-07-101-5/+5
* + fix bug in SoftDemo: use removeRigidBody for rigid bodies, instead of remov...erwin.coumans2009-07-062-3/+7
* Some fixes to work with constraint angle limits close to -PI or PIrponom2009-06-123-5/+24
* forgot to update Demos/Gpu2dDemo for btMultiSphereShape change (removed 1st a...erwin.coumans2009-06-111-5/+3
* Remove first argument from btMultiSphereShape, calculate local inertia approx...erwin.coumans2009-06-111-1/+1
* Minor fix in friction: calculate second friction direction based on un-scalin...erwin.coumans2009-06-111-1/+1
* Damping for spring motors addedrponom2009-06-021-0/+2
* Added keyboardUpCallback, erwin.coumans2009-05-232-2/+10
* Replace all hardcoded 1e30(f) by BT_LARGE_FLOAT, defined in btScalar.h as 1e1...erwin.coumans2009-05-2310-20/+19
* compile fixes for trunk on OSXerwin.coumans2009-05-232-3/+21
* added projectfileserwin.coumans2009-05-221-0/+4
* some fixes in build systemserwin.coumans2009-05-225-3/+25
* Gpu3D demo addedrponom2009-05-2210-0/+2528
* Added MiniCL, a limited subset of OpenCL, the open standard for parallel prog...erwin.coumans2009-05-223-0/+534
* + Internal improvements for collision shapeserwin.coumans2009-05-227-20/+115
* 3 new constraints added : btGeneric6DofSpringConstraint, btUniversalConstrain...rponom2009-05-2112-149/+197
* Fix btGpu2dDemo build -> remove btGpuUtils.cpp and re-enable 3 include files ...erwin.coumans2009-05-161-3/+4
* Added a possibility to build appGpu2dDemo with CUDA solver.rponom2009-05-147-71/+125
* applied patch that allows to enable multithreading mode for CcdPhysicsDemo,erwin.coumans2009-05-141-5/+5
* fixed memory leaks in ForkLiftDemo/VehicleDemoerwin.coumans2009-05-144-4/+13
* Static objects support added for appGpu2dDemorponom2009-05-134-11/+43
* updated test1.oec with a few static objectserwin.coumans2009-05-122-6/+20
* Second attempt to commit appGpu2dDemo with Bullet narrowphaserponom2009-05-121-3/+86
* More stable parameters for solver (GpuDemo2d)rponom2009-05-124-8/+34
* Fixes for Linux compilation, erwin.coumans2009-05-114-8/+8
* fixes in Jam msvcgen -> use SSE instead of SSE2 to stay compatible with older...erwin.coumans2009-05-099-22/+89
* updated demos -> ALT + mouse uses Maya-style controls, replaced BMF_Fonts by ...erwin.coumans2009-05-09114-2132/+6704
* added existing demos to CMake build systemerwin.coumans2009-05-0614-4/+332
* revert accidently committed tweaks in demoserwin.coumans2009-03-232-4/+4
* Add 1D and 2D support for Bullet: using rigidbody->angularFactor(const btVect...erwin.coumans2009-03-082-4/+5
* updated Bullet_User_Manual.pdferwin.coumans2009-03-035-13/+19
* Introduced btActionInterface. This makes it easier to extend user-defined act...erwin.coumans2009-03-0326-75/+237
* use 0.2 as default erp for AllBulletDemoserwin.coumans2009-02-271-1/+1
* fix automake/make build for AllBulletDemos (ConstraintDemo was added), and re...erwin.coumans2009-02-201-0/+1
* minor tweaks to demos: enable constraint debug drawing in AllBulletDemos, def...erwin.coumans2009-02-184-3/+58
* revert some testing code in BasicDemoerwin.coumans2009-02-132-89/+11
* Add the option for the btSimulationIslandManager to avoid splitting islands (...erwin.coumans2009-02-133-13/+93
* reset randseed in constraint solver for determinismerwin.coumans2009-02-111-1/+2
* Fixes for broadphase/paircache determinism.erwin.coumans2009-02-103-15/+15
* Fix for issue #192john.mccutchan2009-02-102-0/+15
* Allocate large arrays of btVector3s on the heap instead of the stack. Fixes I...john.mccutchan2009-02-104-5/+31
* Some work-in-progress on making btDbvtBroadphase deterministic. When using th...erwin.coumans2009-02-101-11/+27
* Bug in limits setup of ragdoll elbows fixedrponom2009-02-101-2/+4
* Fix issues with btSortedOverlappingPairCache, both for btAxisSweep3 and btDbv...erwin.coumans2009-02-093-3/+6
* Position the camera properly for each demojohn.mccutchan2009-02-091-5/+46