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
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2012-11-11- property sensor was converting floating point values to text then back to f...Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-08-18BGE guardedalloc, Uses WITH_CXX_GUARDEDALLOC but gives a string to MEM_malloc...Campbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-28BGE Python APICampbell 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-06Python ref-counting fixesCampbell Barton
2009-04-03Python BGE APICampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-19BGE Python APICampbell Barton
2008-09-20[#17600] char* -> const char*Campbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2006-04-11applied Charlies patch, reverted some GLSL shader stuff, improved penetration...Erwin Coumans
2006-04-03applied Charlies patch for game engine graphics. display list support, and bu...Erwin Coumans
2006-02-13Improved OpenGL Shader Language support for game engine. The python interface...Erwin Coumans
2006-01-18attempt to fix reported problems with glsl shader on OS X (and other platform...Erwin Coumans
2006-01-15more graphics patches from Snailrose,Erwin Coumans
2006-01-10applied patch from snailrose, related to multi-platform OpenGL extensions.Erwin Coumans
2006-01-08more linux game engine work. hopefully works now!Erwin Coumans