summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_texture_atlas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow disabling the alpha trim on texture atlas creation.Jason Knight2022-02-191-2/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix edge case where 1px cut off from right of imageGiwayume2021-11-231-1/+1
* Fix texture atlas generation when source sprite is larger than generated atlasGiwayume2021-11-181-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* added optional region cropping to Texture Atlas importerboruok2021-10-071-1/+6
* Construct values only when necessary.Anilforextra2021-09-231-1/+1
* Merge pull request #42103 from dankan1890/import_atlas_fixRémi Verschelde2021-09-201-2/+2
|\
| * Fixed TextureAtlas import wrong images size.dankan18902020-09-161-2/+2
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-8/+8
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelvAaron Franke2020-11-211-4/+4
|/
* Fix excessive bottom cropping in atlas generationPedro J. Estébanez2020-06-031-1/+2
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-1/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+3
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Merge pull request #36564 from dankan1890/quick_fixRémi Verschelde2020-02-261-4/+4
|\
| * Fixed TextureAtlas import.Maurizio Petrarota2020-02-261-4/+4
* | PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-11/+7
|/
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Add missing license headersRémi Verschelde2019-06-111-0/+30
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+382