Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-23 | TexturePacker: IDecoder: simplify extension handling | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager: pass filename as string_view | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager remove use of c_str() | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager use range based for loop for extensions | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager use range based for loop | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager use unique_ptr for decoders list | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager: use as a proper class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: IDecoder: remove FreeDecodedFrame method | Lukas Rusak | |
we can now use RAII style alloc/dealloc for the image data with std::vector Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2022-04-13 | changed: add a verbose flag for texturepacker | Arne Morten Kvarving | |
and suppress the 'This is a XXX' message if not enabled | |||
2015-01-08 | [TexturePacker] - move texturepacker to native depends | wsnipex | |