From 7706f90c71b86ed13fb3cf941411382c2f57b4a9 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 17 Oct 2010 22:56:11 +0000 Subject: SCI: Added comments for the unmapped SCI2/SCI2.1 kernel functions svn-id: r53556 --- engines/sci/engine/kernel_tables.h | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/engines/sci/engine/kernel_tables.h b/engines/sci/engine/kernel_tables.h index d2c95053d5..57704bc008 100644 --- a/engines/sci/engine/kernel_tables.h +++ b/engines/sci/engine/kernel_tables.h @@ -493,6 +493,24 @@ static SciKernelMapEntry s_kernelMap[] = { { 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 @@ static SciKernelMapEntry s_kernelMap[] = { { 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 -- cgit v1.2.3