summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2021-02-01Merge pull request #45594 from JFonS/improve_3d_gridRémi Verschelde
2021-02-013D editor grid improvementsjfons
2021-02-01Merge pull request #37547 from aaronfranke/tauRémi Verschelde
2021-01-31Add viewport resolution to the 3D editor's View Information paneHugo Locurcio
2021-01-26Fix zero scaling and material mappings being mapped to wrong fieldsGordon MacPherson
2021-01-24Shadow map rendering optimizationreduz
2021-01-19Added GPU based cluster builderreduz
2021-01-18Hide the rotation gizmo when editor cinematic preview is enabledHugo Locurcio
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-08Merge pull request #44283 from jeffuntildeath/fix-stf-offsetRémi Verschelde
2021-01-04Fix Leak with Gradient in Node3DEditorViewportRafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Merge pull request #44709 from Calinou/editor-frame-time-colorRémi Verschelde
2020-12-29Add an editor setting for the 3D selection box colorHugo Locurcio
2020-12-28Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde
2020-12-28Merge pull request #44434 from madmiraal/rename-camera3d-near-and-farRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-27Merge pull request #44500 from Calinou/editor-gizmo-hover-brightness-variableRémi Verschelde
2020-12-27Move the brightness factor for highlighted 3D gizmos to a variableHugo Locurcio
2020-12-26Color 3D editor frame time labels depending on the performance levelHugo Locurcio
2020-12-23Rename Control margin to offsetMarcel Admiraal