summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-02-03Fix gradient texture previewChaosus
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
2018-01-17TileSetEditorPlugin: take scale in accout when highlighting current selected ↵Mariano Suligoy
subtile.
2018-01-18Fix Error/Success/Warning icon colorvolzhs
Fix #15781 Fix #15757
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
Added tutorial display in doc.
2018-01-15Merge pull request #15701 from groud/changes_default_keep_margin_to_trueRémi Verschelde
Changes the keep_margin parameter to true by default
2018-01-15PropertyEditor: Add missing MAKE_PROPSELECT.Andreas Haas
Fixes #15745
2018-01-15Changes the keep_margin parameter to true by default, so that people are not ↵Gilles Roudiere
suprised that set_anchor changes the margins values
2018-01-15Merge pull request #15696 from bojidar-bg/15646-assigned-animationRémi Verschelde
Fix an issue with the animation editor not seeking to the target time
2018-01-15Fix crash when freelook shortcuts are undefinedMarc Gilleron
2018-01-14Fixed member keywords colour not updating on settings changePaulb23
2018-01-14Merge pull request #15706 from groud/remove_unused_classRémi Verschelde
Remove the unused FindReplaceDialog class