diff options
author | adam <adam@pkgsrc.org> | 2006-10-30 15:38:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-10-30 15:38:36 +0000 |
commit | b623ce3779cfd39c6bc6d40978703a7c9d6ff6f2 (patch) | |
tree | 5a7bf11eb01f2c0e8091561501f712ceea54fc23 /games/scummvm | |
parent | cdc84a43eed9730b28b354822793202b10b53463 (diff) | |
download | pkgsrc-b623ce3779cfd39c6bc6d40978703a7c9d6ff6f2.tar.gz |
Changes 0.9.1:
New Ports:
- Added Nintendo DS port.
- Added GP2X port.
- Added GP32 port.
General:
- Fixed potential garbage and/or crash in debug console.
- Removed restriction on 27 games per game id when added via launcher.
SCUMM:
- Improved support for international versions of HE games.
- Fixed rare actor drawing glitches.
- Fixed path finding during smart star challendge in Big Thinkers 1st Grade,
- Fixed graphical glitches in stomach location of Pajama Sam 3.
- Fixed graphical glitches in HE80 version of Putt-Putt Travels Through
Time.
- Fixed FM-TOWNS version of Indy3 failing on Amiga port.
- Fixed crash in MM NES when clicking on top screen area
- Now it is possible to turn on or off subtitles during SMUSH movies
Simon:
- Improved support for international versions of the Feeble Files.
- Fixed undefined behaviour when loading music.
- Fixed crash when displaying some subtitles in the Feeble Files.
- Fixed crackling sound in Mac version of Feeble Files
BASS:
- Fixed character spacing in LINC terminals in floppy version v0.0303
- Fixed a regression which caused incorrect adlib music emulation
Broken Sword 1:
- Fixed speech-related crashes.
Broken Sword 2:
- More robust handling of the optional startup.inf file.
Kyrandia:
- Scrolling in the Kyrandia intro is less CPU intensive, at the cost of
not being as smooth as before.
- Fixed a tiny graphics glitch in the Kyrandia intro.
- Improved screen update handling, speeds up drawing on small devices.
- Improved resource loading, faster startup.
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 8ef47886d34..43e2b5c1da3 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2006/07/03 12:25:05 adam Exp $ +# $NetBSD: Makefile,v 1.46 2006/10/30 15:38:36 adam Exp $ -DISTNAME= scummvm-0.9.0 +DISTNAME= scummvm-0.9.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 89161bb4437..f661621cda4 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2006/07/04 17:21:11 tron Exp $ +$NetBSD: distinfo,v 1.24 2006/10/30 15:38:36 adam Exp $ -SHA1 (scummvm-0.9.0.tar.bz2) = add7b5de06734326e9adacdd4d33264b1e563567 -RMD160 (scummvm-0.9.0.tar.bz2) = 3537c2c0c5ed92db50dea47836b1dca83b21e1f0 -Size (scummvm-0.9.0.tar.bz2) = 4305972 bytes +SHA1 (scummvm-0.9.1.tar.bz2) = 6fcd00903f13fbafab65b432458e097f0e0d5d83 +RMD160 (scummvm-0.9.1.tar.bz2) = c77a7fa4251b6f6ee303dc35049671547dffed7a +Size (scummvm-0.9.1.tar.bz2) = 4514100 bytes SHA1 (patch-aa) = a0a0bfc0ddddb2c54044e2e667e6a8d2e5529a1c SHA1 (patch-ab) = 8769804560a8410da0a6f9e95a987fa6be630a6d SHA1 (patch-ac) = 28764fefc214073610d94a236728f5c6b40d54ae |