summaryrefslogtreecommitdiffstats
path: root/core/io/resource_importer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+4
|\
| * Universalize UID support in all resource typesJuan2024-11-111-0/+4
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-2/+2
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix slow editor load on large projects (v2)Hilderin2024-09-251-1/+1
* Fix Addon requires editor restart to become functionalHilderin2024-09-021-0/+23
* Fix FileSystem dock won't show any file folders (v2)Hilderin2024-08-201-0/+17
* Merge pull request #92320 from Hilderin/fix-importing-assets-with-csvRémi Verschelde2024-06-211-1/+13
|\
| * Fix reimporting assets with csv in the projectHilderin2024-06-111-1/+13
* | Fix same importer will be added multiple times in `get_importers_for_extension`jsjtxietian2024-06-031-0/+1
|/
* Document editor import options in the class referenceHugo Locurcio2023-06-151-9/+11
* Ability to change a resource UID from APIJuan Linietsky2023-01-091-0/+16
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Allow images to be imported "for editor use" and respect editor settingsYuri Sizov2022-09-071-0/+9
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Implement Feature Build Profilesreduz2022-07-221-0/+10
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-3/+3
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-11/+4
* ResourceImporter: Restore default append logic for new importersRémi Verschelde2022-02-071-2/+6
* Make add_importer and add_post_importer_plugin override existing importers.K. S. Ernest (iFire) Lee2022-01-191-0/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-7/+7
* Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-4/+4
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-0/+13
|\
| * Implement Resource UIDsreduz2021-07-241-0/+13
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-12/+12
|/
* Expose an ImportOrder enum in ResourceImporterHugo Locurcio2021-07-231-0/+5
* Use multiple threads to import.Juan Linietsky2021-04-191-0/+28
* Added Import Defaults Editor in Project Settingsreduz2021-02-231-0/+6
* Improve resource load cachereduz2021-02-111-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-4/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Rename the ".import" folder to ".godot/imported"Aaron Franke2020-09-281-1/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-32/+0
* New lightmapperJuan Linietsky2020-05-101-1/+1
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-2/+2
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+3