aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
AgeCommit message (Collapse)Author
2007-02-25wrapped archive routines into a new class named Archive. File-level static ↵Nicola Mettifogo
variables have been made members of the new class. svn-id: r25866
2007-02-25got rid of ArchievedFile. Since only one single file is being read from the ↵Nicola Mettifogo
archives at every moment, the ArchivedFile structure used for bookkeeping is useless. svn-id: r25864
2007-02-18more big-endianness fixesNicola Mettifogo
svn-id: r25672
2007-02-17fixed regression bug causing labels not to be aligned properly when near the ↵Nicola Mettifogo
right border svn-id: r25665
2007-02-17changed mapChar to use unsigned (byte) instead of char, to avoid possible ↵Nicola Mettifogo
sign issues svn-id: r25664
2007-02-17changed CNV loading code to be endian-safeNicola Mettifogo
svn-id: r25663
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-02-14More skip_whitespace -> Common::ltrim(). For real now.Eugene Sandulenko
svn-id: r25577
2007-02-05solved 64 bit casting issue from BUG #1648325Nicola Mettifogo
svn-id: r25391
2007-02-04added more debug levels and commentsNicola Mettifogo
svn-id: r25386
2007-02-04solved array out of bound issue in quickFadePaletteNicola Mettifogo
svn-id: r25380
2007-02-04added game palette static initializers to avoid warningsNicola Mettifogo
svn-id: r25379
2007-02-04oops fixed 64 bit warnings in the last revisionNicola Mettifogo
svn-id: r25377
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
svn-id: r25376
2007-01-27removed printf's spewing out tons of debug messagesNicola Mettifogo
svn-id: r25217
2007-01-26added NULLity checksNicola Mettifogo
svn-id: r25213
2007-01-21fixed occasional border issues in inventoryNicola Mettifogo
svn-id: r25145
2007-01-15made _glyphWidths only referenced into graphics.cppNicola Mettifogo
svn-id: r25096
2007-01-15enforced MemoryReadStream usage instead of custom byte swapping in ↵Nicola Mettifogo
background loading svn-id: r25094
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083