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-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
2008-09-01BGE python api for get/setting the joystick index, minor cleanup also.Campbell Barton
2008-08-31BGE patch approved: BGE Multiple JoysticksBenoit Bolsee
2008-07-04BGE logic update: new servo control motion actuator, new distance constraint ...Benoit Bolsee
2008-06-24BGE patch: Add level option on sensor and fix sensor reset.Benoit Bolsee
2008-06-22BGE patch: add state engine support in the logic bricks.Benoit Bolsee
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2005-03-25Big patches:Kester Maddock
2005-01-23Added Joystick sensor (from snailrose)Kester Maddock