aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-09-28- Renamed withVoices to _subtitlesDisabled as it reflect the true meaning.Eugene Sandulenko
2008-09-28Fix bug #2043489: DRASCULA: Cannot disable speechEugene Sandulenko
2008-09-28Add Italian C64 ZakEugene Sandulenko
2008-09-28Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole intro/credit...Benjamin Haisch
2008-09-27SCUMM: Use FilesystemNode::openForReading instead of Common::File::open(Files...Max Horn
2008-09-27Added a spanish floppy version of Lost in Time, as supplied by goodoldgeorg i...Sven Hesse
2008-09-27Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor...Max Horn
2008-09-27Slight simplification of last commit.Torbjörn Andersson
2008-09-27Allow quitting or returning to the launcher while cutscenes are playing.Torbjörn Andersson
2008-09-27Fixed typos.Torbjörn Andersson
2008-09-25cleanupMax Horn
2008-09-25SCUMM: Moved more stuf from class Actor to ActorHEMax Horn
2008-09-25SCUMM: Moved Actor::drawActorToBackBuf to class ActorHEMax Horn
2008-09-25SCUMM: Added a new ActorHE class, as well as a virtual Actor::prepareDrawActo...Max Horn
2008-09-24Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No Anima...Eugene Sandulenko
2008-09-24cleanupMax Horn
2008-09-24Readded missing special case for the storm animation in ITE. Fixes bug #21256...Filippos Karapetis
2008-09-23Improved updateScreenAndWait; the mouse cursor is less jerky now in some scen...Benjamin Haisch
2008-09-23Add another French Windows version of Putt-Putt Enters the Race.Travis Howell
2008-09-23Fix for bug #1917981: Game crash when finishing Indy3 demo. At the same time,...Max Horn
2008-09-21Patch #2054467: CRUISE: 64bits fixesEugene Sandulenko
2008-09-20I think this is the correct fix for bug #2081347 ("MM: Charset out ofTorbjörn Andersson
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
2008-09-19Changed tinsel's volume range (0-127) to match ScummVM's (0-255)Filippos Karapetis
2008-09-17Patch #2060517: SCUMM: engine sets incorrect talkspeed valueMax Horn
2008-09-17Moved base/game.* to engines/game.*Max Horn
2008-09-16Removed tons of unused 'length' variables, to silence compiler warningsMax Horn
2008-09-16Added support for SCUMM savestates date/time and playtime info in the launche...Johannes Schickel
2008-09-16Cleanup.Johannes Schickel
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-09-16- Moved some includes away from drascula.hFilippos Karapetis
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ...Max Horn
2008-09-16Fixed some glitches in the last part of Von Braun's storyFilippos Karapetis
2008-09-16Cleaned up and fixed the cutscene with Von Braun's story. Fixes bugs #2111804...Filippos Karapetis
2008-09-16Removed the confirmation speech when a game is saved - it's "99.als" instead ...Filippos Karapetis
2008-09-16Assign _lang to the appropriate enum valuesFilippos Karapetis
2008-09-16Added a workaround to skip the silence in the beginning and end of file 3.als...Filippos Karapetis
2008-09-16- Fixed centerText() to print text at the correct heightFilippos Karapetis
2008-09-15Fixed compiler warningsMax Horn
2008-09-15also check for premature end-of-stream when loadingWillem Jan Palenstijn
2008-09-15Show the blind man's dialog text at a bit better placeFilippos Karapetis
2008-09-15Remove a workaround in textFitsCentered(). The blind man's dialog is a bit be...Filippos Karapetis
2008-09-15Fixed the phrase told by the protagonist when he talks to the blind man the s...Filippos Karapetis
2008-09-15Rewrote the very confusing centerText() function into something that makes mo...Filippos Karapetis
2008-09-15Replace ioFailed by err.Travis Howell
2008-09-15Proper check for eos(), after the latest changes to OSystemFilippos Karapetis
2008-09-15replace ioFailed by errWillem Jan Palenstijn
2008-09-15fix listSaveGamesWillem Jan Palenstijn
2008-09-14Fixed regression introduced with latest stream changes (it seems compressed s...Johannes Schickel
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn