summaryrefslogtreecommitdiff
path: root/editor/editor_file_system.cpp
AgeCommit message (Expand)Author
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-10Make file system scan more robustPedro J. Estébanez
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-31Prevent crash when we can't write to editor cache or config pathRémi Verschelde
2019-10-02Revert "Fix plugin script classes defined even if inactive."Rémi Verschelde
2019-09-30Merge pull request #32434 from willnationsdev/script-class-no-pluginsRémi Verschelde
2019-09-30Fix plugin script classes defined even if inactive.willnationsdev
2019-09-25Added some obvious errors explanationsqarmin
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
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