summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3287 from glebm/heightfield-accelerwincoumans2021-03-112-0/+50
|\
| * heightfield: Add a test for processAllTriangles up-axis filteringGleb Mazovetskiy2021-03-032-0/+50
* | CMake: Use Threads instead of pthread directlyGleb Mazovetskiy2021-01-205-8/+16
|/
* E2K: strip UTF-8 BOM for MCST lcc compiler < 1.24r-a-sattarov2020-10-281-1/+1
* fix cmake/premake buildsErwin Coumans2020-03-221-0/+29
* allow to compile using clang-cl on visual studio (disable SSE)Erwin Coumans2019-12-111-2/+0
* fix in multi-endeffector IK, calculate jacobian uses dofs without base, fix p...Erwin Coumans2019-07-111-0/+1
* commit the ABA comparison test between the RBDL and Bullet, and use the optio...Steven2019-07-022-2/+443
* First pass of load files through an interface (to allow loading from memory, ...erwincoumans2018-10-081-1/+1
* apply clang-format (on Mac, slightly different than running it on Windows)Erwin Coumans2018-09-302-3/+3
* PyBullet OpenGL/EGL hardware getCameraImage: use glViewport to reduce the glR...erwincoumans2018-09-302-3/+3
* Code-style consistency improvement:erwincoumans2018-09-23175-41038/+42779
* move stb_image/stb_image_write.cpp into a cpp file instead of random files wi...erwincoumans2018-09-102-1/+2
* pybullet: added EGL render device and window_backend option.a2018-08-301-1/+1
* prepare build system(s) for collisionFilterPluginErwin Coumans2018-07-272-0/+4
* enable pdControlPlugin by default (requires pdControlPlugin.cpp and b3RobotSi...erwincoumans2018-06-052-61/+78
* upgrade from tinyxml to tinyxml2erwincoumans2018-04-124-25/+7
* preparation to replace glew by gladErwin Coumans2018-02-201-2/+1
* fix cmake buildErwin Coumans2018-02-091-3/+3
* fix premake build for linux, thanks to @consultitErwin Coumans2018-02-092-0/+10
* PyBullet: move TinyRenderer into a plugin, default statically loaded. You can...erwincoumans2018-01-172-8/+8
* premake build system fixeserwincoumans2018-01-091-3/+3
* premake4 add option --enable_static_vr_plugin to statically link the VR sync ...erwincoumans2017-10-251-1/+11
* Fix compile warnings for GwenOpenGLTest and Test_enet_chat_client.Jeffrey Bingham2017-09-302-2/+4
* add some missing files for premake, thanks to Jeff Bingham for the reportErwin Coumans2017-09-241-0/+1
* link against DL for dlopenerwincoumans2017-09-231-0/+3
* create a C/C++ plugin system for pybullet / C-API.Erwin Coumans2017-09-222-0/+4
* more fixes for retina + glfw + opengl2 fallbackErwin Coumans2017-09-201-4/+4
* enable option to use GLFW, instead of our own cross-platform X11/Cocoa/Window...erwincoumans2017-09-192-4/+10
* re-enable shared memory connection for pybullet Gym envs (with fallback to GU...Erwin Coumans2017-09-131-1/+5
* compile fixesErwin Coumans2017-09-062-3/+3
* fix compile issues due to API change (additional argument)erwincoumans2017-08-151-2/+2
* update include after stb_image changesErwin Coumans2017-06-222-2/+3
* Prepare/allow for non-Bullet2-based physics command processor in pybullet/Bul...erwincoumans2017-05-301-0/+1
* due to b3Assert, GwenOpenGLTest/premake4.lua depends on Bullet3Commonerwincoumans2017-05-291-1/+2
* more compile fixesErwin Coumans2017-05-131-0/+2
* add missing files to projectsErwin Coumans2017-05-042-1/+4
* add support for setuptools setup.py pybullet for 'pip install pybullet'Erwin Coumans2017-04-021-1/+3
* Remove RobotLogging from CMakeLists.txtErwin Coumans2017-03-231-1/+1
* fix issue with btMultiBody friction in combination with soft contacts (fricti...Erwin Coumans2017-03-201-0/+111
* Added test for btKinematicCharacterController.Erik Ogenvik2017-03-143-1/+52
* fix Linux premake buildErwin Coumans (Google)2017-02-221-3/+3
* Replace large timeout (1024*1024*1024) using real-time clock timeout (10 seco...Erwin Coumans2017-02-222-11/+19
* use TCP in main thread, accumulate bytes until size matches.Erwin Coumans2017-02-201-2/+4
* shmem preliminary TCP implementation (not working yet)Erwin Coumans2017-02-202-0/+70
* fix 6dof sensors for fixed joints (recent bug left fields uninitialized in ge...Erwin Coumans2017-02-202-0/+53
* more tcp testingErwin Coumans2017-02-203-28/+37
* tcp echo/query test setupErwin Coumans2017-02-202-17/+37
* adjusted clsocket build and test, so there is an EchoServer and QueryDayTime ...Erwin Coumans2017-02-193-3/+60
* add tiny cross-platform TCP socket library from https://github.com/DFHack/cls...Erwin Coumans2017-02-193-0/+194