summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-06-30Add keyboard shortcuts for grouping and locking nodes, change grid toggleHugo Locurcio
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-29Merge pull request #49719 from LightningAA/rename-node-is-ancestor-ofRémi Verschelde
2021-06-24Use Ctrl + G to toggle the 3D editor grid visibility by defaultHugo Locurcio
2021-06-21Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17Allow setting the preview sun angle with numbersAaron Franke
2021-06-16Rename VisibilityNotifierXD to VisibleOnScreenNotifierXDreduz
2021-06-17Merge pull request #49667 from Riteo/remove-grid-map-lock-viewRémi Verschelde
2021-06-16Remove GridMap's "Lock View" option and a related method.Riteo Siuga
2021-06-15Merge pull request #49003 from Calinou/editor-freelook-fix-redrawing-when-not...Rémi Verschelde
2021-06-15Merge pull request #49310 from foxydevloper/add-drag-threshold-select-modeRémi Verschelde
2021-06-12Merge pull request #48746 from KoBeWi/bane_of_all_virtual_compatibilityRémi Verschelde
2021-06-12Fix game camera override tooltips being swappedHugo Locurcio
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-05Rename GI Classesreduz
2021-06-04Add threshold to dragging nodes with select to prevent accidental dragsfox
2021-06-04Rename Node3D's property translation to positionMarcel Admiraal
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-23Fix editor constantly redrawing when freelook is active with still cameraHugo Locurcio
2021-05-20Fix swapped front/rear directions in viewport rotation control.jfons
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-04-27Improve the editor themeHugo Locurcio
2021-04-23Implement occlusion cullingjfons
2021-04-16Merge pull request #47629 from Calinou/editor-allow-center-selection-without-...Rémi Verschelde
2021-04-11Fix 3D selection box size for Node3DHaoyu Qiu
2021-04-09Show a message when trying to zoom farther than the limitAaron Franke
2021-04-09Merge pull request #47733 from Calinou/editor-tweak-frame-time-displayRémi Verschelde
2021-04-09Tweak frame time display in the editorHugo Locurcio
2021-04-09Fixes Node3D rotation in select mode on macOSHaoyu Qiu
2021-04-05Merge pull request #47636 from qarmin/inputRémi Verschelde
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-04Allow Center Selection to work without any selection in 2D/3D editorsHugo Locurcio
2021-03-31Use double when setting the default step sizemegalobyte
2021-03-31Merge pull request #47519 from AndreaCatania/AndreaCatania-patch-4Rémi Verschelde
2021-03-31Fixes editor crash on closingAndreaCatania
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-21Tweak the 3D editor grid default to not go below subdivisions of 1 meterHugo Locurcio
2021-03-13Fix hardcoded Maya style navigation pan key modifierjmb462
2021-02-28Fix gizmo namesAndy Maloney
2021-02-26Merge pull request #46452 from hilfazer/click_mesh_instance_crash_40Rémi Verschelde
2021-02-26Prevent crash when clicking Mesh in MeshInstance when is scene roothilfazer
2021-02-24Allow CollisionObject3D to show collision shape meshestrollodel
2021-02-23Apply minor visual enhancements to the Sun/Env PreviewMichael Alexsander
2021-02-22Add preview Sun and Environmentreduz
2021-02-21Prevent selecting hidden nodes in 3D and Canvas Item editorshilfazer
2021-02-18Reorganize Project Settingsreduz
2021-02-13Fix editor always redrawingreduz
2021-02-02Fix swapped front/rear viewTom Langwaldt