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
2009-04-302 BGE bugs from 2.48 fixedCampbell Barton
2009-04-29was testing this, didnt mean to commit.Campbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-23Fix for part of bug #18496: issue with light state switchingBrecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-10BGE BugfixCampbell Barton
2009-04-08Patch #18462: Fisheye (Dome) and Spherical Panoramic mode in BGE.Benoit Bolsee
2009-04-07BGE Py APICampbell Barton
2009-04-06Python ref-counting fixesCampbell Barton
2009-04-05BGE PyAPI can now import text (within the blend-file)Campbell Barton
2009-03-24Fix for bug #18423: BGE lights in overlay scene also affectedBrecht Van Lommel
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-03-05VideoTexture: reactivate VideoTexture for scons/cmake/makefile compilation sy...Benoit Bolsee
2009-02-25Building the game engine with Solid/Sumo is now optional for scons using WITH...Campbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2009-02-192.5Ton Roosendaal
2009-02-16SCons:Nathan Letwory
2009-02-06Fix for bug #18228: OpenGL specular did not get the correct viewBrecht Van Lommel
2009-01-262.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2009-01-26let the game engine compile, if WITH_FFPEG is not defined (so we don't have v...Erwin Coumans
2009-01-192.5Ton Roosendaal
2009-01-042.5Ton Roosendaal
2008-12-29First batch of GE API cleanup.Benoit Bolsee
2008-12-252.5 / SCons / BGENathan Letwory
2008-12-192.5: globals cleanupBrecht Van Lommel
2008-12-192.5: Change blenloader module to use the Report system for reporting errors.Brecht Van Lommel
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-11-24patch #8583: Add support for gcc on irixStefan Gartner
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-11VideoTexture: support VideoTexture in blenderplayerBenoit Bolsee
2008-11-01VideoTexture module.Benoit Bolsee
2008-11-01Preparation to VideoTexture: everything but the VideoTexture module itself.Benoit Bolsee
2008-10-12Fix for two more game engine issues:Brecht Van Lommel
2008-10-11Fix for a relative paths issue in the game engine. G.sce was beingBrecht Van Lommel
2008-10-10BGE bug #17789 fixed: Lock Active Camera and Layer to Scene doesn't work in B...Benoit Bolsee
2008-10-04Bugfix: modified game material settings in blender didn't getBrecht Van Lommel
2008-09-28enable -noaudio option, so it actually works (and doesn't get overwritten by ...Erwin Coumans
2008-09-25[#17679] BGE print statement when start and when finishCampbell Barton
2008-09-23Make GameLogic work for python autocomplete (after running the BGE once at le...Campbell Barton
2008-09-15Fix zoom level and clipping to be consistent with the viewportBrecht Van Lommel
2008-09-13Game engine: added Rasterizer.get/setMaterialMode to set texface,Brecht Van Lommel
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-08-28patch for compilation problem around KX_RayCast::Callback template with gccBenoit Bolsee
2008-08-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit Bolsee
2008-08-19Added GameLogic.globalDict, this is a place where data can be stored even whe...Campbell Barton
2008-08-19BGE Blend file loading was using BLO_read_from_memory which meant relative li...Campbell Barton
2008-08-06Made Mathutils its own module rather then GanmeLogic.MathutilsCampbell Barton
2008-07-29Game Engine: alpha blending and sortingBrecht Van Lommel
2008-07-21BGE Bug Fix:#17349, fixes some problems about 2d-filtersHamed Zaghaghi
2008-07-14importing the GameLogic module was being done by adding the text "import Game...Campbell Barton