aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-15SCI: Use the actual segment in the segment manager for SCI3 gamesFilippos Karapetis
2016-01-15SCI: Add a hack in music init for MUMG Deluxe, so that it startsFilippos Karapetis
2016-01-15SCI: Allow null references to kStringGetData, for Torin's PassageFilippos Karapetis
2016-01-15SCI: Fix usage of override functions and silence a warningFilippos Karapetis
2016-01-15Merge pull request #649 from csnover/sci32-kPaletteFilippos Karapetis
2016-01-14SCI: Minor clean-ups to comments and null pointer valuesColin Snover
2016-01-14SCI: Implement SCI32 kPalette findColor and matchColorColin Snover
2016-01-14SCI: fix kernelCoordinateToPriorityMartin Kiewitz
2016-01-14SCI: Use tick-based timing more consistentlyColin Snover
2016-01-14SCI: Implement SCI32 kPalVary and kPalette setFadeColin Snover
2016-01-14SCI: Add kPalMorph stubColin Snover
2016-01-14SCI: Fix bad spacing in kernel tablesColin Snover
2016-01-14LAB: Remove superfluous calls to updateEvents()Filippos Karapetis
2016-01-14LAB: Better separation of the event and interface codeFilippos Karapetis
2016-01-14LAB: Clean up the trial warning handling codeFilippos Karapetis
2016-01-14LAB: Allow the game to be launched from the GAME folderFilippos Karapetis
2016-01-14LAB: Read the header of DIFF files when opening themFilippos Karapetis
2016-01-14LAB: Call checkRoomMusic() when changing a roomFilippos Karapetis
2016-01-14LAB: Use the sample speed value instead of a define for game musicFilippos Karapetis
2016-01-14LAB: Clean up the event loops of special game screensFilippos Karapetis
2016-01-14LAB: Move frame waiting outside setAmigaPal()Filippos Karapetis
2016-01-14LAB: Fix accidental change to code styleFilippos Karapetis
2016-01-14LAB: Hide the mouse cursor while fading when closing the mapFilippos Karapetis
2016-01-14LAB: Properly update the screen in monitorsFilippos Karapetis
2016-01-14LAB: Rename doCloseup() to reflect its actual purposeFilippos Karapetis
2016-01-14LAB: Get rid of setDirection()Filippos Karapetis
2016-01-14LAB: Rename the members of the CrumbData structFilippos Karapetis
2016-01-14LAB: Cleanup and reorder the music codeFilippos Karapetis
2016-01-14LAB: Move music reset code into a separate functionFilippos Karapetis
2016-01-14LAB: The parameter of doMap() isn't neededFilippos Karapetis
2016-01-14SCUMM: Fix Russian ZakEugene Sandulenko
2016-01-13MOHAWK: Fix the getter for Channelwood's var 32Bastien Bouclet
2016-01-13BUILD: Fix ios7bundle/iphone bundle targets again.Johannes Schickel
2016-01-13MOHAWK: Correct the submitter of the Italian version of MystFilippos Karapetis
2016-01-13MOHAWK: Add detection for the Italian version of Myst (bug #6895)Filippos Karapetis
2016-01-13CONFIGURE: Update dependency list for fluidsynth on OS XThierry Crozat
2016-01-13SCUMM: Move Russian Dig version description to the generated fieldEugene Sandulenko
2016-01-13SCUMM: Add detection for Russian Dig with subtitlesEugene Sandulenko
2016-01-12NEVERHOOD: Fix another crash in Russian versionEugene Sandulenko
2016-01-12SCUMM: Added detection for Russian ZakEugene Sandulenko
2016-01-12MOHAWK: Added detection for Russian RivenEugene Sandulenko
2016-01-12LURE: Add support for Russian versionEugene Sandulenko
2016-01-13CONFIGURE: Update note about Fluidsynth in Windows builds.Kirben
2016-01-12BUILD: Fix iphonebundle/ios7bundle targets when FluidSynth is enabled.Johannes Schickel
2016-01-12CONFIGURE: Make FluidSynth detection more reliable.Johannes Schickel
2016-01-12MOHAWK: Fix incorrect condition in Myst's sound block opcodeBastien Bouclet
2016-01-12VOYEUR: change the type of the variable in a for loopStrangerke
2016-01-12VOYEUR: Fix bitwise comparison, make more use of DISPFLAG enumStrangerke
2016-01-12VOYEUR: Replace a check on a value by the use of an enumStrangerke
2016-01-12VOYEUR: Fix formatting in sound.cpp.Johannes Schickel