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
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2017-05-11Allow building the game engine with core profileDalai Felinto
2016-12-14BGE: Fix T50098: Crash when useding ImageMirrorThomas Szepe
2016-06-11BGE: Various render improvements.Benoit Bolsee
2016-01-28cleanup: spelling, comments, alignmentMike Erwin
2015-07-12BGE Clean-up: New EXP prefix for the BGE Expression moduleJorge Bernal
2015-06-29Fix 73841 : Game Engine - Camera Lens ShiftDalai Felinto
2015-06-24BGE: Fix color used as background in VideoTexture.Quentin Wenger
2015-06-22BGE: Fix T45110, T44174, armature animations update and mirror render.Porteries Tristan
2015-06-16BGE: Fix for precision lost in setBackground/getBackground at Video TextureJorge Bernal
2015-05-10BGE: Fix T43822 Videotexture does not use sky color for off-screenJorge Bernal
2015-04-11BGE: FIX T43537: ImageMirror does not work in BlenderPlayer with quad bufferBenoit Bolsee
2015-03-24BGE: Code clean up for world (mist, background, ambient)Thomas Szepe
2015-01-08Revert "Fix T40257: Frustum culling not working properly"Mitchell Stokes
2014-10-08Ghost Context RefactorJason Wilkins
2014-07-11Fix T40257: Frustum culling not working properlyMitchell Stokes
2014-03-25Code cleanup: Removing KX_KetsjiEngine::m_drawingmodeMitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Cleaning up some includes.Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionalit...Mitchell Stokes
2013-08-03BGE: Making sure m_mirrorHalfWidth and m_mirrorHalfHeight are initialized in ...Mitchell Stokes
2013-06-20BGE: Fix for [#34781] "bge.texture.ImageRender does not show Font object" rep...Mitchell Stokes
2013-04-05correction to previous warning cleanup, also quiet shadow-warning for thumbna...Campbell Barton
2013-04-05code cleanup: bge warningsCampbell Barton
2013-03-29style cleanupCampbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-25code cleanup:Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-18code cleanup: gpl header update (formatting)Campbell Barton
2012-11-10code cleanup: some warnings and formatting for PyMethodDef's in the BGE.Campbell Barton
2012-10-21BGE VideoTexture: add depth buffer access to ImageViewport and ImageRender.Benoit Bolsee
2012-09-16style cleanupCampbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-08-04code cleanup:Campbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-03whitespace editsCampbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-02-25doxygen: gameengine/VideoTexture tagged.Nathan Letwory
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
2010-12-11BGE BugFix: [#25106] modelview matrix incorrect after using VideoTexture - af...Dalai Felinto
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton