summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-09-23Construct values only when necessary.Anilforextra
2021-09-23Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde
2021-09-22Fix 3D view name typoHaoyu Qiu
2021-09-21Merge pull request #52886 from bruvzg/rtl_fixesRémi Verschelde
2021-09-21Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...bruvzg
2021-09-20Tweak the 3D editor inertia defaults for better responsivenessHugo Locurcio
2021-09-20Fix error spam on quitjfons
2021-09-16Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez
2021-09-16Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-09-16Display a editor gizmo icon for Listener3DHugo Locurcio
2021-09-15Fix issues with scaling Node3DsKrystof Klestil
2021-08-25Merge pull request #51821 from Calinou/builtin-shaders-add-commentsJFonS
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-20Add missing SNAME macro optimization for StringName in some functionsjmb462
2021-08-18Add comments at the top of each built-in shader to ease debuggingHugo Locurcio
2021-08-16Merge pull request #51736 from JFonS/minor_fixes_n3epRémi Verschelde
2021-08-16Minor fixes to Node3DEditorPluginjfons
2021-08-14Fix i18n of 3D view nameHaoyu Qiu
2021-08-13Merge pull request #51035 from foxydevloper/drag-drop-more-supportRémi Verschelde
2021-08-11Merge pull request #51399 from RevoluPowered/improve_editor_grid_performance_4.0Rémi Verschelde
2021-08-11Implement editor grid performance improvementsGordon MacPherson
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-10Improve drag and drop by supporting more file types & node typesfoxydevloper
2021-08-10Organize methods in Viewport and explicitly name 3D methods with 3DAaron Franke
2021-08-09Use doubles for time in many other placesAaron Franke
2021-08-06Minor visual improvements to the viewport rotation gizmo (again)Lightning_A
2021-08-05Merge pull request #51164 from TokageItLab/fix-gizmo-transform-scalingRémi Verschelde
2021-08-05Merge pull request #51215 from akien-mga/shortcut-rename-property-to-eventRémi Verschelde
2021-08-05Merge pull request #51250 from LightningAA/minor_view_rotation_gizmo_improvem...Rémi Verschelde
2021-08-05Shortcut: Rename `shortcut` property to `event`Rémi Verschelde
2021-08-04Minor improvements to the view rotation gizmoLightning_A
2021-08-03Merge pull request #51118 from SirQuartz/patch-39Rémi Verschelde
2021-08-03Fixed gizmo forced uniform scale and inconsistent rotationSilc 'Tokage' Renew
2021-08-01Use real_t in editor pluginsAaron Franke
2021-07-31Make the "View" menu in 3D view toolbar stay open when selecting a checkboxNicholas Huelin
2021-07-31Make action names translatableHaoyu Qiu
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