[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.124,1.125

Jamieson Christian jamieson630 at users.sourceforge.net
Thu May 22 21:19:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv23560/scumm

Modified Files:
	script_v6.cpp 
Log Message:
Revamped iMuse and Player classes. Player now uses MidiParser to parse its data, which will allow it to parse other MIDI formats. To receive parsed data, Player now derives from MidiDriver to act as a "fake MIDI driver".

Miscellaneous upgrades and fixes to MidiParser, including the Smart Jump (which could not be tested before iMuse started making use of the MidiParser).

*** THIS IS A BIG UPGRADE! EXTENSIVE REGRESSION TESTING IS NEEDED! ***

This has been tested through the intros and a number of other scenes from MI2, FOA and S&M.

NOTE! This upgrade introduces savegame format version V19. Earlier version savegames will load, but the music will simply start over from the beginning. Only V19 and later games will properly restore the position of the music! Don't say you weren't warned....

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- script_v6.cpp	22 May 2003 09:58:32 -0000	1.124
+++ script_v6.cpp	23 May 2003 04:18:26 -0000	1.125
@@ -2647,7 +2647,7 @@
 			break;
 
 		case 124:									/* samnmax */
-			warning("o6_kernelSetFunctions: _saveSound=%d", args[1]);
+//			warning("o6_kernelSetFunctions: _saveSound=%d", args[1]);
 			_saveSound = args[1];
 			break;
 





More information about the Scummvm-git-logs mailing list