Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-05 | Merge pull request #26626 from rluders/misleading-error-message-export | Rémi Verschelde | |
Fixing misleading error message when trying to export | |||
2019-03-05 | Merge pull request #26655 from merumelu/assetlib-video-overlay | Rémi Verschelde | |
AssetLib: convert video thumbnails to RGBA8 | |||
2019-03-05 | Merge pull request #26643 from KoBeWi/readd_script_with_no_reselect | Rémi Verschelde | |
Fix attaching script after removing one | |||
2019-03-05 | Fixes misleading error message when trying to export | Ricardo Lüders | |
This patch fixes the misleading error message when users try to "export all" into an invalid destination path. Closes #26539 | |||
2019-03-05 | AssetLib: convert video thumbnails to RGBA | merumelu | |
Image::blend_rect only works with images that have the same format. | |||
2019-03-05 | Fix FileSystem dock's item view button starting with the wrong icon | Michael Alexsander Silva Dias | |
2019-03-05 | Merge pull request #26639 from YeldhamDev/tileeditor_coordnav_disable | Rémi Verschelde | |
Disable coord navigation buttons in TileSet editor when no texture is selected | |||
2019-03-05 | Merge pull request #26622 from pyrophone/TilesetPreviewFix | Rémi Verschelde | |
Fixed Tileset preview stretching textures | |||
2019-03-05 | Allow to attach script when there's no 'selected node', but selection exists | Tomasz Chabora | |
2019-03-05 | Fixed Tileset preview stretching textures | Gio Aleman | |
2019-03-05 | Disable coord navigation buttons in TileSet editor when no texture is selected | Michael Alexsander Silva Dias | |
2019-03-05 | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias | |
2019-03-05 | Ensure to disable freelook when leaving spatial editor | Andrii Doroshenko (Xrayez) | |
Fixes and prevents the problem with mouse getting stuck in MOUSE_MODE_CAPTURED when switching to canvas item editor plugin by any means other than manually (with mouse). | |||
2019-03-05 | Merge pull request #26599 from MarianoGnu/fix_25817 | Rémi Verschelde | |
TileSetEditor: Expose to the user OneWayCollision+Margin properties. | |||
2019-03-04 | Merge pull request #26612 from akien-mga/mkdir-system-data-path | Rémi Verschelde | |
Fix creating editor data, config and cache paths | |||
2019-03-04 | Ensure shader is not set if code did not change | Juan Linietsky | |
2019-03-04 | Fix creating editor data, config and cache paths | Rémi Verschelde | |
We used to abort if the system-specific data folder (e.g. `~/.local` or `%APPDATA%`) is missing, but the next code chunk actually creates it with `make_dir_recursive` if missing. Fixes #26598. | |||
2019-03-04 | Merge pull request #26587 from KoBeWi/undo_visibility_AABB | Rémi Verschelde | |
Add UndoRedo for Generate Visibility AABB (Particles) | |||
2019-03-04 | Merge pull request #26607 from ptrojahn/translationescape | Rémi Verschelde | |
Unescape translations in CSV importer | |||
2019-03-04 | Some clean up to previous commit. | Juan Linietsky | |
2019-03-04 | Unescape translations in CSV importer | Paul Trojahn | |
Fixes #25361 | |||
2019-03-04 | Add UndoRedo for Generate AABB (Particles) | Tomasz Chabora | |
2019-03-04 | Remove the "Open Editor" button, it will open automatically. | Juan Linietsky | |
2019-03-04 | Fix and restore text, material and mesh previewers. | Juan Linietsky | |
2019-03-04 | TileSetEditor: Expose to the user OneWayCollision+Margin properties. Fixes ↵ | Mariano Suligoy | |
#25817. | |||
2019-03-04 | Merge pull request #26590 from Chaosus/fix_sprite_region_crash | Rémi Verschelde | |
Fix editor crash when converting sprite to 2D mesh | |||
2019-03-04 | Fix editor crash when converting sprite to 2D mesh | Chaosus | |
2019-03-04 | Better warnings when resources can't be saved. Fixes #26531 | Juan Linietsky | |
2019-03-04 | Add UndoRedo on Generate Visibility Rect (Particles2D) | xDGameStudios | |
2019-03-03 | Add support for event accumlation (off by default, on for editor), fixes #26536 | Juan Linietsky | |
2019-03-03 | Implement a more coherent (and way less hack) way to block animation ↵ | Juan Linietsky | |
updates, fixes #24618 | |||
2019-03-03 | Merge pull request #26496 from MadEqua/fix-filesystem-dock-icon | Rémi Verschelde | |
Fix grid view button icon not showing on filesystem dock. | |||
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ↵ | Juan Linietsky | |
fixes #26468 | |||
2019-03-03 | Fix grid view button icon not showing on filesystem dock. | Bruno Lourenço | |
2019-03-03 | Merge pull request #26523 from akien-mga/export-etc-check | Rémi Verschelde | |
Improve VRAM texture compression checks for mobile/web | |||
2019-03-03 | Merge pull request #26446 from QbieShay/root_node_from_escn | Rémi Verschelde | |
Importer for scenes only overrides the base Node if differently specified by the user | |||
2019-03-03 | Improve VRAM texture compression checks for mobile/web | Rémi Verschelde | |
For HTML5, we need to support S3TC if running on desktop, and ETC or ETC2 for mobile, so make this explicit. Add logic to check for ETC2 support on GLES3, and remove incorrect ETC feature for GLES3 on Android. Fix ETC check invalidating templates on HTML5. Fixes #26476. | |||
2019-03-03 | Merge pull request #26385 from MarianoGnu/tileset_editor | Rémi Verschelde | |
TileSetEditor: Improvements and fixes | |||
2019-03-02 | TileSetEditor: Allow to toggle Convex/Concave collisions. Alternative fix to ↵ | Mariano Suligoy | |
#24003 | |||
2019-03-02 | Merge pull request #26482 from ptrojahn/missingpreview | Rémi Verschelde | |
Fix preview in file dialog | |||
2019-03-02 | Fix preview in file dialog | Paul Trojahn | |
If the preview is already cached, queue_ressource_preview calls _thumbnail_done immediately, so preview_waiting is never set to false again. The progress wheel isn't rendered, because the WaitPreview icons don't exist. This should probably be Progress. Fixes #25749 | |||
2019-03-02 | Importer for scenes only overrides the base Node if differently specified by ↵ | Ilaria Cislaghi | |
the user | |||
2019-03-01 | Flush stuff pending on visual server thread when exiting, fixes #24669 | Juan Linietsky | |
2019-03-01 | Merge pull request #26451 from ptrojahn/modified | Rémi Verschelde | |
Fix misleading modified status of scenes | |||
2019-03-01 | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky | |
2019-03-01 | Fix misleading modified status of scenes | Paul Trojahn | |
If a scene is instanced in another scene, any changes to the first triggers _clear_undo_history in EditorNode::set_current_scene, which increments the version in UndoRedo::clear_history. This results in a modified status. Passing false to clear_history fixes this issue. Fixes #25942 | |||
2019-03-01 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-03-01 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-03-01 | Merge pull request #26419 from SeleckyErik/errors-tab-bug | Rémi Verschelde | |
Fixed Errors Tab Indexing Bug in the Debugger | |||
2019-03-01 | Updates error label font in status bar | Chaosus | |