summaryrefslogtreecommitdiffstats
path: root/editor/plugins/path_3d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-19/+100
|\
| * Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-181-19/+100
| |\
| | * Implement closed path for Curve3dmatricola7872024-11-161-19/+100
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\| |
| * | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
| |/
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-8/+8
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-8/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-2/+5
* Cleanup Path3D editorkobewi2024-09-071-50/+23
* Add Create Curve button to Path2D editorkobewi2024-09-061-9/+46
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-12/+12
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Merge pull request #90966 from Calinou/debug-draw-use-runtime-colorsRémi Verschelde2024-05-071-1/+1
|\
| * Use same colors for editor and running project for collision/path debugHugo Locurcio2024-04-211-1/+1
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+2
* | Fix Path3D tilt gizmo raycasting against local planekleonc2024-04-241-9/+5
|/
* Merge pull request #89933 from jsjtxietian/path3d-removeRémi Verschelde2024-04-041-1/+58
|\
| * Support “clear points” function in Path3D editorjsjtxietian2024-03-271-1/+58
* | Merge pull request #89847 from GreenCrowDev/missing-bezier-handlesRémi Verschelde2024-04-041-51/+87
|\ \
| * | UX and stability improvements for Path3D nodematricola7872024-03-251-51/+87
| |/
* / Fix path3d's pick works incorrectly when viewport is in half resolutionjsjtxietian2024-03-261-12/+23
|/
* Use subgizmos instead of handles for Path3D curve pointspohy2024-02-221-43/+166
* Merge pull request #83741 from BlueCube3310/path-3d-plugin-optimizeYuri Sizov2023-12-081-8/+20
|\
| * Optimize Path3DGizmo mesh generationBlueCube33102023-10-211-8/+20
* | Fix theme application in various editor dialogsYuri Sizov2023-12-041-0/+3
|/
* Improve Path3D gizmo usabilityYaohua Xiong2023-10-031-15/+28
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-5/+7
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-5/+7
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+1
|/
* Merge pull request #81516 from YuriSizov/editor-theme-access-the-successYuri Sizov2023-09-151-7/+8
|\
| * Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-7/+8
* | Improve the looks of 2D/3D viewport contextual toolbarsYuri Sizov2023-09-131-29/+11
|/
* Add EditorStringNames singletonkobewi2023-09-031-7/+7
* Add handles to control Curve3D tiltDaniel Roberts2023-08-121-134/+251
* Add move control points button to PAth3D Editorajreckof2023-06-051-7/+23
* Fix Pathfollow directionSilc Renew2023-05-241-2/+2
* Add EditorUndoRedoManager singletonkobewi2023-01-161-6/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Handle corner cases for curve bakingYaohua Xiong2022-12-141-5/+2
* draw fish bones for Path2D and Path3DYaohua Xiong2022-12-051-19/+44
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-9/+9
* Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-2/+2
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+2
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-4/+4
|\