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
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-04-11code cleanup: unused vars, make other vars static.Campbell Barton
2013-04-05code cleanup: bge warningsCampbell Barton
2013-03-29style cleanupCampbell Barton
2013-03-26style cleanup:Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
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
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-02-27cyclic gc support for KX_PythonSeqCampbell Barton
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-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-05-16no functional changesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-03remove Py_CmpToRich (copy of py3.0 function), instead only support == and != ...Campbell Barton
2009-09-03* KX_PythonSeq - comparisons work again. eg. act1.sensors == act2.sensors, ha...Campbell Barton
2009-08-19- fix for BGE warningsCampbell 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-16KX_PythonSeq (used for a number of BGE sequence types)Campbell Barton
2009-06-13G.sipo was being passed in the BGE when it wasnt needed, just access G.sipo d...Campbell Barton
2009-05-11use the same sequence mapping types as CListValue, hopefully this means it wi...Campbell Barton
2009-05-11Linux compilation problemBenoit Bolsee
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-10remove unneeded vars and wasn't returning on some errorsCampbell Barton
2009-05-10deprecate controller.getActuator(name) and controller.getSensor(name) forCampbell Barton