diff options
author | Lothar Serra Mari | 2016-07-19 11:38:37 +0200 |
---|---|---|
committer | Lothar Serra Mari | 2016-07-19 11:38:37 +0200 |
commit | fdd21f19425a8d49d176f1812c4de626b28de588 (patch) | |
tree | e77f0e1cbca2b01a223add46cc3e4fd57a039bbb | |
parent | 8d8503863a68300a4a0f9c30fe504ae48eec0756 (diff) | |
download | scummvm-rg350-fdd21f19425a8d49d176f1812c4de626b28de588.tar.gz scummvm-rg350-fdd21f19425a8d49d176f1812c4de626b28de588.tar.bz2 scummvm-rg350-fdd21f19425a8d49d176f1812c4de626b28de588.zip |
NEWS: Mention the changes introduced since the last NEWS update
I tried to cover most of the things that seem to be interesting
for the end user. I excluded the SCI32 stuff because a) it's not
officially supported and b) I don't have the slightest clue what
most of the changes to the SCI32 engine do. :)
Please excuse if you made a noteworthy contribution I missed
to mention in this NEWS update. It was not on purpose.
-rw-r--r-- | NEWS | 32 |
1 files changed, 28 insertions, 4 deletions
@@ -3,9 +3,12 @@ For a more comprehensive changelog of the latest experimental code, see: 1.9.0 (YYYY-MM-DD) New Games: - - Added support for Myst. - - Added support for Myst: Masterpiece Edition. - - Added support for U.F.O.s. + - Added support for Myst. + - Added support for Myst: Masterpiece Edition. + - Added support for U.F.O.s. + + General: + - Fixed audio corruption in the MS ADPCM decoder. AGI: - Added support for Hercules rendering. Both green and amber modes are @@ -16,9 +19,30 @@ For a more comprehensive changelog of the latest experimental code, see: available in the original interpreter for Hercules rendering. SCI: - - Fix a missing dialog line in QfG3 which awards the player with 3 additional + - Fixed a missing dialog line in QfG3 which awards the player with 3 additional points. This is a bug in the original game interpreter. Due to this bug, it was not possible to get all points in the original game. + - Fixed a bug in Space Quest 1 that caused issues with the spider droid. + - Fixed a bug in Laura Bow: The Colonel's Bequest that could cause a lock-up when + interacting with the armor in room 37 (main house, downstairs). This bug is also + present in the original game. + - Fixed auto-saving in the fan-made Cascade Quest. + - Fixed a bug in Conquests of the Longbow: The Adventures of Robin Hood that caused + the game to crash while wandering through the Sherwood Forest. + - Added a detection entry for the ImagiNation Network (INN) demo. + + SCUMM: + - Fixed missing translations in the in-game quit and restart dialogs in Pajama Sam 1. + - Fixed visual glitches in DOTT that occured after loading a savegame with the stereo + in Green Tentacle's room turned on. + + Mohawk: + - Fixed visual glitches in the Spanish version of Myst. + - Changed the cancel button in the options dialog of Riven not to save the settings. + - Riven savegames created by ScummVM are now loadable in the original game. + + WAGE: + - Closed memory leak. Windows port: - Fixed taskbar support on Windows 10 onwards. |