summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_layered_texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+1
* Merge pull request #58965 from TechnoPorg/remove-stex-occurrencesRémi Verschelde2022-03-111-8/+8
|\
| * Remove more occurrences of "stex"TechnoPorg2022-03-101-8/+8
* | Add missing i18n to various stringsHaoyu Qiu2022-03-071-1/+1
|/
* Rename StreamTexture* to CompressedTexture*reduz2022-03-051-5/+5
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+1
* Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee2022-02-041-83/+93
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-7/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix various typosluz paz2022-01-021-1/+1
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* Fix duplicate conditions.Anilforextra2021-08-131-3/+0
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Reorganize Project Settingsreduz2021-02-181-6/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Implement GPU Particle Collisionsreduz2020-10-091-1/+1
* Implement 3D textures as import and resource format.reduz2020-09-091-11/+102
* 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