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
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-25PyAPI RNA/BGECampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-05-26BGE Script template for a python module (set EOL to native this time)Campbell Barton
2009-05-11BGE: Add MT_Vector3 support for Py attribute macro system. See KX_PYATTRIBUTE...Benoit Bolsee
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-10deprecate controller.getActuator(name) and controller.getSensor(name) forCampbell Barton
2009-05-08BGE Python owned proxies had a problem being decref'd twice, this would crash...Campbell Barton
2009-05-04print BGE Py api warnings only once to avoid flooding the terminal and slowin...Campbell Barton
2009-05-03fixes for bugs submitted by BGE users, fixes by myself and Mitchell StokesCampbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-28BGE PyAPICampbell Barton
2009-04-23BGE Python APICampbell Barton
2009-04-22BGE C++ APICampbell Barton
2009-04-22BGE Python APICampbell Barton
2009-04-21use PyList_SET_ITEM instead of PyList_SetItem,Campbell Barton
2009-04-21BGE Python APICampbell Barton
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-19BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
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-12BGE Python APICampbell Barton
2009-04-07BGE Python API (small changes)Campbell Barton
2009-04-07BGE Python APICampbell Barton
2009-04-04include PyObjectPlus method in __dict__Campbell Barton
2009-04-04- should fix compiling with older python versions (<2.5)Campbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
2009-03-23BGE API cleanup: add support for attribute set/get through functions only.Benoit Bolsee
2009-02-26Py BGE APICampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-21* removed typedefs that were not used (from anonymous enums and structs)Campbell Barton
2009-02-19BGE Python APICampbell Barton
2009-02-19Accept negative indices's for ListValuesCampbell Barton
2009-01-02BGE API Cleanup: update the python attribute definition framework.Benoit Bolsee
2008-12-31BGE API cleanup: introduction of a generic framework to link Python attribute...Benoit Bolsee
2008-09-06converted my gen_utils.h fix to PyObjectPlus.hKent Mein
2008-09-06Trying to keep things compiling on my imac (10.4.11)Kent Mein
2008-09-03BGE Py api, deleting properties didnt raise an error when the property wasnt ...Campbell Barton
2008-08-14game engine python apiCampbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2006-01-30prepared physics/game engine infrastructure for vehicle support.Erwin Coumans
2005-12-20Forgot to add 'ForgetReference' for game-python objects.Erwin Coumans
2005-03-25Big patches:Kester Maddock
2004-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-05-21Fixes for Camera objects and python:Kester Maddock
2004-05-16Changed Python _getattr/_setattr methods to use const STR_String& instead of ...Kester Maddock