summaryrefslogtreecommitdiffstats
path: root/core/io/resource_importer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+2
|\
| * Merge pull request #97363 from reduz/deterministic-gen-suberesources-idThaddeus Crews2024-11-111-1/+1
| |\
| | * Allow passing UID to importerJuan2024-11-111-1/+1
| * | Universalize UID support in all resource typesJuan2024-11-111-0/+1
| |/
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-1/+1
|\|
| * Fix freeze on non-thread-safe custom importersHunter Loftis2024-10-151-1/+1
* | 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/+7
* Fix FileSystem dock won't show any file folders (v2)Hilderin2024-08-201-0/+1
* Revert "Fix FileSystem dock won't show any file folders"Rémi Verschelde2024-06-111-3/+0
* Fix FileSystem dock won't show any file foldersHilderin2024-06-101-0/+3
* Add 'override' mark to ResourceFormat classppphp2024-03-251-15/+15
* Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-031-0/+1
* Ability to change a resource UID from APIJuan Linietsky2023-01-091-0/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Implement Feature Build Profilesreduz2022-07-221-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* ResourceImporter: Restore default append logic for new importersRémi Verschelde2022-02-071-1/+1
* Make add_importer and add_post_importer_plugin override existing importers.K. S. Ernest (iFire) Lee2022-01-191-3/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* Implement Resource UIDsreduz2021-07-241-0/+3
* Expose an ImportOrder enum in ResourceImporterHugo Locurcio2021-07-231-1/+11
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Use multiple threads to import.Juan Linietsky2021-04-191-0/+5
* Improved 3D Scene ImporterJuan Linietsky2021-03-221-0/+3
* Added Import Defaults Editor in Project Settingsreduz2021-02-231-0/+1
* Improve resource load cachereduz2021-02-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Refactored Mesh internals and formats.reduz2020-12-021-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+2
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-2/+0
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-201-1/+1
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+5
* Make sure ResurceLoader.exists works on imported files, fixes #23555Juan Linietsky2019-03-041-0/+1
* Better warnings when resources can't be saved. Fixes #26531Juan Linietsky2019-03-041-0/+1
* -Fix problem of order of import plugins, closes #26340Juan Linietsky2019-02-271-1/+0
* Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde2019-02-271-4/+6
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-2/+15
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+113