Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-17 | Add single/dual channel texture support to XBT textures (#25714) | sarbes | |
Add single/dual channel texture support to XBT textures | |||
2024-06-22 | [cmake][modules] FindLzo2 cleanup and use core_target_link_libraries | fuzzard | |
2024-04-09 | [JPGDecoder] Prevent wrong buffer size through integer overflow | Markus Härer | |
Fixes #24956. | |||
2023-07-19 | [clang-tidy] modernize-use-default-member-init | Rechi | |
2023-06-18 | TexturePacker change sprintf usage to snprintf | fuzzard | |
2023-06-18 | [tools/depends][native] Texturepacker update and use CMakelists.txt | fuzzard | |
2023-05-17 | TextureFormats.h: use XB_FMT as an enum | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: use simple map insertion | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: simplify dupes initialization | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add dupes as a class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add hashes as a class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add method to enable verbose output | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move flags to class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move dupecheck to class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move Usage to anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add checkDupe to class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add createXBTFFrame to class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: use GetDuration() to get frame duration | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: set frame duration in createXBTFFrame | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: createXBTFFrame pass DecodedFrame instead of RGBAImage | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: remove unnecessary string manipulation | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: combine printf formatting into a single call | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: repurpose appendContent as createXBTFFrame | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add HasAlpha to an anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add GetFormatString to an anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-11 | Merge pull request #22780 from lrusak/depends-native-fixes | Lukas Rusak | |
2023-05-10 | IDecoder: Add missing cstdint include for gcc>=13 | Markus Härer | |
2023-04-23 | TexturePacker: IDecoder: simplify extension handling | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: JPGDecoder: use std::vector for image data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: JPGDecoder: use CFile as an object | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GifFrame: remove custom copy constructor | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GifHelper: use std::vector for image data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GifHelper: use std::vector for template | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GifHelper: use CFile as an object | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GIFDecoder: pass filename as std::string | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GIFDecoder: use GifHelper as an object | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: CXBTFWriter: use std::vector data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: use std::vector for packed data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: remove useless maxMSE variable | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: use as a proper class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: replace empty CreateSkeletonHeader method | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-21 | tools/depends: TexturePacker: remove native build (use CMakeLists.txt instead) | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-21 | Merge pull request #23150 from lrusak/TexturePacker-PR-1 | Lukas Rusak | |
TexturePacker: first pass at modernization | |||
2023-04-17 | tools/depends: add download target | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecodedFrame: remove pointer to IDecoder | 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> |