aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2014-07-11MADE: Error out when a blocks file fails to openMatthew Hoops
2014-07-09TSAGE: Fix for R2R endgame crash when active character is SeekerPaul Gilbert
2014-07-08GOB: Remove duplicate entries for Ween DOSSven Hesse
Seems like that happened when I sorted them by platform after splitting up the big detection table in 07b17f711. This fixes bug #6676.
2014-07-08MOHAWK: Reset some Myst state variables as per the originalBastien Bouclet
This fixes a bug where the player could be stuck on Channelwood's lower level with the elevator on the upper level. This also turns the light off on Stoneship when entering the age, since the battery is depleted. Thanks to dtungsten for submitting this fix in PR#478.
2014-07-07NEVERHOOD: Play a single sound when losing the memory puzzle (bug #6672)Filippos Karapetis
When the memory puzzle is reset, each revealed tile gets hidden again. When a lot of tiles were hidden, the multiple clicking sounds would fill the available sound slots. To avoid this, only a single click is sounded when losing
2014-07-05SWORD1: Tweak MPEG-2 cutscenes error messageThierry Crozat
Beside making the message slightly better imho, it is also now identical to the same message in BS2 and also more coherent with the DXA message.
2014-07-05SCUMM: Cleanup.Johannes Schickel
2014-07-05SCUMM: Simplify index file handling for Steam versions.Johannes Schickel
This also makes sure that all extra needed detection data for the Steam releases is located inside detection.cpp.
2014-07-05SCUMM: Fix a subtle bug in Sound::getCDStatus() for Loom SteamFilippos Karapetis
2014-07-05SCUMM: Slight formatting fixes.Johannes Schickel
2014-07-05SCUMM: Remove unused variable.Johannes Schickel
2014-07-05SCUMM: Use spaces instead of tabs in comments.Johannes Schickel
2014-07-05SCUMM: Remove empty line before license header.Johannes Schickel
2014-07-05Merge pull request #470 from bluegr/Lucasarts_SteamJohannes Schickel
SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and Dig
2014-07-04SCUMM: Add support for CD audio tracks in the Steam versions of LoomFilippos Karapetis
Many Thanks to Ben Castricum for the original patch
2014-07-03VOYEUR: Fix crash when playing video #42Paul Gilbert
2014-07-03VOYEUR: Fix double apartment enter animation when loading save from launcherPaul Gilbert
2014-07-03SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and DigFilippos Karapetis
Many Thanks to Ben Castricum for the original patch
2014-07-01TSAGE: Fix incorrect scene item resource in Ringworld 1Paul Gilbert
2014-07-01VOYEUR: Fix to show cursor after loading savegamePaul Gilbert
2014-07-01YOVEUR: Enable engine by default.Johannes Schickel
We ship this with 1.7.0 according to our release plans, thus it should really be enabled by default.
2014-06-30TSAGE: Remove mutex locks that were causing occassional deadlocksPaul Gilbert
2014-06-30TSAGE: Fix for loading savegames in the R2R Flub tube mazePaul Gilbert
2014-06-30NEVERHOOD: Fix uninitialized variables in Sprite (bug #6663)johndoe123
2014-06-30FULLPIPE: Initialize variableEugene Sandulenko
2014-06-29MADS: Fix incorrect difficulty check for leaving ship without rebreatherPaul Gilbert
2014-06-29MADS: Fix using arrow keys in Miranda's mazePaul Gilbert
2014-06-29AGOS: Revert my MIDI changes that caused bug #6664.Kirben
2014-06-28MADS: Cleanup of fields and constants usagePaul Gilbert
2014-06-28MADS: Create savegame thumbnail from scenes before opening in-game dialogsPaul Gilbert
2014-06-29MADS: Don't error out on unsupported scene transitionsFilippos Karapetis
This prevents the game from erroring out when screen fade is toggled
2014-06-28MADS: Fix selection of lines in the difficulty dialog to match the originalPaul Gilbert
2014-06-28SAGA: Added detection for Chinese floppy ITE. Needs CJK renderingEugene Sandulenko
2014-06-28MADS: Remove dead codeFilippos Karapetis
2014-06-28MADS: Started implementing the Rex in-game and option menusFilippos Karapetis
2014-06-28NEVERHOOD: Fix for uninitialized variables for car ride logic.D G Turner
This fixes bug #6661 NEVERHOOD: Uninitialized variable during car ride.
2014-06-28NEVERHOOD: Initialize _newMoveDirection. Valgrind complained.Torbjörn Andersson
2014-06-27FULLPIPE: Reduce header dependencyEugene Sandulenko
2014-06-27FULLPIPE: Split out MGM code into separate fileEugene Sandulenko
2014-06-27FULLPIPE: Attempt to fix flickering. Added debug outputEugene Sandulenko
2014-06-26MADS: Implement the difficulty selection dialogPaul Gilbert
2014-06-26NEVERHOOD: Implement clipping in BaseSurface::copyFromjohndoe123
This should hopefully fix the crashes in the Hall of Records as mentioned in bug #6513.
2014-06-25FULLPIPE: Fix selector in debug sceneEugene Sandulenko
2014-06-25SCUMM: Add UK Windows version of Freddi Fish 3.Kirben
2014-06-24SWORD25: Fix sprite flippingEugene Sandulenko
2014-06-23FULLPIPE: Remove unused variableEugene Sandulenko
2014-06-23FULLPIPE: Give better name to functionEugene Sandulenko
2014-06-23FULLPIPE: MovGraph::calcMovItems: renamed variables and added some commentsEugene Sandulenko
2014-06-22SCUMM: Do not let music reallocate its own channels in AD player.Johannes Schickel
This makes it conform to the original.
2014-06-22SCUMM: Change channel/slot (re)allocation strategy in AD player.Johannes Schickel
This makes sure that always the channel/slot with the lowest priority is reallocated in case none is free. This fixes some music oddities in Indy3.