diff options
author | adam <adam@pkgsrc.org> | 2009-04-28 06:28:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-04-28 06:28:09 +0000 |
commit | aee337690ea88ec8448ea63b77d4c875c56fdd35 (patch) | |
tree | eed9fc92ae3aa0c59aaa15903ddaae5cd227a814 /games/scummvm/Makefile | |
parent | 60f1c921c57277e2a6f4e35619426c5a0a45f425 (diff) | |
download | pkgsrc-aee337690ea88ec8448ea63b77d4c875c56fdd35.tar.gz |
Changes 0.13.1:
AGOS:
- Fixed crash after OmniTV video is played in The Feeble Files
- Fixed crashes when exploring Jack the Ripper scene in the PC version of
the Waxworks
- Fixed palette glitches in the AtariST version of Elvira 2
- Fixed noise that can occur when sound effects are played, when exploring
Pyramid scene in the Waxworks
Gob:
- Fixed a crash in the Italian version of Woodruff
Groovie:
- Fixed some issues with music in The 7th Guest
Parallaction:
- Fixed the sarcophagus puzzle in Nippon Safes
SAGA:
- Fixed a crash in Inherit the Earth
- Fixed glitches in the save/load dialog.
Sword2:
- Fixed random sound corruption when using the original sound files.
Game launcher:
- Fixed a case where memory could be corrupted
- Fixed the small cursor in the modern theme
- Fixed a bug in the theme engine, which could cause crashes
- Made the file browser bigger in 1x mode
Diffstat (limited to 'games/scummvm/Makefile')
-rw-r--r-- | games/scummvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index fec1c2e9c01..484a36bcb47 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2009/03/02 17:06:42 adam Exp $ +# $NetBSD: Makefile,v 1.57 2009/04/28 06:28:09 adam Exp $ -DISTNAME= scummvm-0.13.0 +DISTNAME= scummvm-0.13.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 |