summaryrefslogtreecommitdiffstats
path: root/core/io/resource_importer.h
Commit message (Expand)AuthorAgeFilesLines
* 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