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
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-06-18added FindSndFile cmake module to replace inline checks.Campbell Barton
2011-06-13Elbeem / Fluidsim update:Daniel Genrich
2011-06-05SVN maintenance.Guillermo S. Romero
2011-06-04CMake option 'WITH_HEADLESS' to build blender in headless mode (no x11/xlib) ...Campbell Barton
2011-05-31fix for recent cmake changesCampbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28Disabling xinput wasn't done completely.Campbell Barton
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-24Fix for mingw 64bit fix.Brecht Van Lommel
2011-05-24Attempt to fix mingw 64 bit compile error.Brecht Van Lommel
2011-05-23Fix #26728: crash with load/save on Mac, on files that close & open a windowBrecht Van Lommel
2011-05-12Forgot to close clipboard when lock fails.Sergey Sharybin
2011-05-12Fix #27359: Pasting long text crashes blenderSergey Sharybin
2011-05-12Fix #27279: IK bone rotation limits set to 0 disabled the limit, this wasBrecht Van Lommel
2011-05-11Apply patch from Ryakiotakis Antonis as posted on MLNathan Letwory
2011-05-11MingW apparently doesn't know about RIM_INPUTSINK, define it if it isn't alre...Nathan Letwory
2011-05-10Revert rename of r36578, breaks scons compile.Nathan Letwory
2011-05-10SVN maintenance.Guillermo S. Romero
2011-05-09minor cleanup, no functional changes.Campbell Barton
2011-05-09fixed scrolling lists with the mousewheel for some X11 windowmanagers.M.G. Kishalmi
2011-05-09set svn end of lines to nativeCampbell Barton
2011-05-08Patch [#26799] embedded blenderplayer not receiving keyboard input by Sebasti...Dalai Felinto
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-04Patch [#26799] 2.5x blenderplayer (BGE) anti-aliasing & embedding by Sebastia...Dalai Felinto
2011-05-03change ghost/x11 toggleConsole to use dummy function in the header.Campbell Barton
2011-05-02fix for building windows/mingwCampbell Barton
2011-05-02Also add build fix for OSX (not-tested, so OSXers, please do test).Nathan Letwory
2011-05-02x11 builds again.Campbell Barton
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
2011-04-30whitespace edits for bpy api, split some really long lines.Campbell Barton
2011-04-28rename duplicate header defines & remove unused var.Campbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-18Fix for [#26990] Loading file w packed audio crashesJoerg Mueller
2011-04-15fix [#26937] Radio button text truncation should start at beginning of stringCampbell Barton
2011-04-12Fix crash for Intel G45 video cardsSergey Sharybin
2011-04-11FIx crash when opening User Preferences even with NVidia cardSergey Sharybin
2011-04-11Fix for [#26652] "Audio Muted" in Time Line Editor is not workingJoerg Mueller
2011-04-09doxygen fixNathan Letwory
2011-04-09whitespaceNathan Letwory
2011-04-09Fix crash for Windows+Intel video card configurationSergey Sharybin
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-03-30includes for building with gcc 4.6 on fedora.Campbell Barton
2011-03-29remove DEBUG flag from OpenNL with cmake, was giving too many prints in the c...Campbell Barton
2011-03-29use 'is None' rather then '== None' as suggested by python docs & mis-spelling.Campbell Barton