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
AgeCommit message (Expand)Author
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
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-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-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-10fixed linking with CMakeCampbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-06-05synched with trunk at revision 37212Nick Samarin
2011-02-16synched with trunk at revision 34793Nick Samarin
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-04integrated adaptive sampling algorithm for obstacle avoidanceNick Samarin
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-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