Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-09Add support to lock individual axis during rigid body simulation, for transla...Erwin Coumans
2009-02-25Building the game engine with Solid/Sumo is now optional for scons using WITH...Campbell Barton
2008-09-28enable -noaudio option, so it actually works (and doesn't get overwritten by ...Erwin Coumans
2008-09-25improved game soft bodies, works for objects that are using 'set smooth'Erwin Coumans
2008-09-21BGE real-time soft bodies, step 2 / 3: create a btSoftBody. Next step is hook...Erwin Coumans
2008-09-14BGE patch: new Physics button and margin parameter in Logic panel. Change sub...Benoit Bolsee
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2006-12-01- enabled compound collision objects, requires 'clear parent inverse'Erwin Coumans
2006-02-22added 'disable sleeping' option for rigidbodies. + bugfix of out of sync whee...Erwin Coumans
2005-10-23updated SConstruct and Makefile so that if you compile the gameengine, is alw...Erwin Coumans
2005-08-17some more fixes in the raycast/mouse overErwin Coumans
2005-08-13these files missed the cvs commt yesterday, this should fix compilation problemsErwin Coumans
2005-08-05fixed the mouse-over sensor,Erwin Coumans
2005-07-30enable bullet for vc7 too by default (can be switched off easily)Erwin Coumans
2005-07-29>humm, .. this seems to define USE_BULLET for 1400 > _MSC_VERErwin Coumans
2005-07-27got some "_1400 <= _MSC_VER" wrong, should be "_1400 < _MSC_VER"Erwin Coumans
2005-07-27- added debug line drawing in gameengine (handy for debugging physics problems)Erwin Coumans
2005-07-17preparation for bullet physicsErwin Coumans
2004-11-22Fix for bug 1600: alpha sort doesn't work on linked (alt-d) objectsKester Maddock
2004-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-05-08Delete all SOLID shapes at the end of the game engine. They were all being l...Kester Maddock
2004-03-23[GameEngine] Commit all Kester's changes made to the gameengine to restore 2....Nathan Letwory
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-18First checkin of core ODE functionality. See OdePhysicsController.cpp for a t...Norman Lin
2002-10-12Initial revisionv2.25Hans Lambermont