summaryrefslogtreecommitdiffstats
path: root/editor/plugins/node_3d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52886 from bruvzg/rtl_fixesRémi Verschelde2021-09-211-1/+2
|\
| * Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...bruvzg2021-09-211-1/+2
* | Tweak the 3D editor inertia defaults for better responsivenessHugo Locurcio2021-09-201-22/+5
|/
* Fix error spam on quitjfons2021-09-201-1/+1
* Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez2021-09-161-1/+1
* Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat2021-09-161-1/+1
|\
| * Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-1/+1
* | Display a editor gizmo icon for Listener3DHugo Locurcio2021-09-161-0/+1
* | Fix issues with scaling Node3DsKrystof Klestil2021-09-151-0/+2
|/
* Merge pull request #51821 from Calinou/builtin-shaders-add-commentsJFonS2021-08-251-0/+8
|\
| * Add comments at the top of each built-in shader to ease debuggingHugo Locurcio2021-08-181-0/+8
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-12/+3
|/
* Merge pull request #51736 from JFonS/minor_fixes_n3epRémi Verschelde2021-08-161-44/+46
|\
| * Minor fixes to Node3DEditorPluginjfons2021-08-161-44/+46
* | Fix i18n of 3D view nameHaoyu Qiu2021-08-141-21/+69
|/
* Merge pull request #51035 from foxydevloper/drag-drop-more-supportRémi Verschelde2021-08-131-1/+1
|\
| * Improve drag and drop by supporting more file types & node typesfoxydevloper2021-08-101-1/+1
* | Merge pull request #51399 from RevoluPowered/improve_editor_grid_performance_4.0Rémi Verschelde2021-08-111-26/+75
|\ \
| * | Implement editor grid performance improvementsGordon MacPherson2021-08-111-26/+75
* | | Use Key enum instead of plain integersAaron Franke2021-08-101-1/+1
| |/ |/|
* | Organize methods in Viewport and explicitly name 3D methods with 3DAaron Franke2021-08-101-5/+5
* | Use doubles for time in many other placesAaron Franke2021-08-091-3/+3
|/
* Minor visual improvements to the viewport rotation gizmo (again)Lightning_A2021-08-061-18/+15
* Merge pull request #51164 from TokageItLab/fix-gizmo-transform-scalingRémi Verschelde2021-08-051-17/+16
|\
| * Fixed gizmo forced uniform scale and inconsistent rotationSilc 'Tokage' Renew2021-08-031-17/+16
* | Merge pull request #51215 from akien-mga/shortcut-rename-property-to-eventRémi Verschelde2021-08-051-1/+1
|\ \
| * | Shortcut: Rename `shortcut` property to `event`Rémi Verschelde2021-08-051-1/+1
* | | Merge pull request #51250 from LightningAA/minor_view_rotation_gizmo_improvem...Rémi Verschelde2021-08-051-2/+4
|\ \ \ | |/ / |/| |
| * | Minor improvements to the view rotation gizmoLightning_A2021-08-041-2/+4
* | | Merge pull request #51118 from SirQuartz/patch-39Rémi Verschelde2021-08-031-0/+2
|\ \ \ | |_|/ |/| |
| * | Make the "View" menu in 3D view toolbar stay open when selecting a checkboxNicholas Huelin2021-07-311-0/+2
* | | Use real_t in editor pluginsAaron Franke2021-08-011-70/+64
| |/ |/|
* | Make action names translatableHaoyu Qiu2021-07-311-2/+8
|/
* Merge pull request #35891 from Calinou/editor-viewport-highlight-context-menusRémi Verschelde2021-07-301-2/+26
|\
| * Highlight context menu items at the top of the 2D/3D viewportsHugo Locurcio2021-07-271-2/+26
* | Make the focus outline translucent for editor viewportsHugo Locurcio2021-07-301-1/+1
* | Make drag and drop into viewport add to root node by defaultfoxydevloper2021-07-291-12/+16
* | Merge pull request #50597 from Calinou/3d-editor-improve-manipulation-gizmoRémi Verschelde2021-07-281-11/+16
|\ \ | |/ |/|
| * Improve the 3D editor manipulation gizmoHugo Locurcio2021-07-191-11/+16
* | Merge pull request #50836 from Calinou/3d-editor-camera-preview-add-shortcutRémi Verschelde2021-07-271-0/+1
|\ \
| * | Add shortcut to toggle the 3D editor's camera previewHugo Locurcio2021-07-251-0/+1
* | | Merge pull request #50933 from JFonS/gizmo_rework_improvementsRémi Verschelde2021-07-271-25/+43
|\ \ \
| * | | Fixes to editor subgizmosjfons2021-07-271-25/+43
* | | | Fix icon colors in 3d editor on theme changingYuri Roubinsky2021-07-261-82/+74
|/ / /
* | | Removing bounding box calculations from 3D scene drag and drop and collide ag...SaracenOne2021-07-261-52/+5
* | | Merge pull request #48620 from Calinou/editor-3d-hide-selection-box-no-gizmosRémi Verschelde2021-07-261-2/+6
|\ \ \ | |/ / |/| |
| * | Hide the 3D editor selection box when View Gizmos is disabledHugo Locurcio2021-05-101-2/+6
* | | Merge pull request #50791 from foxydevloper/select-mode-tooltip-improvationRémi Verschelde2021-07-241-2/+1
|\ \ \
| * | | Improve select tool's tooltipfoxydevloper2021-07-231-2/+1
* | | | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-32/+32
|/ / /