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
path: root/source
AgeCommit message (Expand)Author
2009-04-19KX_MeshProxy "numPolygons" and "numMaterials" attributes were using the "mate...Campbell Barton
2009-04-19Hidden faces were not rendering displayed in the game engine, only the invisi...Campbell Barton
2009-04-19BPyNathan Letwory
2009-04-18SConsNathan Letwory
2009-04-18BGE: restore a feature that was lost in 2.48: sharing of display lists betwee...Benoit Bolsee
2009-04-18Added m_zombie to the base python class (PyObjectPlus), when this is set all ...Campbell Barton
2009-04-17Fixing SND_Scene.h missing include problems with cmake + bulletDaniel Genrich
2009-04-17bugfix #18287Ton Roosendaal
2009-04-17Missing <stdlib.h> for abs() made this file not compile for me.Ton Roosendaal
2009-04-17packing from the UV window with margin had a problem with feedback, so runnin...Campbell Barton
2009-04-17[#18533] Little fix in Particle API docCampbell 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-15Merging Shrinkwrap Constraint!Andre Susano Pinto
2009-04-15BGE Python APICampbell Barton
2009-04-15Optional margin for packing UV islands and the 'Pack Islands' menu item. Usef...Campbell Barton
2009-04-15This is patch [#18408] Build issues with make on Cygwin hosted MinGW (2.48.1)Kent Mein
2009-04-15Fixing more errors coverity found.Kent Mein
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-14[#18517] Python scripts segfault on loadingCampbell Barton
2009-04-14Bugfix #18108Ton Roosendaal
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-13Bullet integration uninitialised values.Campbell Barton
2009-04-13mesh proxy attributes from andrecasteloCampbell Barton
2009-04-13this should fix building with mingwCampbell Barton
2009-04-13fix some refcounting issues with PyDict_SetItemStringCampbell Barton
2009-04-122DFilter bugfixes:Dalai Felinto
2009-04-12[#18516] Particle children API for python (Complete).Campbell Barton
2009-04-12PropertyActuator toggle option didnt run when the Value field was empty.Campbell Barton
2009-04-12BGE Python APICampbell Barton
2009-04-12need strtoll defined as _strtoi64 to build on windowsCampbell Barton
2009-04-12BGE Python APICampbell Barton
2009-04-12added "toggle" an option for the property actuator.Campbell 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-11Fix for: [#18499] Particle size can only be set in steps of 0.1Janne Karhu
2009-04-10Mesh effector surface option:Janne Karhu
2009-04-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-10Particle effector falloff maxdist etc. didn't work like it was supposed to.Janne Karhu