diff options
author | Kamil Zbróg | 2014-01-12 18:44:51 +0000 |
---|---|---|
committer | Kamil Zbróg | 2014-01-12 18:44:51 +0000 |
commit | 444934a0accec982f55db92c17ef65270fe18e66 (patch) | |
tree | f62210b1ff15696accd87d97b68b03688a153156 /NEWS | |
parent | e94fabc37407a7d300af04493b0f5cbced42a092 (diff) | |
parent | 1a4f951f8bff52f6185304722f2ab9cf9bcd58f4 (diff) | |
download | scummvm-rg350-444934a0accec982f55db92c17ef65270fe18e66.tar.gz scummvm-rg350-444934a0accec982f55db92c17ef65270fe18e66.tar.bz2 scummvm-rg350-444934a0accec982f55db92c17ef65270fe18e66.zip |
Merge remote-tracking branch 'sync/master' into prince-malik
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -4,13 +4,12 @@ For a more comprehensive changelog of the latest experimental code, see: 1.7.0 (????-??-??) New Games: - Added support for Return to Ringworld. + - Added support for The Neverhood. General: - - Updated MT-32 emulation code to version 1.3.0. - - Switched from our custom JPEG decoder to libjpeg-turbo, which is faster - and can handle all kinds of exotic JPEG images :) - - Switched from our custom PNG decoder to libpng, which is faster and can - handle all kinds of exotic PNG images :) + - Updated Munt MT-32 emulation code to version 1.3.0. + - Switched from our custom JPEG and PNG decoders to libjpeg(-turbo) and + libpng, which are faster and can handle more images. (NOTE: The change to libpng was done in version 1.6.0, but it was not added to the NEWS file). |