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-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
2013-02-14misc changesCampbell Barton
2013-02-11Command line argument '--python' wasn't working as documented since a long ti...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-02-07when using blender as a python module, force factory-startupCampbell Barton
2013-02-06some fixes for building blender as a python module again (wip, more work need...Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-02-01make WITH_HEADLESS build again.Campbell Barton
2013-01-31replace BLI_make_file_string with BLI_join_dirfile since its much more simple...Campbell Barton
2013-01-31write all crashlogs into the temp directory (not next to blend files).Campbell Barton
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-19fix for building with BSD & MinGW.Campbell Barton
2013-01-17include svn revision in the crash log, also free smoothview on the off-chance...Campbell Barton
2013-01-13Add terminate call for crash handler for windows. Also add inactive codeAntony Riakiotakis
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-11win32 has no kill, force crash for now, perhaps windows devs can do this more...Campbell Barton
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-11include a stacktrace in the crashlog text written by the segfault handler.Campbell Barton
2013-01-10add a segfault handler that writes out the info log into a crash file alongsi...Campbell Barton
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2012-12-29style cleanupCampbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12A big cleaning patch by Bastien Montagne (thanks a lot!)Tamito Kajiyama
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-19Merged changes in the trunk up to revision 52340.Tamito Kajiyama
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-27add --debug-handlers so --debug-events isnt so noisy.Campbell Barton
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-15Merged changes in the trunk up to revision 50607.Tamito Kajiyama
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-29Merged changes in the trunk up to revision 50257.Tamito Kajiyama
2012-08-26fix for build error without ffmpegCampbell Barton
2012-08-26Some FFmpeg changesSergey Sharybin
2012-08-18Merged changes in the trunk up to revision 49986.Tamito Kajiyama
2012-08-12Merged changes in the trunk up to revision 49797.Tamito Kajiyama
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-11remove all remaining data files from source, now all are converted at build t...Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton