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-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-25patch from Mitchell Stokes adding dictionary like access to a scene. (like KX...Campbell Barton
2009-08-102.5: Sound branch merge!Joerg Mueller
2009-08-04svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22130:22205Campbell Barton
2009-08-03* remove unused member of KX_Scene - m_objecttreeCampbell Barton
2009-07-31svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r21908:22075Campbell Barton
2009-07-26ReplaceMesh Actuator option to replace the physics mesh and display mesh + py...Campbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-28BGE Python APICampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-06-05bpy.config.sequenceMemCacheLimit is the only way to set the memcache in backg...Campbell Barton
2009-05-14BGE Py APICampbell Barton
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-04BGE performance: second round of scenegraph improvement.Benoit Bolsee
2009-04-28BGE PyAPICampbell Barton
2009-04-27Lower the vertex welding threshold, for removing duplicate/nearby vertices fo...Erwin Coumans
2009-04-21BGE Python APICampbell Barton
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-12BGE Python APICampbell Barton
2009-04-12BGE Python APICampbell Barton
2009-04-12BGE Py APICampbell Barton
2009-04-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE PythonCampbell Barton
2009-03-01BGE patch #18309 commited: Add an addObject() method to KX_Scene.Benoit Bolsee
2009-02-28BGE Python APICampbell Barton
2009-02-23BGE Python APICampbell Barton
2009-02-19BGE Python APICampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-08-21BGE bug #17491 fixed: BGE, Dupli instance with different scale, massive slowd...Benoit Bolsee
2008-07-18BGE patch: support for partial hierarchy in dupligroup instantiation; removal...Benoit Bolsee
2008-07-16BGE patch: DUPLIGROUP option supported in BGE.Benoit Bolsee
2008-07-10Sync with Apricot Game EngineBrecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-24Commit patch #8724:Benoit Bolsee
2008-03-10BGE fix: game object to controller links consistancy maintained regardless of...Benoit Bolsee
2008-03-10BGE memleak fixed: mesh/material not deleted when switching sceneBenoit Bolsee
2008-03-01Various mem leaks related to CValue reference count fixedBenoit Bolsee
2008-02-16patch 8235 8218 8211 added: various gameengine improvements, fixed windows pr...Benoit Bolsee
2006-05-23-added basic support for GameActuator 'load game', relative paths were broken...Erwin Coumans
2006-01-06Sorry to break the cvs-closed status, so if you really need to make a new 2.4...Erwin Coumans
2005-12-18applying Volker Mische engine patchJean-Luc Peurière
2005-03-25Big patches:Kester Maddock
2005-01-23Added Joystick sensor (from snailrose)Kester Maddock
2004-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-10-16Switch fixed time system. Logic updates should now happen at 30Hz, physics a...Kester Maddock
2004-07-17Port Python updates from Tuhopuu2:Kester Maddock