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-09-30Whitespace clean-upSergey Sharybin
2011-09-30Recast: upgrade library.Benoit Bolsee
2011-09-27navmesh: convert object_navmesh.cpp to plain c.Sergey Sharybin
2011-09-20Fix for recent commit:Sergey Sharybin
2011-09-20Get rid of c++ in blenkernel and modifiersSergey Sharybin
2011-09-19remove WITH_* defines from image formats, instead just dont build the files a...Campbell Barton
2011-09-18update glew from 1.6 to 1.7:Campbell Barton
2011-09-15Use static context trick for all platforms.Sergey Sharybin
2011-09-13fix compilation for MinGW by substituting qsort_r with qsort. What aversion d...Antony Riakiotakis
2011-09-13Fix typo in own commit for raycast librarySergey Sharybin
2011-09-11Fixes for Win+SCons and disable recastnavigationif game engine is disabled in...Sergey Sharybin
2011-09-10Fixed for navmesh on FreeBSD. Oatch by sambler, thanks!Sergey Sharybin
2011-09-10Another set of fixes for recats: osx uses different order of arguments for so...Sergey Sharybin
2011-09-10disable navmesh feature when building without the game engine.Campbell Barton
2011-09-10fixed linking with CMakeCampbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-06-21update cmake checker to ignore file list and add some headers to the source l...Campbell Barton
2011-06-20== CMake ==Andrea Weikert
2011-06-05synched with trunk at revision 37212Nick Samarin
2011-06-02update to glew 1.6 from 1.5.8Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-05-02fix transform code using a node space as an image space, accessing unallocate...Campbell Barton
2011-05-02build system changes to eltopo, re-applied.Campbell Barton
2011-05-02=trunk=Joseph Eagar
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-16synched with trunk at revision 34793Nick Samarin
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