diff options
author | adam <adam@pkgsrc.org> | 2006-07-03 12:25:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-07-03 12:25:05 +0000 |
commit | 65b0cbfd297c8e153c9ac78f8c8ba502d71101f2 (patch) | |
tree | 023ef7c5bbd6343b4df8cd8fc08a0b4b7023bff9 /games/scummvm/Makefile | |
parent | 5f6c706001d84d816beb0191b4131fde0b54764b (diff) | |
download | pkgsrc-65b0cbfd297c8e153c9ac78f8c8ba502d71101f2.tar.gz |
Changes 0.9.0:
New Games:
- Added kyra engine (for the Kyrandia series). Currently only the first
part of the series is supported.
- Added support for The Feeble Files
General:
- Fixed a bug that prevented you from overriding the scaler from the command
line for 640x480 games.
- Added subtitle configuration controls to the Launcher options dialogs.
- GUI was completely redesigned and is now themeable.
SCUMM:
- Rewrote the detection code, for improved accuracy and better support of
fan translations. It should now work much better on games with unknown
MD5.
- Added subtitle configuration controls to the options dialog.
- Fixed graphical glitches in several HE games.
- Fixed palette glitches in Big Thinkers 1st Grade.
- Fixed songs in the kitchen of Pajama Sam 1.
SAGA
- Fixed sound distortion in the Inherit the Earth demo.
Simon
- Improved Hebrew support
- Lots of long-overdue cleanups and re-structuring were made to accomodate
for The Feeble Files.
- Fixed a rare MIDI bug that would cause a channel to change volume without
adjusting it to the master volume.
- Fixed delay after introduction of Simon the Sorcerer 1 demo (With speech)
- Fixed music tempo in DOS versions of Simon the Sorcerer 1.
Broken Sword 1:
- Added support for the --save-slot option.
Broken Sword 2:
- Major rewrite of how game resources are accessed in memory. This
should fix alignment issues reported on some platforms.
- Missing data files are handled more gracefully.
Diffstat (limited to 'games/scummvm/Makefile')
-rw-r--r-- | games/scummvm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index a5c47e03298..8ef47886d34 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2006/06/12 16:28:10 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2006/07/03 12:25:05 adam Exp $ -DISTNAME= scummvm-0.8.2 -PKGREVISION= 1 +DISTNAME= scummvm-0.9.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 |