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-02Fix T44919: BGE marhutils attrs leak memoryCampbell Barton
2015-02-28BGE: Fix ShowDeprecationWarning macro.Thomas Szepe
2012-12-29style cleanupCampbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-01-16use defines for property name lenghths in the BGE, were using 31,32,64,100.Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-07-23Merging with trunk up to r38631.Joerg Mueller
2011-07-22remove duplicate function for printing the current file:line of a python scri...Campbell Barton
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-15move mathutils into its own lib.Campbell Barton
2011-05-24BGE Animations:Mitchell Stokes
2011-03-30includes for building with gcc 4.6 on fedora.Campbell Barton
2011-02-25follow up on patch [#26215], not all weakref references were ifdef'dCampbell Barton
2011-02-25patch [#26215] Python weak reference (weakref) support for game objectsCampbell Barton
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-11building without python works again for the BGECampbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-04-11py api file renameCampbell 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-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-25* explicit cast needed for mingw.Nathan Letwory
2009-08-27was casting the PyObjectPlus type to a PyObject for new BGE vector and matrix...Campbell Barton
2009-08-18BGE guardedalloc, Uses WITH_CXX_GUARDEDALLOC but gives a string to MEM_malloc...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-25PyAPI RNA/BGECampbell Barton