summaryrefslogtreecommitdiff
path: root/editor/editor_file_system.cpp
AgeCommit message (Expand)Author
2019-07-25DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-05-24fix file system not refresh on exFATXiaoLongHan
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
2019-02-27Fixed issue where descriptor is left hanging, which causes file locked on Win...Juan Linietsky
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-26Fix code style issuesRémi Verschelde
2019-01-21Add function to obtain filesystem type from DirAccess.Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-11-20Reworked how non-imported resources are reloaded on change, fixes #19852Juan Linietsky
2018-10-29Moved folding outside the resource files, now saved outside the project.Juan Linietsky
2018-10-05Fixes to baker, restored xatlas and fixed bake options.Juan Linietsky
2018-09-19Fix EditorSettings saving on draw callswillnationsdev
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-13Merge pull request #21540 from YeldhamDev/image_reimp_error_fixRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-07Fix error when reimporting an Image resourceMichael Alexsander Silva Dias
2018-08-14Add custom icons to script classes.Will Nations
2018-08-08Add toggle for favorites in create_root_dialog.willnationsdev
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-03-14Merge pull request #17420 from marcelofg55/fscache_err_checksRémi Verschelde
2018-03-13Added error checks for fscache savingMarcelo Fernandez
2018-03-13Merge pull request #17138 from simedis/import_md5Rémi Verschelde
2018-03-10Update preview on filesystem changeShyRed
2018-03-01Moves the md5sum's from the <filename>.import file into .import/<filename>.md5Geoffrey
2018-01-05Make sure .import folder exists before importing, in case user deleted it man...Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-27Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky
2017-12-05Add context menu to editor file dialogs.Ray Koopa
2017-11-24Add a bit space around the .import [deps] tag to make it more readable.Juan Linietsky
2017-11-24Changed reimport logic to also check md5 before reimporting, fixes #13135Juan Linietsky
2017-11-17EditorSettings: Rename settings_path to settings_dirRémi Verschelde
2017-11-15Make sure scan happens after all nodes enter scene (including plugins), fixes...Juan Linietsky
2017-11-12Update meshes when reimporting,Daniel J. Ramirez
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky
2017-09-20Fix import order, so scenes are imported after textures.Juan Linietsky
2017-09-01Merge pull request #10840 from rtroncoso/fix-reimporter-defaults-loadRémi Verschelde
2017-08-31Fix importer not applying saved default settings on loadRodrigo Troncoso
2017-08-31Fix issues regarding reload of resources in imported scenes. Closes #10017Juan Linietsky
2017-08-29Added nice icon to show when a file is broken on import.Juan Linietsky