diff options
author | adam <adam@pkgsrc.org> | 2007-07-01 10:12:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-07-01 10:12:02 +0000 |
commit | cf29a1f73cc1ec9e6dc81a2953d383ff60a3dcce (patch) | |
tree | a96bad223403b6e482e788a84b08823b8ab9578d /games/scummvm/patches/patch-ad | |
parent | cd9537340a013f0098a4dfdecc0ee9240f417101 (diff) | |
download | pkgsrc-cf29a1f73cc1ec9e6dc81a2953d383ff60a3dcce.tar.gz |
Changes 0.10.0:
New Games:
- Added Cinematique evo 1 engine. Currently only Future Wars is supported.
- Added Touche: The Adventures of the Fifth Musketeer engine.
- Added support for Gobliins 2.
- Added support for Simon the Sorcerer's Puzzle Pack.
- Added support for Ween: The Prophecy.
- Added support for Bargon Attack.
- Added Sierra AGI engine.
- Added support for Goblins 3.
- Added Parallaction engine. Currently only Nippon Safes Inc. is supported.
General:
- Added dialog which allows the user to select the GUI theme on runtime.
- Added 'Mass Add' feature to the Launcher, which allows you to scan for
all games in all subdirectories of a given directory (to use it, press
shift then click on "Add Game").
- Improved the way the auto detector generates target names, it now takes
a game's variant, language and platform into account.
- Improved compression for DXA movies.
- Keyboard repeat is now handled in a centralized way, rather than on a
case-by-case basis. (Simply put, all engines now have keyboard repeat.)
Diffstat (limited to 'games/scummvm/patches/patch-ad')
-rw-r--r-- | games/scummvm/patches/patch-ad | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/scummvm/patches/patch-ad b/games/scummvm/patches/patch-ad index f0a4d59279a..ebddd153511 100644 --- a/games/scummvm/patches/patch-ad +++ b/games/scummvm/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1 2006/07/04 17:21:11 tron Exp $ +$NetBSD: patch-ad,v 1.2 2007/07/01 10:12:03 adam Exp $ ---- common/unzip.cpp.orig 2006-06-21 22:16:01.000000000 +0100 -+++ common/unzip.cpp 2006-07-04 18:00:21.000000000 +0100 -@@ -452,7 +452,7 @@ +--- common/unzip.cpp.orig 2007-06-16 23:27:34.000000000 +0200 ++++ common/unzip.cpp +@@ -455,7 +455,7 @@ local void unzlocal_DosDateToTmuDate (uL /* Get Info about the current file in the zipfile, with internal only info */ @@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.1 2006/07/04 17:21:11 tron Exp $ unz_file_info *pfile_info, unz_file_info_internal *pfile_info_internal, -@@ -461,7 +461,7 @@ +@@ -464,7 +464,7 @@ local int unzlocal_GetCurrentFileInfoInt void *extraField, uLong extraFieldBufferSize, char *szComment, |