summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_texture_atlas.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-14Make some Image methods statickobewi
2022-08-20Clean up mesh include code and commentsAaron Franke
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-18Use integer types in Image and ImageTexture methodsFireForge
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-06-22Remake resource thread safety and APIreduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-02-19Allow disabling the alpha trim on texture atlas creation.Jason Knight
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-23Fix edge case where 1px cut off from right of imageGiwayume
2021-11-18Fix texture atlas generation when source sprite is larger than generated atlasGiwayume
2021-11-14Add path to functions that return iporter optionsreduz
2021-10-07added optional region cropping to Texture Atlas importerboruok
2021-09-23Construct values only when necessary.Anilforextra
2021-09-20Merge pull request #42103 from dankan1890/import_atlas_fixRémi Verschelde
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-21Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelvAaron Franke
2020-09-16Fixed TextureAtlas import wrong images size.dankan1890
2020-06-03Fix excessive bottom cropping in atlas generationPedro J. Estébanez
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-26Merge pull request #36564 from dankan1890/quick_fixRémi Verschelde
2020-02-26Fixed TextureAtlas import.Maurizio Petrarota
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-11Add missing license headersRémi Verschelde
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky