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
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-26add back game engine python api slicing, (was missing / regression, since mov...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-01style 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-04-24revert 45924, not a very clean solution, especially for external libraries an...Antony Riakiotakis
2012-04-24Remove mingw-w64 errors from loss of precision by converting 64bit pointers t...Antony Riakiotakis
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-03-28style cleanupCampbell Barton
2012-03-27quiet some warnings for gcc 4.7Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: consistent names for header guards.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-02-23code cleanup: dont set the namespace in STR_String.h - 'using namespace std',...Campbell Barton
2012-01-16use defines for property name lenghths in the BGE, were using 31,32,64,100.Campbell Barton
2011-12-30use PyUnicode_From_STR_String in the game engine in more places.Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
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