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-092.50:Brecht Van Lommel
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-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-17Missing <stdlib.h> for abs() made this file not compile for me.Ton Roosendaal
2009-04-15Fix for own recent reference count error.Campbell Barton
2009-04-12PropertyActuator toggle option didnt run when the Value field was empty.Campbell Barton
2009-04-12added "toggle" an option for the property actuator.Campbell Barton
2009-04-12use long long rather then int for storing game logic properties.Campbell Barton
2009-04-11Changed the script UI registration to import rather then run each python script,Campbell Barton
2009-04-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-10BGE BugfixCampbell Barton
2009-04-09Added GameKeys.EventToCharacter(event, is_shift) so you can get the character...Campbell Barton
2009-04-09key logging didnt work for alphanum keys -=_+ and |\ since revision 2 and nob...Campbell Barton
2009-04-09BGE TextCampbell Barton
2009-04-09BGE API cleanup: 2DFilterActuator.Benoit Bolsee
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-06BGE Python APICampbell Barton
2009-04-04moved more attributes from getattr into PyAttributeDef'sCampbell Barton
2009-04-03BGE API cleanup: RandomActuator.Benoit Bolsee
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-03-16BGENathan Letwory
2009-03-12BGE patch 18368: Modulus (ie %) expression controller in BGE. Implement a cac...Benoit Bolsee
2009-02-26Py BGE APICampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-24BGE Py APICampbell Barton
2009-02-24compile scripts when converting controllers to give more predictable performa...Campbell 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-16SCons:Nathan Letwory
2009-01-262.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2009-01-03BGE bug #18070 fixed: 2dFilter actuator is always pulsed.Benoit Bolsee
2009-01-03BGE API cleanup: more bricks converted to attributes.Benoit Bolsee
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-30BGE API cleanup: more consistent type check on set attribute (mouse and keybo...Benoit Bolsee
2008-12-29First batch of GE API cleanup.Benoit Bolsee
2008-12-252.5 / SCons / BGENathan Letwory
2008-12-19Typo was making actuator.getExecutePriority() crashCampbell Barton
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes thei...Campbell Barton