head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.4 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.8 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.6 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.4 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.2 pkgsrc-2006Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2009.03.02.17.06.42; author adam; state dead; branches; next 1.3; 1.3 date 2008.01.17.21.22.35; author adam; state Exp; branches; next 1.2; 1.2 date 2007.07.01.10.12.03; author adam; state Exp; branches; next 1.1; 1.1 date 2006.07.04.17.21.11; author tron; state Exp; branches; next ; desc @@ 1.4 log @Changes 0.13.0: General: * Added MIDI driver for Atari ST / FreeMint. * Added a 'Load' button to the Launcher (not supported by all engines). * Added a new global main menu (GMM) dialog usable from all engines. * Added the ability to return to the launcher from running games (via the GMM). * Rewrote GUI renderer to use an vector based approach. * Rewrote GUI configuration to use XML. New Games: * Added support for Blue's 123 Time Activities. * Added support for Blue's ABC Time Activities. * Added support for Bud Tucker in Double Trouble. * Added support for The 7th Guest. KYRA: * Added support for Auto-save feature. * Added support for MIDI music. SCUMM: * Implemented radio-chatter effect in The DIG. @ text @$NetBSD: patch-ad,v 1.3 2008/01/17 21:22:35 adam Exp $ --- common/unzip.cpp.orig 2008-01-13 00:08:45.000000000 +0100 +++ common/unzip.cpp @@@@ -458,7 +458,7 @@@@ local void unzlocal_DosDateToTmuDate (uL /* Get Info about the current file in the zipfile, with internal only info */ -local int unzlocal_GetCurrentFileInfoInternal OF((unzFile file, +local int unzlocal_GetCurrentFileInfoInternal (unzFile file, unz_file_info *pfile_info, unz_file_info_internal *pfile_info_internal, @@@@ -467,7 +467,7 @@@@ local int unzlocal_GetCurrentFileInfoInt void *extraField, uLong extraFieldBufferSize, char *szComment, - uLong commentBufferSize)); + uLong commentBufferSize); local int unzlocal_GetCurrentFileInfoInternal (unzFile file, unz_file_info *pfile_info, @ 1.3 log @Changes 0.11.0: New Games: - Added support for Elvira: Mistress of the Dark. - Added support for Elvira 2: The Jaws of Cerberus. - Added support for I Have no Mouth, and I Must Scream (demo and full game). - Added support for preAGI game Mickey's Space Adventure. - Added support for preAGI game Troll's Tale. - Added support for preAGI game Winnie the Pooh in the Hundred Acre Wood. - Added support for Amiga version of Waxworks. - Added support for Lure of the Temptress. General: - Added ARM assembly routines for code in the sound mixer and SCUMM video playback, resulting in some nice speedups on several ports. - Improved the way keyboard input is handled internally, resolving some odd quirks in some game / port combinations. - Added optional 'confirm exit' dialog to the SDL backend. - Added support for TiMidity++ MIDI server. - Added DMedia MIDI driver for IRIX. - Improved detection of new game variants and localized versions. - Completely reworked internal access to files. (GSoC Task) - Added option to delete games from the list with Del key. - Added support for "~/" prefix being substituted by $HOME in paths on POSIX systems (Linux, Mac OS X etc.). @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @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.) @ text @d3 1 a3 1 --- common/unzip.cpp.orig 2007-06-16 23:27:34.000000000 +0200 d5 1 a5 1 @@@@ -455,7 +455,7 @@@@ local void unzlocal_DosDateToTmuDate (uL d14 1 a14 1 @@@@ -464,7 +464,7 @@@@ local int unzlocal_GetCurrentFileInfoInt @ 1.1 log @Fix build problem on system which uses a 1.1.x version of "zlib" (e.g. NetBSD 3.0). @ text @d3 3 a5 3 --- 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 @@@@ d14 1 a14 1 @@@@ -461,7 +461,7 @@@@ @