Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-10 | Properly reselect duplicated visual shader nodes | Andrii Doroshenko (Xrayez) | |
This makes it much easier to drag duplicated nodes away from original ones. | |||
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde | |
Use more subtle indentation guides in the script editor | |||
2018-12-09 | Merge pull request #24236 from Xrayez/fix-20212 | Rémi Verschelde | |
Fix duplicating visual shader nodes | |||
2018-12-09 | Cleanup some unused controls in the editor's top bar | Michael Alexsander Silva Dias | |
2018-12-09 | Fix duplicating visual shader nodes | Andrii Doroshenko (Xrayez) | |
2018-12-08 | Minor changes to the File menu in the Script Editor | Michael Alexsander Silva Dias | |
2018-12-07 | Merge pull request #22437 from DualMatrix/wrong_prop_warning | Rémi Verschelde | |
Added warning when trying to load resource of wrong type in editor. | |||
2018-12-07 | Merge pull request #22535 from DualMatrix/editor_value_cap | Rémi Verschelde | |
Fixed editor inspector ranges capping values at 65535. | |||
2018-12-07 | Merge pull request #19914 from guilhermefelipecgs/add_z_index_autotile | Rémi Verschelde | |
Add Z-Index for Autotile | |||
2018-12-07 | Add Z-Index for Autotile | Guilherme Felipe | |
2018-12-07 | Fix custom features missing when _export_begin is called | Marcelo Fernandez | |
2018-12-07 | EditorExportPlugin now calls _export_end() when export ends if scripted | Marcelo Fernandez | |
2018-12-07 | Merge pull request #23327 from YeldhamDev/search_shaders | Rémi Verschelde | |
Added "shader" filter to "Find in Files" | |||
2018-12-07 | Merge pull request #22323 from williamd1k0/ignore-main-scene | Rémi Verschelde | |
Editor: Skip loading main scene if restore_scenes_on_load is used | |||
2018-12-07 | Merge pull request #24205 from YeldhamDev/tileset_context_hide_script | Rémi Verschelde | |
Hide "Script" section in the "TilesetEditorContext" | |||
2018-12-07 | Hide "Script" section in the "TilesetEditorContext" | Michael Alexsander Silva Dias | |
2018-12-06 | Add signals for files move/delete/rename to FileSystemDock | groud | |
2018-12-06 | Merge pull request #24194 from bojidar-bg/23567-fix-message-queue-overflow | Rémi Verschelde | |
Make thumbnail cache less tasking on the message queue | |||
2018-12-06 | Clear application/run/main_scene if that file is deleted | Thomas Winderweedle | |
Fixes #22473 | |||
2018-12-06 | Merge pull request #23977 from YeldhamDev/editor_plugins_improvements | Rémi Verschelde | |
General enhancements to the Polygon2D, TextureRegion, and TileSet editors | |||
2018-12-06 | Make thumbnail cache less tasking on the message queue | Bojidar Marinov | |
Fixes #23567 | |||
2018-12-06 | Merge pull request #23608 from RySchmitt/fix_spin_slider | Rémi Verschelde | |
Improve dragging behavior of editor_spin_slider | |||
2018-12-06 | Merge pull request #23673 from marcelofg55/export_path_3 | Rémi Verschelde | |
Export Path now has a folder icon to select the path | |||
2018-12-06 | Merge pull request #23935 from helenaMontenegro/master | Rémi Verschelde | |
Add sorting to the project manager | |||
2018-12-06 | Merge 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-06 | Fixes editor crashing when editing autotiles issue #24004 | David Kennedy | |
2018-12-06 | General enhancements to the Polygon2D, TextureRegion, and TileSet editors | Michael Alexsander Silva Dias | |
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. |