[Scummvm-cvs-logs] SF.net SVN: scummvm:[53556] scummvm/trunk/engines/sci/engine/kernel_tables. h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Oct 18 00:56:12 CEST 2010


Revision: 53556
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53556&view=rev
Author:   thebluegr
Date:     2010-10-17 22:56:11 +0000 (Sun, 17 Oct 2010)

Log Message:
-----------
SCI: Added comments for the unmapped SCI2/SCI2.1 kernel functions

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel_tables.h

Modified: scummvm/trunk/engines/sci/engine/kernel_tables.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel_tables.h	2010-10-17 14:11:06 UTC (rev 53555)
+++ scummvm/trunk/engines/sci/engine/kernel_tables.h	2010-10-17 22:56:11 UTC (rev 53556)
@@ -493,6 +493,24 @@
     { MAP_CALL(UpdatePlane),       SIG_EVERYWHERE,           "o",                     NULL,            NULL },
     { MAP_CALL(UpdateScreenItem),  SIG_EVERYWHERE,           "o",                     NULL,            NULL },
 
+	// SCI2 unmapped functions - TODO!
+	// GetHighItemPri
+	// ShowStylePercent
+	// SetScroll
+	// AddMagnify	// most probably similar to the SCI1.1 functions. We need a test case
+	// DeleteMagnify
+	// InvertRect
+	// EditText
+	// InputText
+	// DisposeTextBitmap
+	// VibrateMouse
+	// MakeSaveCatName
+	// MakeSaveFileName
+	// PalCycle
+	// ObjectIntersect
+	// TextWidth
+	// PointSize
+
     // SCI2 empty functions
 
     // Purge is used by the memory manager in SSCI to ensure that X number of bytes (the so called "unmovable
@@ -514,6 +532,34 @@
     { MAP_CALL(WinDLL),            SIG_EVERYWHERE,           "(.*)",                  NULL,            NULL },
     { MAP_CALL(PrintDebug),        SIG_EVERYWHERE,           "ri",                    NULL,            NULL },
 
+	// SCI2.1 unmapped functions - TODO!
+	// SetLanguage
+	// FindSelector
+	// FindClass
+	// CelRect
+	// BaseLineSpan
+	// CelInfo
+	// Bitmap
+	// CelLink
+	// MovePlaneItems
+	// Font
+	// ScrollWindow
+	// AddLine
+	// DeleteLine
+	// UpdateLine
+	// AddPolygon
+	// DeletePolygon
+	// UpdatePolygon
+	// GetConfig
+	// Table
+	// LoadChunk
+	// SetPalStyleRange
+	// NewRoom
+	// Priority
+	// MorphOn
+	// SetHotRectangles
+	// DeletePic
+
     // SCI2.1 empty functions
 
     // SetWindowsOption is used to set Windows specific options, like for example the title bar visibility of


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