summaryrefslogtreecommitdiffstats
path: root/editor/editor_atlas_packer.h
Commit message (Collapse)AuthorAgeFilesLines
* Use bresenham_line() in EditorAtlasPacker::chart_packMarkus Sauermann2022-02-211-2/+0
|
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-041-2/+3
| | | | Also reduce interdependencies and clean up a bit.
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-6/+6
|
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
| | | | | | -Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
| | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
* Add missing license headersRémi Verschelde2019-06-111-0/+30
| | | | Make `fix_headers.py` script compatible with Python 3.
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+45
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field