diff options
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/kernel_tables.h | 46 |
1 files changed, 46 insertions, 0 deletions
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 |