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-02-26Py BGE APICampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-23BGE Python APICampbell Barton
2009-02-22BGE Py APICampbell 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-02-19Accept negative indices's for ListValuesCampbell Barton
2009-02-16SCons:Nathan Letwory
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
2008-10-02Python 2.4 should build with the game engine now, no thanks to python for swi...Campbell Barton
2008-09-20[#17600] char* -> const char*Campbell Barton
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-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit Bolsee
2008-08-27get/set Angular velocity for KX_GameObjects python api and for the AddObject ...Campbell Barton
2008-08-14Python API get/setObject update for Actuators. (SetParent, AddObject, Camera ...Campbell Barton
2008-08-14game engine python apiCampbell Barton
2008-08-12raise an error when assigning properties to a game object that cant be conver...Campbell Barton
2008-07-12improvement of 2d-filter custom shader, Hamed Zaghaghi
2008-07-08bugfix - GameEngine PyObject methods did not all return when using dir(), bec...Campbell Barton
2008-07-04non user visible changes and small optimizations to the game engine pyapi as ...Campbell Barton
2008-06-26Python API/Game engine fixes, dosn't affect 2.47Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-01Various mem leaks related to CValue reference count fixedBenoit Bolsee
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a lit...Kent Mein
2007-02-19Finally commit a workaround for the Python>2.3 and FreeBSD>5.0 problem.Hans Lambermont
2006-12-03Fix for getting gcc compile GE with Py 2.5Jean-Luc Peurière
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain
2006-02-08==SCons==Nathan Letwory
2006-02-04== SCons ==Nathan Letwory
2006-01-30prepared physics/game engine infrastructure for vehicle support.Erwin Coumans
2006-01-06Sorry to break the cvs-closed status, so if you really need to make a new 2.4...Erwin Coumans
2005-12-31Fixed several bugs: python refcounting related and Bullet related (basic add/...Erwin Coumans
2005-12-20Forgot to add 'ForgetReference' for game-python objects.Erwin Coumans
2005-11-28applied the 64-bit pointer patch submitted by Ken HughesErwin Coumans
2005-04-23Added the docs & use Python booleans for physics reinstance.Kester Maddock
2005-03-25Big patches:Kester Maddock
2005-03-09big warning hunt commitJean-Luc Peurière
2004-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-07-17Port Python updates from Tuhopuu2:Kester Maddock
2004-06-07Python updates:Kester Maddock
2004-06-04Miscellaneous Fixes:Kester Maddock
2004-05-21Fixes for Camera objects and python:Kester Maddock
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-05-16Changed Python _getattr/_setattr methods to use const STR_String& instead of ...Kester Maddock
2004-04-24Synchronise game engine with Tuhopuu2 tree.Kester Maddock