aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
A leftover from code restructuring
2016-01-14LAB: Rename the members of the CrumbData structFilippos Karapetis
This helps to distinguish them from the LabEngine variables
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
iOS SDKs do not contain a libreadline, thus only link that for Mac OS X. Regression from: cb5db404c005e9ce982bee2a7abccad3ba043dc4
2016-01-13MOHAWK: Correct the submitter of the Italian version of MystFilippos Karapetis
A copy a paste error
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
Also add missing cc_check_clean after fluid synth check.
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
1. We use actual FluidSynth symbols in our test program now. This assures that linking actually checks for presence of symbols. Which in turn checks that the library linked can be used with our link configuration. 2. Add simple hardcoded list of FluidSynth dependencies. This helps detection of statically built FluidSynth.
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
2016-01-12VOYEUR: Reduce variable scope, fix typo in commentStrangerke
2016-01-12VOYEUR: Add a safeguard in getVOCFileNameStrangerke
2016-01-12MOHAWK: Add a comment about suspicious dead code in o_changeBackgroundSoundStrangerke
2016-01-11IOS: Updates the compilation instructionsVincent Bénony
2016-01-11CREATE_TOOL: Use tabs instead of spaces...Vincent Bénony
2016-01-11CREATE_TOOL: Renames static libraries used for iOS targetVincent Bénony
2016-01-11SHERLOCK: Remove empty destructor for WidgetFiles.Johannes Schickel
WidgetBase already has a virtual destructor, thus there is no need to make WidgetFiles have an empty virtual destructor around. This also prevents g++ for Dreamcast from failing due to an internal compiler error.
2016-01-11AVALANCE: Fix out of bounds array access.Johannes Schickel
Thanks to uruk for checking on this.
2016-01-11MADS: Rename "interface" variable to "idx".Johannes Schickel
interface is #define'd on WinCE and breaks compilation. We might want to undefine it in the future to prevent these pitfalls.
2016-01-11MADS: Check 'dialog' earlier to avoid untested null dereferenceStrangerke
2016-01-11MADS: dragonsphere - Remove dead code in Scene102::step()Strangerke
2016-01-11MADS: Initialize some variables in player codeStrangerke
2016-01-11MADS: Initialize some variables in conversation codeStrangerke
2016-01-11LAB: Prevent duplicate processing of inputFilippos Karapetis
2016-01-11LAB: Prevent excessive screen updates when checking for eventsFilippos Karapetis
2016-01-10MADS: Fix a bug noticed by eriktorbjorn in the camera codeStrangerke
2016-01-10CONFIGURE: Fix missing variable access.Johannes Schickel
Ooops.
2016-01-10CONFIGURE: Allow detection of static FreeType2 builds.Johannes Schickel
This is actually a bit abusive of the --static option. However, it works and prevents a lot of hassle to setup building when FreeType2 was built with --disable-shared.
2016-01-11MADS: Implement conversation dialog scripts loadingPaul Gilbert
2016-01-10IOS7: Make ios7bundle target work again.Johannes Schickel
2016-01-10SCI: Fix compilation when SCI32 is disabledWillem Jan Palenstijn
Thanks bSr43
2016-01-10SCUMM: Add detection for Russian MM fan-demoEugene Sandulenko
Detection is required due to the font differences.
2016-01-10SCUMM: Add support for Russian MMEugene Sandulenko