aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/cmpfile.cpp
AgeCommit message (Collapse)Author
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