summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #397 from erwincoumans/master2.83.5erwincoumans2015-06-05108-290/+22172
|\
| * fix an issue with btMultiBodyConstraint, automatically 'finalizeMultiDof' to ...Erwin Coumans2015-06-0512-248/+306
| * add Windows version of shared memory, very basic implementation (only allows ...erwin coumans2015-06-046-0/+165
| * enable prismatic joint motor in URDF demo, by default. Thanks to Takuya!Erwin Coumans2015-06-032-2/+8
| * fix an OpenGL performance issue running on some Linux machinesErwin Coumans2015-06-031-1/+5
| * enable posix shared memory on non-Win32 platforms (Linux and Mac) for example...Erwin Coumans (Google)2015-05-301-4/+4
| * add missing files=2015-05-291-0/+17
| * fix cmake build and travis/CI=2015-05-291-0/+3
| * exit gracefully and call destructor of the current active example=2015-05-2910-49/+205
| * Merge remote-tracking branch 'bp/master'=2015-05-294-248/+290
| |\ | |/ |/|
* | Merge pull request #392 from GaborPuhr/mastererwincoumans2015-05-274-248/+290
|\ \
| * | Auto limitation of spring stiffness and damping in btGeneric6DofSpring2Constr...Gabor Puhr2015-05-224-248/+290
|/ /
* | Merge pull request #382 from erwincoumans/mastererwincoumans2015-05-1325-21/+19371
|\ \
* \ \ Merge pull request #381 from erwincoumans/master2.83.4erwincoumans2015-05-071-1/+3
|\ \ \
* | | | Update .travis.ymlerwincoumans2015-05-071-5/+3
* | | | Merge pull request #378 from erwincoumans/mastererwincoumans2015-05-071-0/+3
|\ \ \ \
* \ \ \ \ Merge pull request #376 from erwincoumans/master2.83.3erwincoumans2015-05-076-11/+9
|\ \ \ \ \
| | | | | * fix SharedMemory premake file=2015-05-291-1/+39
| | | | | * small improvement to the shared memory physics server/client=2015-05-284-22/+96
| | | | | * added preliminary shared memory physics client/server=2015-05-2813-1/+489
| | | | | * Update README.mderwincoumans2015-05-271-0/+1
| | | | | * fix relative path of visual/collision mesh, it might be different from the ur...Erwin Coumans2015-05-271-8/+27
| | | | | * rename loadUrdf -> loadMultiBodyFromUrdf in lua scripterwin2015-05-145-11/+8
| | | | | * load a urdf in the lua script testerwin2015-05-132-3/+85
| | | | | * fix Lua exampleErwin Coumans2015-05-133-53/+30
| | | | | * prepare for some basic lua scripting exampleErwin Coumans2015-05-1368-0/+20797
| | | | |/
| | | | * enable premake4 option --ios and Test_LinearMathErwin Coumans2015-05-1224-21/+19370
| | | | * Update .travis.ymlerwincoumans2015-05-081-0/+1
| | | |/
| | | * attempt to get osx and linux support for travis: disable linux specific thingserwincoumans2015-05-071-5/+3
| | | * don't compile SimpleOpenGL3App if NO_OPENGL3 is defined=2015-05-071-1/+3
| | |/
| | * try if we can get OSX support with travis=2015-05-071-0/+3
| |/
| * fix Yosemite buildErwin Coumans2015-05-076-11/+9
|/
* 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