index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
import
/
resource_importer_texture_atlas.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-14
Make some Image methods static
kobewi
2022-08-20
Clean up mesh include code and comments
Aaron Franke
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-18
Use integer types in Image and ImageTexture methods
FireForge
2022-07-08
Add static methods for creating Image and ImageTexture
kobewi
2022-06-22
Remake resource thread safety and API
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-02-19
Allow disabling the alpha trim on texture atlas creation.
Jason Knight
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-23
Fix edge case where 1px cut off from right of image
Giwayume
2021-11-18
Fix texture atlas generation when source sprite is larger than generated atlas
Giwayume
2021-11-14
Add path to functions that return iporter options
reduz
2021-10-07
added optional region cropping to Texture Atlas importer
boruok
2021-09-23
Construct values only when necessary.
Anilforextra
2021-09-20
Merge pull request #42103 from dankan1890/import_atlas_fix
Rémi Verschelde
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-21
Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv
Aaron Franke
2020-09-16
Fixed TextureAtlas import wrong images size.
dankan1890
2020-06-03
Fix excessive bottom cropping in atlas generation
Pedro J. Estébanez
2020-05-27
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-26
Merge pull request #36564 from dankan1890/quick_fix
Rémi Verschelde
2020-02-26
Fixed TextureAtlas import.
Maurizio Petrarota
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-11
Add missing license headers
Rémi Verschelde
2019-04-19
Added ability for multiple images to be imported as an atlas
Juan Linietsky