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-22BGE C++ APICampbell Barton
2009-04-22BGE C++ APICampbell Barton
2009-04-22BGE Python APICampbell Barton
2009-04-22BGENathan Letwory
2009-04-22Patch from Mitchell Stokes for KX_Light to use attrdef'sCampbell Barton
2009-04-22BGE bug #18521 fixed: Dupligroups + Bullet Softbodies are broken.Benoit Bolsee
2009-04-21BGE: Support mesh modifiers in the game engine.Benoit Bolsee
2009-04-21Blender Python APICampbell Barton
2009-04-21BGE: show profile in millisecond in addition to percentage.Benoit Bolsee
2009-04-21use PyList_SET_ITEM instead of PyList_SetItem,Campbell Barton
2009-04-21BGE Python APICampbell Barton
2009-04-20BGE Python APICampbell Barton
2009-04-20BGE Python APICampbell Barton
2009-04-19Compile fixed for Win64.Daniel Genrich
2009-04-19BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-19KX_MeshProxy "numPolygons" and "numMaterials" attributes were using the "mate...Campbell Barton
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
2009-04-17BGE: slow parent was causing scaling distortion, now use correct quaternion i...Benoit Bolsee
2009-04-16bpy_internal_import.c should build with py2.3 now, also gave bpy_internal_imp...Campbell Barton
2009-04-16BGE bug #18168: Get local orientation of object using game engine python scri...Benoit Bolsee
2009-04-15BGE Python APICampbell Barton
2009-04-15BGE MouseFocusSensorCampbell Barton
2009-04-15Disable using KX_GameObjects in python that have been removed from the scene ...Campbell Barton
2009-04-15BGE Py ApiCampbell Barton
2009-04-15[#7789] 3DS Import , Mesh not correct since Blender 2.44Campbell Barton
2009-04-15Fix for own recent reference count error.Campbell Barton
2009-04-15BGE bug #18522 fixed: Dupligroup offsets don't work in BGE.Benoit Bolsee
2009-04-14BGE: Keep Sumo and ODE in sync with Bullet at API level, fix a compilation pr...Benoit Bolsee
2009-04-14BGE PhysicsCampbell Barton
2009-04-14BGE BugfixCampbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-13SVN maintenance.Guillermo S. Romero
2009-04-13mesh proxy attributes from andrecasteloCampbell Barton
2009-04-122DFilter bugfixes:Dalai Felinto
2009-04-12BGE Python APICampbell Barton
2009-04-12BGE Python APICampbell Barton
2009-04-12use long long rather then int for storing game logic properties.Campbell Barton
2009-04-12BGE Py APICampbell Barton
2009-04-11bugfix from Moguri, AddReplica wasnt setting the light layer from the parentCampbell Barton
2009-04-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-10BGE API cleanup: ConstraintActuator.Benoit Bolsee
2009-04-10BGE API cleanup: StateActuator.Benoit Bolsee
2009-04-10BGE API cleanup: sound actuator.Benoit Bolsee
2009-04-09Added GameKeys.EventToCharacter(event, is_shift) so you can get the character...Campbell Barton
2009-04-09Remove redundant include GL/glu.h in KX_Dome.cpp.Benoit Bolsee
2009-04-09BGE API cleanup: 2DFilterActuator.Benoit Bolsee
2009-04-09Fix gcc compiling problem with C++ syntax in KX_Dome.cpp.Benoit Bolsee
2009-04-08small bge editsCampbell Barton