aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
AgeCommit message (Expand)Author
2007-03-12removed useless routines (maybe leftovers from the amiga conversion)Nicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-12The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel...Nicola Mettifogo
2007-03-10more robust font managementNicola Mettifogo
2007-03-04moved background loading into disk.cppNicola Mettifogo
2007-03-04moved platform-dependant resource loading routines into disk.cppNicola Mettifogo
2007-03-03removed common-case code from loadBackgroundNicola Mettifogo
2007-02-27changed font handling:Nicola Mettifogo
2007-02-17changed mapChar to use unsigned (byte) instead of char, to avoid possible sig...Nicola Mettifogo
2007-02-12changed structure packing to use pack-start.h and pack-end.hNicola Mettifogo
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
2007-01-14Initial import of Parallaction engineEugene Sandulenko