aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
AgeCommit message (Expand)Author
2007-03-10more robust font managementNicola Mettifogo
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead o...Nicola Mettifogo
2007-03-04fixed regression: background used to get broken when items were picked upNicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-03-04moved background loading into disk.cppNicola Mettifogo
2007-03-04moved platform-dependant resource loading routines into disk.cppNicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-03-03removed common-case code from loadBackgroundNicola Mettifogo
2007-03-03loadBackground simplified: palette cycling is still broken, thoughNicola Mettifogo
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
2007-03-02replaced calls to loadExternalStaticCnv with separate loaders for Head and Po...Nicola Mettifogo
2007-02-27changed font handling:Nicola Mettifogo
2007-02-25made Archive inherit from Common::File, added some methods to comply to inter...Nicola Mettifogo
2007-02-25made Archive behave more like Common::File, preparing for inheritanceNicola Mettifogo
2007-02-25wrapped archive routines into a new class named Archive. File-level static va...Nicola Mettifogo
2007-02-25got rid of ArchievedFile. Since only one single file is being read from the a...Nicola Mettifogo
2007-02-18more big-endianness fixesNicola Mettifogo
2007-02-17fixed regression bug causing labels not to be aligned properly when near the ...Nicola Mettifogo
2007-02-17changed mapChar to use unsigned (byte) instead of char, to avoid possible sig...Nicola Mettifogo
2007-02-17changed CNV loading code to be endian-safeNicola Mettifogo
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-02-14More skip_whitespace -> Common::ltrim(). For real now.Eugene Sandulenko
2007-02-05solved 64 bit casting issue from BUG #1648325Nicola Mettifogo
2007-02-04added more debug levels and commentsNicola Mettifogo
2007-02-04solved array out of bound issue in quickFadePaletteNicola Mettifogo
2007-02-04added game palette static initializers to avoid warningsNicola Mettifogo
2007-02-04oops fixed 64 bit warnings in the last revisionNicola Mettifogo
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
2007-01-27removed printf's spewing out tons of debug messagesNicola Mettifogo
2007-01-26added NULLity checksNicola Mettifogo
2007-01-21fixed occasional border issues in inventoryNicola Mettifogo
2007-01-15made _glyphWidths only referenced into graphics.cppNicola Mettifogo
2007-01-15enforced MemoryReadStream usage instead of custom byte swapping in background...Nicola Mettifogo
2007-01-14Initial import of Parallaction engineEugene Sandulenko