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-03-16Get rid og gluBuild2DMipmaps on game engine.Antony Riakiotakis
2015-02-27Get rid of gluScaleImage in our game engine as well.Antony Riakiotakis
2015-02-21commiting patch to fix T30173Benoit Bolsee
2014-10-08Ghost Context RefactorJason Wilkins
2014-03-28BGE code cleanup: Removing OpenGL and bf_gpu code from KX_LightObjectMitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Removing the Singletexture material mode. More conver...Mitchell Stokes
2013-04-18style cleanupCampbell Barton
2013-04-05code cleanup: bge warningsCampbell Barton
2013-03-25code cleanup:Campbell Barton
2012-11-18code cleanup: gpl header update (formatting)Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-07-22style cleanupCampbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-05-01Merging phase 1 of the BGE Harmony branch:Daniel Stokes
2011-11-24BGE patch: [#29285] Video Texture: Avoid slow rescale (non power of 2 support...Dalai Felinto
2011-11-03use Py_TYPE macro (no functional changes)Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-25doxygen: gameengine/VideoTexture tagged.Nathan Letwory
2010-03-20BGE: bindId property in VideoTexture.Texture (to get the openGL id of the tex...Dalai Felinto
2010-02-22VideoTexture: improvements to image data access API. Benoit Bolsee
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-07BGE: add audio/video synchronization capability to VideoTextureBenoit Bolsee
2009-08-10remove python2.x supportCampbell 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
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-07VideoTexture: VideoTexture.materialID() can now take texture image name.Benoit Bolsee
2008-11-05VideoTexture: Add support for GLSL. FIx small printout bug in Exception printoutBenoit Bolsee
2008-11-04VideoTexture: Bug report #17946: add (char*) casting to fix compile error wit...Benoit Bolsee
2008-11-02VideoTexture: use PyObjectPlus.h instead of Python.h for compatibility with P...Benoit Bolsee
2008-11-01VideoTexture: fix NULL pointer crash when material name is not found.Benoit Bolsee
2008-11-01BGE Video Texture: fix constant initializer problem with Exception descriptio...Benoit Bolsee
2008-11-01VideoTexture module.Benoit Bolsee