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
2015-06-16BGE: correct case for createConstraint keywordCampbell Barton
2015-04-15Cleanup: warnings, wsCampbell Barton
2015-04-11BGE: Add keyword arguments to createConstraint APIThomas Szepe
2015-02-26BGE: Fix for CreateConstraint APIThomas Szepe
2015-02-18BGE: Fix T41570: Blender crash when physics createConstraintJorge Bernal
2015-02-09Recreating bge python modules instead of using existingInes Almeida
2015-02-03BGE: python API cleanup - bge submodules definitionsInes Almeida
2015-02-03BGE: python API cleanup - using PyDoc_STRVAR instead of static char*Ines Almeida
2014-07-29BGE: Constraint wrapper fix.HG1
2013-11-04BGE: Cleaning up the BGE's physics code and removing KX_IPhysicsController an...Mitchell Stokes
2013-01-23make bullet optional againCampbell Barton
2012-11-22BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, bu...Mitchell Stokes
2012-11-21doc corrections and add bge.types.KX_ArmatureSensorCampbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-05BGE: This patch adds a character wrapper (similar to the already implemented ...Mitchell Stokes
2012-09-16style cleanupCampbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-07-31reverting part of #38876 (whitespace edits)Dalai Felinto
2011-07-31whitespace edits, had odd space/tab mixCampbell Barton
2011-07-31fix for building without bulletCampbell Barton
2011-07-31patch [#27909] Added constants in bge.constraints by Solano Felicio (solano) ...Dalai Felinto
2011-05-28bugfix for: [#26753] PhysicsConstraints ID trouble on 64bit (linux at least).Dalai Felinto
2011-03-27clear some c++ warnings.Campbell Barton
2011-03-12update Bullet physics sdk to latest trunk/version 2.78Erwin Coumans
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-16BGE Py APICampbell Barton
2009-05-24PhysicsConstraints.createConstraint:Erwin Coumans
2009-05-24fix generic 6dof constraint support -> convert 3 values into euler angles and...Erwin Coumans
2009-04-30python modules in the game engine could point to builtin modules like GameLog...Campbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-06Python ref-counting fixesCampbell Barton
2008-10-10Fix bug in rigid body constraint buttons drawing, and while we are at it, add...Erwin Coumans
2008-10-02Python 2.4 should build with the game engine now, no thanks to python for swi...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-08-14game engine python apiCampbell Barton
2008-07-01Checked all cases where PyArg_ParseTuple is used in blenders game engine and ...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2006-07-03debug lines / register the applied impulse for constraint (for breaking)Erwin Coumans