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
2008-10-11Fix for a relative paths issue in the game engine. G.sce was beingBrecht Van Lommel
2008-10-04Game player: preserve material, debug settings, between .blend files.Brecht Van Lommel
2008-09-26Bugfix: the game player did not initialize tiff and quicktime, so loadingBrecht Van Lommel
2008-09-20[#17600] char* -> const char*Campbell Barton
2008-09-17Fix for bug #4192: game engine armatures that are dynamically addedBrecht Van Lommel
2008-09-16Fix (harmless) error print about GameLogic.globalDict being lost. AlsoBrecht Van Lommel
2008-09-15Small tweak to get things compiling again.Kent Mein
2008-09-15Added -d debug option for blenderplayer, and remove someBrecht Van Lommel
2008-09-15replaced static make_absolute_filename with BLI_convertstringcwdCampbell Barton
2008-09-14Fix for bug #5758 and #17585: armatures with IK constraint did notBrecht Van Lommel
2008-09-14Fix for bug #7097: blender multitexture materials in the game engineBrecht Van Lommel
2008-09-14Various game engine fixes:Brecht Van Lommel
2008-09-13Game engine: added Rasterizer.get/setMaterialMode to set texface,Brecht Van Lommel
2008-09-12Fixes for game engine runtime on Mac OS X, there were issuesBrecht Van Lommel
2008-09-12save and load configuration actuator, (option in game actuator menu)Campbell Barton
2008-09-11Bugfix: saved game engine runtimes failed to load library .blendBrecht Van Lommel
2008-09-11removed debug printCampbell Barton
2008-09-10Patch 17508: Blender Web Plugin - XEmbed. Enable XEmbed integration of blende...Benoit Bolsee
2008-09-06converted my gen_utils.h fix to PyObjectPlus.hKent Mein
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-08-29BGE Py API - GameKeys.EventToString() utility function, makes key configurati...Campbell Barton
2008-08-20GameLogic.globalDict blenderplayer now keeps settings when loading new blend ...Campbell Barton
2008-08-06* blenderplayer wasnt useing the scenes frame rate.Campbell Barton
2008-08-06Made Mathutils its own module rather then GanmeLogic.MathutilsCampbell Barton
2008-07-14importing the GameLogic module was being done by adding the text "import Game...Campbell Barton
2008-06-30Fix for bug #7753: after game engine drawing with vertex arrays,Brecht Van Lommel
2008-06-17Merge of apricot branch game engine changes into trunk, excluding GLSL.Brecht Van Lommel
2008-05-11fix BGE bug #8668: Behavior of os.getcwd() is not consistent between operatin...Benoit Bolsee
2008-05-06Fixes Makefiles for mac_compat_glext.h by updating some include paths.Kent Mein
2008-05-04missed out on some BLI_convertstringcode's, also found that playing relative ...Campbell Barton
2008-04-29getting ARB shaders working again in GE.Jean-Luc Peurière
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-16This patch spawns from this game engine issue:Kent Mein
2008-04-13fix BGE bug #8880: blenderplayer closing when esc is pressed Benoit Bolsee
2008-03-30== bugfix ==Andrea Weikert
2008-02-13Added a global string to be used for the tempdir. since the user preference i...Campbell Barton
2008-02-04merging game_engine branch changes into trunk, 2d-filters and opengl speedupHamed Zaghaghi
2007-12-05This is a modified version of this patch:Kent Mein
2007-11-06Patch [#7743] Enable display lists when vertex arrays are enabled, by Ovidiu ...Hamed Zaghaghi
2007-08-07This should fix up saving a blender runtime.Kent Mein
2007-06-27This is a fix for game engine bug #6667Kent Mein
2007-01-08= game engine fixes=Tom Musgrove
2006-12-27-fixes in player: draw physics debugging, only render frames when actually up...Erwin Coumans
2006-11-30Reserved some Bullet 2.x constraint data.Erwin Coumans
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain
2006-11-06* compiler command-line fix for scons/win32-mingwNathan Letwory
2006-07-19use 'fixedtime/enable all frames' from the blend fileErwin Coumans
2006-07-19accidently replaced initGamePlayerPythonScripting with initGamePythonScriptin...Erwin Coumans
2006-07-06some minor webplugin changes, new loading .blend, upgraded version to 2.42, ...Erwin Coumans
2006-06-27patch from Ralf Hölzemer (cheleb) forStephen Swaney