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-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-02..\commmit_hive.txtBenoit Bolsee
2012-08-12style cleanupCampbell Barton
2012-08-06fix for bge module imports so you can do for eg:Campbell Barton
2012-07-23BGE LibLoad: Allow the user to disable loading text datablocks if they want t...Mitchell Stokes
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-21Fix for [#31396] "bge.logic.LibLoad fails to import text blocks" reported by ...Mitchell Stokes
2012-05-18patch [#31507] site not automatically imported when using external python pac...Campbell Barton
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
2012-02-07Fix for [#29910] Crash on reading KX_SoundActuator.soundJoerg Mueller
2012-01-30pydoc cleanup + remove unused bge.logic constantsDalai Felinto
2012-01-23Committing patch "[#27676] Change window size/resolution in realtime" by me.Mitchell Stokes
2012-01-12Some small fixes to get things compiling on solaris with cmake.Kent Mein
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
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