summaryrefslogtreecommitdiffstats
path: root/editor/plugins/mesh_instance_3d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a fixed width of 1 pixel for editor debug UV drawingclayjohn2023-01-181-1/+1
* Add EditorUndoRedoManager singletonkobewi2023-01-161-8/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use _request_gizmo from SceneStringNamesMarkus Sauermann2022-12-121-9/+10
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Use a more specific type for Mesh create_(convex|trimesh)_shapeAaron Franke2022-11-251-4/+6
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-1/+1
* Move "Create Debug Tangents" into an editor pluginbad2022-10-031-0/+19
* Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
* Add per-scene UndoRedokobewi2022-08-221-7/+8
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Clean up Hash Functionsreduz2022-06-201-2/+2
* Add a new HashSet templatereduz2022-05-201-7/+8
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Fix ownership of nodes created by the MeshInstance3DEditorPluginSaracenOne2022-05-111-11/+58
* Fix name of the created static trimesh bodykobewi2022-03-311-2/+2
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-5/+5
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix typo in create_outline error message.Ryan Roden-Corrent2021-12-121-1/+1
* Remove node_hrcr hackkobewi2021-10-281-6/+6
* Improve collision generation usability in the new 3D scene import workflow.AndreaCatania2021-09-081-1/+2
* Improve MeshInstance3D UV preview in the editorHugo Locurcio2021-07-251-3/+4
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Optimize StringName usagereduz2021-07-181-1/+1
* Options to clean/simplify convex hull generated from meshPouleyKetchoupp2021-07-071-4/+15
* 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 empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* Fix "Create Trimesh Collision Sibling" transformhoontee2020-09-131-0/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-10/+19
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde2020-03-311-5/+2
* doc: Update classref with node renamesRémi Verschelde2020-03-301-5/+5
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-0/+531