summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2018-02-14Merge pull request #15713 from StraToN/fix-15556-resourcepreloader-open-resRémi Verschelde
Display path to preloaded res + button to open it
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the ↵Michael Alexsander Silva Dias
method/help lists.
2018-02-13Merge pull request #16667 from vnen/remove-container-controlRémi Verschelde
Add a function to remove controls from containers
2018-02-13Add a function to remove controls from containersGeorge Marques
Closes #5968
2018-02-13Merge pull request #16518 from Paulb23/fix_members_overview_offsetRémi Verschelde
Fixed members overview not scrolling to correct line
2018-02-13Merge pull request #16463 from Noshyaar/pr1Rémi Verschelde
3DEditor: fix selecting node in viewport not update inspector
2018-02-13Merge pull request #16433 from Calinou/remove-assetlib-debugging-printsRémi Verschelde
Remove debugging prints related to the asset library
2018-02-13Merge pull request #16383 from binbitten/issue_16335Rémi Verschelde
Fix spaces and quotes in external editor flags
2018-02-13Merge pull request #16374 from ianb96/drop_at_mouseRémi Verschelde
Drop path text at mouse pos
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 #15499 from YeldhamDev/recent_scripts_fixRémi Verschelde
Changes for the "Recent Scripts" menu
2018-02-09Fixed members overview not scrolling to correct linePaulb23
2018-02-08Fix #16479 (deselect text when jumping to function)Artem Varaksa
2018-02-073DEditor: fix selecting node in viewport not update inspectorPoommetee Ketson
2018-02-05Remove debugging prints related to the asset libraryHugo Locurcio
2018-02-04Fix spaces and quotes in external editor flagsbinbitten
2018-02-03drop path text at mouse posianb96
2018-02-03Fix gradient texture previewChaosus
2018-02-02Capitalized "View" menu options.Michael Alexsander Silva Dias
2018-02-02Changes for the "Recent Scripts" menu.Michael Alexsander Silva Dias
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-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-24Rotate Control node with respecting pivot offsetvolzhs
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-18Fix typos in code and docs with codespellRémi Verschelde
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-17TileSetEditorPlugin: take scale in accout when highlighting current selected ↵Mariano Suligoy
subtile.
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-15Display path to preloaded res + button to open itJulian Murgia
2018-01-15Fix crash when freelook shortcuts are undefinedMarc Gilleron
2018-01-14Fixed member keywords colour not updating on settings changePaulb23
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-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-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-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.
2018-01-08Don't delete edit menu too early when closing script tabsBernhard Liebl
2018-01-07Merge pull request #15433 from poke1024/fix13957George Marques
Fix crash due to stale refs to node selection lists
2018-01-07Merge pull request #15357 from damarindra/autotile-behaviourRémi Verschelde
Fixing unconsistent behaviour on autotile editor
2018-01-07Fix crash due to stale refs to node selection listsBernhard Liebl
2018-01-06Fix typo in new stringsPoommetee Ketson