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-06-092.50:Brecht Van Lommel
2009-05-162.5Ton Roosendaal
2009-05-08Added include dir for blenfontKent Mein
2009-05-08Tweaks to build systems. Just some small cleanups...Kent Mein
2009-05-06Big, big commit!!Diego Borghetti
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-20BGE Python APICampbell Barton
2009-04-20Scons epydos changed optionsCampbell Barton
2009-04-20SCons / epydoc supportNathan Letwory
2009-04-20BGE Python APICampbell Barton
2009-04-19Compile fixed for Win64.Daniel Genrich
2009-04-19BGE Python APICampbell Barton
2009-04-19BGE: fix Pyfrom_id to work on w64.Benoit Bolsee
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-19Hidden faces were not rendering displayed in the game engine, only the invisi...Campbell Barton
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-17Missing <stdlib.h> for abs() made this file not compile for me.Ton Roosendaal
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-15This is patch [#18408] Build issues with make on Cygwin hosted MinGW (2.48.1)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-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-122DFilter bugfixes:Dalai Felinto
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-11Changed the script UI registration to import rather then run each python script,Campbell Barton