aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/cmpfile.cpp
AgeCommit message (Collapse)Author
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2013-03-20GOB: Plug a leakSven Hesse
2012-07-30GOB: Add CMPFile::recolor() and ANIFile::recolor()Sven Hesse
2012-07-30GOB: Add support for different methods of handling EndiannessSven Hesse
The Once Upon A Time games handle endianness different in ANI, DEC and RXY files than Geisha does. We need to support both approaches.
2012-03-11GOB: Add a way to add sprite coordinates to CMP filesSven Hesse
Because the meter bar and icons for Penetration are not even in the CMP's RXY.
2012-03-11GOB: Add a class for CMP sprites with RXY coordinatesSven Hesse