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-12-04added some 'angularFactor' for character control (to avoid rotation)Erwin Coumans
2006-12-04fixed some motionstate synchronization issuesErwin Coumans
2006-12-03Fix for getting gcc compile GE with Py 2.5Jean-Luc Peurière
2006-12-03more work on Bullet 2.xErwin Coumans
2006-12-03different Bullet/graphics synchronizationErwin Coumans
2006-12-03gameengine: reverted some timing experimentErwin Coumans
2006-12-03- GEadded VSYNC for Mac OS X swapbuffers (can be easily undone by commenting ...Erwin Coumans
2006-12-02- added support for generic 6DOF constraintErwin Coumans
2006-12-01some Bullet compound shape fixErwin Coumans
2006-12-01- enabled compound collision objects, requires 'clear parent inverse'Erwin Coumans
2006-11-30removed (int) cast, should fix 64bit issue in recent commitErwin Coumans
2006-11-30Reserved some Bullet 2.x constraint data.Erwin Coumans
2006-11-29fix some loose ends in Bullet 2.x upgradeErwin Coumans
2006-11-29updated to latest Bullet PhysicsErwin Coumans
2006-11-25Patch by Vladimír Marek (neuron), part of bugfix #5298Ton Roosendaal
2006-11-23make compiler happyErwin Coumans
2006-11-23pass right friction/restitution/damping values to btRigidBodyErwin Coumans
2006-11-22Makefile support for bullet2 ... please testChris Want
2006-11-21more Bullet 2.x upgrading. fair amount of functionality is now restored, not ...Erwin Coumans
2006-11-21updated CMake files for game engine for Bullet 2.x upgradeErwin Coumans
2006-11-21Removed old Blender/extern/bullet, and upgraded game engine to use Bullet 2.xErwin Coumans
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain
2006-11-06* compiler command-line fix for scons/win32-mingwNathan Letwory
2006-08-29Added a VGroup input to the Armature modifier. This allows the user to specifyBen Batt
2006-08-28upgraded Bullet rigidbody physics to latest version 1.9Erwin Coumans
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt
2006-07-19use 'fixedtime/enable all frames' from the blend fileErwin Coumans
2006-07-19accidently replaced initGamePlayerPythonScripting with initGamePythonScriptin...Erwin Coumans
2006-07-07attempt to fix crashes (reported under Linux)related to OpenGL extension quer...Erwin Coumans
2006-07-06some minor webplugin changes, new loading .blend, upgraded version to 2.42, ...Erwin Coumans
2006-07-03debug lines / register the applied impulse for constraint (for breaking)Erwin Coumans
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