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
2013-11-19Fix T37171: Camera parented to a bone doesn't move with the bone, unless anot...Mitchell Stokes
2013-11-06code cleanup: typo and warning when openmp's disabled.Campbell Barton
2013-11-05bge builds again without bullet.Campbell Barton
2013-11-04BGE: The recent physics cleanup was using KX_GameObject::GetParent() with out...Mitchell Stokes
2013-11-04BGE: Cleaning up the BGE's physics code and removing KX_IPhysicsController an...Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Cleaning up some includes.Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionalit...Mitchell Stokes
2013-08-19style cleanup: indent/whitespaceCampbell Barton
2013-08-17BGE: Adding partial support for LibLoaded lights with GLSL materials.Mitchell Stokes
2013-07-10BGE: Adding animation culling. Armature objects will only have their poses up...Mitchell Stokes
2013-07-10BGE: Committing patch #32422 "Debug properties for added objects" by HG1.Mitchell Stokes
2013-06-20BGE: Fix for [#34781] "bge.texture.ImageRender does not show Font object" rep...Mitchell Stokes
2013-05-15BGE: A little bit of cleanup:Mitchell Stokes
2013-04-05code cleanup: bge warningsCampbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-02-21BGE cleanup: Removing the PHY__Vector classes and replacing them with MT_Vect...Mitchell Stokes
2013-01-23make bullet optional againCampbell Barton
2013-01-01BGE: Fixing a crash that occurred when LibLoading a scene with a 2D Filter Ac...Mitchell Stokes
2012-12-25BGE: Some various tweaks to try and get async lib loading to be a bit more st...Mitchell Stokes
2012-12-22BGE: The PyGILState_Ensure() call in KX_Scene was causing a segfault in the B...Mitchell Stokes
2012-12-22BGE: Committing async LibLoad from Swiss. This does the lib loading in a sepa...Mitchell Stokes
2012-11-10BGE: Committing patch [#32697] "New BGE gravity API" by HG1.Mitchell Stokes
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-15style cleanup: bgeCampbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-08BGE: Setting up the RAS_ICanvas interface as the primary way to alter the OpenGLMitchell Stokes
2012-10-07BGE: Committing patch [#31442] "API improvements: Group references python api...Mitchell Stokes
2012-09-16style cleanupCampbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-09-13BGE: LibLoaded sensors that made use of physics controllers (touch, collision...Mitchell Stokes
2012-08-27BGE: Make sure lib loaded cameras are added to the active scene's camera list.Mitchell Stokes
2012-08-05BGE: Fixing a NULL pointer exception caused by calling KX_Scene.active_camera...Mitchell Stokes
2012-07-09BGE: Fixing up the error message received when trying to add an object from a...Mitchell Stokes
2012-06-05style cleanupCampbell Barton
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-02style cleanupCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-17BGE Animations: Fixing some refcount issues with KX_Scene::m_animatedlist (fi...Mitchell Stokes
2011-09-09svn merge -r 39975:40061 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton