aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/graphics.cpp
AgeCommit message (Collapse)Author
2008-09-09Cleanup. Simplified converse()Filippos Karapetis
svn-id: r34460
2008-08-26Removed some unneeded sanity checks that have been introduced with the ↵Filippos Karapetis
latest cleanups svn-id: r34183
2008-08-26Simplified several calls to copyBackground()Filippos Karapetis
svn-id: r34181
2008-08-17Patch #2045543: Possible fix for Drascula's decodeRLE()Eugene Sandulenko
svn-id: r33973
2008-06-17Removed duplicate codeFilippos Karapetis
svn-id: r32727
2008-06-10drawSurface1 -> bgSurfaceFilippos Karapetis
svn-id: r32644
2008-06-09endianess fixesFilippos Karapetis
svn-id: r32639
2008-06-08Restore apostrophe hack.Eugene Sandulenko
svn-id: r32623
2008-06-08Removed the MiVideoSSN buffer, using screenSurface instead. Added a FIXME ↵Filippos Karapetis
for decodeOffset (as it can incorrectly write beyond 64000 bytes, up to 64256) svn-id: r32619
2008-06-08pointer -> memPtrFilippos Karapetis
Des_RLE -> decodeRLE Des_OFF -> decodeOffset Lenght -> length Removed duplicate code for RLE decoding svn-id: r32617
2008-06-08Use mixVideo() in showFrame() and some capitalization fixesFilippos Karapetis
svn-id: r32616
2008-06-08- Removed the AuxBuffOrg and AuxBuffDes buffersFilippos Karapetis
- Renamed loadPCX -> showFrame - Removed WaitForNext() - Cleaned up the PCX frame loading code svn-id: r32615
2008-06-08Removed the useless pcxBuffer buffer and auxPun pointer and fixed an ↵Filippos Karapetis
off-by-one error in the PCX decoding routine svn-id: r32613
2008-06-08CleanupFilippos Karapetis
svn-id: r32609
2008-06-07WIP of drascula.dat loading. Eugene Sandulenko
DISCLAIMER: this is too far from finished. From now drascula.dat is required to run the game, but in the meantime you have to make it by yourself. Do not update DRASCULA_DAT_VER as I want it to be version 1 once all loading will be implemented, but that may lead to some changes similar to r32602. svn-id: r32603
2008-06-07Shuffled around more code. Now the files look more manageable.Eugene Sandulenko
svn-id: r32599