Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-05 | Merge pull request #24159 from YeldhamDev/dialog_size_metadata | Rémi Verschelde | |
Move "Dialog Bounds" from the Editor Settings to project's metadata | |||
2018-12-05 | Merge pull request #24165 from YeldhamDev/light_occluder_reuse_polygon | Rémi Verschelde | |
Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its own | |||
2018-12-05 | Merge pull request #24160 from YeldhamDev/graph_tooltips | Rémi Verschelde | |
Add tooltips to GraphEdit node | |||
2018-12-04 | i18n: Sync translation template with current source | Rémi Verschelde | |
2018-12-04 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-12-04 | Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its own | Michael Alexsander Silva Dias | |
2018-12-04 | Add tooltips to GraphEdit node | Michael Alexsander Silva Dias | |
2018-12-04 | Move "Dialog Bounds" from the Editor Settings to project's metadata | Michael Alexsander Silva Dias | |
2018-12-04 | Merge pull request #24129 from mrcdk/export_array_with_arguments | Rémi Verschelde | |
Arrays now parse the hint_string in the new inspector. | |||
2018-12-03 | Arrays 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-03 | Merge pull request #23991 from glaforte/bugfix/19195 | Rémi Verschelde | |
Generate the tangents without de-indexing and re-indexing the vertices. | |||
2018-12-02 | Use filename as fallback instead of the class name for mesh instance loaded ↵ | asheraryam | |
by dragging from file to editor. | |||
2018-12-02 | Merge pull request #24117 from Paulb23/txt_file_last_modified_time | Rémi Verschelde | |
Fix text files constantly asking for reload as no last modified time | |||
2018-12-02 | Merge pull request #24085 from guilhermefelipecgs/fix_layout | Rémi Verschelde | |
Fix key icon overlapping revert icon | |||
2018-12-02 | Fix text files constantly asking for reload as no last modified time | Paulb23 | |
2018-11-30 | Fix key icon overlapping revert icon | Guilherme Felipe | |
2018-11-30 | Fix ItemList editor not hiding on node removal | Michael Alexsander Silva Dias | |
2018-11-28 | Merge pull request #24036 from glaforte/bugfix/18790 | Rémi Verschelde | |
Changes the check for a singular matrix to use the scale vector. | |||
2018-11-28 | Changes 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-28 | Merge pull request #24025 from aaronfranke/analyzer-errors | Rémi Verschelde | |
Fix many errors found by PVS-Studio | |||
2018-11-28 | Disable progress dialog on export from command line, stab at fixing #24031 | Juan Linietsky | |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke | |
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15. | |||
2018-11-28 | Merge pull request #23924 from Kanabenki/font-size-update | Rémi Verschelde | |
Display font size with zoom in code editor and refresh on settings change | |||
2018-11-28 | Fix style issues and signature mismatch | Rémi Verschelde | |
2018-11-27 | Added test to avoid saving cyclic scene instancing, fixes #9686 | Juan Linietsky | |
2018-11-27 | NORMALMAP was not working (no normal being used detected), fixes #9263 | Juan Linietsky | |
2018-11-26 | Merge pull request #23992 from YeldhamDev/editor_help_scroll_value | Rémi Verschelde | |
Restore previous scroll position when reopening the search help dialog with a old search | |||
2018-11-26 | i18n: Sync translation template with current source | Rémi Verschelde | |
2018-11-26 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds initial translations for Malayalam and Sinhala. | |||
2018-11-26 | Restore previous scroll position when reopening the search help dialog with ↵ | Michael Alexsander Silva Dias | |
a old search | |||
2018-11-26 | Generate 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-26 | Merge pull request #23060 from willnationsdev/inherit-non-class-script | Rémi Verschelde | |
Fix Script -> Script Class not in CreateDialog | |||
2018-11-25 | Do not normalize normal map when disabled, fixes #20761 | Juan Linietsky | |
2018-11-25 | Rewrite code for unfolding and make it automatic on scene load, which works ↵ | Juan Linietsky | |
better. | |||
2018-11-22 | Properly show 2D bone previews in 2D skeleton UV editor, fixes #20950 | Juan Linietsky | |
2018-11-22 | Make the buttons in the unified help dialog not steal focus | Michael Alexsander Silva Dias | |
2018-11-22 | Merge pull request #23885 from glaforte/bugfix/22848-attempt2 | Rémi Verschelde | |
Avoids error messages when importing zero scale transforms in the COLLADA importer | |||
2018-11-22 | Merge pull request #23907 from YeldhamDev/unified_help_fixes | Rémi Verschelde | |
General fixes for the new unified help search | |||
2018-11-22 | General fixes for the new unified help search | Michael Alexsander Silva Dias | |
2018-11-22 | Do not crash on invalid file, closes #21083 | Juan Linietsky | |
2018-11-22 | Display font size with zoom in code editor and refresh on settings change | Kanabenki | |
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde | |
Unified Class and Reference Search 2: Resurrection | |||
2018-11-22 | Merge pull request #23875 from Chaosus/error_btn | Rémi Verschelde | |
Allows user to click on error line in status bar to jump into error. | |||
2018-11-22 | Allows user to click on error line to jump into error. | Chaosus | |
2018-11-21 | Ensure array and dict editors show edited object IDs, fixes #20225 | Juan Linietsky | |
2018-11-21 | Merge pull request #23890 from qarmin/more_accurate_svg_scale | Rémi Verschelde | |
Make SVG scale more accurate | |||
2018-11-21 | Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135 | Juan Linietsky | |
2018-11-21 | Make SVG scale more accurate | qarmin | |
2018-11-21 | Avoids 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-21 | Make it smarter to infer paths from history data, closes #20005 | Juan Linietsky | |