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
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-09-15update for MingW/CMakeCampbell 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-26remove all python api functions deprecated in 2.49Campbell 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-19BGE Python APICampbell Barton
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
2009-04-12use long long rather then int for storing game logic properties.Campbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-02Added getitem/setitem access for KX_GameObjectCampbell Barton
2009-03-12BGE patch 18368: Modulus (ie %) expression controller in BGE. Implement a cac...Benoit Bolsee
2009-02-19BGE Python APICampbell Barton
2008-12-29First batch of GE API cleanup.Benoit Bolsee
2008-08-14game engine python apiCampbell Barton
2008-07-12improvement of 2d-filter custom shader, Hamed Zaghaghi
2008-06-26Python API/Game engine fixes, dosn't affect 2.47Campbell Barton
2006-01-06Sorry to break the cvs-closed status, so if you really need to make a new 2.4...Erwin Coumans
2004-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-06-07Python updates:Kester Maddock
2004-05-16Changed Python _getattr/_setattr methods to use const STR_String& instead of ...Kester Maddock
2003-12-01Nathan Letwory's patch for bug #424 const errors kept MSVC7 projectfiles from...Roel Spruit
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-12Initial revisionv2.25Hans Lambermont