summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #375 from erwincoumans/master2.83.2erwincoumans2015-05-061-2/+6
|\
| * don't use glSwapAPPLE, it fails on some OSX versionsErwin Coumans2015-05-061-2/+6
* | Merge pull request #374 from erwincoumans/mastererwincoumans2015-05-062-67/+201
|\ \ | |/
| * add simple 3d debug text for OpenGL2 in example browsererwin coumans2015-05-062-67/+201
* | Merge pull request #373 from erwincoumans/mastererwincoumans2015-05-0639-39/+6588
|\ \ | |/
| * fixed premake4 issue causing the build to fail on non-Mac platformserwin coumans2015-05-062-8/+15
| * allow to compile and run the ExampleBrowser on older Mac OSX versions (withou...Erwin Coumans2015-05-0614-36/+82
| * don't build any demos on older Mac OS versions <10.9Erwin Coumans2015-05-062-2/+3
| * add enet for some client/server tests=2015-05-0525-1/+6496
* | Merge pull request #369 from erwincoumans/master2.83erwincoumans2015-05-045-21/+23
|\ \ | |/
| * disable memmove in btDbvtErwin Coumans2015-05-042-9/+11
| * tweak gui description window sizeErwin Coumans2015-05-043-7/+8
| * fix urdf relative path problem (don't use arrays on stack!)=2015-05-042-7/+6
|/
* Merge pull request #366 from erwincoumans/mastererwincoumans2015-05-0322-204/+2342
|\
| * update docsErwin Coumans2015-05-033-19/+16
| * tweaks to rolling friction demo/dof2spring2 demoErwin Coumans2015-05-032-1/+22
| * add RollingFrictionDemoErwin Coumans2015-05-036-2/+308
| * fix double-precision compile bugErwin Coumans2015-05-031-4/+11
| * fix premakeErwin Coumans2015-05-031-1/+3
| * render the rays in benchmark demoErwin Coumans2015-05-031-3/+26
| * converted DynamicControlDemo/MotorDemoErwin Coumans2015-05-036-1/+497
| * converted FractureDemoErwin Coumans2015-05-038-0/+1387
| * add .bullet extension in File/Open on MacErwin Coumans2015-05-034-177/+76
* | Merge pull request #365 from erwincoumans/mastererwincoumans2015-05-0294-278/+4366
|\ \ | |/
| * fix issue with btDbvt::collideOCL, related to memmove (needs further testing)Erwin Coumans2015-05-026-22/+49
| * fix another compile issueerwincoumans2015-05-021-1/+2
| * fix build issueerwincoumans2015-05-021-1/+2
| * more example browser tweaks, mostly related to (debug) renderingerwincoumans2015-05-028-44/+107
| * fix some out-of-bounds error in the OpenCL rigid body pipelineerwincoumans2015-05-0120-12/+2710
| * add Doxyfileerwincoumans2015-05-011-0/+780
| * Merge remote-tracking branch 'bp/master'erwincoumans2015-05-010-0/+0
| |\ | |/ |/|
* | Merge pull request #363 from erwincoumans/mastererwincoumans2015-05-011179-193169/+32971
|\ \
| | * add starting point for btGeneric6DofSpring2ConstraintData import, not all par...erwincoumans2015-05-017-18/+190
| | * fix build issue when OpenCL (B3_USE_CLEW) is not enablederwincoumans2015-05-011-3/+4
| | * enable URDF loading throught the 'File/Open' menuerwincoumans2015-05-0166-212/+557
| | * add GPU_rigidbody_using_OpenCL documenterwincoumans2015-05-011-0/+0
| |/
| * add OpenCL PairBench (missing GUI, so not really useful)erwincoumans2015-05-019-3/+1174
| * add Raycast demoErwin Coumans2015-04-306-7/+361
| * add example to import and export a binary .bullet fileErwin Coumans2015-04-305-1/+116
| * add Stan Melax' ImplicitCloth demoErwin Coumans2015-04-3015-6/+2949
| * start updating docsErwin Coumans2015-04-291-6/+9
| * add Bullet 2.82 user manual, todo: update to version 2.83Erwin Coumans2015-04-291-0/+0
| * add latex source of Bullet 2.82 quickstart guide, todo: update to current rel...Erwin Coumans2015-04-299-1/+2100
| * remove 'Custom' multi body demo, it has no point on its ownErwin Coumans2015-04-299-313/+0
| * set upaxis for all demos (either Y/1 or Z/2)erwin coumans2015-04-2910-272/+33
| * rename ExampleInterface -> CommonExampleInterface to be a little bit more con...erwin coumans2015-04-2956-85/+87
| * fix double-precision compile problemerwin coumans2015-04-294-9/+32
| * fix an issue in MPR collision detection (which is not used by default), only ...erwin coumans2015-04-291-2/+9
| * fix maxLinMotorForce/maxAngMotorForce in btSliderConstrainterwin coumans2015-04-293-6/+6
| * add missing files to CMakeLists.txterwin coumans2015-04-291-0/+23