summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2020-06-17Restore previous mouse position when leaving the editor freelook modeHugo Locurcio
2020-06-16Display freelook speed and zoom in units in the 3D editor viewportHugo Locurcio
2020-06-09Merge pull request #39372 from aaronfranke/editor-cam-rotRémi Verschelde
2020-06-08Merge pull request #39365 from Calinou/editor-gizmos-visibility-tooltipRémi Verschelde
2020-06-07Re-apply basis of newly added node (via drag-n-drop) in editor viewportMarcus Brummer
2020-06-07Change the default editor camera rotation to position it in +X +Y +ZAaron Franke
2020-06-07Add an editor tooltip to document gizmo visibility optionsHugo Locurcio
2020-05-29Merge pull request #39051 from Xrayez/geometry-splitRémi Verschelde
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-22Dynamic infinite 3D gridAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde