aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
AgeCommit message (Expand)Author
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