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
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
2011-09-04BGE animations: Adding a separate list to KX_Scene for animated objects. This...Mitchell Stokes
2011-07-14BGE Animations: Now animations are only updated based on the set animation sp...Mitchell Stokes
2011-05-24BGE Animations:Mitchell Stokes
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-22Bugfix #25803 (LibLoad'ed scene objects don't have timer property updated)Mitchell Stokes
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-02-12Fixing a recounting bug so KX_Scene.pre_draw.append() and KX_Scene.post_draw....Mitchell Stokes
2010-12-16Patch:[#25163] BGE support for Blender Font objects - unicode supportDalai Felinto
2010-11-19Fixing a crash when dynamically loading a scene that contains a bone parent.Mitchell Stokes
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-31building the BGE without bullet works again.Campbell Barton
2010-10-11BGE object.life - gives you the life countdown for temporary objects.Dalai Felinto
2010-10-11building without python works again for the BGECampbell Barton
2010-10-10enable building the game engine without bullet for scons & cmakeCampbell Barton
2010-10-03synched with trunk at revision 32129Nick Samarin
2010-09-15update for MingW/CMakeCampbell Barton
2010-08-27own rna naming commits r31439 r31472 also renamed BGE vars unintentionallyCampbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-11reworked obstacle simulation in order to have two realizations: with "cell" a...Nick Samarin