summaryrefslogtreecommitdiffstats
path: root/editor/editor_atlas_packer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* Bounds fixes in `TextureAtlas` importNinni Pipping2023-06-221-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Refactor BitMap and add testsHendrik Brucker2022-09-011-2/+2
* Use bresenham_line() in EditorAtlasPacker::chart_packMarkus Sauermann2022-02-211-52/+10
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-041-0/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* EditorAtlasPacker Fix incorrectly deducing zero height in some caseskleonc2021-12-201-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+7
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-12/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* 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/+265