aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/graphics.cpp
AgeCommit message (Expand)Author
2009-05-13Normalized types for several variables. FormattingEugene Sandulenko
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-09-16- Fixed centerText() to print text at the correct heightFilippos Karapetis
2008-09-15Fixed compiler warningsMax Horn
2008-09-15Remove a workaround in textFitsCentered(). The blind man's dialog is a bit be...Filippos Karapetis
2008-09-15Rewrote the very confusing centerText() function into something that makes mo...Filippos Karapetis
2008-09-14Slight cleanup of centerText()Filippos Karapetis
2008-09-14Fix for bug #2110375 - "DRASCULA: Mouse visible in screen saver", a regressio...Filippos Karapetis
2008-09-13Indentation.Torbjörn Andersson
2008-09-12- Moved more animation data inside drascula.datFilippos Karapetis
2008-09-11- Merged openDoor() and closeDoor()Filippos Karapetis
2008-09-11Code optimizations from FingolfinFilippos Karapetis
2008-09-11CleanupFilippos Karapetis
2008-09-11Fixed the hotspot for the crosshair cursorFilippos Karapetis
2008-09-11- The game's cursor is now handled via ScummVM's cursor manager, instead of t...Filippos Karapetis
2008-09-09Cleanup. Simplified converse()Filippos Karapetis
2008-08-26Removed some unneeded sanity checks that have been introduced with the latest...Filippos Karapetis
2008-08-26Simplified several calls to copyBackground()Filippos Karapetis
2008-08-17Patch #2045543: Possible fix for Drascula's decodeRLE()Eugene Sandulenko
2008-06-17Removed duplicate codeFilippos Karapetis
2008-06-10drawSurface1 -> bgSurfaceFilippos Karapetis
2008-06-09endianess fixesFilippos Karapetis
2008-06-08Restore apostrophe hack.Eugene Sandulenko
2008-06-08Removed the MiVideoSSN buffer, using screenSurface instead. Added a FIXME for...Filippos Karapetis
2008-06-08pointer -> memPtrFilippos Karapetis
2008-06-08Use mixVideo() in showFrame() and some capitalization fixesFilippos Karapetis
2008-06-08- Removed the AuxBuffOrg and AuxBuffDes buffersFilippos Karapetis
2008-06-08Removed the useless pcxBuffer buffer and auxPun pointer and fixed an off-by-o...Filippos Karapetis
2008-06-08CleanupFilippos Karapetis
2008-06-07WIP of drascula.dat loading. Eugene Sandulenko
2008-06-07Shuffled around more code. Now the files look more manageable.Eugene Sandulenko