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
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-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-20BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-05BGE Python APICampbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
2009-02-26Py BGE APICampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-21* removed typedefs that were not used (from anonymous enums and structs)Campbell Barton
2009-02-19BGE Python APICampbell Barton
2008-09-20[#17600] char* -> const char*Campbell Barton
2008-09-06converted my gen_utils.h fix to PyObjectPlus.hKent Mein
2008-09-06Trying to keep things compiling on my imac (10.4.11)Kent Mein
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-08-14game engine python apiCampbell Barton
2008-07-01Checked all cases where PyArg_ParseTuple is used in blenders game engine and ...Campbell Barton
2008-06-17Merge of apricot branch game engine changes into trunk, excluding GLSL.Brecht Van Lommel
2008-04-19BGE: fix compilation error with 2D filters on System without GL extenstion: a...Benoit Bolsee
2008-04-02This commit reverts the #include <mesa/glu.h>Kent Mein
2007-12-05This is a modified version of this patch:Kent Mein
2007-05-29Test commit...Charlie Carley
2007-01-21Klockwork (http://www.klocwork.com) report; game engine fixes, related to 'Us...Charlie Carley
2006-04-13a lot of work in a few small changes to improve penetration depth. and some f...Erwin Coumans
2006-04-11applied Charlies patch, reverted some GLSL shader stuff, improved penetration...Erwin Coumans
2006-04-03made some gfx debug code win32 specificErwin Coumans
2006-04-03commented out some asserts that don't work multiplatformErwin Coumans
2006-04-03applied Charlies patch for game engine graphics. display list support, and bu...Erwin Coumans
2006-02-15added proper casts to get things compiling with gcc 4.0 Os XJean-Luc Peurière
2006-02-13Improved OpenGL Shader Language support for game engine. The python interface...Erwin Coumans
2006-01-30Use ALsizei/GLsizei to fix compile errors on mac / gcc 4.x.Brecht Van Lommel
2006-01-18assert caused compile problems too :(Erwin Coumans
2006-01-18fixed an ordering issue caused by previous commitErwin Coumans
2006-01-18attempt to fix reported problems with glsl shader on OS X (and other platform...Erwin Coumans
2006-01-17after much suffering, got GE build and work almost cleanly on Os XJean-Luc Peurière
2006-01-15more graphics patches from Snailrose,Erwin Coumans
2006-01-11attempt to avoid nameclashes (although it is already in a namespace) -> exten...Erwin Coumans
2006-01-10applied patch from snailrose, related to multi-platform OpenGL extensions.Erwin Coumans
2006-01-08more linux game engine work. hopefully works now!Erwin Coumans