summaryrefslogtreecommitdiffstats
path: root/modules/navigation/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-112-0/+4
|/
* Extract editor main screenkit2024-09-091-1/+1
* Remove empty bind_methods()kobewi2024-08-152-4/+0
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-1/+0
* Use threads for baking navigation mesh inside editorsmix82024-04-111-1/+1
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-2/+3
* Move navigation mesh baking to NavigationServersmix82023-08-031-11/+9
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+1
* Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-1/+5
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-072-0/+5
* Disable navmesh, lightmap, and VoxelGI generation on foreign dataSaracenOne2023-01-061-1/+29
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+2
* Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-7/+7
* Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-282-0/+243