summaryrefslogtreecommitdiffstats
path: root/editor/plugins/mesh_library_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename get_surface_material to get_surface_override_materialclayjohn2021-04-141-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde2020-12-281-1/+1
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-0/+2
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-10/+20
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-29/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-13/+13
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-7/+3
* Renamed NavigationMeshInstance to NavigationRegionAndrea Catania2020-02-271-3/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* Texture refactorJuan Linietsky2020-02-111-1/+1
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Makes more editor strings translatableHaoyu Qiu2019-12-301-1/+1
* Makes more editor strings translatableHaoyu Qiu2019-12-211-1/+1
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-0/+2
* Merge pull request #25522 from aqnuep/MeshLibrary_improvementsRémi Verschelde2019-06-031-3/+27
|\
| * MeshLibrary export improvementsDaniel Rakos2019-02-031-3/+27
* | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* | Consider StaticBody and NavMesh position when converting to a MeshLibraryBojidar Marinov2019-02-261-1/+4
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLib...Michael Alexsander Silva Dias2018-08-221-22/+22
* Fix MeshLibrary editorMichael Alexsander Silva Dias2018-08-211-0/+299