summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-12-27Move the brightness factor for highlighted 3D gizmos to a variableHugo Locurcio
2020-12-16Changed the rotation gizmo handle to use the active axis colorMarcus Brummer
2020-12-15Merge pull request #44384 from Calinou/increase-manipulator-gizmo-opacityRémi Verschelde
2020-12-14Increase the default 3D manipulator gizmo opacity for better visibilityHugo Locurcio
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-10Merge pull request #44234 from jeffuntildeath/masterRémi Verschelde
2020-12-09fix for snap to floor editor crash bugjeffuntildeath
2020-12-09Fix trying to set grid visibility on an invalid instanceAaron Franke
2020-12-09Static analyzer fixes:bruvzg
2020-12-05Remove connect *_compat methodsAaron Franke
2020-12-04Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name"Aaron Franke
2020-12-03Merge pull request #43896 from RandomShaper/fix_rel_probe_visRémi Verschelde
2020-12-02Refactored Mesh internals and formats.reduz
2020-12-01Limit the zoom and freelook speed based on camera settingsAaron Franke
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26Put misc. 3D tool visible instances on their own layerPedro J. Estébanez
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-25Merge pull request #43861 from JFonS/fix_gizmo_defvalRémi Verschelde
2020-11-25Fix binding of default value in EditorSpatialGizmoPlugin::get_material()jfons
2020-11-23Implement new shortcuts system.Eric M
2020-11-19Update the 3D grid when the "View Grid" checkbox is changedAaron Franke
2020-11-12Merge pull request #43408 from rcorre/path-gizmos-4.0Rémi Verschelde
2020-11-12Proposal 1246: Make Path3D handles more visible.Ryan Roden-Corrent
2020-11-09Improve the 3D editor selection box appearanceHugo Locurcio
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-06Refactored Variant Operators.reduz
2020-11-04Move call to update the 3D grid into check for updating the viewAaron Franke
2020-10-25Gizmo handles transparent againDavid Sichma
2020-10-19Merge pull request #38097 from Calinou/add-viewport-debandingJuan Linietsky
2020-10-10Merge pull request #42568 from DavidSichma/fix-aabb-updateRémi Verschelde
2020-10-09Implement GPU Particle Collisionsreduz
2020-10-05aabb change updates bounding boxDavid Sichma
2020-10-02Updated getters and setters names for toplevelDuroxxigar
2020-10-01Merge pull request #40473 from rcorre/gizmo-docRémi Verschelde
2020-09-28Merge pull request #42094 from JFonS/rotation_gizmo_improvementsRémi Verschelde
2020-09-15Improve rotation gizmoJFonS
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-15Add an editor setting to invert 3D pan/orbit on the X axisHugo Locurcio
2020-08-14Add a debanding property to ViewportHugo Locurcio
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-24Fix TTR misuseSkyJJ
2020-07-23[macOS] Fix Maya navigation with ALT + mouse scrollAndy Maloney
2020-07-21Fix bound return type on get_priority.Ryan Roden-Corrent
2020-07-11Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make t...Michael Alexsander
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-06-24Fix regressions in the 3D lock buttonsMichael Alexsander
2020-06-22Avoid errors when the editor camera is inside the focused objectAaron Franke
2020-06-20Fix "Fully Axis-Locked" Freelook Navigation SchemeVorblen
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio