summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-12-07Merge pull request #23327 from YeldhamDev/search_shadersRémi Verschelde
Added "shader" filter to "Find in Files"
2018-12-07Merge pull request #22323 from williamd1k0/ignore-main-sceneRémi Verschelde
Editor: Skip loading main scene if restore_scenes_on_load is used
2018-12-07Merge pull request #24205 from YeldhamDev/tileset_context_hide_scriptRémi Verschelde
Hide "Script" section in the "TilesetEditorContext"
2018-12-07Hide "Script" section in the "TilesetEditorContext"Michael Alexsander Silva Dias
2018-12-06Add signals for files move/delete/rename to FileSystemDockgroud
2018-12-06Merge pull request #24194 from bojidar-bg/23567-fix-message-queue-overflowRémi Verschelde
Make thumbnail cache less tasking on the message queue
2018-12-06Clear application/run/main_scene if that file is deletedThomas Winderweedle
Fixes #22473
2018-12-06Merge pull request #23977 from YeldhamDev/editor_plugins_improvementsRémi Verschelde
General enhancements to the Polygon2D, TextureRegion, and TileSet editors
2018-12-06Make thumbnail cache less tasking on the message queueBojidar Marinov
Fixes #23567
2018-12-06Merge pull request #23608 from RySchmitt/fix_spin_sliderRémi Verschelde
Improve dragging behavior of editor_spin_slider
2018-12-06Merge pull request #23673 from marcelofg55/export_path_3Rémi Verschelde
Export Path now has a folder icon to select the path
2018-12-06Merge pull request #23935 from helenaMontenegro/masterRémi Verschelde
Add sorting to the project manager
2018-12-06Merge pull request #23982 from ↵Rémi Verschelde
qichunren/fixed_line_edit_lost_focus_when_create_new_project Fixed project name line edit focus lost when open project-create dialog.
2018-12-06Fixes editor crashing when editing autotiles issue #24004David Kennedy
2018-12-06General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias
2018-12-05Merge pull request #24159 from YeldhamDev/dialog_size_metadataRémi Verschelde
Move "Dialog Bounds" from the Editor Settings to project's metadata
2018-12-05Merge pull request #24165 from YeldhamDev/light_occluder_reuse_polygonRémi Verschelde
Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its own
2018-12-05Merge pull request #24160 from YeldhamDev/graph_tooltipsRémi Verschelde
Add tooltips to GraphEdit node
2018-12-04i18n: Sync translation template with current sourceRémi Verschelde
2018-12-04i18n: Sync translations with WeblateRémi Verschelde
2018-12-04Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its ownMichael Alexsander Silva Dias
2018-12-04Add tooltips to GraphEdit nodeMichael Alexsander Silva Dias
2018-12-04Move "Dialog Bounds" from the Editor Settings to project's metadataMichael Alexsander Silva Dias
2018-12-04Merge pull request #24129 from mrcdk/export_array_with_argumentsRémi Verschelde
Arrays now parse the hint_string in the new inspector.
2018-12-03Arrays now parse the hint_string in the new inspector.MrCdK
Also, if a hint_string is given, when changing the size of an Array the new elements are initialized to the default value of that type hint.
2018-12-03Merge pull request #23991 from glaforte/bugfix/19195Rémi Verschelde
Generate the tangents without de-indexing and re-indexing the vertices.
2018-12-02Use filename as fallback instead of the class name for mesh instance loaded ↵asheraryam
by dragging from file to editor.
2018-12-02Merge pull request #24117 from Paulb23/txt_file_last_modified_timeRémi Verschelde
Fix text files constantly asking for reload as no last modified time
2018-12-02Merge pull request #24085 from guilhermefelipecgs/fix_layoutRémi Verschelde
Fix key icon overlapping revert icon
2018-12-02Fix text files constantly asking for reload as no last modified timePaulb23
2018-11-30Fix key icon overlapping revert iconGuilherme Felipe
2018-11-30Fix ItemList editor not hiding on node removalMichael Alexsander Silva Dias
2018-11-28Merge pull request #24036 from glaforte/bugfix/18790Rémi Verschelde
Changes the check for a singular matrix to use the scale vector.
2018-11-28Changes the check for a singular matrix to use the scale vector.Guillaume Laforte
The check for the determinant does not have enough precision when used with a 0.01 uniform scale.
2018-11-28Merge pull request #24025 from aaronfranke/analyzer-errorsRémi Verschelde
Fix many errors found by PVS-Studio
2018-11-28Disable progress dialog on export from command line, stab at fixing #24031Juan Linietsky
2018-11-28Fix many errors found by PVS-StudioAaron Franke
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15.
2018-11-28Merge pull request #23924 from Kanabenki/font-size-updateRémi Verschelde
Display font size with zoom in code editor and refresh on settings change
2018-11-28Fix style issues and signature mismatchRémi Verschelde
2018-11-27Added test to avoid saving cyclic scene instancing, fixes #9686Juan Linietsky
2018-11-27NORMALMAP was not working (no normal being used detected), fixes #9263Juan Linietsky
2018-11-26Merge pull request #23992 from YeldhamDev/editor_help_scroll_valueRémi Verschelde
Restore previous scroll position when reopening the search help dialog with a old search
2018-11-26i18n: Sync translation template with current sourceRémi Verschelde
2018-11-26i18n: Sync translations with WeblateRémi Verschelde
Adds initial translations for Malayalam and Sinhala.
2018-11-26Restore previous scroll position when reopening the search help dialog with ↵Michael Alexsander Silva Dias
a old search
2018-11-26Generate the tangents without de-indexing and re-indexing the vertices.Guillaume Laforte
The support for shape keys / blend shapes depends on a consistent order for the vertices. Fixes https://github.com/godotengine/godot/issues/19195.
2018-11-26Merge pull request #23060 from willnationsdev/inherit-non-class-scriptRémi Verschelde
Fix Script -> Script Class not in CreateDialog
2018-11-26Fixed project name line edit focus lost when open project-create dialog.qichunren
This also select default project name text for convenience.
2018-11-25Do not normalize normal map when disabled, fixes #20761Juan Linietsky
2018-11-25Rewrite code for unfolding and make it automatic on scene load, which works ↵Juan Linietsky
better.