aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/interface.cpp
AgeCommit message (Expand)Author
2017-11-15Revert "DRASCULA: Revert range 4dbed774..1f1d8607"Filippos Karapetis
2017-11-14DRASCULA: Revert range 4dbed774..1f1d8607Willem Jan Palenstijn
2017-11-11DRASCULA: Clean up room variables, and simplify some related checksFilippos Karapetis
2016-04-16DRASCULA: Swap extraSurface and tableSurface use in chapter 6 for Spanish ver...Thierry Crozat
2016-04-12DRASCULA: Fix wrong background for inventory in chapter 6Thierry Crozat
2014-02-18DRASCULA: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-19DRASCULA: Some renaming. Also, get rid of some extraneous globalsFilippos Karapetis
2013-05-14DRASCULA: Remove superfluous strcpy()Filippos Karapetis
2013-01-06DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variablesFilippos Karapetis
2013-01-04DRASCULA: Add advanced savegame functionalityFilippos Karapetis
2012-06-16DRASCULA: Get rid of casts on CursorManager::replaceCursor calls.Johannes Schickel
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-11-13DRASCULA: Improve confirm quit screen.Johannes Schickel
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-31DRASCULA: Fixed a warningFilippos Karapetis
2011-01-28DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage.David Turner
2010-09-21DRASCULA: Fix invalid memory access on inventory screenTorbjörn Andersson
2010-06-15Drascula: Move more cursor-related blits to cursorSurface.Eugene Sandulenko
2010-06-15Drascula: Fixed bug #2826608.Eugene Sandulenko
2010-06-15Drascula: added more debug outputEugene Sandulenko
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2009-05-13Normalized types for several variables. FormattingEugene Sandulenko
2009-05-12Replace verb numbers with constants in selectVerb() callEugene Sandulenko
2008-12-03Removed unused variable.Torbjörn Andersson
2008-12-03Applied wjpalenstijn's patch to fix bug #2111826 - "DRASCULA: Inserting save ...Filippos Karapetis
2008-09-16- Moved some includes away from drascula.hFilippos Karapetis
2008-09-13Indentation.Torbjörn Andersson
2008-09-11- Merged openDoor() and closeDoor()Filippos Karapetis
2008-09-11- The game's cursor is now handled via ScummVM's cursor manager, instead of t...Filippos Karapetis
2008-09-10Reduced game memory usage by about 400KB by only loading the current language...Filippos Karapetis
2008-08-03Fix bug #2017432: "DRASCULA: Typing is slow when you save a game"Eugene Sandulenko
2008-08-02Fix bug #2007170: "DRASCULA: No Spaces in SaveGames Names"Eugene Sandulenko
2008-06-10verbo -> verbFilippos Karapetis
2008-06-10drawSurface1 -> bgSurfaceFilippos Karapetis
2008-06-09- drascula.dat is now read completelyFilippos Karapetis
2008-06-07Shuffled around more code. Now the files look more manageable.Eugene Sandulenko