diff options
author | Colin Snover | 2017-10-08 20:18:42 -0500 |
---|---|---|
committer | Colin Snover | 2017-10-08 20:19:43 -0500 |
commit | dc0b574e44c1ce5fa6ae0eb5fd53349cb47e593c (patch) | |
tree | 69e5cd8dfd5a10fa90aac7e5aafe1e60787cc414 /NEWS | |
parent | 68234d2b8a7ebed58ea6d02b7ce6c83a9eb0b028 (diff) | |
download | scummvm-rg350-dc0b574e44c1ce5fa6ae0eb5fd53349cb47e593c.tar.gz scummvm-rg350-dc0b574e44c1ce5fa6ae0eb5fd53349cb47e593c.tar.bz2 scummvm-rg350-dc0b574e44c1ce5fa6ae0eb5fd53349cb47e593c.zip |
NEWS: Add a selection of new SCI fixes and improvements
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -58,9 +58,18 @@ For a more comprehensive changelog of the latest experimental code, see: - Fixed badly distorted sound (bug #9753). SCI + - Improved startup speed when using the MT-32 emulator. + - Improved handling of MT-32 reverb in SCI0 games. + - Improved selection of synthesized sound effects in SCI0 games. + - Improved selection of digital audio in SQ4. + - Improved resource bounds checking. + - Improved error handling of corrupt MIDI data. + - Fixed slow leak of small amounts of data into save games over time. + - Fixed broken day/night cycle in QFG3. - Fixed a script bug in Police Quest 3 to now grant 10 points when giving the locket to Marie. Now it's possible to beat the game with a perfect score. - This bug is also present, when using the original interpreter. + This bug is also present when using the original interpreter. + - Fixed various other script bugs. 1.9.1 (YYYY-MM-DD) General: |