summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-07-30Merge pull request #35891 from Calinou/editor-viewport-highlight-context-menusRémi Verschelde
2021-07-30Make the focus outline translucent for editor viewportsHugo Locurcio
2021-07-29Make drag and drop into viewport add to root node by defaultfoxydevloper
2021-07-28Merge pull request #50597 from Calinou/3d-editor-improve-manipulation-gizmoRémi Verschelde
2021-07-27Highlight context menu items at the top of the 2D/3D viewportsHugo Locurcio
2021-07-27Merge pull request #50836 from Calinou/3d-editor-camera-preview-add-shortcutRémi Verschelde
2021-07-27Merge pull request #50933 from JFonS/gizmo_rework_improvementsRémi Verschelde
2021-07-27Fixes to editor subgizmosjfons
2021-07-26Fix icon colors in 3d editor on theme changingYuri Roubinsky
2021-07-26Removing bounding box calculations from 3D scene drag and drop and collide ag...SaracenOne
2021-07-26Merge pull request #48620 from Calinou/editor-3d-hide-selection-box-no-gizmosRémi Verschelde
2021-07-25Add shortcut to toggle the 3D editor's camera previewHugo Locurcio
2021-07-24Merge pull request #50791 from foxydevloper/select-mode-tooltip-improvationRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-23Improve select tool's tooltipfoxydevloper
2021-07-23Node3D gizmo improvementsjfons
2021-07-21Use is_equal_approx in more placesAaron Franke
2021-07-20Merge pull request #38317 from verdog/get-cam-2d-4.0Rémi Verschelde
2021-07-20Merge pull request #50605 from Calinou/tweak-shader-code-styleRémi Verschelde
2021-07-19Make various strings translatablefoxydevloper
2021-07-19Use C++11 raw literals for shader code to improve readabilityHugo Locurcio
2021-07-18Optimize StringName usagereduz
2021-07-19Improve the 3D editor manipulation gizmoHugo Locurcio
2021-07-16Tweak editor select mode drag threshold for better usabilityHugo Locurcio
2021-07-14Fix wrong behavior of alt+rmb and list tool for locked nodesfox
2021-07-13Merge pull request #50420 from KoBeWi/counter_headersRémi Verschelde
2021-07-13Add header theme type variations to labelskobewi
2021-07-13Fix casing of the "to" stop word in editor stringsHugo Locurcio
2021-07-12Merge pull request #49725 from EricEzaM/multi-node-picking-fixesRémi Verschelde
2021-07-12Merge pull request #50233 from Calinou/editor-add-both-environment-and-sunRémi Verschelde
2021-07-12Add the preview sun and sky to the beginning of the scene treeHugo Locurcio
2021-07-07Add both preview sun and sky at the same time when holding ShiftHugo Locurcio
2021-07-07Merge pull request #50236 from Calinou/editor-preview-sun-sky-add-root-nodeRémi Verschelde
2021-07-07Add a root Node3D automatically if absent when adding preview sun and skyHugo Locurcio
2021-07-06Use the Unicode multiplication symbol for the viewport size displayHugo Locurcio
2021-07-05Merge pull request #50070 from timothyqiu/emu-numpadRémi Verschelde
2021-07-05Merge pull request #50046 from Calinou/editor-camera-preview-allow-view-menuRémi Verschelde
2021-07-03add viewport.get_camera_2d()Josh Chandler
2021-07-03Fix Render Inforeduz
2021-07-02Add numpad emulation in 3D viewportHaoyu Qiu
2021-07-01Merge pull request #50040 from reduz/fix-renderingserver-bindingsRémi Verschelde
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-07-01Allow using the 3D editor's View menu while previewing a cameraHugo Locurcio
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