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
2013-07-17Merging changes from trunk r58091-58323.Mitchell Stokes
2013-07-16BGE: adding a fix so 2D filters work properly with side-by-side stereoscopic ...Mitchell Stokes
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-02add missing gpl headersCampbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-22BGE bugfix/patch "[#26075] game anaglyph colors are inverted" by Juha Maki-Ka...Dalai Felinto
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-10BGE: Fix for [#34382] "Vertex position doesn't update when set through Python...Mitchell Stokes
2013-05-02fix [#34609] mesh.getVertex doesn't work as spected with poly.getMaterialInde...Campbell Barton
2013-04-19BGE: Extend Framing Mode + Camera sensorDalai Felinto
2013-04-18style cleanupCampbell Barton
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes
2013-04-14BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fu...Mitchell Stokes
2013-04-05BGE: Cleaning up the VBO code to use RAS_TexVert more directly instead of cop...Mitchell Stokes
2013-04-05code cleanup: bge warningsCampbell Barton
2013-03-29style cleanupCampbell Barton
2013-03-23BGE: getting rid of a few maybe-uninitialized warnings.Mitchell Stokes
2013-03-18style cleanupCampbell Barton
2013-03-04bge bugfix: [#34517] 2D Filter causes mouselook script drifting effect (patch...Dalai Felinto
2013-03-04BGE bug-fix[#34523] 2dfilter produces render error (objects disappear) - like...Dalai Felinto
2013-03-02Fix #34483: game engine multi UV glsl materials not working correct after cha...Brecht Van Lommel
2013-02-25Check if the variable is a string and split nicely, so compile command stays ...Nathan Letwory
2013-02-23fix for error using uninitialized draw mode with 'm_failsafe_storage' in the ...Campbell Barton
2013-02-23add include for scons.Campbell Barton
2013-02-23code cleanup: bge - was converting float[] to MT_Vector's just to compare. us...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-10BGE: Make sure we are writting to the depth buffer when rendering alpha polyg...Mitchell Stokes
2013-02-02style cleanup: comment formatCampbell Barton
2013-01-28BGE Profile : visual feedback bars and improvementsDalai Felinto
2013-01-13BGE: Adding preliminary alpha shadow support for Simple shadow maps. They do ...Mitchell Stokes
2013-01-04code cleanup: warningsCampbell Barton
2012-12-29BGE: An off-by-one error when setting up the viewport for 2D filters caused a...Mitchell Stokes
2012-12-29BGE: Fix for [#33685] "2D Filters Partially Offset" reported by Josiah Lane (...Mitchell Stokes
2012-12-25BGE: Fixing an assert with the canvas' GetViewPort(). bf_gpu was changing the...Mitchell Stokes
2012-12-24BGE: Use canvas->SetViewPort() instead of glViewport() in the 2D filter.Mitchell Stokes
2012-12-20style cleanupCampbell Barton
2012-12-19code cleanup: warningsCampbell Barton
2012-12-19fix for typo in r53145Campbell Barton
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-11-14buildsystem cleanup: remove duplicate source & includes for scons,Campbell Barton
2012-11-10add argument so recent bge function mesh.transform_uv() so you can optionally...Campbell Barton
2012-11-10add 2 new utility functions to the BGE mesh py api.Campbell Barton
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
2012-11-08code cleanup: unused defines & some formatting.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton