summaryrefslogtreecommitdiffstats
path: root/editor/plugins/polygon_3d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-2/+2
* | 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-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-3/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Make 3D editor gizmos and debug shapes ignore fogHugo Locurcio2023-09-271-0/+2
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-2/+2
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-2/+2
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+2
|/
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-4/+4
* Merge pull request #81516 from YuriSizov/editor-theme-access-the-successYuri Sizov2023-09-151-1/+2
|\
| * Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+2
* | Improve the looks of 2D/3D viewport contextual toolbarsYuri Sizov2023-09-131-1/+0
|/
* Add EditorStringNames singletonkobewi2023-09-031-3/+3
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+2
* Fix Polygon3DEditor parenting errorskobewi2023-02-221-1/+5
* Add EditorUndoRedoManager singletonkobewi2023-01-161-4/+4
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-1/+4
* Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-1/+1
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-1/+1
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-0/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-6/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Improvements and fixes to occludersjfons2022-02-071-0/+606