summaryrefslogtreecommitdiffstats
path: root/core/io/resource_importer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-201-2/+1
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+11
* Make sure ResurceLoader.exists works on imported files, fixes #23555Juan Linietsky2019-03-041-0/+5
* -Fix problem of order of import plugins, closes #26340Juan Linietsky2019-02-271-2/+7
* Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde2019-02-271-6/+6
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-0/+47
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+373