diff options
author | adam <adam@pkgsrc.org> | 2004-07-27 13:40:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-07-27 13:40:36 +0000 |
commit | d341eeb1f40259c8ae716c3c7cc14d8012a262f3 (patch) | |
tree | b11136ac4d694d688d78d7aaa2a94808996d0651 /games/scummvm/patches | |
parent | 1d2c745ecb5e42137626afd39dee542529b624b6 (diff) | |
download | pkgsrc-d341eeb1f40259c8ae716c3c7cc14d8012a262f3.tar.gz |
Changes 0.6.1:
General:
- Fixed sound glitch when streaming two or more Ogg Vorbis sounds from the
same file handle, e.g. in the Sam & Max intro when using monster.sog.
SCUMM:
- Many SCUMM game engine fixes.
- Added graphics decoders for 3DO Humongous Entertainment games
- Numerous Humongous Entertainment games fixes
- Fixed bug in Full Throttle, so battle difficulty matches original
- Improved Digital iMUSE
Sword1:
- Warn the user if saving fails, instead of crashing.
- Slightly more user-friendly save/restore dialog.
- Fixed masking glitch outside Nico's apartment.
BASS:
- Warn the user if saving a game doesn't work.
Simon:
- Fixed crashes in some international versions
Diffstat (limited to 'games/scummvm/patches')
-rw-r--r-- | games/scummvm/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/scummvm/patches/patch-aa b/games/scummvm/patches/patch-aa index 93480015c5d..7e688084cd8 100644 --- a/games/scummvm/patches/patch-aa +++ b/games/scummvm/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.11 2004/03/30 09:04:05 adam Exp $ +$NetBSD: patch-aa,v 1.12 2004/07/27 13:40:36 adam Exp $ ---- Makefile.orig 2004-03-05 10:53:44.000000000 +0000 +--- Makefile.orig 2004-04-12 12:50:21.000000000 +0000 +++ Makefile @@ -2,3 +2,3 @@ -CXX := c++ +#CXX := c++ AR := ar cru -@@ -34,4 +34,3 @@ include config.mak +@@ -35,4 +35,3 @@ include config.mak -CXXFLAGS:= -Wall $(CXXFLAGS) -CXXFLAGS+= -O -Wuninitialized |