aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Fixed right dock dragger not disappearing when there is no docks there.Michael Alexsander Silva Dias2017-12-221-1/+15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar2018-01-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Double-click word selection for RichTextLabel (i.e. docs)
| * | | | | | | | | | | | | | | Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl2017-12-281-1/+1
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #15152 from poke1024/editor-settings-changeNoshyaar2018-01-011-6/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only send editor "settings_changed" if actually changed
| * | | | | | | | | | | | | | | Only send editor "settings_changed" if actually changed.Bernhard Liebl2017-12-291-6/+19
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #15111 from poke1024/fix15097Noshyaar2018-01-011-48/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes various Line2D and Polygon2D editor bugs
| * | | | | | | | | | | | | | | | Various fixes for 2d polygon editorBernhard Liebl2017-12-301-48/+62
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issues 15096, 15097 Fixes various other Line2D edit issues Fixes previous outline Fixes retina support
* | | | | | | | | | | | | | | | Merge pull request #15080 from volzhs/text-colorNoshyaar2018-01-015-169/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect text editor highlighting color changes
| * | | | | | | | | | | | | | | | Respect text editor highlighting color changesvolzhs2017-12-285-169/+133
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #14838
* | | | | | | | | | | | | | | | Merge pull request #15101 from nounoursheureux/masterNoshyaar2018-01-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | Make filesystem search case-insensitive
| * | | | | | | | | | | | | | | Make filesystem search case-insensitiveWilhem Barbier2017-12-271-2/+2
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | prevent strings from being evaluated to just "true"firefly24422017-12-301-1/+1
| |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #15117 from damarindra/masterNoshyaar2017-12-292-63/+246
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | Autotile Enhancement
| * | | | | | | | | | | | | Autotile Enhancementdamarindra2017-12-282-63/+246
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in ↵Juan Linietsky2017-12-282-150/+171
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this case), fixes #13393
* | | | | | | | | | | | | Merge pull request #15104 from djrm/pr_visual_improvementsNoshyaar2017-12-281-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | Minor style fixes for editor help
| * | | | | | | | | | | | Minor style fixes for editor helpDaniel J. Ramirez2017-12-271-0/+5
| |/ / / / / / / / / / /
* / / / / / / / / / / / Reimport now checks source path changes and imported files and their md5, ↵Juan Linietsky2017-12-271-4/+42
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #14728
* | | | | | | | | | | Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-272-10/+32
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show Options Dialog for NodePath and File in clicked button position.
| * | | | | | | | | | | Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-232-10/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto select newly created nodes.
* | | | | | | | | | | | Merge pull request #15028 from YeldhamDev/editor_file_dialog_changesNoshyaar2017-12-273-64/+46
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to the Editor File Dialog
| * | | | | | | | | | | | Changes to the Editor File Dialog.Michael Alexsander Silva Dias2017-12-253-64/+46
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15032 from Noshyaar/prNoshyaar2017-12-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | EditorAbout: TTR workaround for "Project Manager" contexts
| * | | | | | | | | | | | EditorAbout: TTR workaround for "Project Manager" contextsPoommetee Ketson2017-12-251-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #15081 from volzhs/fix-status-fontNoshyaar2017-12-271-7/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix text editor status font
| * | | | | | | | | | | | Fix text editor status fontvolzhs2017-12-271-7/+8
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mistake from https://github.com/godotengine/godot/commit/15986ea343#diff-e7b153431ed956907f3ee3ef07ac59dd
* / | | | | | | | | | | Properly rename scenes and resources after renaming or moving files, should ↵Juan Linietsky2017-12-264-0/+66
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #13976 It's not tested, so please test.
* | | | | | / / / / / Fix 2D editor checkboxes with a new projectGilles Roudiere2017-12-261-1/+1
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Add missing parameter namesPoommetee Ketson2017-12-251-3/+3
| | | | | | | | | |
* | | | | | | | | | Fix popup menu size in Inspector dockvolzhs2017-12-251-6/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar2017-12-252-44/+56
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys)
| * | | | | | | | | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ↵carlosfvieira2017-12-212-44/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | those that are bound to keys) - this closes #14371 and closes #12409 Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) - this closes #14371 and closes #12409
* | | | | | | | | | Merge pull request #14847 from YeldhamDev/3d_viewport_saveNoshyaar2017-12-251-88/+60
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixes for the Spatial Editor's Perspective options and dead code cleaning
| * | | | | | | | | | Fixes for the Spatial Editor's Perspective options and dead code cleaning.Michael Alexsander Silva Dias2017-12-201-88/+60
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #14853 from MattUV/context-menuNoshyaar2017-12-253-31/+76
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adds an option to move cursor with right click in TextEdit
| * | | | | | | | | | | Adds an option to move cursor with right click in TextEditMattUV2017-12-203-31/+76
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #14832 - Added an option in the editor settings/cursor to make the cursor move with right click. - If the option is activated (true by default), a right click will move the cursor before displaying context menu. - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it. - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click - The option is available in the script editor and the shader editor via the editor settings - The documentation has been updated with the new property, and a few other entries in TextEdit.xml.
* | | | | | | | | | | Merge pull request #14846 from carlosfvieira/weird_gizmo_orthoNoshyaar2017-12-251-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes gizmo huge scale immediately after change to orthogonal view
| * | | | | | | | | | | #14619 - fixes issue 1 (gizmo huge scale) - also referred in #14836Carlos Vieira2017-12-191-1/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #14732 from AndreaCatania/jgizmoNoshyaar2017-12-252-273/+599
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed joint gizmos drawing orientations
| * | | | | | | | | | | Fixed joint gizmos orientationsAndreaCatania2017-12-232-273/+599
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #14827 from RayKoopa/editor_patchworkNoshyaar2017-12-252-2/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Some Editor UI patchwork
| * | | | | | | | | | | Limit code editor minimum width, clear Scene node subresource menu before ↵Ray Koopa2017-12-192-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refilling it
* | | | | | | | | | | | Merge pull request #14808 from YeldhamDev/script_editor_fixesNoshyaar2017-12-252-114/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Some fixes for the Script Editor and dead code cleaning.
| * | | | | | | | | | | | Some fixes for the Script Editor and dead code cleaning.Michael Alexsander Silva Dias2017-12-182-114/+21
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #14908 from YeldhamDev/dialog_changesNoshyaar2017-12-253-23/+35
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes and modifications for some dialogs
| * | | | | | | | | | | | Fixes and modifications for some dialogs.Michael Alexsander Silva Dias2017-12-213-23/+35
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Added default close and title color to editor themed graph nodesDaniel J. Ramirez2017-12-241-0/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Add more translatable text for editor plugins.geequlim2017-12-236-11/+11
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | ProjectManager: enhance dialog ok button textPoommetee Ketson2017-12-231-3/+3
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde2017-12-211-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Consistent display of shortcut names in tooltips