summaryrefslogtreecommitdiffstats
path: root/modules/recast
Commit message (Expand)AuthorAgeFilesLines
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-108-943/+0
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-1/+2
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-191-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-016-12/+12
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* Add option to create navmesh from objects in groupjfons2019-10-162-5/+21
* Baking gridmap navmesh.lukasz.liberadzki2019-08-181-1/+18
* Fix EditorNavigationMeshGenerator registered in Core APIIgnacio Etcheverry2019-07-091-0/+7
* Take CSG into account for nav-mesh generationjfons2019-06-131-0/+18
* Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-3/+1
* Various improvements to NavigationMesh generationjfons2019-05-234-26/+193
* Fix orientation of generated navmeshesBojidar Marinov2019-05-111-2/+3
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* Small fixes, mostly dupicated codeqarmin2019-04-081-3/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-14/+14
* Update copyright statements to 2019Rémi Verschelde2019-01-016-12/+12
* Fix inconsistences in some buttons in the Canvas/Spatial editor menubarMichael Alexsander Silva Dias2018-10-252-11/+12
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-3/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-3/+3
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde2018-05-306-8/+621
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-2/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-012-4/+4
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-5/+1
* Do not compile Recast for AndroidRuslan Mustakov2017-09-201-1/+1
* Recast integration.Saracen2017-09-044-0/+111