aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/native/TexturePacker/src
AgeCommit message (Collapse)Author
2015-03-11[TexturePacker] - fix decode of png files with indexed color palette - thx ↵Memphiz
@BigNoid for reporting the problem
2015-02-16[TexturePacker] - fix compilation with c++11Arne Morten Kvarving
requires a space around string macros when concating
2015-01-30Fix TexturePacker segfault with grayscale PNGs.Andrius
see http://forum.kodi.tv/showthread.php?tid=216503
2015-01-27[depends/TexturePacker] - fix extraction of delay and disposal from animated ↵Memphiz
gifs (wrong assumption what ExtensionBlockCount was ...) - add delay as printout too
2015-01-22Fixes for using giflib 5.1 in GifHelper.cppKevin Mihelich
2015-01-11[TexturePacker] fix building on ubuntu 12.04wsnipex
2015-01-10[Texturepacker] allow building with giflib4wsnipex
2015-01-10quell compiler warning (no return value) with giflib4Arne Morten Kvarving
2015-01-10fixed: gif support in TexturePacker using giflib4Arne Morten Kvarving
2015-01-08[TexturePacker] - move texturepacker to native dependswsnipex