aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/graphics.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05DRASCULA: Handle pitch in code using lockScreen()Marcus Comstedt
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-28DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage.David Turner
2010-06-15Drascula: Move more cursor-related blits to cursorSurface.Eugene Sandulenko
2010-06-15Drascula: Fixed bug #2826608.Eugene Sandulenko
2010-06-15Drascula: ease load on backend.Eugene Sandulenko
2010-06-15Drascula: add more pic-related debug output.Eugene Sandulenko
2010-06-15Drascula: Optimized blitting code.Eugene Sandulenko
2010-04-29Fixed a glitch when a one-word text (e.g. "TOTENKOPF" in the first room, whenTorbjörn Andersson
2010-03-09DRASCULA: Simplify playFLI and its subroutinesMax Horn
2010-02-08Renamed ArjFile to ArchiveMan, and _arj to _archives.Nicola Mettifogo
2010-02-08Let ArjFile return a SeekableReadStream instead of implementingNicola Mettifogo
2010-02-08Reduced references to _arj to the minimum. It is passed as aNicola Mettifogo
2010-02-08Close the FLI file only from the routine that opened it.Nicola Mettifogo
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-08-04CleanupFilippos Karapetis
2009-08-04Removed the superfluous VGA buffer, replacing it with direct writes to the vi...Filippos Karapetis
2009-07-25Added word-wrapping to Drascula's conversation options. Fixes bug #2826607.Torbjörn Andersson
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