Changes 1.2.0:
* New Games: Added support for Fascination. * New Games (Sierra SCI0 - SCI1.1). * New Ports: Android, Dingux, Caanoo, OpenPandora. * Removed the outdated PalmOS port. * Switched to the "fast" DOSBox OPL emulator. * Fixed a crash in the rjp1 player code affecting the FOTAQ Amiga version. * Added support for more original media layouts. * Added support for GUI localization. * Improved GUI by adding tooltips and radiobuttons. * Improved GUI usability by hiding more irrelevant options not supported by specific games.
This commit is contained in:
parent
12f2cad141
commit
bfca4b6d00
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.62 2010/05/03 06:30:40 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.63 2010/10/27 07:14:48 adam Exp $
|
||||
|
||||
DISTNAME= scummvm-1.1.1
|
||||
DISTNAME= scummvm-1.2.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2010/04/11 08:22:06 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2010/10/27 07:14:48 adam Exp $
|
||||
bin/scummvm
|
||||
man/man6/scummvm.6
|
||||
share/doc/scummvm/AUTHORS
|
||||
share/doc/scummvm/COPYING
|
||||
share/doc/scummvm/COPYING.BSD
|
||||
share/doc/scummvm/COPYING.LGPL
|
||||
share/doc/scummvm/COPYRIGHT
|
||||
share/doc/scummvm/NEWS
|
||||
|
@ -13,6 +14,8 @@ share/scummvm/kyra.dat
|
|||
share/scummvm/lure.dat
|
||||
share/scummvm/pred.dic
|
||||
share/scummvm/queen.tbl
|
||||
share/scummvm/scummclassic.zip
|
||||
share/scummvm/scummmodern.zip
|
||||
share/scummvm/sky.cpt
|
||||
share/scummvm/teenagent.dat
|
||||
share/scummvm/translations.dat
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.34 2010/05/03 06:30:40 adam Exp $
|
||||
$NetBSD: distinfo,v 1.35 2010/10/27 07:14:48 adam Exp $
|
||||
|
||||
SHA1 (scummvm-1.1.1.tar.bz2) = 5f3dee411088987625f6351c721586a0ce6c3d42
|
||||
RMD160 (scummvm-1.1.1.tar.bz2) = f581a5cae6821bae9b700ff1cb36a665ebefab61
|
||||
Size (scummvm-1.1.1.tar.bz2) = 8668735 bytes
|
||||
SHA1 (scummvm-1.2.0.tar.bz2) = 5443c3720179a9e75d46eb0282ec787637a76d36
|
||||
RMD160 (scummvm-1.2.0.tar.bz2) = c0c3f982c955fc9d39102fefa936b0d86b115157
|
||||
Size (scummvm-1.2.0.tar.bz2) = 9514141 bytes
|
||||
SHA1 (patch-aa) = dd038b5c60261919130bc670241fc305fb3d0d00
|
||||
|
|
Loading…
Reference in a new issue