Skip to content

Instantly share code, notes, and snippets.

@r41k0u
Last active June 27, 2022 12:02
Show Gist options
  • Save r41k0u/037ed6ce7e46b4413b85d998d8a30458 to your computer and use it in GitHub Desktop.
Save r41k0u/037ed6ce7e46b4413b85d998d8a30458 to your computer and use it in GitHub Desktop.

lingo-builtins

  • LB::b_closeDA
  • LB::b_open
  • LB::b_openDA
  • LB::b_openResFile - Windows
  • LB::b_saveMovie - A huge project in itself, later
  • LB::b_setCallBack
  • LB::b_showResFile
  • LB::b_showXlib
  • LB::b_xFactoryList
  • LB::b_abort
  • LB::b_playAccel
  • LB::b_framesToHMS - dropFrame
  • LB::b_HMStoFrames - dropFrame
  • LB::b_param
  • LB::b_printFrom - prints frames from a printer, I wonder what targets use this
  • LB::b_pictureP branch bitmapPict
  • LB::b_clearGlobals
  • LB::b_showGlobals
  • LB::b_showLocals
  • LB::b_importFileInto
  • LB::b_map branch map
  • LB::b_offsetRect

lingo-bytecode.cpp

  • LC::cb_unk
  • LC::cb_unk1
  • LC::cb_unk2
  • LC::cb_v4theentitypush - kTEAMenuIdItemId
  • LC::cb_v4theentityassign - kTEAString

lingo-funcs.cpp

  • Lingo::func_mciwait

lingo-objects.cpp

  • LM::m_describe djsrv - not req
  • LM::m_messageList djsrv - not req
  • LM::m_moveToBack
  • LM::m_moveToFront
  • CastMember::getField - kTheModified
  • BitmapCastMember::getField - kThePicture branch bitmapPict
  • BitmapCastMember::setField - kThePicture branch bitmapPict

lingo-the.cpp

  • Lingo::getTheEntity
    • kTheBeepOn
    • kTheCastMembers
    • kTheFixStageSize
    • kTheSearchCurrentFolder
    • kTheSwitchColorDepth
    • kTheTraceLogFile
  • Lingo::setTheEntity
    • kTheBeepOn
    • kTheFixStageSize
    • kTheStage
    • kTheSwitchColorDepth
    • kTheTimeoutLapsed
    • kTheTraceLogFile
    • kTheScoreColor
    • kTheScriptNum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment