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
2006-06-27patch from Ralf Hölzemer (cheleb) forStephen Swaney
2006-06-23bug: normalized raycastErwin Coumans
2006-06-22bugfix:: added objects didn't have proper physics id (they used the physics i...Erwin Coumans
2006-06-22fixed restore/suspendDynamics bugErwin Coumans
2006-06-22workaround for a irregularity/bug in physics system (happens very seldom, jus...Erwin Coumans
2006-06-20bugfix: removing constraints should activate rigidbodies.Erwin Coumans
2006-06-19bugfix/workaround for problem with hard-coded collision margins being too large.Erwin Coumans
2006-06-17fixed Bullet bug: constraints didn't merge simulation islands.Erwin Coumans
2006-06-12Bullet, bugfix: don't simulate when substeps are set to 0Erwin Coumans
2006-06-05Bugfix #4081: support for OpenBSD platform for scons. Big thanks to Nathan H...Ken Hughes
2006-05-23-added basic support for GameActuator 'load game', relative paths were broken...Erwin Coumans
2006-05-20added fixed_framerate command line optionErwin Coumans
2006-05-14GamePython related: changed ordering of python destruction, and reverted some...Erwin Coumans
2006-05-14Patch from Charlie:Erwin Coumans
2006-05-13Text patch for game player, from Charlie: TFace from KX_PolygonMaterial, as o...Erwin Coumans
2006-05-12patch from Charlie, bug fix (3795) , improves CubeMaps in game engineErwin Coumans
2006-05-11- Charlie provided a work-around for some armature related crashesErwin Coumans
2006-05-11- Added support for kinematic objects (interaction between rigidbodies), deri...Erwin Coumans
2006-05-10(experimental) logic timestep to 60hertz instead of 30 hertz.Erwin Coumans
2006-05-10Disabled Sumo, and use Bullet physics instead.Erwin Coumans
2006-05-10fixed [ #3863 ] Baking game physics to IPOs misses the first few frames of mo...Erwin Coumans
2006-05-10modified behaviour of PropertySensor and MessageSensor on popular request.Erwin Coumans
2006-05-09applied Charlies patch (commenting out unused extensions that cause compile p...Erwin Coumans
2006-05-09fixed Bullet raycasting filtering issueErwin Coumans
2006-04-28- Charlie fixed some bugs related to copying armature-constraint data (these ...Erwin Coumans
2006-04-28- fixed Bullet noResponse/ghost modeErwin Coumans
2006-04-27make Bullet default physics engine. However, it still loads some default .ble...Erwin Coumans
2006-04-26added Bullet rigidbodies that behave like Sumo 'dynamic', without rotations. ...Erwin Coumans
2006-04-26fixed several internal Bullet rigidbody dynamics bugs:Erwin Coumans
2006-04-24fixes in raycastingErwin Coumans
2006-04-24fixed collision sensor for dynamically created objects using Bullet physicsErwin Coumans
2006-04-23use ContinuousConvexCollision for raycaster, fixes raycast problemsErwin Coumans
2006-04-17Bullet physics: fixed some accuracy problem (square length should be compared...Erwin Coumans
2006-04-17added support for 'Ghost' object and collision sensor (preliminary)Erwin Coumans
2006-04-14enabled ipo in combination with physics (no friction effect from kinematic to...Erwin Coumans
2006-04-14don't use hull testing code by defaultErwin Coumans
2006-04-13a lot of work in a few small changes to improve penetration depth. and some f...Erwin Coumans
2006-04-11applied Charlies patch, reverted some GLSL shader stuff, improved penetration...Erwin Coumans
2006-04-07added hinge constraint support to Bullet physicsErwin Coumans
2006-04-05fixed two issues that hinder linux buildErwin Coumans
2006-04-03made some gfx debug code win32 specificErwin Coumans
2006-04-03commented out some asserts that don't work multiplatformErwin Coumans
2006-04-03applied Charlies patch for game engine graphics. display list support, and bu...Erwin Coumans
2006-04-01more Bullet physics improvements, mainly stability and performance related.Erwin Coumans
2006-03-29more physics work: fixed some deactivation bug, improved contact constraint s...Erwin Coumans
2006-03-27Synchronized Bullet physics to latest version.Erwin Coumans
2006-03-24a bunch of small warnings fixes:Kent Mein
2006-02-23Some issues compiling on Irix:Chris Want
2006-02-22added 'disable sleeping' option for rigidbodies. + bugfix of out of sync whee...Erwin Coumans
2006-02-21exposed a few more tuning paramtersErwin Coumans