summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-02-12Merge pull request #16499 from sudoio/masterPoommetee Ketson
Deselect text when jumping to function
2018-02-12Merge pull request #16332 from YeldhamDev/capitalize_view_menuRémi Verschelde
Capitalized "View" menu options
2018-02-12Merge pull request #15525 from YeldhamDev/recent_scenes_changesRémi Verschelde
Small changes to the "Recent Scenes" menu
2018-02-12Merge pull request #15499 from YeldhamDev/recent_scripts_fixRémi Verschelde
Changes for the "Recent Scripts" menu
2018-02-12Merge pull request #16328 from bcr3ative/issue_16278Rémi Verschelde
Fix UX with project settings search functionality
2018-02-08Fix #16479 (deselect text when jumping to function)Artem Varaksa
2018-02-03Fix gradient texture previewChaosus
2018-02-02Capitalized "View" menu options.Michael Alexsander Silva Dias
2018-02-02Small changes to the "Recent Scenes" menu.Michael Alexsander Silva Dias
2018-02-02Changes for the "Recent Scripts" menu.Michael Alexsander Silva Dias
2018-02-02Fix UX with project settings search functionalityPaolo Perkovic
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-02-01Merge pull request #16266 from volzhs/expand-root-dir-on-startRémi Verschelde
Expand project root directory on editor start
2018-02-01Merge pull request #16255 from guilhermefelipecgs/fix_button_treeRémi Verschelde
Hide button tree when file system dock isn't in split mode
2018-02-01Merge pull request #16251 from ↵Rémi Verschelde
guilhermefelipecgs/fix_open_button_for_multiple_select Fixes open button not appearing with multiple selection
2018-02-01Expand project root directory on editor startvolzhs
close #16232 Option for expanding all directories on start up is a bit tricky and buggy.
2018-01-31Hide button tree when file system dock isn't in split modeGuilherme Felipe
2018-01-31Fixes open button not appearing with multiple selectionGuilherme Felipe
Fix #16231
2018-01-31Merge pull request #16188 from Schweigert/masterRémi Verschelde
Display set_nodelay to GDScript
2018-01-31Merge pull request #16206 from Hinsbart/fix_empty_propRémi Verschelde
ProjectSettings: Disallow adding properties without name.
2018-01-30Add interface for plugins to enable/disable other pluginsGeorge Marques
2018-01-30ProjectSettings: Disallow adding properties without name.Andreas Haas
2018-01-30Display set_nodelay to GDScriptMarlon Henry Schweigert
Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description
2018-01-30Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky
This works together with the new Blender to Godot exporter.
2018-01-30Merge pull request #16111 from Noshyaar/bRémi Verschelde
3DEditor: fix multiple node selection crash the editor
2018-01-30Merge pull request #16091 from Noshyaar/tRémi Verschelde
TemplateManager: hold shift to open link in browser
2018-01-28ProjectManager: prevent installing project template in non-empty dirPoommetee Ketson
2018-01-273DEditor: fix multiple node selection crash the editorPoommetee Ketson
I'm not sure about this fix. This seems to also fixes the weird selection bug where when selecting node 1 to 3 it focuses on 2nd node.
2018-01-27TemplateManager: hold shift to open link in browserPoommetee Ketson
2018-01-25i18n: Sync translations with WeblateRémi Verschelde
2018-01-25Fix shortcut conflictRazah
fix https://github.com/godotengine/godot/issues/16054 The clone_down shortcut that conflicts with the "editor / play" shortcut has been replaced by "SHIFT + COMMAND + C" instead of "COMMAND + B" on macOS
2018-01-25maximum recent files increment fixRazah
2018-01-24i18n: Sync translations with WeblateRémi Verschelde
2018-01-24Merge pull request #15869 from guilhermefelipecgs/fix_always_open_output_on_playRémi Verschelde
Fix option run/output/always_open_output_on_play
2018-01-24Rotate Control node with respecting pivot offsetvolzhs
2018-01-22i18n: Fix typo in translation msgidRémi Verschelde
2018-01-22i18n: Sync translations with WeblateRémi Verschelde
2018-01-22Fix ObjectDB Instances still existPoommetee Ketson
``` WARNING: cleanup: ObjectDB Instances still exist! At: core/object.cpp:1989. Leaked Instance: VSeparator:13837 - Node Name: Leaked Instance: AutotileEditorHelper:13814 Orphan StringName: VSeparator Orphan StringName: AutotileEditorHelper StringName: 2 unclaimed string names at exit. ```
2018-01-21Hide only PluginScript in dialog boxEmmanuel Leblond
2018-01-20i18n: Sync translation templates with current sourceRémi Verschelde
2018-01-20i18n: Sync translations with WeblateRémi Verschelde
Adds Romanian translation.
2018-01-19Fix option run/output/always_open_output_on_playGuilherme Silva
2018-01-19Hide Script nodes in dialog box to prevent crash with pluginscriptEmmanuel Leblond
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18Merge pull request #15803 from Noshyaar/pmRémi Verschelde
ProjectManager: show error/warning by default
2018-01-18ProjectManager: show error/warning by defaultPoommetee Ketson
Deprecate "That's a BINGO" message
2018-01-18Disallow creating new projects in a non-empty folder.bruvzg
2018-01-18Merge pull request #15817 from volzhs/icon-colorRémi Verschelde
Fix Error/Success/Warning icon color
2018-01-18Merge pull request #15826 from MarianoGnu/masterRémi Verschelde
TileSetEditorPlugin: take scale in accout when highlighting current selected subtile.
2018-01-18Fix find/replace barvolzhs
- make LineEdit resizable for find/replace - move replaced count/no match message to status bar - fix replaced n occuurence message is not displayed when n > 0 Fixes #15394