summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
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-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
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