summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-03-06Merge pull request #26722 from MarianoGnu/fix_24238Rémi Verschelde
TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238
2019-03-06TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238Mariano Suligoy
2019-03-06Cleanup relationship line coding after 5f079e2Michael Alexsander Silva Dias
2019-03-06Don't hide/show top editor if they did not change, fixes #26644Juan Linietsky
2019-03-06-Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan 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-06Merge pull request #26705 from volzhs/fix-exportRémi Verschelde
Fix directory check when exporting project
2019-03-06Safer way to update animation if changed, fixes #26670Juan Linietsky
2019-03-06Fix how settings change, closes #26692Juan Linietsky
2019-03-06Fix directory check when exporting projectvolzhs
Fix #26702
2019-03-06Merge pull request #22716 from Chaosus/update_themeRémi Verschelde
Make theme changing no longer requires restart to be fully applied
2019-03-06Merge pull request #26673 from willnationsdev/fix-inspector-pluginRémi Verschelde
Fix inspector plugin
2019-03-06Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde
Disable driver fallback to GLES2 by default
2019-03-06Fix crash on exit when removing EditorInspectorPluginsWill Nations
2019-03-05Merge pull request #26626 from rluders/misleading-error-message-exportRémi Verschelde
Fixing misleading error message when trying to export
2019-03-05Merge pull request #26655 from merumelu/assetlib-video-overlayRémi Verschelde
AssetLib: convert video thumbnails to RGBA8
2019-03-05Merge pull request #26643 from KoBeWi/readd_script_with_no_reselectRémi Verschelde
Fix attaching script after removing one
2019-03-05Fixes misleading error message when trying to exportRicardo Lüders
This patch fixes the misleading error message when users try to "export all" into an invalid destination path. Closes #26539
2019-03-05AssetLib: convert video thumbnails to RGBAmerumelu
Image::blend_rect only works with images that have the same format.
2019-03-05Fix FileSystem dock's item view button starting with the wrong iconMichael Alexsander Silva Dias
2019-03-05Merge pull request #26639 from YeldhamDev/tileeditor_coordnav_disableRémi Verschelde
Disable coord navigation buttons in TileSet editor when no texture is selected
2019-03-05Merge pull request #26622 from pyrophone/TilesetPreviewFixRémi Verschelde
Fixed Tileset preview stretching textures
2019-03-05Disable driver fallback to GLES2 by defaultRé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-05Allow to attach script when there's no 'selected node', but selection existsTomasz Chabora
2019-03-05Fixed Tileset preview stretching texturesGio Aleman
2019-03-05Disable coord navigation buttons in TileSet editor when no texture is selectedMichael Alexsander Silva Dias
2019-03-05Fix general issues with filesystem-related UI components in the editorMichael Alexsander Silva Dias
2019-03-05Ensure to disable freelook when leaving spatial editorAndrii 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-05Merge pull request #26599 from MarianoGnu/fix_25817Rémi Verschelde
TileSetEditor: Expose to the user OneWayCollision+Margin properties.
2019-03-04Merge pull request #26612 from akien-mga/mkdir-system-data-pathRémi Verschelde
Fix creating editor data, config and cache paths
2019-03-04Ensure shader is not set if code did not changeJuan Linietsky
2019-03-04Fix creating editor data, config and cache pathsRé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-04Merge pull request #26587 from KoBeWi/undo_visibility_AABBRémi Verschelde
Add UndoRedo for Generate Visibility AABB (Particles)
2019-03-04Merge pull request #26607 from ptrojahn/translationescapeRémi Verschelde
Unescape translations in CSV importer
2019-03-04Some clean up to previous commit.Juan Linietsky
2019-03-04Unescape translations in CSV importerPaul Trojahn
Fixes #25361
2019-03-04Add UndoRedo for Generate AABB (Particles)Tomasz Chabora
2019-03-04Remove the "Open Editor" button, it will open automatically.Juan Linietsky
2019-03-04Fix and restore text, material and mesh previewers.Juan Linietsky
2019-03-04TileSetEditor: Expose to the user OneWayCollision+Margin properties. Fixes ↵Mariano Suligoy
#25817.
2019-03-04Merge pull request #26590 from Chaosus/fix_sprite_region_crashRémi Verschelde
Fix editor crash when converting sprite to 2D mesh
2019-03-04Fix editor crash when converting sprite to 2D meshChaosus
2019-03-04Better warnings when resources can't be saved. Fixes #26531Juan Linietsky
2019-03-04Add UndoRedo on Generate Visibility Rect (Particles2D)xDGameStudios
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-03-03Implement a more coherent (and way less hack) way to block animation ↵Juan Linietsky
updates, fixes #24618
2019-03-03Merge pull request #26496 from MadEqua/fix-filesystem-dock-iconRémi Verschelde
Fix grid view button icon not showing on filesystem dock.
2019-03-03Skeletons can now choose between using local or world coords for processing, ↵Juan Linietsky
fixes #26468
2019-03-03Fix grid view button icon not showing on filesystem dock.Bruno Lourenço
2019-03-03Merge pull request #26523 from akien-mga/export-etc-checkRémi Verschelde
Improve VRAM texture compression checks for mobile/web
2019-03-03Merge pull request #26446 from QbieShay/root_node_from_escnRémi Verschelde
Importer for scenes only overrides the base Node if differently specified by the user