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
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
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton
2010-07-24Fixing a crash when using either BL_ArmatureBone.parent and BL_ArmatureBone.c...Mitchell Stokes
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-05-16no functional changesCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-11py api file renameCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-23BGE: fix more transpose bug when MathUtils is not used.Benoit Bolsee
2009-12-13invalid value for BGE PyObjects was invertedCampbell 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-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-09-05== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-02text display (debug info) in the game engine working again & other minor chan...Campbell Barton
2009-09-02== SCons ==Nathan Letwory
2009-08-27was casting the PyObjectPlus type to a PyObject for new BGE vector and matrix...Campbell Barton
2009-08-26- Add remove game properties now possible from the logic space properties panel.Campbell Barton
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-25remove gameOb.has_key(key) method from KX_GameObject and ListValue since pyth...Campbell Barton
2009-08-18BGE guardedalloc, Uses WITH_CXX_GUARDEDALLOC but gives a string to MEM_malloc...Campbell Barton
2009-08-18CMake/WarningsCampbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-08-07svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22205:22290Campbell Barton
2009-08-05fix for writing to freed memory in cases where python wasn't holding a refere...Campbell Barton
2009-08-01svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22075:22099Campbell Barton
2009-07-31remove more unneeded args, also allow ipo to animate the ref value for KX_Ble...Campbell Barton
2009-07-16SConsNathan Letwory
2009-06-30Python APICampbell 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
2009-06-232.5Ton Roosendaal
2009-06-22PyAPI Mathutils Vector callbacks, referencing other PyObjects rather then thi...Campbell Barton
2009-06-21more corrections from cleanup :/Campbell Barton
2009-06-19Fix for compiler error since BLO_sys_types.h was not in the pathDaniel Genrich
2009-06-19don't include stdint.h directly, it's broken on non C99 compliant compilers (...Martin Poirier