summaryrefslogtreecommitdiff
path: root/modules/gdnavigation/navigation_mesh_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
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