summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_layered_texture.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* Tweak the import compression property hint for clarityHugo Locurcio2020-05-211-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* New lightmapperJuan Linietsky2020-05-101-150/+171
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-6/+6
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-2/+4
* Texture refactorJuan Linietsky2020-02-111-49/+95
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-1/+78
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* 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-2/+2
|/
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Fix crash when importing layered textureselasota2018-08-261-0/+1
* BPTC supportelasota2018-08-211-0/+21
* Added proper import support for 3D and Array texturesJuan Linietsky2018-08-061-0/+274