Skip to content

Commit

Permalink
NEWS: Mention the changes introduced since the last NEWS update
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Lothar Serra Mari committed Jul 19, 2016
1 parent 8d85038 commit fdd21f1
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions NEWS
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit fdd21f1

Please sign in to comment.