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
2011-03-17BGE PhysicsConstraints.exportBulletFile improvement: also export the object n...Erwin Coumans
2011-03-12update Bullet physics sdk to latest trunk/version 2.78Erwin Coumans
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.Campbell Barton
2011-03-07BGE internal cosmetic changes - Replacing hardcoded values with new definesDalai Felinto
2011-03-03fix for own error made r35267.Campbell Barton
2011-02-28change return values from mathutils callbacks to match pythons (-1 is error),...Campbell Barton
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-27cyclic gc support for KX_PythonSeqCampbell Barton
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22doxygen: BGE Network, Physics, RasterizerNathan Letwory
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-02-22Bugfix #25803 (LibLoad'ed scene objects don't have timer property updated)Mitchell Stokes
2011-02-22Fix for bug #25804 (LibLoad'ed scene objects material CRASH when doing mat.ge...Mitchell Stokes
2011-02-16BGE: Action and ShapeKey Actuator PingPong playmode.Dalai Felinto
2011-02-12Fixing a recounting bug so KX_Scene.pre_draw.append() and KX_Scene.post_draw....Mitchell Stokes
2011-02-11BGE: frame start/end in action/fcurves/shapekey to support floatsDalai Felinto
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2011-01-23BGE: support modifiers without mapping to original mesh both graphically and ...Benoit Bolsee
2011-01-19BGE BugFix [#25711]render.setBackgroundColor() does not work:Dalai Felinto
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-07- cmake use execute_process, exec_program is deprecated.Campbell Barton
2011-01-06bugfix [#25488] Game engine crash when try to run after blender app startCampbell Barton
2011-01-05BGE: Font Object support to animated (object) colorsDalai Felinto
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-17minor warnings removed.Campbell Barton
2010-12-17BGE Font: increasing the limit of the text object to 140Dalai Felinto
2010-12-16SVN maintenance.Guillermo S. Romero
2010-12-16Patch:[#25163] BGE support for Blender Font objects - unicode supportDalai Felinto
2010-12-09renaming blf_api.h to blf_py_api.hDalai Felinto
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08BGE BugFix: [#24052] Can't change dynamic object's orientation using python (...Dalai Felinto
2010-12-07BGE BugFix: [#21246] Some values for ipoactuator.frameEnd and frameStart make...Dalai Felinto
2010-12-06bugfix [#24967] bge.KX_GameObject.worldAngularVelocity does not work, breaks ...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-01bugfix [#23423] Multi-window : closing game windows cause blender crashCampbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-29fix for error when changing DISBALE_PYTHON -> WITH_PYTHON,Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-26BGE Bugfix: [#24926] Sensor 'Radar' les axes X+ et Y+ ont été inversé. (ou...Dalai Felinto
2010-11-24Reverting revision 33120, which added vram monitoring. The method used had so...Mitchell Stokes
2010-11-21Changing KX_Camera.perspective didn't actually change the camera's perspectiv...Mitchell Stokes
2010-11-19Fixing a crash when dynamically loading a scene that contains a bone parent.Mitchell Stokes
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
2010-11-17Adding monitoring for (approximate) VRAM used by textures. The information is...Mitchell Stokes
2010-11-16patch #24737] PyCObject depreciated in py3k [patch]Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-31building the BGE without bullet works again.Campbell Barton
2010-10-30Build fix by Mike SDaniel Salazar