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-10-23Merge fixes from trunk into 2.60a tag:v2.60aCampbell Barton
2011-10-20OSX: dalai's patch for utf8 support, todo: uppercase chars not working yetJens Verwiebe
2011-10-20Fix for 7.1 audio export being misscalculated...Joerg Mueller
2011-10-20OSX fix for recent utf8 commitDalai Felinto
2011-10-20initial support for unicode keyboard input for ghost & blenders WM.Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-14Fix for [#28916] 2.6 RC2 - Bake Sound to FCurve CrashJoerg Mueller
2011-10-14Fixing [#28907] Frozen playback.Joerg Mueller
2011-10-10Sequencer audio waveform drawing fix, now assured to be within the strip bounds.Joerg Mueller
2011-10-07spaces -> tabs (only whitespace changes)Campbell Barton
2011-10-06set mikktspace functions as static which are not used externally.Campbell Barton
2011-10-06dont define the ghost PREFIX for scons, since this means our portable downloa...Campbell Barton
2011-10-05OSX: Correct copy/paste error and exclude endianess switch from darwinJens Verwiebe
2011-10-02Missed some stoff when removing libsamplerate.Joerg Mueller
2011-10-02Typo fix. nexYon commit caused bit-loss in the word incs.Nathan Letwory
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
2011-10-01Cgange compile cindition for gcc-4.6-objC++ workaroundJens Verwiebe
2011-09-29Fix #28416: setting fluid simulation start time to anything other than zeroBrecht Van Lommel
2011-09-28Now in proper english, heheJens Verwiebe
2011-09-28Using non ASCII-conform char in comment broke compileJens Verwiebe
2011-09-28OSX: Give clear commenting and more up-to-date defaultsJens Verwiebe
2011-09-28OSX: always compile GHOST and Quicktime with Apple-gcc-4.2, simplifies for no...Jens Verwiebe
2011-09-28Bugfix for wrong playback reported by Sergey Sharybin in IRC.Joerg Mueller
2011-09-27OSX: introduced a workaround for compiling with non-apple gcc-4.6.1, ghost mu...Jens Verwiebe
2011-09-27comment warnings as errors for MSVC - it too easily made small problems like ...Campbell Barton
2011-09-27py apiCampbell Barton
2011-09-26Abort on guarded memory manager errors if WITH_ASSERT_ABORT is setSergey Sharybin
2011-09-26Reverting change to solver_relax.h from commit 40539, caused this nasty bug h...Daniel Salazar
2011-09-25Fix some MSVC 2010 warnings (including one apparent bug in intern/elbeem/inte...Andrew Wiggin
2011-09-25whitespace cleanupCampbell Barton
2011-09-25give a more useful error when building with an old ffmpeg.Campbell Barton
2011-09-23Fix fluid openMP not baking with some threadcountsJens Verwiebe
2011-09-21remove support for irixCampbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-18fix for crash loading a file saved with fluidsim when blenders compiled with ...Campbell Barton
2011-09-12quiet -Wundef warnings for cmake/gcc/elbeemCampbell Barton
2011-09-11Audio:Joerg Mueller
2011-09-06fix link issues with MinGW - a substitute declaration(correctByteOrder) for i...Antony Riakiotakis
2011-09-06replace define '#if FFTW3==1' --> '#ifdef WITH_FFTW3'Campbell Barton
2011-09-06fix some complier warnings and add -Wundef to CMake's default GCC warnings.Campbell Barton
2011-09-06TypofixNathan Letwory
2011-09-06Put dead zone printout behind debug.Nathan Letwory
2011-09-03warning fixesCampbell Barton
2011-09-03minor edits to build on openbsdCampbell Barton
2011-09-01making carbon to build again (note: NDOF is not working here)Dalai Felinto
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-08-30SVN maintenance.Guillermo S. Romero
2011-08-30When creating a multisample window for Win32, the first context created, whic...Mitchell Stokes