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-08-22add GPU_glew headerCampbell Barton
2017-03-23convert last remaining GLU calls in BGEMike Erwin
2016-04-11BGE: Fix T48071: Global logic managerPorteries Tristan
2016-01-28cleanup: spelling, comments, alignmentMike Erwin
2015-12-16BGE clean up: use float version of trigonometric functionsJorge Bernal
2015-12-16BGE Ketsji clean-up: double-promotion warningsJorge Bernal
2015-07-12BGE Clean-up: New EXP prefix for the BGE Expression moduleJorge Bernal
2015-07-02Game Engine: Camera Lens Shift: support to change it during gameDalai Felinto
2015-06-29Fix 73841 : Game Engine - Camera Lens ShiftDalai Felinto
2015-04-10BGE : Fix T43800: getScreenVect()/getScreenPosition()/modelview_matrix return...Thomas Szepe
2015-04-08BGE : Fix T36285 Wrong viewport scale.Porteries Tristan
2014-11-21Cleanup: typoCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2013-11-04BGE Rasterizer Cleanup: Cleaning up some includes.Mitchell Stokes
2013-08-07Adding a fov attribute to KX_Camera. This attribute converts the field of vie...Daniel Stokes
2013-04-07BGE: KX_Camera.getScreenVect() was using glReadPixels to get a depth value, w...Mitchell Stokes
2012-11-21py api cleanup, replace use...Campbell Barton
2012-10-29style cleanupCampbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-08BGE: Setting up the RAS_ICanvas interface as the primary way to alter the OpenGLMitchell Stokes
2012-09-16style cleanupCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-03python string conversionCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-07-09fix for NULL pointer usagesCampbell Barton
2011-06-17BGE: Camera.getScreenPosition wasn't working because of an unhandled exceptio...Campbell Barton
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2010-11-21Changing KX_Camera.perspective didn't actually change the camera's perspectiv...Mitchell Stokes
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-15patch from Goran Milovanovic for the BGE python api.Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-18BGE: Mouse Sensor type defaults to 1 (MOUSELEFT ) + remove camera attribute f...Dalai Felinto
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-28BGE Python APICampbell Barton
2009-06-12use contains for ListValue and KX_GameObject types (has_key is deprecated by ...Campbell Barton