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
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-04-11py api file renameCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-25* explicit cast needed for mingw.Nathan Letwory
2009-08-27was casting the PyObjectPlus type to a PyObject for new BGE vector and matrix...Campbell Barton
2009-08-18BGE guardedalloc, Uses WITH_CXX_GUARDEDALLOC but gives a string to MEM_malloc...Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...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-25PyAPI RNA/BGECampbell Barton
2009-06-22PyAPI Mathutils Vector callbacks, referencing other PyObjects rather then thi...Campbell Barton
2009-06-10was printing all warnings twiceCampbell Barton
2009-06-03BGE PyAPI fixesCampbell 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-09Methods didn't check for zombies which could crash in the case where a method...Campbell Barton
2009-05-07python3 compatibility for the BGE api, this only works with scons when WITH_B...Campbell Barton
2009-05-04print BGE Py api warnings only once to avoid flooding the terminal and slowin...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-21BGE 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-12BGE Python APICampbell Barton
2009-04-12BGE Py APICampbell Barton
2009-04-09Added GameKeys.EventToCharacter(event, is_shift) so you can get the character...Campbell Barton
2009-04-07BGE Python API (small changes)Campbell Barton
2009-04-07BGE Python APICampbell Barton
2009-04-04- should fix compiling with older python versions (<2.5)Campbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE PythonCampbell Barton
2009-03-24Use Benoits attributes in KX_GameObject.Campbell 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-20BGE API Cleanup: distinction between array and list of values in KX_PYATTRIBU...Benoit Bolsee
2009-02-19BGE Python APICampbell 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-12-29First batch of GE API cleanup.Benoit Bolsee