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-01-04Freestyle: reserve array sizes before fillingCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-08-27Cleanup: remove _DEBUG define usageCampbell Barton
2014-06-17Support for building without PythonCampbell Barton
2014-06-17BGE: New Property sensor evaluation typesJorge Bernal
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-07-23BGE: Fix for [#34398] "«illegal operator» in Expression Controller" reporte...Mitchell Stokes
2013-07-19Fix some definitions for MinGW64Antony Riakiotakis
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-05-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
2013-05-29Grr, forgot this in r57127... Bastien Montagne
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-03bge py api: raise an overflow exception when assigning a float to a bge objec...Campbell Barton
2013-04-18style cleanupCampbell 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
2013-03-25code cleanup:Campbell Barton
2013-03-19bge bugfix: [#34677] Setting Boolean property on KX_GameObject creates Int typeDalai Felinto
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-02-02style cleanup: comment formatCampbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-12quiet compiler warning with string formatting in CParser::TermCampbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-11- property sensor was converting floating point values to text then back to f...Campbell Barton
2012-11-10code cleanup: some warnings and formatting for PyMethodDef's in the BGE.Campbell Barton
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
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