aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-11MOHAWK: Move debug rect draw control to the consoleBastien Bouclet
It was previously bound to F4
2016-02-11SHERLOCK: SS: Make user interface multilingualMartin Kiewitz
Bug #7002 almost fully solved
2016-02-10ACCESS: Fix spoken text randomly being skippedPaul Gilbert
2016-02-10SHERLOCK: SS: Fix typo in German fixed textMartin Kiewitz
Was like that in the original, we fix it.
2016-02-10SHERLOCK: Fix Spanish journal text - thanks t0byMartin Kiewitz
Some lines were not translated that well, probably because the original added words together in code based on English grammar, so the translator was probably very restricted.
2016-02-10SHERLOCK: SS: Fix fixed text typoMartin Kiewitz
2016-02-10AGI: Remove unused methodMartin Kiewitz
2016-02-10SHERLOCK: RT: Fix typo in fixed inventory textMartin Kiewitz
bug #7023
2016-02-10AGI: CleanupMartin Kiewitz
2016-02-10AGI: Init video before font + text initMartin Kiewitz
2016-02-10COMPOSER: Fix truncated Baba Yaga md5Willem Jan Palenstijn
2016-02-10LAB: Enable by default.Johannes Schickel
Thanks to tsoliman for noticing.
2016-02-09MAEMO: Add configure and make extra args env varsTarek Soliman
This allows running "make -j4" and similar as part of dpkg-buildpackage without editing the makefile.
2016-02-09SHERLOCK: RT: Fix German umlaut display in JournalPaul Gilbert
2016-02-09AGI: Use special Apple IIgs SQ1 palette for SQ1Martin Kiewitz
Was already documented inside palette.h, but wasn't used yet
2016-02-09AGI: Fix warningMartin Kiewitz
2016-02-09AGI: Fix invalid coordinate warnings for spritesMartin Kiewitz
2016-02-09SCI: Small variable renaming to match our naming guidelines.Johannes Schickel
2016-02-09AGI: Only set VAR_KEY,when no controller/directionMartin Kiewitz
Fixes Mixed Up Mother Goose Apple IIgs save/restore prompt
2016-02-09AGI: Hold-Key: only send stationary for directionsMartin Kiewitz
2016-02-09AGI: Fix skip auto-save slot code for auto-saveMartin Kiewitz
2016-02-09AGI: Check xPos/yPos when building sprite listsMartin Kiewitz
And ignore sprites, that are placed outside of visual screen Fixes memory corruption during intro of fan made Get Outta SQ game. Original AGI did not do checks at all.
2016-02-09SCI: Take advantage of operator-> of Common::List::iterator.Johannes Schickel
2016-02-09AGI: Cut menu in case menu names are too longMartin Kiewitz
Required for games that add to many names or add names, that are too long. The code needs to get adjusted anyway for different platforms, so for now just cut the menu names instead Required for at least the fan game Get Outta Space Quest
2016-02-09SCI: Add script patch kq6 dual mode CD-AudioMartin Kiewitz
Script patch added, so that dual mode uses the same CD-Audio as regular Speech mode does during the ending (Girl in the Tower)
2016-02-09AGI: Change set.simple string copy codeMartin Kiewitz
2016-02-09AGI: Fix various CIDsMartin Kiewitz
CID 1350104: regression from graphics rewrite in C64 picture drawing CID 1350101: potential buffer overflow in set.simple command CID 1350112: uninitialized variable in TextMgr CID 1350113: false positive uninitialized variable in SystemUI CID 1350114: potentially uninitialized variable in IIgsSample CID 1350117: false positive uninitialized variable in InventoryMgr CID 1350103: code bug in CGA rendering TextMgr::charAttrib_Set() CID 1350109: false positive in GfxFont::loadFontAmigaPseudoTopaz() CID 1350111: original AGI uninitialized memory issue in SpritesMgr::showObject
2016-02-09COMMON: Fix formatting issues in archive.cpp.Johannes Schickel
2016-02-09KYRA: Run astyle on sound.cpp.Johannes Schickel
2016-02-09SAGA: Add comments about possibly race conditions to timer callbacks.Johannes Schickel
(cherry picked from commit 93f627441ac68e7a4c3e7f748a7b6f999bd9c96a)
2016-02-09NEWS: Style fixes (most important: line breaks)Johannes Schickel
2016-02-09SCI: Enable undither option for PQ2/PC-98Martin Kiewitz
2016-02-09SCI: Additional info about Mother Goose patchesMartin Kiewitz
comments only
2016-02-09TINSEL: Enable Miles Audio for DW1+DW1CD Demo onlyMartin Kiewitz
DW1 floppy demo doesn't seem to have audio at all
2016-02-09SCI: Script patch for Mixed Up Mother Goose SCI1Martin Kiewitz
+ Mother Goose SCI1.1 Fixes graphic issues when restoring from GMM Also make the fix ups for Mixed Up Mother Goose, Jones + PQ2 get applied all the time (debugger command not included)
2016-02-08TINSEL: Fix crash on big-endian hostsMarcus Comstedt
2016-02-08SCI: Make kMemory behavior like original SCIMartin Kiewitz
We added 1 to the size as a workaround, but it's not really a workaround, because original SCI allocated at least 2 bytes more. They also made sure the size is even. We now do the same.
2016-02-08SCI: Zero out dynamically allocated memoryMartin Kiewitz
Fixes Mixed Up Mother Goose SCI1.1 crash when saving And could potentially fix all sorts of other issues Original SCI only zeroed out heap on init.
2016-02-08NEWS: Added PQ1 to SCI script patchesMartin Kiewitz
2016-02-08SCI: Script patch for PQ1 stuck in briefing roomMartin Kiewitz
Fixes ego getting stuck when briefing is about to start. Which is bug #5865. Also happened in original interpreter. Quite a complicated issue, details in patch comments
2016-02-08SCI: Script patch for SQ4 getting shot while ropeMartin Kiewitz
Solves Space Quest 4 "getting shot while getting rope" game bug Was an original game bug and happened in original SCI as well. Fixes bug #6076
2016-02-08I18N: Fix German README... again.rootfather
2016-02-08I18N: Add release date to German NEWS filerootfather
This adds the (planned) release date of ScummVM 1.8.0 to the German NEWS file. (called Neues). The Neues file is based on the original NEWS file as of commit 7d014be0a2b796175a7ce40a9315603f711b2a30
2016-02-08I18N: Fix German README filerootfather
This fixes some errors and flaws in the German README file (Liesmich). Liesmich is now based on the original README file as of commit 29b37f473cf7fdab300d3a2cc389741722495fb1.
2016-02-08NEWS: Consistency fixes.Johannes Schickel
2016-02-08NEWS: Remove kq6 line about RAVE supportMartin Kiewitz
Was actually implemented end of 2013, so it already was in 1.7.0. I think I need some sleep.
2016-02-08NEWS: Added info about improved lip-sync in kq6Martin Kiewitz
when playing hi-res version.
2016-02-08LAB: Allow saving/loading in animated scenes - bug #7014Filippos Karapetis
2016-02-08LAB: Merge all the different scene restoring code after saving/loadingFilippos Karapetis
2016-02-07AGI: Resource checking for setView/setLoop/setCelMartin Kiewitz
Also loading view resources in case they are not loaded on set.view Fixes crash in Larry 1 for Apple IIgs after getting beaten up by taxi driver (was an original game bug). Even makes it work now. Original interpreter closed down in this situation. For setLoop() and setCel() error()s were added for this case to avoid crashes. Also: screenObj->viewData renamed to screenObj->viewResource