aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2015-05-09SHERLOCK: Some more fixesStrangerke
2015-05-09SHERLOCK: Remove the use of ++ on boolean variablesStrangerke
2015-05-09SHERLOCK: Fix some more GCC warningsStrangerke
2015-05-08SHERLOCK: Fix meta engine initializationPaul Gilbert
2015-05-08SHERLOCK: Simplify detection entryPaul Gilbert
2015-05-08SHERLOCK: Fix some reads beyond script end in doScriptPaul Gilbert
2015-05-08SHERLOCK: Fix some more GCC warningsStrangerke
2015-05-08SHERLOCK: Fix some more warningsStrangerke
2015-05-08SHERLOCK: Fix some more GCC warningsStrangerke
2015-05-08SHERLOCK: Fix some compilation warnings using GCCStrangerke
2015-05-08SHERLOCK: Fix the definition of Surface's destructorStrangerke
2015-05-08SHERLOCK: Remove extra semi-column, some code formattingStrangerke
2015-05-07SHERLOCK: Fix pink dot appearing in lower-left corner of some player framesPaul Gilbert
2015-05-07Merge branch 'master' into sherlockWillem Jan Palenstijn
2015-05-07SCUMM: Add DOS en demo for Indiana Jones and the Fate of AtlantisThierry Crozat
This was reported by Paulo Vicente in bug #6862.
2015-05-07SHERLOCK: some code formattingStrangerke
2015-05-07SHERLOCK: Reduce some more variable scopesStrangerke
2015-05-07SHERLOCK: Fix the way the sprite frames are freedStrangerke
2015-05-07SHERLOCK: Reduce the scope of some variablesStrangerke
2015-05-06SHERLOCK: Minor comment updatesPaul Gilbert
2015-05-06SHERLOCK: Fix looking at Paul's Cap immediately after entering a scenePaul Gilbert
2015-05-07SCUMM: SCUMM: Add English 1.6 disk version of Day of the Tentacle for DOS.Kirben
2015-05-07SCUMM: SCUMM: Add English 1.4 version of Indiana Jones and the Last Crusade ↵Kirben
for DOS.
2015-05-06SHERLOCK: Dropped _saveSeqNum in favor of _savedSequences sizePaul Gilbert
2015-05-07SCUMM: Add UK version of Pajama Sam 2 for Windows.Kirben
2015-05-07GOB: Make coordinate parameters in Surface::fillRect() signedSven Hesse
And clip to [0, width), [0, height) before drawing. This fixes bug #6864, which is a regression I introduced in 51fd528fe56e00466255d54e1e71b19f34729bfd when I changed all the drawing code to use the Surface class. I thought that having unsigned coordinates makes sense, but for some reason, Fascination sets _destSpriteX (which maps to left in fillRect()) to -1, expecting the drawing code to clip.
2015-05-05SCI: add qfg2 airElemental workaround - bug #6859Martin Kiewitz
2015-05-05SHERLOCK: Fix checkForSoundFrames, add some warning TODOsStrangerke
2015-05-04SHERLOCK: Fix picking up Sarah's effects in MorguePaul Gilbert
2015-05-04SHERLOCK: Check _talkToAbort after calling pickupObjectPaul Gilbert
2015-05-04SCI: fix bug in new string identifying codeMartin Kiewitz
fixes string identifying in mac SCI1.1 games
2015-05-04SCI: Scripts: identify strings + debug commandMartin Kiewitz
debug command is called "script_strings" / "scrs"
2015-05-03SHERLOCK: Fix picking up knife in taxidermyPaul Gilbert
2015-05-03SHERLOCK: Fix crash when moving cratesPaul Gilbert
2015-05-03SCI: Handle pronouns in parserWillem Jan Palenstijn
When parsing a sentence, its type 0x142 word (presumably the object) is now stored. Any pronouns (type 0x080) are then automatically replaced by this stored word.
2015-05-03SCI: Clarify function nameWillem Jan Palenstijn
2015-05-02SHERLOCK: Fix gfx glitch when returning to morgue for a second timePaul Gilbert
2015-05-02SHERLOCK: Revised door close fix due to new bug when entering morguePaul Gilbert
2015-05-02SHERLOCK: Don't mark leaving scene as visited during savegame loadsPaul Gilbert
2015-05-02SHERLOCK: Properly close door when entering Sarah's flatPaul Gilbert
2015-05-02SHERLOCK: Fix original game bug when testing powdery substancePaul Gilbert
2015-05-02SHERLOCK: Fix trying to enter theatre without talking to LestradePaul Gilbert
2015-05-02SCI: lsl5 script patch to fix game breaking bugMartin Kiewitz
fixes green card phone number also calling limo at the same time bug for the English PC 1.000 release.
2015-05-01SHERLOCK: Allow fast quitting when randomTransition in progressPaul Gilbert
2015-05-01SHERLOCK: Tweak doBgAnim delays to better match original gamePaul Gilbert
2015-05-01SHERLOCK: Change _helpStyle from int to boolPaul Gilbert
2015-05-01SHERLOCK: Move Settings dialog event handling into Settings classPaul Gilbert
2015-05-01SHERLOCK: Remove unused key pad speed fieldPaul Gilbert
2015-05-01SHERLOCK: Moved Settings dialog into it's own classPaul Gilbert
2015-05-01SHERLOCK: Fix intro sequence crashPaul Gilbert