Age | Commit message (Collapse) | Author |
|
|
|
|
|
Some backends may break as I only compiled SDL
|
|
|
|
Formerly the palette parameter was a value copy, which was assigned in
getPalette. That did not make much sense, thus I changed it to be a reference.
Since I am not quite sure whether this really shouldn't make a palette copy
I added an TODO comment about it.
|
|
This is in analogy to r55742 / 2f08dcb.
I also took the freedom to clarify that the PNG loader uses a RGBA palette
format.
|
|
hold 256 entries)
svn-id: r55742
|
|
obsolete reference to ysflight, as no code is actually used from or based on that project
svn-id: r55726
|
|
engine
libpng is still needed for PNG encoding (for thumbnails in saved games of sword25), but
since we'll probably drop support for the original saved games anyway, the PNG encoding
code will ultimately be removed
svn-id: r55723
|