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-04-18remove config.h references, was added for automake build system rev around 12...Campbell 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-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-22svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22668:22701Campbell Barton
2009-08-22- BGE, Some sensors, stored the event manager in 2 places (became confusing t...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-092.50:Brecht Van Lommel
2009-06-04BGE small fixesCampbell Barton
2009-05-25BGE Joystick Hat BugfixCampbell Barton
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-23patch from Mitchell Stokes, comments only - KX_PYATTRIBUTE_TODO for missing ...Campbell Barton
2009-04-22BGE C++ APICampbell 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-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-07Some users have odd joysticks with more then 8 axises, increased to 16 (so 4 ...Campbell Barton
2009-04-07BGE Python APICampbell Barton
2009-04-07BGE Joystick SensorCampbell Barton
2009-04-04moved more attributes from getattr into PyAttributeDef'sCampbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell 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
2008-10-19source/blender/blenloader/intern/readfile.c - use memmove rather then strncpy...Campbell Barton
2008-10-18Added joystick epydocs, only changed incorrect docstrings in SCA_JoystickSens...Campbell Barton
2008-10-08my changes broke the "level" option for joystick keys being held between statesCampbell Barton
2008-10-08* Joystick sensor is now only triggered from events of the selected type.Campbell Barton
2008-10-07joystick updateCampbell Barton
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-13return dummy python values when no joystick is presentCampbell Barton
2008-09-12Bugfixes in SDL joystick, apparently it gives NULLs in OSX.Ton Roosendaal
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-09-02BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being u...Campbell Barton
2008-09-02BGE joystick sensor bugfix, was sending true events logic tick (as if the tru...Campbell Barton
2008-09-01BGE joystick sensor py api function 'getConnected()', returns true if the joy...Campbell Barton