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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-06-17Cleanup: trailing space in source/gameengine/Campbell Barton
2015-07-12BGE Clean-up: New EXP prefix for the BGE Expression moduleJorge Bernal
2015-01-04Fix 8 memory leaks from bad PyList_Append useCampbell Barton
2014-01-23Fix T38110: GameEngine keyboard sensor ignores unicode charactersCampbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-06-10Committing patch [#31704] "Patch to fix keyboard sensor from blocking quit ga...Mitchell Stokes
2012-04-11Game engine: pass string length to BLI_str_cursor_step_prev_utf8 rather than ...Sergey Sharybin
2012-04-09bugfix [#30760] edit text property bugDalai Felinto
2012-03-28style cleanupCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-16use defines for property name lenghths in the BGE, were using 31,32,64,100.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-02-25doxygen: gameengine/GameLogic tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-20Quiet compiler warnings.Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
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-22svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22701:22704Campbell Barton
2009-08-22missed this in last commit. keyboard event manager was stored twice.Campbell 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-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-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-05BGE logic: new sensor "tap" option to generate automatically on/off pulsesBenoit Bolsee
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-22BGE C++ APICampbell Barton
2009-04-21use PyList_SET_ITEM instead of PyList_SetItem,Campbell Barton
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-20BGE Python APICampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-11Changed the script UI registration to import rather then run each python script,Campbell Barton
2009-04-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-10BGE BugfixCampbell Barton
2009-04-09Added GameKeys.EventToCharacter(event, is_shift) so you can get the character...Campbell Barton
2009-04-09key logging didnt work for alphanum keys -=_+ and |\ since revision 2 and nob...Campbell Barton