aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula
AgeCommit message (Expand)Author
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2013-01-06DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variablesFilippos Karapetis
2013-01-04DRASCULA: More animation cleanup. Separate subfunction of animation_12_5()Filippos Karapetis
2013-01-04DRASCULA: Merge some animation functions and document all animationsFilippos Karapetis
2013-01-04DRASCULA: Respond quicker to aborting the von Braun songTorbjörn Andersson
2013-01-04DRASCULA: Properly set the game play time when loading a saved gameFilippos Karapetis
2013-01-04Oops, fix save converter messageFilippos Karapetis
2013-01-04DRASCULA: Add advanced savegame functionalityFilippos Karapetis
2012-11-30DRASCULA: Change loop variable to uint, rather than size_t.D G Turner
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-16DRASCULA: Get rid of casts on CursorManager::replaceCursor calls.Johannes Schickel
2012-04-16DRASCULA: listSaves handles unsynced save indexupthorn
2012-04-15DRASCULA: added list saves supportupthorn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-12-08DRASCULA: Replace usage of 'goto'.D G Turner
2011-11-25DRASCULA: Add fix for crash/OOB memory accesses in bug #3440895D G Turner
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-16DRASCULA: Further cleanup of the sound playing codeFilippos Karapetis
2011-11-13DRASCULA: Simplify speech mute handling.Johannes Schickel
2011-11-13DRASCULA: Improve confirm quit screen.Johannes Schickel
2011-11-13DRASCULA: Allow faster quit when in the mid of a conversation.Johannes Schickel
2011-11-09DRASCULA: Don't go straight to inventory after close volume settings.Torbjörn Andersson
2011-11-02DRASCULA: Fix warningsEugene Sandulenko
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-09DRASCULA: Remove unecessary VOC header dependency.D G Turner
2011-08-24DRASCULA: Separated the save name syncing code, and added a TODOFilippos Karapetis
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10DRASCULA: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02DRASCULA: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
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-04-24DRASCULA: Avoid crash in engine destructor after it failed to start.Thierry Crozat
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-19DRASACULA: Init volume levels on startupdhewg
2011-03-08DRASCULA: Fix a style related warning for WinCE specific code.Johannes Schickel
2011-02-19DRASCULA: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-31DRASCULA: Fixed a warningFilippos Karapetis
2011-01-28DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage.David Turner
2011-01-28DRASCULA: Remove unecessary destructor from ArchiveMan.David Turner
2011-01-28DRASCULA: Fix for Duplicate Registering of Archive.David Turner