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
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell 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-11-04cleanup some BLF macros and dont over-alloc BGE's PyObjectPlus when setting s...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-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-09-01whitespace bge editsCampbell 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-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-15move mathutils into its own lib.Campbell Barton
2011-07-12Merging trunk up to r38329.Joerg Mueller
2011-07-09fix for NULL pointer usagesCampbell Barton
2011-06-04Merge with trunk revision 37149.Joerg Mueller
2011-05-31cmake maintenanceCampbell Barton
2011-05-29access pythons code object directly rather than attribute access.Campbell Barton
2011-05-29Merge with trunk r36987.Joerg Mueller
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-24BGE Animations:Mitchell Stokes
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-03-30includes for building with gcc 4.6 on fedora.Campbell Barton
2011-03-09add stddef.h include for offsetof macro for gcc 4.6 compat.Campbell Barton
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.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-25doxygen: gameengine/Expressions tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-02-18BGE Expressions: convert "\n" to real \nDalai Felinto
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29fix for error when changing DISBALE_PYTHON -> WITH_PYTHON,Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-25OSX: Patch associated with Python update to 3.1.2.Damien Plisson
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-11building without python works again for the BGECampbell Barton
2010-10-09Enable CXX_GUARDEDALLOC support through SCons.Nathan Letwory
2010-09-15update for MingW/CMakeCampbell Barton