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/extern
AgeCommit message (Expand)Author
2011-04-12revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits)Campbell Barton
2011-04-10eltopo cloth solver couldnt be enabled from cmake, also dont use globbing.Campbell Barton
2011-04-10=cloth collisions=Joseph Eagar
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-03-30didnt mean to commit to Eigen2 since its externally maintained.Campbell Barton
2011-03-30includes for building with gcc 4.6 on fedora.Campbell Barton
2011-03-29fixes in Bullet stuff, roll influence for raycast vehicles was broken,Erwin Coumans
2011-03-22remove constructors, they cause compile errors under FedoraErwin Coumans
2011-03-15workaround for problem compiling with glu 1.5.8 on windowsCampbell Barton
2011-03-15upgrade glew 1.5.1 --> 1.5.8, from the release logs changes are mainly for ma...Campbell Barton
2011-03-13quiet stricter compiler warnings/errors.Campbell Barton
2011-03-13Fix for compilation error after bullet upgrade.Sergey Sharybin
2011-03-12update Bullet physics sdk to latest trunk/version 2.78Erwin Coumans
2011-02-27doxygen: fixesNathan Letwory
2011-02-25fix for scons with recent change to how BINRELOC is enabled via cmake.Campbell Barton
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and fix...Nathan Letwory
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-15patch from IRIE Shinsuke, use systems openjpeg on *nix.Campbell Barton
2011-02-12fix for building with opencollada 833 on linux.Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27gcc 4.6 compatibility commit r34520 broke OSX, this should work now.Campbell Barton
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2011-01-16fix for using un-initialized stack memory with bullet triangle mesh collisions.Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23remove bullet CMakeLists.txt files, blender uses its own.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03Fix for compilation error caused by strict prototype checkingSergey Sharybin
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-30SVN maintenance.Guillermo S. Romero
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-10-24Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with...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-21tweaks to external libs to get rid of warnings.Campbell Barton
2010-10-15enable warning for unused args with gcc: -Wunused-parameterCampbell Barton
2010-10-03added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also f...Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06- use list append in more places (preferred method since its faster)Campbell Barton
2010-09-03Fix [#23569] Convex hull bounds crash BlenderNathan Letwory
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-24rename some cmake build targetsCampbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-13Fix #22829: build error in openjpeg with SSE using MSVC, already fixedBrecht Van Lommel
2010-07-09Fix #22796: GLEW compile errors on FreeBSD (this time in the right branch).Brecht Van Lommel
2010-06-17Revert changes back to original state, before 29506.Guillermo S. Romero