aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/graphics.cpp
AgeCommit message (Expand)Author
2019-10-18DRASCULA: Fix Missing Default Switch CasesD G Turner
2017-11-18DRASCULA: Fix ego manipulation for translated versionsEugene Sandulenko
2017-02-11DRASCULA: Add bound check asserts to copyRectWillem Jan Palenstijn
2016-12-08DRASCULA: Increase debug level for copyBackgroundThierry Crozat
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-04-16DRASCULA: Swap extraSurface and tableSurface use in chapter 6 for Spanish ver...Thierry Crozat
2016-04-13DRASCULA: Improve text centeringThierry Crozat
2016-04-11DRASCULA: Fix regression in subtitle display in Spanish versionThierry Crozat
2016-04-11DRASCULA: Fix typo in variable nameThierry Crozat
2016-04-08DRASCULA: Fix text alignment to be faithful to the originalThierry Crozat
2016-04-07DRASCULA: Improve text centering and spacing between linesThierry Crozat
2014-02-18DRASCULA: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-17DRASCULA: Fix buildWillem Jan Palenstijn
2013-10-17DRASCULA: Fix potential buffer overrun. CID 1003310Eugene Sandulenko
2013-08-19DRASCULA: Some renaming. Also, get rid of some extraneous globalsFilippos Karapetis
2013-08-03DRASCULA: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03DRASCULA: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-01-04DRASCULA: More animation cleanup. Separate subfunction of animation_12_5()Filippos Karapetis
2011-11-25DRASCULA: Add fix for crash/OOB memory accesses in bug #3440895D G Turner
2011-11-02DRASCULA: Fix warningsEugene Sandulenko
2011-06-20ALL: Remove trailing whitespacesMax Horn
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