diff options
author | Matthew Hoops | 2011-10-07 14:34:22 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-10-07 14:34:22 -0400 |
commit | e1dc4db7aa53d1bbc4cdb03d1163c97d049702f5 (patch) | |
tree | 9d57b5fdd6737bc3449851a87e573abe7be984a6 /NEWS | |
parent | deab5b28753155863062746ef1239535f562fd0b (diff) | |
parent | 842b471e45ae8b7c1b4516b9bd5bf39d61112077 (diff) | |
download | scummvm-rg350-e1dc4db7aa53d1bbc4cdb03d1163c97d049702f5.tar.gz scummvm-rg350-e1dc4db7aa53d1bbc4cdb03d1163c97d049702f5.tar.bz2 scummvm-rg350-e1dc4db7aa53d1bbc4cdb03d1163c97d049702f5.zip |
Merge remote branch 'upstream/master' into pegasus
Conflicts:
video/qt_decoder.cpp
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 33 |
1 files changed, 29 insertions, 4 deletions
@@ -4,11 +4,34 @@ For a more comprehensive changelog of the latest experimental code, see: 1.4.0 (????-??-??) New Games: - Added support for Lands of Lore: The Throne of Chaos. - - Added support for Blue's Birthday Adventure - - Added support for Ringworld: Revenge Of The Patriarch + - Added support for Blue's Birthday Adventure. + - Added support for Ringworld: Revenge Of The Patriarch. + - Added support for the Amiga version of Conquests of the Longbow. + + New Ports: + - Added PlayStation 3 port. AGI: - - Implemented sound support for the DOS version of Winnie the Pooh in the Hundred Acre Wood. + - Implemented sound support for the DOS version of Winnie the Pooh in the + Hundred Acre Wood. + + AGOS: + - Implemented support for loading data directly from InstallShield + cabinets in The Feeble Files and Simon the Sorcerer's Puzzle Pack. + - Fixed loading and saving in the PC version of Waxworks. + - Fixed music in the PC versions of Elvira 1/2 and Waxworks. + + Groovie: + - Added support for the iOS version of The 7th Guest. + + Lure: + - Fixed crash when trying to talk and ask something at the same time. + + SCI: + - Added better handling of digital vs. synthesized sound effects. If the + "Mixed Adlib / MIDI mode" checkbox is checked, the engine will prefer + digital sound effects, otherwise their synthesized counterparts will be + preferred instead, if both versions of the same effect exist. SCUMM: - Implemented PC Speaker support for SCUMM v5 games. @@ -16,13 +39,15 @@ For a more comprehensive changelog of the latest experimental code, see: better, since important notes are not interrupted anymore. - Implemented CMS support for Loom, The Secret of Monkey Island and Indiana Jones and the Last Crusade. + - Improved palette handling for the Amiga version of Indiana Jones and the + Fate of Atlantis. SDL ports: - Added support for OpenGL (GSoC Task). TINSEL: - Fixed deleting saved games from the list of saved games (from the launcher - and the in-game ScummVM menu) + and the in-game ScummVM menu). 1.3.1 (2011-07-12) General: |