diff options
author | adam <adam> | 2008-04-05 17:08:41 +0000 |
---|---|---|
committer | adam <adam> | 2008-04-05 17:08:41 +0000 |
commit | 087d398511f4bff701da348f7a68fb91190a962b (patch) | |
tree | 0dcffa314f291e07b20d32b6d0039406afa6481a /games/scummvm | |
parent | d58e840151ababf1ac1f0a184672feef1f4fe695 (diff) | |
download | pkgsrc-087d398511f4bff701da348f7a68fb91190a962b.tar.gz |
Changes 0.11.1:
Ports:
- Revived the PS2 port.
- Revived the BeOS port.
SCUMM:
- Improvements for Digital iMUSE subsystem. This fixes several glitches in
The Curse of Monkey Island.
- Fixes for cursors in HE games.
AGI:
- Fix for zombies in King's Quest 4.
- Fix for changing palettes in fanmade games using AGIPAL.
Lure:
- Fixed some conversation crashes in the German version.
- Fixed operation of the optional copy protection dialog in the German
version.
- Added saving of conversation flags as to whether a particular conversation
option had been previously selected or not.
- Fixed glitch that could cause transformation sparkle to happen a second
time.
- Fixed behavior of Goewin when you rejoin her after meeting the dragon.
SAGA:
- Fix for rat maze bug in Inherit the Earth which made game not completable.
- Fixes for Inherit the Earth and I Have no Mouth game startup on a number
of platforms.
- Reduced the number of simultaneous open files in I Have no Mouth, to allow
it to run on platforms that can keep a limited amount of files open (e.g.
on the PSP).
- Fixed graphics glitch in Inherit the Earth with simultaneous speech.
- Fixed palette glitch in Inherit the Earth when looking at the map while at
the docks.
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 4 | ||||
-rw-r--r-- | games/scummvm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index b38a9501afb..784eb5e7eb5 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2008/01/17 21:22:35 adam Exp $ +# $NetBSD: Makefile,v 1.53 2008/04/05 17:08:41 adam Exp $ -DISTNAME= scummvm-0.11.0 +DISTNAME= scummvm-0.11.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index f8be0dc98f0..0c1cb239528 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2008/01/17 21:22:35 adam Exp $ +$NetBSD: distinfo,v 1.28 2008/04/05 17:08:41 adam Exp $ -SHA1 (scummvm-0.11.0.tar.bz2) = 30ca9b90a3ef035051b28335c8127c07115396fe -RMD160 (scummvm-0.11.0.tar.bz2) = 00dae6aa44fcf2c975a8a99449c63318ef1f6b1e -Size (scummvm-0.11.0.tar.bz2) = 5620610 bytes +SHA1 (scummvm-0.11.1.tar.bz2) = a254d7382aa6c3f769591999f83ca9dfad939028 +RMD160 (scummvm-0.11.1.tar.bz2) = 067be5e8f4bdc099cd3faa963e3df3b3a1fd39e2 +Size (scummvm-0.11.1.tar.bz2) = 5539656 bytes SHA1 (patch-aa) = 2d47f055f899b7e8e04a53b1ccc742756b857d1a SHA1 (patch-ac) = 468c028df0ea84750582e9e311a32b81f96e4b2d SHA1 (patch-ad) = e1dcb9bb10478cfad125783ac8d6cdbca4999d15 |