Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-13 | Merge pull request #26945 from shartte/allow-fewer-viewports-in-editor-state | Rémi Verschelde | |
Be more tolerant about under-defined spatial viewport state | |||
2019-03-12 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-03-12 | Don't crash when the saved editor state contains fewer viewports than ↵ | Sebastian Hartte | |
currently supported. | |||
2019-03-12 | Merge pull request #26941 from JFonS/add_gizmos_priority | Rémi Verschelde | |
Add priority to gizmos and fix small issues | |||
2019-03-12 | Add priority to gizmos and fix small issues | JFonS | |
User defined gizmos will haave higher preference than editor gizmos by default. Also fixed some inconsistencies in the gizmos menu when using custom gizmos. | |||
2019-03-11 | Prevents a Null Reference in deleting Animations. | Anish | |
A null Animation would cause a crash by accessing restricted memory. Solved by checking if the animation track is null before using the animation. Fixes: #26829 | |||
2019-03-10 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-03-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-03-09 | Merge pull request #26687 from QbieShay/hang_server_build_fix | Rémi Verschelde | |
Removed the resource preview thread from the server build | |||
2019-03-09 | Merge pull request #26818 from vnen/class_name-inheritance | Rémi Verschelde | |
Allow class_name scripts to have nested inheritance | |||
2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques | |
2019-03-08 | Fix crash in texture previeer, closes #26749, probably others | Juan Linietsky | |
2019-03-08 | Merge pull request #26781 from YeldhamDev/editfilediag_favdir_fix | Rémi Verschelde | |
Fix "Favorite" button not being toggled when navigating to a faved folder manually | |||
2019-03-08 | Fix error when trying to enter to folder/node directly via address bar | qarmin | |
2019-03-07 | Fix "Favorite" button not being toggled when navigating to a faved folder ↵ | Michael Alexsander Silva Dias | |
manually | |||
2019-03-07 | Do not annoy unrelated textures with texture editor. | Juan Linietsky | |
2019-03-07 | Merge pull request #26758 from qarmin/fix_error_dragging_empty_script_editor | Rémi Verschelde | |
Fix error when dragging empty script list in Script Editor | |||
2019-03-07 | Force inspector to clean up on delete, fixes crash. | Juan Linietsky | |
2019-03-07 | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky | |
2019-03-07 | Fix error when dragging empty script list in Script Editor | qarmin | |
2019-03-06 | Merge pull request #26722 from MarianoGnu/fix_24238 | Rémi Verschelde | |
TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238 | |||
2019-03-06 | TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238 | Mariano Suligoy | |
2019-03-06 | Cleanup relationship line coding after 5f079e2 | Michael Alexsander Silva Dias | |
2019-03-06 | Don't hide/show top editor if they did not change, fixes #26644 | Juan Linietsky | |
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky | |
-Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings | |||
2019-03-06 | Merge pull request #26705 from volzhs/fix-export | Rémi Verschelde | |
Fix directory check when exporting project | |||
2019-03-06 | Safer way to update animation if changed, fixes #26670 | Juan Linietsky | |
2019-03-06 | Fix how settings change, closes #26692 | Juan Linietsky | |
2019-03-06 | Fix directory check when exporting project | volzhs | |
Fix #26702 | |||
2019-03-06 | Merge pull request #22716 from Chaosus/update_theme | Rémi Verschelde | |
Make theme changing no longer requires restart to be fully applied | |||
2019-03-06 | Removed the resource preview thread from the server build | Ilaria Cislaghi | |
2019-03-06 | Merge pull request #26673 from willnationsdev/fix-inspector-plugin | Rémi Verschelde | |
Fix inspector plugin | |||
2019-03-06 | Merge pull request #26633 from akien-mga/driver-fallback-etc | Rémi Verschelde | |
Disable driver fallback to GLES2 by default | |||
2019-03-06 | Fix crash on exit when removing EditorInspectorPlugins | Will Nations | |
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 | Disable driver fallback to GLES2 by default | Rémi Verschelde | |
GLES2 is not designed to be a drop-in replacement for the GLES3 backend, so the fallback mode has to be used knowingly. It *can* make sense for simple projects which make sure to handle the differences between both rendering backends, but most users should stick to one supported backend. By making it opt-in, we can now use this parameter to define whether to export ETC textures to Android and iOS when using GLES3 + Fallback. When using GLES3 without Fallback on Android, set the proper min GLES version in the AndroidManifest. Also made the option boolean and renamed it for clarity and to avoid conflict with the previous String option (which would always evaluate as "true" otherwise). Fixes #26569. | |||
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 |