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
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-07-22style cleanupCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2011-12-23recent matrix row/col swap broke matrix assignment in the BGE, fix provided b...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-07-15move mathutils into its own lib.Campbell Barton
2011-02-28change return values from mathutils callbacks to match pythons (-1 is error),...Campbell Barton
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2010-12-06bugfix [#24967] bge.KX_GameObject.worldAngularVelocity does not work, breaks ...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-04-11py api file renameCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-23BGE: fix more matrix transpose bugs in assignement to game object matrices.Benoit Bolsee
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-25* explicit cast needed for mingw.Nathan Letwory
2009-08-27- assigning vectors in the BGE wasn't updating the vector from the callbackCampbell Barton
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-28BGE Python APICampbell Barton
2009-06-26Made Mathutils use radians rather then degrees. defining USE_MATHUTILS_DEG fo...Campbell Barton
2009-06-25PyAPI RNA/BGECampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-20BGE Python APICampbell Barton
2009-04-20BGE Python APICampbell Barton
2009-02-23BGE Python APICampbell Barton
2008-07-26added exception messages to game engine matrix and vector conversions. also r...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2005-03-09big warning hunt commitJean-Luc Peurière
2004-12-29Make Python Matrix/Vector conversions more robustKester Maddock
2004-07-17Port Python updates from Tuhopuu2:Kester Maddock
2004-05-30Added Python module for Lights.Kester Maddock
2004-05-26Python fixes:Kester Maddock
2004-05-16Python utils for Python <-> MT_Vector, MT_Point & MT_MatrixKester Maddock