summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
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-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.
2018-11-22Properly show 2D bone previews in 2D skeleton UV editor, fixes #20950Juan Linietsky
2018-11-22Make the buttons in the unified help dialog not steal focusMichael Alexsander Silva Dias
2018-11-22Merge pull request #23885 from glaforte/bugfix/22848-attempt2Rémi Verschelde
Avoids error messages when importing zero scale transforms in the COLLADA importer
2018-11-22Merge pull request #23907 from YeldhamDev/unified_help_fixesRémi Verschelde
General fixes for the new unified help search
2018-11-22General fixes for the new unified help searchMichael Alexsander Silva Dias
2018-11-22Do not crash on invalid file, closes #21083Juan Linietsky
2018-11-22Display font size with zoom in code editor and refresh on settings changeKanabenki
2018-11-22Merge pull request #23680 from YeldhamDev/unified_help_search_revivedRémi Verschelde
Unified Class and Reference Search 2: Resurrection
2018-11-22Merge pull request #23875 from Chaosus/error_btnRémi Verschelde
Allows user to click on error line in status bar to jump into error.
2018-11-22Allows user to click on error line to jump into error.Chaosus
2018-11-21Ensure array and dict editors show edited object IDs, fixes #20225Juan Linietsky
2018-11-21Merge pull request #23890 from qarmin/more_accurate_svg_scaleRémi Verschelde
Make SVG scale more accurate
2018-11-21Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135Juan Linietsky
2018-11-21Make SVG scale more accurateqarmin
2018-11-21Avoids spamming the user when the COLLADA importer detects a singular basis ↵Guillaume Laforte
during the animation import. Fixes https://github.com/godotengine/godot/issues/22848.
2018-11-21Make it smarter to infer paths from history data, closes #20005Juan Linietsky