A Thousand Ships
|
8b3c12d8df
Allow configuring the maximum width for atlas import
|
10 months ago |
A Thousand Ships
|
684752e75b
Replace error checks against `size` with `is_empty`
|
9 months ago |
Hendrik Brucker
|
7e21eb7e00
Extract and reorganize texture resource classes
|
1 year ago |
Ninni Pipping
|
818fe886a3
Bounds fixes in `TextureAtlas` import
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
kobewi
|
072f6feaba
Make some Image methods static
|
2 years ago |
Aaron Franke
|
8893b2bdb4
Clean up mesh include code and comments
|
2 years ago |
kobewi
|
c3606cb5f3
Swap arguments of ResourceSaver.save()
|
2 years ago |
FireForge
|
84431bd782
Use integer types in Image and ImageTexture methods
|
2 years ago |
kobewi
|
d2900429e8
Add static methods for creating Image and ImageTexture
|
2 years ago |
reduz
|
e772b65d92
Remake resource thread safety and API
|
2 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
2 years ago |
Jason Knight
|
31d723c4ce
Allow disabling the alpha trim on texture atlas creation.
|
2 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
2 years ago |
Giwayume
|
cbca2cf152
Fix edge case where 1px cut off from right of image
|
3 years ago |
Giwayume
|
9432efb7d0
Fix texture atlas generation when source sprite is larger than generated atlas
|
3 years ago |
reduz
|
cd2a499084
Add path to functions that return iporter options
|
3 years ago |
boruok
|
3f11fe4c66
added optional region cropping to Texture Atlas importer
|
3 years ago |
Anilforextra
|
cc51b045da
Construct values only when necessary.
|
3 years ago |
Rémi Verschelde
|
2d1699ef82
Merge pull request #42103 from dankan1890/import_atlas_fix
|
3 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
3 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
3 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
3 years ago |
Aaron Franke
|
2c53e8b0e9
Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv
|
4 years ago |
dankan1890
|
395ab3441d
Fixed TextureAtlas import wrong images size.
|
4 years ago |
Pedro J. Estébanez
|
fb7ae73045
Fix excessive bottom cropping in atlas generation
|
4 years ago |
Andrii Doroshenko (Xrayez)
|
69d5de632e
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
|
4 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
4 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |