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
2012-02-20minor edits to have the game engine and player building.Campbell Barton
2012-01-22cucumber merge: world scaling + video texture constantsDalai Felinto
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-09clear some warnings.Campbell Barton
2011-09-17BGE Animations: Fixing some refcount issues with KX_Scene::m_animatedlist (fi...Mitchell Stokes
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-04BGE animations: Adding a separate list to KX_Scene for animated objects. This...Mitchell Stokes
2011-09-03whitespace editsCampbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-09-01BGE Animations: The return type for KX_GameObject.getActionFrame() was an int...Mitchell Stokes
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-27bge py api XK_GameObject.linVelocityMin was returning linVelocityMax.Campbell Barton
2011-08-16BGE Animations: Increasing the max layer count to 8 as per a user request. Al...Mitchell Stokes
2011-08-08BGE Animations: Various compatibility fixes:Mitchell Stokes
2011-07-30BGE Animations: Fixing some warnings from GCC about initialization order.Mitchell Stokes
2011-07-16BGE Animations: Some updates to the Python api:Mitchell Stokes
2011-07-12Merging trunk up to r38329.Joerg Mueller
2011-07-09fix for NULL pointer usagesCampbell Barton
2011-07-06BGE Animations: Fixing a typo: fram -> frameMitchell Stokes
2011-07-05BGE Animations: Various fixes and bits of cleanup to get the action actuator ...Mitchell Stokes
2011-07-03BGE Animations: Adding in layer weights to allow for layer blending.Mitchell Stokes
2011-06-29BGE Animations: Fixing a bug with priority and non continuous animations.Mitchell Stokes
2011-06-24BGE Animations: For KX_GameObject.setActionFrame(layer, frame), frame should ...Mitchell Stokes
2011-06-24BGE Animations: Exposing KX_GameObject's GetActionFrame() and SetActionFrame(...Mitchell Stokes
2011-06-24BGE Animations: Adding the concept of priority back. Priority is handled on a...Mitchell Stokes
2011-06-16BGE Animations: Adding the ipo flag options to the action actuator. This stil...Mitchell Stokes
2011-06-11BGE Animations: KX_GameObjects now only instantiate a BL_ActionManger if they...Mitchell Stokes
2011-06-11BGE Animations:Mitchell Stokes
2011-06-01BGE Animations: Reimplemented the continuous function of the action actuator.Mitchell Stokes
2011-06-01BGE Animations: Adding more functions to BL_ActionManager and KX_GameObject:Mitchell Stokes
2011-05-28BGE Animation:Mitchell Stokes
2011-05-24BGE Animations:Mitchell Stokes
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-04-20minor cleanup & replace inline armature separate pchan searches with BLI_find...Campbell Barton
2011-03-03fix for own error made r35267.Campbell Barton
2011-02-28change return values from mathutils callbacks to match pythons (-1 is error),...Campbell Barton
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-16synched with trunk at revision 34793Nick Samarin
2010-12-16Patch:[#25163] BGE support for Blender Font objects - unicode supportDalai Felinto
2010-12-08BGE BugFix: [#24052] Can't change dynamic object's orientation using python (...Dalai Felinto
2010-12-06bugfix [#24967] bge.KX_GameObject.worldAngularVelocity does not work, breaks ...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-11BGE object.life - gives you the life countdown for temporary objects.Dalai Felinto
2010-10-10enable building the game engine without bullet for scons & cmakeCampbell Barton
2010-10-03synched with trunk at revision 32129Nick Samarin