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
2016-06-11BGE: DeckLink card support for video capture and streaming.Benoit Bolsee
2015-12-08BGE code cleanup: Removing RAS_GLExtensionManager.Mitchell Stokes
2015-07-12BGE Clean-up: New EXP prefix for the BGE Expression moduleJorge Bernal
2015-07-06BGE: bge.texture API documentation enhancementQuentin Wenger
2015-02-09Recreating bge python modules instead of using existingInes Almeida
2015-02-03BGE: python API cleanup - bge submodules definitionsInes Almeida
2015-02-03BGE: python API cleanup - using PyDoc_STRVAR instead of static char*Ines Almeida
2013-04-05correction to previous warning cleanup, also quiet shadow-warning for thumbna...Campbell Barton
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton
2012-11-18code cleanup: gpl header update (formatting)Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-16fix for error in recent commit (made function static that shouldn't have been...Campbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-01-22cucumber merge: world scaling + video texture constantsDalai Felinto
2011-11-03use Py_TYPE macro (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-02-25doxygen: gameengine/VideoTexture tagged.Nathan Letwory
2010-06-16A bad assignment was causing the VideoTexture to set off a breakpoint when be...Mitchell Stokes
2010-02-22VideoTexture: improvements to image data access API. Benoit Bolsee
2009-08-10remove python2.x supportCampbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-16BGE Py APICampbell Barton
2009-05-25VideoTexture: exception in C++ was not returning an error in Python. Added fu...Benoit Bolsee
2009-04-30python modules in the game engine could point to builtin modules like GameLog...Campbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-20BGE Python APICampbell Barton
2008-12-04VideoTexture: new ImageMirror class for easy mirror (and portal) creationBenoit Bolsee
2008-11-26VideoTexture: new ImageRender class for Render To TextureBenoit Bolsee
2008-11-06VideoTexture: new VideoTexture.ImageFFmpeg to load and reload images.Benoit Bolsee
2008-11-04VideoTexture: fix RGB/BGR confusion, make code compatible with big endian CPU...Benoit 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-02VideoTexture: remove numpy dependency.Benoit Bolsee
2008-11-01BGE Video Texture: fix constant initializer problem with Exception descriptio...Benoit Bolsee
2008-11-01VideoTexture module.Benoit Bolsee