Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2010-11-19 | ALL: Push down deps on stream.h from .h to .cpp files | Max Horn | |
svn-id: r54358 | |||
2008-12-27 | Adding support for specifying an index that will be ignored when building ↵ | Sven Hesse | |
the PaletteLUT (for transparent values that should never be found) svn-id: r35584 | |||
2008-12-27 | Adding a magic id and a version number to the PaletteLUT cache | Sven Hesse | |
svn-id: r35582 | |||
2008-12-24 | Silenced signed/unsigned warning | Filippos Karapetis | |
svn-id: r35531 | |||
2008-12-24 | Documenting the dither code a bit more and removing SierraLight's not needed ↵ | Sven Hesse | |
height argument svn-id: r35530 | |||
2008-12-24 | Moving the dither code to graphics/ | Sven Hesse | |
svn-id: r35526 |