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
2010-10-13== python api doc ==Luca Bonavita
2010-10-12BGE Bugfix for [#22371] Alpha Planes affecting 2DFiltersDalai Felinto
2010-10-11make file update for recent bge.render.makeScreenshot commitDalai Felinto
2010-10-11BGE object.life - gives you the life countdown for temporary objects.Dalai Felinto
2010-10-11building without python works again for the BGECampbell Barton
2010-10-10enable building the game engine without bullet for scons & cmakeCampbell Barton
2010-10-09patch [#24178] bge.render.makeScreeshot - with help from Campbell(ideasman42)Dalai Felinto
2010-10-09patch [#23781] Dynamically Load ActionsCampbell Barton
2010-10-09Fixing a memory leak with SCA_PythonKeyboard and SCA_PythonMouse.Mitchell Stokes
2010-10-09Enable CXX_GUARDEDALLOC support through SCons.Nathan Letwory
2010-10-06Campbell requested that I remove one of the bge.events.RETKEY aliases, so I'm...Mitchell Stokes
2010-10-05Updating the bge.types docs to note which KX_GameObject attributes return mat...Mitchell Stokes
2010-10-05A bit of bge.events work:Mitchell Stokes
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03Fix attribution, as noticed by Dalai Felinto.Guillermo S. Romero
2010-10-03Making the docs for bge.types.KX_SCA_AddObjectActuator.instantAddObject() mor...Mitchell Stokes
2010-10-02Fix #23785: in the game engine, if an object had an armature modifier + anotherBrecht Van Lommel
2010-09-30use constant rather then sqrt(2.0)Campbell Barton
2010-09-18* Update BGE for change in r32001Nathan Letwory
2010-09-16Fix #23857: game engine world colors were not color corrected yet,Brecht Van Lommel
2010-09-15update for MingW/CMakeCampbell Barton
2010-09-15BGE Dome: fix for "objects parented to the camera will be rendered multiple t...Dalai Felinto
2010-09-14blenderplayer fix for "offset" problem when in fullscreen mode (worked togeth...Dalai Felinto
2010-09-13blenderplayer parsing code (better) fixDalai Felinto
2010-09-13blenderplayer commandline argument fixes (for -f and -w)Dalai Felinto
2010-09-11BGE module reshuffling - VideoTexture -> bge.textureDalai Felinto
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-03SVN maintenance.Guillermo S. Romero
2010-08-30Committing patch [#23489] add method getEventStatus() to PythonKeyboard and P...Mitchell Stokes
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-29BGE patch #22623 applied: new bound type: Capsule.Benoit Bolsee
2010-08-28After talking with Campbell, we came to the conclusion that it was probably b...Mitchell Stokes
2010-08-28Committing patch [#23278] (by me)Mitchell Stokes
2010-08-27own rna naming commits r31439 r31472 also renamed BGE vars unintentionallyCampbell Barton
2010-08-25Fix BGE bug reported by Gilberto: BL_AmartureObject.channels returns only one...Benoit Bolsee
2010-08-24BGE bug #23213: VBO preference make object with modifiers crash the BGE. Fix ...Benoit Bolsee
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller
2010-08-16Audaspace: Fixing quaternion and relativeness of 3D sounds error.Joerg Mueller
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-16Audaspace (GSoC): First merging commitJoerg Mueller
2010-08-16svn merge -r 31314:31370 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2010-nexyonJoerg Mueller
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-13svn merge -r 31211:31313 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-11Blender Py API: GameLogic -> bge.logicJoerg Mueller
2010-08-11Blender Py API: Implemented missing KX_PYATTRIBUTE_TODOs and -DUMMYs.Joerg Mueller
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-10Fix for [#22924] KX_PolygonMaterial.diffuse does not return expected list[r,g,b]Joerg Mueller