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
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-07-29code cleanup:Campbell Barton
2012-07-24BGE: Bringing over the dynamic lamp properties fixes from Cucumber (thanks to...Mitchell Stokes
2012-05-01Merging phase 1 of the BGE Harmony branch:Daniel Stokes
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell 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-08-14bugfix:[#25603] bad shadows in stereo mode - patch by Juha Maki-KantoDalai Felinto
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-10enable building the game engine without bullet for scons & cmakeCampbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-07-27Fix #22986: glsl didn't take object hiding into account yet for lamps.Brecht Van Lommel
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-18various minor fixesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-05BGE fix: KX_Lamp using strcmp wrongly + typo in rna_defineDalai Felinto
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell 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
2009-06-09Fix for bug #18900: game engine lights in non-glsl mode did moveBrecht Van Lommel
2009-05-22Fix for: energy IPO not supported in glsl mode (reported in the forum).Dalai Felinto
2009-05-19BGE Py APICampbell Barton
2009-05-15BGE PyAPICampbell Barton
2009-05-13BGE #18732: Python Light options don't work with GLSL materials. Commited pat...Benoit Bolsee
2009-05-07BGE performance, 3rd round: culling and rasterizer.Benoit Bolsee
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-22BGE C++ APICampbell Barton
2009-04-22BGE C++ APICampbell Barton
2009-04-22Patch from Mitchell Stokes for KX_Light to use attrdef'sCampbell Barton
2009-04-21BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
2009-04-15Disable using KX_GameObjects in python that have been removed from the scene ...Campbell Barton
2009-04-12BGE Python APICampbell Barton
2009-04-08BGE Scenegraph and View frustrum culling improvement.Benoit Bolsee
2009-04-06BGE Python APICampbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
2009-03-24Fix for bug #18423: BGE lights in overlay scene also affectedBrecht Van Lommel
2009-02-26Py BGE APICampbell Barton
2009-02-19BGE Python APICampbell Barton
2008-09-10Fix for bug #17589: removing a lamp in the game engine with glslBrecht Van Lommel
2008-09-05* GLSL lamps now respect 3d viewport layers.Brecht Van Lommel