summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove 32-bit String to_int methodAaron Franke2020-06-031-3/+3
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-45/+89
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-137/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-30/+30
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-5/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Make file system scan more robustPedro J. Estébanez2020-02-101-6/+24
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Prevent crash when we can't write to editor cache or config pathRémi Verschelde2019-10-311-8/+7
* Revert "Fix plugin script classes defined even if inactive."Rémi Verschelde2019-10-021-3/+0
* Merge pull request #32434 from willnationsdev/script-class-no-pluginsRémi Verschelde2019-09-301-0/+3
|\
| * Fix plugin script classes defined even if inactive.willnationsdev2019-09-301-0/+3
* | Added some obvious errors explanationsqarmin2019-09-251-12/+13
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde2019-07-251-6/+4
* Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-2/+2
|\
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-2/+2
* | Some code changed with Clang-Tidyqarmin2019-06-261-9/+3
|/
* fix file system not refresh on exFATXiaoLongHan2019-05-241-3/+3
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-12/+297
* Fixed issue where descriptor is left hanging, which causes file locked on Win...Juan Linietsky2019-02-271-4/+8
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-12/+56
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-7/+7
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Fix code style issuesRémi Verschelde2019-01-261-3/+1
* Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-211-1/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-0/+8
* Reworked how non-imported resources are reloaded on change, fixes #19852Juan Linietsky2018-11-201-2/+31
* Moved folding outside the resource files, now saved outside the project.Juan Linietsky2018-10-291-6/+0
* Fixes to baker, restored xatlas and fixed bake options.Juan Linietsky2018-10-051-0/+12
* Fix EditorSettings saving on draw callswillnationsdev2018-09-191-2/+0
* Refactor editor icon retrievalwillnationsdev2018-09-141-0/+1
* Merge pull request #21540 from YeldhamDev/image_reimp_error_fixRémi Verschelde2018-09-131-5/+9
|\
| * Fix error when reimporting an Image resourceMichael Alexsander Silva Dias2018-09-071-5/+9
* | Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\ \
| * | Misc. typosluz.paz2018-09-121-1/+1
| |/
* / Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-7/+7
|/
* Add custom icons to script classes.Will Nations2018-08-141-8/+19
* Add toggle for favorites in create_root_dialog.willnationsdev2018-08-081-0/+2
* Global class names (and GDScript support for it)Juan Linietsky2018-07-151-7/+97
* Merge pull request #17420 from marcelofg55/fscache_err_checksRémi Verschelde2018-03-141-6/+14
|\
| * Added error checks for fscache savingMarcelo Fernandez2018-03-131-6/+14
* | Merge pull request #17138 from simedis/import_md5Rémi Verschelde2018-03-131-12/+51
|\ \
| * | Moves the md5sum's from the <filename>.import file into .import/<filename>.md5Geoffrey2018-03-011-12/+51
* | | Update preview on filesystem changeShyRed2018-03-101-0/+3
|/ /