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-04-11py api file renameCampbell Barton
2010-03-29VideoTexture: clean previous commit.Benoit Bolsee
2010-03-28VideoTexture: fix video capture lagging when CPU is busy. This problem was ca...Benoit Bolsee
2010-03-20BGE: bindId property in VideoTexture.Texture (to get the openGL id of the tex...Dalai Felinto
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-27VideoTexture: optional arguments to ImageBuff constructor.Benoit Bolsee
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton
2010-02-26VideoTexture: fix a bug with AV sync that was causing a loss of sync in case ...Benoit Bolsee
2010-02-22fix for typoCampbell Barton
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-12correct fsf addressCampbell Barton
2010-02-07BGE: add audio/video synchronization capability to VideoTextureBenoit Bolsee
2010-02-07Adjust priorities so game engine will link (VideoTex after Ketsji)Martin Poirier
2009-12-08BGE: Add plot method to VideoTexture.ImageBuff class.Benoit Bolsee
2009-11-10Math LibBrecht Van Lommel
2009-10-02* due to the setup of headers in mingw 4.4.0, includes could mess up. Making ...Nathan Letwory
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-25* some fixes to have scons/mingw compile the sources too, even with BF_DEBUG=...Nathan Letwory
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...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-02== SCons ==Nathan Letwory
2009-08-22[#19226] (2.5) blender uses deprecated 'strstream' STL class, causes warnings...Campbell Barton
2009-08-19- fix for BGE warningsCampbell Barton
2009-08-102.5 audio cleanup:Joerg Mueller
2009-08-10remove python2.x supportCampbell Barton
2009-07-16SConsNathan Letwory
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-16svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20855:20928Campbell Barton
2009-06-16BGE Py APICampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-06-07BGE VideoTexture: fix VideoFFmpeg range attribute + error message.Benoit Bolsee
2009-05-26BGE VideoTexture: VideoFFmpeg was missing a rewind function: rename stop() to...Benoit Bolsee
2009-05-26Misc warningsCampbell Barton
2009-05-25VideoTexture: exception in C++ was not returning an error in Python. Added fu...Benoit Bolsee
2009-05-23BGE: fix memleaks.Benoit Bolsee
2009-05-07BGE performance, 3rd round: culling and rasterizer.Benoit Bolsee
2009-05-07python3 compatibility for the BGE api, this only works with scons when WITH_B...Campbell Barton
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-26BGE: Fix Orthographic mode and viewport scalingBenoit Bolsee
2009-04-21BGE VideoTexture: fix bug with VideoTexture.materialID() since recent commit.Benoit Bolsee
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 APICampbell Barton
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee