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
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-20initial support for unicode keyboard input for ghost & blenders WM.Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-09-11bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get chang...Dalai Felinto
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-01whitespace bge editsCampbell Barton
2011-08-31BGE: Adding two new functions to bge.render to allow users to change the anis...Mitchell Stokes
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-15move mathutils into its own lib.Campbell Barton
2011-07-08BGE Animations: Adding constants for the action play modes to bge.logic:Mitchell Stokes
2011-07-06Fix #27877: writing .avi files > 4 GB not working on windows.Brecht Van Lommel
2011-06-05synched with trunk at revision 37212Nick Samarin
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-04-18fix [#26951] blenderplayer and runtimes will not loadCampbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-03-29fix [#26667] Can't import scripts when using blenderplayerCampbell Barton
2011-03-27clear some c++ warnings.Campbell Barton
2011-03-25fix for blenderplayer using un-initialized mathutils types.Campbell Barton
2011-03-22Blenderplayer: Fixing import issues. Using PyImport_ExtendInittab() for the B...Mitchell Stokes
2011-03-22BGE Dynamic Loading:Mitchell Stokes
2011-03-21pedantic edit, no need to initialize var.Campbell Barton
2011-03-21BGE Dynamic Loading: When given a relative path (starts with "//") for LibLoa...Mitchell Stokes
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-16BGE: Action and ShapeKey Actuator PingPong playmode.Dalai Felinto
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-01-19BGE BugFix [#25711]render.setBackgroundColor() does not work:Dalai Felinto
2011-01-06bugfix [#25488] Game engine crash when try to run after blender app startCampbell Barton
2010-12-09renaming blf_api.h to blf_py_api.hDalai Felinto
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-30Build fix by Mike SDaniel Salazar
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...Campbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-11building without python works again for the BGECampbell Barton
2010-10-09Fixing a memory leak with SCA_PythonKeyboard and SCA_PythonMouse.Mitchell Stokes
2010-10-06Campbell requested that I remove one of the bge.events.RETKEY aliases, so I'm...Mitchell Stokes
2010-10-05A bit of bge.events work:Mitchell Stokes
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03synched with trunk at revision 32129Nick Samarin
2010-09-18* Update BGE for change in r32001Nathan Letwory
2010-09-15update for MingW/CMakeCampbell Barton
2010-09-11BGE module reshuffling - VideoTexture -> bge.textureDalai Felinto
2010-08-28After talking with Campbell, we came to the conclusion that it was probably b...Mitchell Stokes
2010-08-28Committing patch [#23278] (by me)Mitchell Stokes
2010-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller
2010-08-13svn merge -r 31211:31313 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller