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
2016-05-19CMake: use signed char for recastnavigationCampbell Barton
2016-05-19Cleanup: CMake indentationCampbell Barton
2016-04-05Update Recast version to 1.5.0Reinier de Blois
2016-01-04Remove SCons building systemSergey Sharybin
2013-08-19Use reentrant qsort() in particle codesSergey Sharybin
2013-03-29misc minor edits.Campbell Barton
2012-10-20style cleanupCampbell Barton
2012-08-25style cleanup: also spellingCampbell Barton
2012-07-29code cleanup:Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-14quiet compiler warningCampbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-24bmesh docs now written in sphinx doc generator.Campbell Barton
2012-02-11update gpl header in cmake filesCampbell Barton
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