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
path: root/intern
AgeCommit message (Expand)Author
2010-12-28Fix [#24630] alt+shift+LMB dragging does not workNathan Letwory
2010-12-27Fix for blender crashing when starting playback with audio without being able...Joerg Mueller
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-22Audio:Joerg Mueller
2010-12-16SVN maintenance.Guillermo S. Romero
2010-12-15bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' op...Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-07Added WITH_CXX_GUARDEDALLOC support for GHOST, disabled by default.Campbell Barton
2010-12-04Cocoa : fix drag and drop was no more operational after having fullscreened t...Damien Plisson
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-01quit blender if the first X11 window fails to open.Campbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-26Fix #24775: boolean modifier crash in rendering on Mac. Problem was that thisBrecht Van Lommel
2010-11-24define UNUSED() locally for mmap_winCampbell Barton
2010-11-24fix for crash introduced r33257, also tag some vars as unused.Campbell Barton
2010-11-23fix for building with mingw/cmakeCampbell Barton
2010-11-21WITH_SAMPLERATE option for cmake, without this playback wont behave right so ...Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-11-20- smoke wasn't closing the file of loading a tile had the wrong length.Campbell Barton
2010-11-20fix smoke memory leak with OpenMP disabled.Campbell Barton
2010-11-15Fix [#24310] With high poly numbers when sculpting, modifier keys hangNathan Letwory
2010-11-07patch [#24576] aud.Handle.status return boolCampbell Barton
2010-11-02Add PREFIX support to makefiles.Guillermo S. Romero
2010-11-02throw an error is PREFIX isnt defined on X11 systems. defaults to /usr/localCampbell Barton
2010-11-01== FFMPEG ==Peter Schlaile
2010-10-31Audaspace: Disabling High- and Lowpass for Bake Sound to F-Curve Operator in ...Joerg Mueller
2010-10-31Fix for #24453: Missing delete statement.Joerg Mueller
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding to...Campbell Barton
2010-10-27remove include paths which dont exist, fix for doc upload script which was ge...Campbell Barton
2010-10-27Change /WX away for now, some odd thing going on between cloned environments....Nathan Letwory
2010-10-24Make sure separation between modifier keys is communicated from GHOST upwards...Nathan Letwory
2010-10-24Fully disable AUD's FFTW3 usage.Guillermo S. Romero
2010-10-23CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WI...Campbell Barton
2010-10-23Remove msvc build files which are not needed anymore.Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-23Fix [#24337] Create vertex (and faces and edges) with "Control+LMB" doesn't w...Nathan Letwory
2010-10-22fix for warnings & detecting opensource nouveau drivers.Campbell Barton
2010-10-21Wrong check for platform accidently put /WX to non-msvc toolchains too.Nathan Letwory
2010-10-21Don't use CS_CLASSDC after all. Makes drawing multiple windows funky.Nathan Letwory
2010-10-21tweaks to external libs to get rid of warnings.Campbell Barton
2010-10-21/WX enabled for MSVC in CMake too.Nathan Letwory
2010-10-21Enable /WX in blenkernelNathan Letwory
2010-10-21Use one device context for our window class.Nathan Letwory
2010-10-21* Use HWND_DESKTOP as parent for Blender Windows.Nathan Letwory
2010-10-21Enable /WX on Windows.Nathan Letwory
2010-10-19Fix [#20277] Bug with Continuous Grab on WindowsNathan Letwory