summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_texture_atlas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Allow configuring the maximum width for atlas importA Thousand Ships2024-02-131-1/+8
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+3
* Bounds fixes in `TextureAtlas` importNinni Pipping2023-06-221-9/+15
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make some Image methods statickobewi2022-10-141-3/+1
* Clean up mesh include code and commentsAaron Franke2022-08-201-1/+0
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-2/+2
* Use integer types in Image and ImageTexture methodsFireForge2022-07-181-4/+4
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-10/+2
* Remake resource thread safety and APIreduz2022-06-221-4/+2
* Replace most uses of Map by HashMapreduz2022-05-161-8/+10
* 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