summaryrefslogtreecommitdiff
path: root/modules/gdnavigation/navigation_mesh_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-08Complete NavigationMeshInstance renamelupoDharkael
2020-02-28Signals: Port connect calls to use callable_mpRĂ©mi Verschelde
2020-02-27Renamed NavigationMeshInstance to NavigationRegionAndrea Catania
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania