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-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-08-26remove all python api functions deprecated in 2.49Campbell 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-28BGE Python APICampbell Barton
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-19BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-07BGE Python APICampbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
2009-03-31BGE API cleanup, patch from Moguri: RaySensor, NetworkMessageActuator, Networ...Benoit Bolsee
2009-02-26Py BGE APICampbell Barton
2009-02-25Minor speedups for the BGECampbell Barton
2009-02-21* removed typedefs that were not used (from anonymous enums and structs)Campbell Barton
2009-02-19BGE Python APICampbell 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-08-28BGE patch: add X-Ray option to ray sensor. The option is effective only if a ...Benoit Bolsee
2008-08-28more fix for compilation problem with KX_RayCast::Callback template in gccBenoit Bolsee
2008-08-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit 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
2008-02-04bugfix 8183, Ray sensor with material/property filter always triggers when hi...Hamed Zaghaghi
2007-02-20Patch provided by Carsten,Kent Mein
2006-01-30More simple fixes to cleanup warnings and what not:Kent Mein
2005-11-11fixed raysensor, hooked up a few more bullet method: force, torque etc, + 'lo...Erwin Coumans
2005-08-17some more fixes in the raycast/mouse overErwin Coumans
2005-08-06fixed sphere shape, added non-uniform scaling (making it an ellipsoid)Erwin Coumans
2005-08-05fixed the mouse-over sensor,Erwin Coumans
2005-03-25Big patches:Kester Maddock
2004-11-06Speed up the physics engine: hook the SOLID broad phase, so we can either re...Kester Maddock
2004-08-10Clear the Python error flag between 'overloaded' Python methods.Kester Maddock
2004-05-16Changed Python _getattr/_setattr methods to use const STR_String& instead of ...Kester Maddock
2004-04-09Fix bug #1126: Ray sensor detects a near sensor attached to the same object ...Kester Maddock
2004-03-23[GameEngine] Commit all Kester's changes made to the gameengine to restore 2....Nathan Letwory
2002-11-25Last of the config.h mods...Kent Mein
2002-10-12Initial revisionv2.25Hans Lambermont