summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-10-12Increase object snapping distances in the 3D editorHugo Locurcio
2021-10-06Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmoRémi Verschelde
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-10-05Merge pull request #51437 from timothyqiu/selection-box-sepRémi Verschelde
2021-10-01Allow shortcuts to have any number of bindings. Updated UI as required.Eric M
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Merge pull request #52544 from JFonS/lod_fixesJuan Linietsky
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-27Auto LOD fixes and improvementsjfons
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-09Make 3D selection box independent of object sizeHaoyu Qiu
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