[Scummvm-cvs-logs] SF.net SVN: scummvm:[50026] scummvm/trunk/engines/sci/graphics/view.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Jun 18 19:53:35 CEST 2010


Revision: 50026
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50026&view=rev
Author:   m_kiewitz
Date:     2010-06-18 17:53:35 +0000 (Fri, 18 Jun 2010)

Log Message:
-----------
SCI: added more description about changes in r50025

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/view.cpp

Modified: scummvm/trunk/engines/sci/graphics/view.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/view.cpp	2010-06-18 17:40:13 UTC (rev 50025)
+++ scummvm/trunk/engines/sci/graphics/view.cpp	2010-06-18 17:53:35 UTC (rev 50026)
@@ -82,6 +82,9 @@
 	_EGAmapping = NULL;
 
 	// If we find a SCI1/SCI1.1 view (not amiga), we switch to that type for EGA
+	//  This could get used to make view patches for EGA games, where the new views include more colors
+	//  Users could manually adjust old views to make them look better (like removing dithered colors that aren't
+	//  caught by our undithering or even improve the graphics overall)
 	if (curViewType == kViewEga) {
 		if (_resourceData[1] == 0x80) {
 			switch (READ_LE_UINT16(_resourceData + 4)) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list