summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
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
2018-01-14Remove the unused FindReplaceDialog classGilles Roudiere
2018-01-14Fix external editors always opening on scene changeBernhard Liebl
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov
Fixes #15646.
2018-01-13Merge pull request #15669 from poke1024/fix-dep-files-sizeRémi Verschelde
Fix files section size in dependency error dialog
2018-01-13Fix files section size in dependency error dialogBernhard Liebl
2018-01-13Fix clicking on sub-resources in a node's right-click menubinbitten
2018-01-12Properly save the new save safe setting, avoid crash.Juan Linietsky
2018-01-12Attempt renaming multiple times on safe file save, and make the behavior ↵Juan Linietsky
optional. Fixes #14339.
2018-01-12Make members a bit more visible color wiseJuan Linietsky
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky
of tree notification. Updated doc accordingly.
2018-01-12Merge pull request #15611 from bojidar-bg/x-bind-more-propertiesRémi Verschelde
Bind many more properties to scripts
2018-01-12-Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵Juan Linietsky
#14686. -Refresh progress bar less often, makes baking, exporting, etc. faster.
2018-01-12Bind many more properties to scriptsBojidar Marinov
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
2018-01-11Fixes add script button updateGilles Roudiere
2018-01-11Merge pull request #15571 from RandomShaper/fix-crash-save-branchRémi Verschelde
Fix crash on save-branch-as-scene
2018-01-11Merge pull request #15579 from damarindra/add-receptor-tilesetRémi Verschelde
fix updating tileset list when assign texture and set autotile true
2018-01-11Fixes snap button getting out of sync (issue 15366)poke1024
2018-01-11fix updating tileset list when assign texture and set autotile truedamarindra
2018-01-10Fix crash on save-branch-as-scenePedro J. Estébanez
2018-01-10Merge pull request #15516 from StateOff/fixes_crash_on_drop_scene_fileRémi Verschelde
Fixes #15470 "Crash on drag and drop scene file on empty scene"
2018-01-09- Fixes #15470 "Crash on drag and drop scene file on empty scene"Blazej Floch
- New: Allows for multiple files to be dragged over - Added error when multiple nodes are dropped in scene **without** scene root - Removed TTR: "This operation requires a single selected node.", "I see.." - Introduces TTR: "Can not instaniate multiple nodes without root." - Fixes "Can't add_child, already got a parent" error - Reduced multiple resource loading by casting - Make sure to not _show_resource_type_selector if only PackedScenes are being dropped
2018-01-09External editor fixesIgnacio Etcheverry
- Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors.