[Scummvm-cvs-logs] CVS: scummvm Info.plist,1.6,1.7 NEWS,1.19,1.20 README,1.102,1.103 scummvm.rc,1.7,1.8 scummvm.spec,1.4,1.5
Max Horn
fingolfin at users.sourceforge.net
Sun May 25 05:29:03 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv23810
Modified Files:
Info.plist NEWS README scummvm.rc scummvm.spec
Log Message:
cvs going to 0.4.2cvs
Index: Info.plist
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Info.plist,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Info.plist 5 May 2003 15:18:43 -0000 1.6
+++ Info.plist 25 May 2003 12:28:38 -0000 1.7
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>0.4.1cvs, Copyright 2001-2003 The ScummVM team</string>
+ <string>0.4.2cvs, Copyright 2001-2003 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.4.1cvs</string>
+ <string>0.4.2cvs</string>
<key>CFBundleVersion</key>
- <string>0.4.1cvs</string>
+ <string>0.4.2cvs</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
Index: NEWS
===================================================================
RCS file: /cvsroot/scummvm/scummvm/NEWS,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- NEWS 24 May 2003 23:32:09 -0000 1.19
+++ NEWS 25 May 2003 12:28:38 -0000 1.20
@@ -2,14 +2,20 @@
http://scummvm.sourceforge.net/daily/ChangeLog
??? (2003-??-??)
-- Curse of Monkey Island (COMI) stability fixes
-- COMI support for playing from CD improved on Mac OS X
+- Curse of Monkey Island (COMI) support for playing from CD improved on Mac OS X
- Loading COMI savegames for disk 2 doesn't anymore require disk 1 first
- Music fixes (exp. Monkey Island 2)
- Rewritten iMuse engine
- Support for music in Humongous games and siomn2dos/simon2talkie (XMIDI format)
- Initial, incomplete support for Maniac Mansion and Zak McKracken
- Many other bug fixes and improvements
+
+0.4.1 (2003-05-25)
+- Added AdvMame3x filter
+- Fixed crash Curse of Monkey Island (and possibly other games as well)
+- Fixed airport doors in Zak256
+- Fixed crash in SDL backend
+- Fixed various iMuse bugs
0.4.0 (2003-05-11)
- Curse of Monkey Island (comi) support (experimental)
Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- README 25 May 2003 02:30:55 -0000 1.102
+++ README 25 May 2003 12:28:38 -0000 1.103
@@ -1,6 +1,6 @@
ScummVM README
-Last updated: 2003-05-16
-Release version: 0.4.1cvs
+Last updated: 2003-05-25
+Release version: 0.4.2cvs
------------------------------------------------------------------------
For more information, compatibility lists, details on donating, the latest
@@ -336,8 +336,8 @@
-b<num> - Start in room <num>.
-d[<num>] - Set debug verbosity to <num>
-u - Dump scripts if a directory called 'dumps' exists in current directory
- --multi-midi - enable combination Adlib and native MIDI
- --native-mt32 - true Roland MT-32 (disable GM emulation)
+ --multi-midi - enable combination Adlib and native MIDI
+ --native-mt32 - true Roland MT-32 (disable GM emulation)
Hot Keys:
@@ -679,7 +679,7 @@
Nicolas Bacca - Port: PocketPC/WinCE port
Marcus Comstedt - Port: DreamCast
Ruediger Hanke - Port: MorphOS
- Travis Howell - Port: Win32, Engine: Simon
+ Travis Howell - Port: Win32, Engine: Simon
Peter Moraliyski - Port: GP32
Lionel Ulmer - Port: X11
Index: scummvm.rc
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.rc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- scummvm.rc 6 May 2003 23:29:16 -0000 1.7
+++ scummvm.rc 25 May 2003 12:28:38 -0000 1.8
@@ -44,8 +44,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,4,1,0
- PRODUCTVERSION 0,4,1,0
+ FILEVERSION 0,4,2,0
+ PRODUCTVERSION 0,4,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -63,14 +63,14 @@
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "CompanyName", "ScummVM Team\0"
VALUE "FileDescription", "http://www.scummvm.org/\0"
- VALUE "FileVersion", "0.4.1cvs\0"
+ VALUE "FileVersion", "0.4.2cvs\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2003 The ScummVM Team\0"
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky is TM of Revolution.\0"
VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "ScummVM\0"
- VALUE "ProductVersion", "0.4.1cvs\0"
+ VALUE "ProductVersion", "0.4.2cvs\0"
VALUE "SpecialBuild", "\0"
END
END
Index: scummvm.spec
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scummvm.spec 1 Dec 2002 22:34:38 -0000 1.4
+++ scummvm.spec 25 May 2003 12:28:38 -0000 1.5
@@ -8,7 +8,7 @@
# Prologue information
#------------------------------------------------------------------------------
Name : scummvm
-Version : 0.3.0
+Version : 0.4.2cvs
Release : @RELEASE@
Summary : SCUMM graphic adventure game interpreter
Group : Interpreters
@@ -56,6 +56,28 @@
# Change Log
#------------------------------------------------------------------------------
%changelog
+* 0.4.1 (2003-05-25)
+ - Added AdvMame3x filter
+ - Fixed crash Curse of Monkey Island (and possibly other games as well)
+ - Fixed airport doors in Zak256
+ - Fixed crash in SDL backend
+ - Fixed various iMuse bugs
+* 0.4.0 (2003-05-11)
+ - Curse of Monkey Island (comi) support (experimental)
+ - Added support for the EGA versions of Loom, Monkey Island and Indy3
+ - Improved music support in Indy3 and the floppy versions of Monkey Islands
+ - Many Simon the Sorcerer 1 & 2 improvements and fixes
+ - Very pre-alpha Beneath a Steel Sky code. Don't expect it to do anything.
+ - Even more pre-alpha support for V2 SCUMM games (Maniac Mansion and Zak)
+ - Preliminary support for early Humongous Entertainment titles (very experimental)
+ - New debug console and several GUI/Launcher enhancements
+ - New Save/Load code (easier to expand while retaining compatibility)
+ - DreamCast port now works with new games added for 0.3.0b
+ - New official PalmOS port
+ - Various minor and not so minor SCUMM game fixes
+ - Large memory leak fixed for The Dig/ComI
+ - SMUSH code optimised, frame dropping added for slower machines
+ - Code cleanups
* 0.3.0 (2002-12-01)
- massive cleanup work for iMUSE. Sam and Max music now plays correctly
- many bugfixes for Zak256, + sound and music support
More information about the Scummvm-git-logs
mailing list