summaryrefslogtreecommitdiffstats
path: root/editor/plugins/mesh_library_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Move 3D-only resources to their own folderAaron Franke2024-02-261-1/+1
* Make MeshLibrary export do recursive depth-search for MeshInstance3D nodessmix82024-02-041-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-3/+3
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-5/+5
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* implement individual mesh transform for meshlibrary itemsVincent2021-09-091-5/+9
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Add override keywords.Marcel Admiraal2020-07-101-5/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLib...Michael Alexsander Silva Dias2018-08-221-3/+3
* Fix MeshLibrary editorMichael Alexsander Silva Dias2018-08-211-0/+93