aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.cpp
AgeCommit message (Expand)Author
2019-05-13DRASCULA: Fix loading game from launcherThierry Crozat
2019-05-13DRASCULA: Move sufrace allocation outside game loopThierry Crozat
2018-02-21DRASCULA: Added support for Russian fan translationEugene Sandulenko
2017-11-18DRASCULA: Fix ego manipulation for translated versionsEugene Sandulenko
2017-11-15Revert "DRASCULA: Revert range 4dbed774..1f1d8607"Filippos Karapetis
2017-11-14DRASCULA: Revert range 4dbed774..1f1d8607Willem Jan Palenstijn
2017-11-11DRASCULA: Merge the floor coordinates into _walkRectFilippos Karapetis
2017-11-11DRASCULA: Rename gotoObject() to walkToPoint() and simplify itFilippos Karapetis
2017-11-11DRASCULA: Clean up room variables, and simplify some related checksFilippos Karapetis
2017-11-11DRASCULA: Reduce the scope of framesWithoutActionFilippos Karapetis
2017-11-11DRASCULA: walkToObject is a boolean variableFilippos Karapetis
2017-11-11DRASCULA: Simplify the drawing code in BJ's roomFilippos Karapetis
2017-11-11DRASCULA: characterMoved and characterVisible are boolean variablesFilippos Karapetis
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-04-22DRASCULA: Add possibility to load and save games using GMMThierry Crozat
2016-12-08ALL: Leave out instructions for engine data issuesBen Castricum
2016-12-06ALL: Change instructions for engine data file issuesBen Castricum
2016-12-06ALL: Unify 'wrong version of engine data' messageBen Castricum
2016-12-06ALL: Unify 'corrupted engine data' messageBen Castricum
2016-12-05ALL: Unify 'missing engine data' messageBen Castricum
2016-04-17DRASCULA: Remove delays when showing and hiding the inventoryThierry Crozat
2016-04-17DRASCULA: Remove delay for select verbThierry Crozat
2016-04-16DRASCULA: Fix animations speedThierry Crozat
2016-04-16DRASCULA: Swap extraSurface and tableSurface use in chapter 6 for Spanish ver...Thierry Crozat
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-04-12DRASCULA: Fix wrong background for inventory in chapter 6Thierry Crozat
2016-04-11DRASCULA: Fix regression in subtitle display in Spanish versionThierry Crozat
2016-04-11DRASCULA: Fix typo in variable nameThierry Crozat
2016-04-11DRASCULA: Rename variable to clarify its meaningThierry Crozat
2016-04-11DRASCULA: Improve loading savegames in Pendulum sceneThierry Crozat
2016-04-10DRASCULA: Fix loading games in room 102 when still chainedThierry Crozat
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Move to an openCD() without parameters as the public APIMatthew Hoops
2014-10-11DRASCULA: Remove unused static variableThierry Crozat
2014-06-15DRASCULA: Handle audio files in the "audio" folder (bug #6631)Filippos Karapetis
2014-02-18DRASCULA: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-06DRASCULA: Hookup up debug console correctly.D G Turner
2013-11-09DRASCULA: More variables initialized. CID 1003403Eugene Sandulenko
2013-10-29DRASCULA: More uninit variables. CID 1003403Eugene Sandulenko
2013-10-18DRASCULA: Initialize class variables. CID 1003403Eugene Sandulenko
2013-10-17DRASCULA: Fix buildWillem Jan Palenstijn
2013-10-17DRASCULA: Fix uninitalized class variables. CID 1003403Eugene Sandulenko
2013-10-17DRASCULA: Fix potential buffer overrun. CID 1003309Eugene Sandulenko
2013-08-19DRASCULA: Some renaming. Also, get rid of some extraneous globalsFilippos Karapetis
2013-01-06DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variablesFilippos Karapetis
2013-01-04DRASCULA: Merge some animation functions and document all animationsFilippos Karapetis
2013-01-04DRASCULA: Add advanced savegame functionalityFilippos Karapetis
2011-11-13DRASCULA: Allow faster quit when in the mid of a conversation.Johannes Schickel
2011-11-02DRASCULA: Fix warningsEugene Sandulenko
2011-06-02DRASCULA: Replace snprintf() usage with Common::String::format()D G Turner