summaryrefslogtreecommitdiff
path: root/Demos/VehicleDemo
Commit message (Expand)AuthorAgeFilesLines
* Replace all hardcoded 1e30(f) by BT_LARGE_FLOAT, defined in btScalar.h as 1e1...erwin.coumans2009-05-231-1/+1
* fixed memory leaks in ForkLiftDemo/VehicleDemoerwin.coumans2009-05-142-2/+7
* updated demos -> ALT + mouse uses Maya-style controls, replaced BMF_Fonts by ...erwin.coumans2009-05-091-2/+2
* Added Height Field Fluid Demo to Bullet. All code stored in the Demos/HeightF...john.mccutchan2009-01-081-1/+1
* + need to reset rigid body using 'setCenterOfMassTransform' to reset world in...erwin.coumans2008-12-021-1/+4
* updated CMake support: remove Lib prefix, to facilitate Apple Framework suppo...erwin.coumans2008-11-061-2/+2
* Add libgimpact, libgimpactutils, libglui, libconvexdecomposition, soft body d...john.mccutchan2008-10-031-1/+1
* Initial support of Autoconf / Automake build systemjohn.mccutchan2008-10-021-2/+2
* Fixes for FPU exceptions, thanks to Phil Knight for reporting and John McCutc...erwin.coumans2008-08-011-1/+6
* Minor cleanup of CMakeLists.txt files, it works better with Code::Blocks+MinG...erwin.coumans2008-07-031-36/+0
* Added method to collect all persistent contact manifolds, given a btBroadphas...erwin.coumans2008-05-241-3/+8
* fixed build/project fileserwin.coumans2008-04-101-1/+1
* updated Jam and CMake build files for new Extras/ConvexHull libraryejcoumans2008-02-131-1/+1
* free memory for btShapeHulls, keep track of it in GL_ShapeDrawer.ejcoumans2008-02-131-1/+1
* fixed minor graphics issues, related to recent camera initialization changesejcoumans2008-02-071-1/+4
* First commit of 2008, Happy New Year!ejcoumans2008-01-031-2/+2
* - Added btRigidBodyConstructionInfo, to make it easier to set individual sett...ejcoumans2007-12-171-3/+0
* only update aabb of active objects, thanks Peter Tchernev for reporting (http...ejcoumans2007-12-101-0/+3
* demo cleanup part 4 (fixed leaks in vehicle demo)ejcoumans2007-12-072-17/+87
* added hierarchical profiling (needs more cleanup)ejcoumans2007-11-211-13/+1
* updated demos to show debug display with new AllBulletDemos (AllInOne),ejcoumans2007-10-251-0/+2
* updated CMake buildfilesejcoumans2007-10-251-0/+1
* added btGetVersion(), return integer without the fraction: for example 2.64 r...ejcoumans2007-10-253-15/+25
* re-organized memory (stack and pool) allocators. this lets the user pass in t...ejcoumans2007-10-201-1/+1
* (no commit message)ejcoumans2007-10-141-3/+3
* Based on feedback from another professional game company, there are several i...ejcoumans2007-09-081-2/+3
* Refactoring to enable multi SAP broadphase.ejcoumans2007-08-021-2/+2
* support diamondsubdivision (thanks Jay for contribution)ejcoumans2007-06-291-1/+4
* allow for float data, and prepare for 'quad edge flip', either re-use the fir...ejcoumans2007-06-271-1/+4
* updated vehicle demo to load heightfield data from fileejcoumans2007-06-271-7/+35
* basic support for height fields. They are producing temporary triangles, simi...ejcoumans2007-06-271-1/+27
* renamed ${OPENGL_glU_LIBRARY} into ${OPENGL_glu_LIBRARY}ejcoumans2007-04-291-1/+1
* Fix (needs more testing) in btRigidBody::setCenterOfMassTransform, assign m_i...ejcoumans2007-04-222-20/+58
* - removed STL from the Bullet library: replace std::vector by btAlignedObject...ejcoumans2007-03-061-1/+0
* - Added compressed/quantized AABB tree, 16 bytes per node, while supporting 3...ejcoumans2007-02-251-1/+2
* updated autotools support for make, while keeping jam support. other options ...ejcoumans2006-12-171-0/+5
* Contribution to add optional double precision floating point support. Define ...ejcoumans2006-12-161-2/+2
* ASSERT -> btAssertejcoumans2006-11-291-1/+6
* updated build files for GIMPACTejcoumans2006-11-121-2/+2
* added angular limits to the Generic D6 constraint. Works for small angles. Wi...ejcoumans2006-11-101-5/+13
* updated VehicleDemo to show Z as up-axis, rather then Y.ejcoumans2006-11-091-20/+90
* Integrated fixes for Solaris from Noerghel, http://continuousphysics.com/Bull...ejcoumans2006-11-091-1/+3
* added very basic debug drawing for vehicle wheels, and updated raycast in wor...ejcoumans2006-11-091-37/+51
* - added linear limits to btGeneric6DofConstraint and made sure the linear axi...ejcoumans2006-11-071-1/+1
* more small refactoring: some methods were still upper-case.ejcoumans2006-11-031-2/+1
* prepared to add BulletDino, and made ForkLiftDemo compile (no functionality yet)ejcoumans2006-10-291-5/+1
* enabled the vehicle demo again (still needs lots of tuning before it drives w...ejcoumans2006-10-292-92/+88
* Refactoring: another huge number of changes, renamed methods to start with lo...ejcoumans2006-09-281-15/+15
* merged most of the changes from the branch into trunk, except for COLLADA, li...ejcoumans2006-09-271-31/+31
* First stage in refactoring Bullet: moved Bullet Collision and Dynamics and Li...ejcoumans2006-09-252-28/+5