[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.269,1.270

Eugene Sandulenko sev at users.sourceforge.net
Fri Nov 5 17:47:00 CET 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27409/scumm

Modified Files:
	scumm.cpp 
Log Message:
Major MT-32 emu overhaul based on KingGuppy's code.
 o added configure option
 o mi2 intro doesn't freeze anymore and has no sound glitches
 o missing instruments in many titles are fixed
 o numerous memory overwrite bugs are fixed
 o code is cleaned a lot and splitted into many smaller files
 o mt32.cpp went to backends/midi
 o synced with upstream code
 o reverberation fixed

 * don't complain about File class wrapper :)
 * all custom types are back
 * #pragmas are to do
 * maybe some indentation is wrong too

I prefer smaller commits, but this thing came in one piece.


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- scumm.cpp	5 Nov 2004 09:50:45 -0000	1.269
+++ scumm.cpp	6 Nov 2004 01:41:32 -0000	1.270
@@ -1382,9 +1382,6 @@
 			}
 			if (midi == MDT_TOWNS)
 				_imuse->property(IMuse::PROP_DIRECT_PASSTHROUGH, 1);
-			if (_midiDriver == MD_MT32) {
-				_imuse->property(IMuse::PROP_DIRECT_PASSTHROUGH, 1);
-			}
 			_imuse->set_music_volume(ConfMan.getInt("music_volume"));
 		}
 	}





More information about the Scummvm-git-logs mailing list