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-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-03synched with trunk at revision 32129Nick Samarin
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-09-02Recast: add SCons build system.Benoit Bolsee
2010-09-01Add CMake build system on Recast&Navigation branchBenoit Bolsee
2010-09-01Detour: remove unused filesBenoit Bolsee
2010-09-01Recast: remove unused filesBenoit Bolsee
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-05synched with trunk at revision 31065Nick Samarin
2010-08-04integrated adaptive sampling algorithm for obstacle avoidanceNick Samarin
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-07-30- moved navmesh conversion code to ED_Editors project (ED_navmesh_conversion....Nick Samarin
2010-07-29- fixed bug in steering actuator: calculate 2d distance to target for seeking...Nick Samarin
2010-07-28- reworked conversion to dtStatNavMesh in KX_NavMeshObject to support navigat...Nick Samarin
2010-07-22synched with trunk at revision 30597Nick Samarin
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-14synched with trunk at revision 30243Nick Samarin
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
2010-06-17== SoC Bullet - Bullet Upgrade to 2.76 ==Joshua Leung
2010-05-19added converting mesh of game object to Detour StatNavMesh (game object is d...Nick Samarin
2010-05-19added RecastNavigation library as extern projectNick Samarin
2010-04-27[#21753] allowing to compile on FreeBSD 8.0Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-14prepare to remove ffmpeg stuff in externMartin Poirier
2010-02-04Add btBvhTriangleMeshShape::buildOptimizedBvh() in preparation of next commit...Benoit Bolsee