├── LICENSE.EXCEPT ├── LICENSE.FAQ ├── LICENSE.GPL ├── README.md ├── bin-linux ├── alpha │ ├── dmake │ └── trans ├── build ├── build_db ├── build_it ├── cdit ├── clrvars.sh ├── gcc-drv.sh ├── gcc-linux-axp-be.sh ├── gcc-linux-host.sh ├── gcc-linux-mips-le.sh ├── gcc-linux-ppc-be.sh ├── gcc-linux-x86-64.sh ├── gcc-linux-x86.sh ├── gcc-linux.sh ├── gcc-qnxnto.sh ├── gcc-uuu.sh ├── k_tee ├── mips-le │ ├── dmake │ ├── k_cp │ ├── k_echo │ ├── k_md │ └── k_rm ├── ow-c32.sh ├── ow-d32.sh ├── ow-linux-host.sh ├── ow-linux-x86.sh ├── ow-linux.sh ├── ow-o32.sh ├── ow-p32.sh ├── ow-w32.sh ├── ow10-drv.sh ├── ppc-be │ ├── dmake │ ├── k_cc │ ├── k_cp │ ├── k_echo │ ├── k_md │ ├── k_rm │ ├── loc │ ├── makedep │ ├── restore │ └── save ├── set-vars-linux.sh └── x86 │ ├── dmake │ ├── k_cp │ ├── k_echo │ ├── k_md │ ├── k_rm │ ├── makedep │ ├── nasm │ ├── ndisasm │ ├── rclink │ ├── trans │ └── trimlib ├── bin-os2 ├── bc20-o32.cmd ├── bclink.exe ├── build.cmd ├── build_db.cmd ├── build_it.cmd ├── cdit.cmd ├── cl386-drv.cmd ├── cl60-drv.cmd ├── dj_ld.exe ├── dmake.exe ├── emx-o32.cmd ├── emx-p32.cmd ├── expndinc.exe ├── k_cp.exe ├── k_echo.exe ├── k_md.exe ├── k_rm.exe ├── k_tee.exe ├── loc.exe ├── makedef.exe ├── makedep.exe ├── makedepx.exe ├── nasm.exe ├── ndisasm.exe ├── ow10-c32.cmd ├── ow10-d16.cmd ├── ow10-d32.cmd ├── ow10-drv.cmd ├── ow10-o32.cmd ├── ow10-w32.cmd ├── rclink.exe ├── set-vars.cmd ├── trimlib.exe ├── va30-drv.cmd ├── va30-o32.cmd ├── va30-p32.cmd ├── va36-o32.cmd ├── va36-p32.cmd ├── wc10-c32.cmd ├── wc10-d32.cmd ├── wc10-o16.cmd ├── wc10-o32.cmd ├── wc10-p32.cmd ├── wc10-w32.cmd ├── wc11-c32.cmd ├── wc11-d32.cmd ├── wc11-o16.cmd ├── wc11-o32.cmd ├── wc11-p32.cmd └── wc11-w32.cmd ├── bin-qnx ├── build ├── build_db ├── build_it ├── cdit ├── dmake ├── k_cp ├── k_echo ├── k_md ├── k_rm ├── makedep ├── nasm ├── ndisasm ├── qnx4.sh ├── qnxnto.sh ├── set-vars-qnx.sh └── trans ├── bin-win32 ├── bc45-c32.bat ├── bc45-d32.bat ├── bc45-tnt.bat ├── bc45-vxd.bat ├── bc45-w32.bat ├── bc50-c32.bat ├── bc50-d32.bat ├── bc50-rtt.bat ├── bc50-smx.bat ├── bc50-tnt.bat ├── bc50-vxd.bat ├── bc50-w32.bat ├── bcb5-c32.bat ├── bcb5-d32.bat ├── bcb5-rtt.bat ├── bcb5-smx.bat ├── bcb5-tnt.bat ├── bcb5-vxd.bat ├── bcb5-w32.bat ├── bclink.exe ├── build.bat ├── build_db.bat ├── build_it.bat ├── cdit.bat ├── clrvars.bat ├── dj_ld.exe ├── djgpp.env ├── djgpp_db.env ├── dmake.exe ├── evc3-drvce.bat ├── evc4-drvce.bat ├── evc5-drvce.bat ├── expndinc.exe ├── gcc-qnxnto.bat ├── gcc2-c32.bat ├── gcc2-dos.bat ├── gcc2-linux.bat ├── gcc2-w32.bat ├── gcc3-c32.bat ├── gcc3-linux.bat ├── gcc3-w32.bat ├── k_cp.exe ├── k_echo.exe ├── k_md.exe ├── k_rm.exe ├── k_tee.exe ├── loc.exe ├── makedef.exe ├── makedep.exe ├── makedepx.exe ├── nasm.exe ├── ntddk.bat ├── ow10-c32.bat ├── ow10-d32.bat ├── ow10-drv.bat ├── ow10-lnx.bat ├── ow10-o16.bat ├── ow10-o32.bat ├── ow10-p32.bat ├── ow10-qnx.bat ├── ow10-rtt.bat ├── ow10-snp.bat ├── ow10-tnt.bat ├── ow10-w32.bat ├── rclink.exe ├── set-vars.bat ├── trans.exe ├── trimlib.exe ├── vc40-c32.bat ├── vc40-drv9x.bat ├── vc40-drvnt.bat ├── vc40-tnt.bat ├── vc40-w32.bat ├── vc50-c32.bat ├── vc50-drv9x.bat ├── vc50-drvnt.bat ├── vc50-rtt.bat ├── vc50-tnt.bat ├── vc50-w32.bat ├── vc60-c32.bat ├── vc60-drv9x.bat ├── vc60-drvnt.bat ├── vc60-drvw2k.bat ├── vc60-mfc.bat ├── vc60-qt.bat ├── vc60-rtt.bat ├── vc60-tnt.bat ├── vc60-w16.bat ├── vc60-w32.bat ├── vc70-c32.bat ├── vc70-w32.bat ├── w2kddk.bat ├── wasm.exe ├── wc10-c32.bat ├── wc10-d32.bat ├── wc10-o16.bat ├── wc10-o32.bat ├── wc10-p32.bat ├── wc10-qnx.bat ├── wc10-tnt.bat ├── wc10-w32.bat ├── wc10ac32.bat ├── wc10ad32.bat ├── wc10ao16.bat ├── wc10ao32.bat ├── wc10ap32.bat ├── wc10atnt.bat ├── wc10aw32.bat ├── wc11-c32.bat ├── wc11-d32.bat ├── wc11-o16.bat ├── wc11-o32.bat ├── wc11-p32.bat ├── wc11-qnx.bat ├── wc11-tnt.bat ├── wc11-w32.bat ├── win32sdk.bat └── winceddk.bat ├── bitmaps ├── blend.png ├── blend8.png ├── blendpal.png ├── blndgrey.png ├── cow-1.png ├── cow-24.bmp ├── cow-24.jpg ├── cow-24.pcx ├── cow-24.png ├── cow-32.png ├── cow-4.png ├── cow-8.png ├── cow-gray.png ├── doggie2.bmp ├── doggie2.pcx ├── frog-1.bmp ├── frog-1.pcx ├── frog-4.bmp ├── frog-4.pcx ├── frog-8.bmp ├── frog-8.pcx ├── frog.bmp ├── mvctrl0.bmp ├── mvctrl0.dat ├── mvctrl1.bmp ├── mvctrl1.dat ├── mvctrl2.bmp ├── mvctrl2.dat ├── mvglyph0.dat ├── mvglyph1.dat ├── mvglyph2.dat ├── mvis │ ├── check.bmp │ ├── checkdds.bmp │ ├── checkdsel.bmp │ ├── checkdwn.bmp │ ├── checksel.bmp │ ├── closedis.bmp │ ├── closedwn.bmp │ ├── closeup.bmp │ ├── comctl1.bmp │ ├── comctl2.bmp │ ├── comctl3.bmp │ ├── comctl4.bmp │ ├── comdlg1.bmp │ ├── comdlg2.bmp │ ├── down.bmp │ ├── left.bmp │ ├── maxdis.bmp │ ├── maxdwn.bmp │ ├── maxup.bmp │ ├── mindwn.bmp │ ├── minup.bmp │ ├── pspbrwse.jbf │ ├── radio.bmp │ ├── radiodds.bmp │ ├── radiodis.bmp │ ├── radiodsel.bmp │ ├── radiosel.bmp │ ├── restdis.bmp │ ├── restdwn.bmp │ ├── restup.bmp │ ├── right.bmp │ └── up.bmp └── stereo.bmp ├── cursors ├── arrow.cur ├── blank.cur ├── bullseye.cur ├── char.cur ├── clock.cur ├── cross.cur ├── hand.cur ├── ibeam.cur ├── leftbtn.cur ├── magnif1.cur ├── midbtn.cur ├── move.cur ├── noentry.cur ├── pbrush.cur ├── pencil.cur ├── pntleft.cur ├── pntright.cur ├── query.cur ├── rightarr.cur ├── rightbtn.cur ├── size.cur ├── sizenesw.cur ├── sizens.cur ├── sizenwse.cur ├── sizewe.cur ├── spraycan.cur └── wait.cur ├── docs ├── mgl │ ├── SciTech MGL Reference Guide.pdf │ └── html │ │ ├── BitBltSupport.html │ │ ├── BitmapDrawingSupport.html │ │ ├── CPU_getProcessorName.html │ │ ├── CPU_getProcessorSpeed.html │ │ ├── CPU_getProcessorSpeedInHZ.html │ │ ├── CPU_getProcessorType.html │ │ ├── CPU_have3DNow.html │ │ ├── CPU_haveMMX.html │ │ ├── CPU_haveRDTSC.html │ │ ├── CPU_haveSSE.html │ │ ├── CPU_largeInteger.html │ │ ├── CPU_processorType.html │ │ ├── ColorAndPaletteManipulation.html │ │ ├── DeviceClearing.html │ │ ├── DeviceContextCreationAndManagement.html │ │ ├── DeviceContextInformationAndManipulation.html │ │ ├── DirectFrameBufferAccessFunctions.html │ │ ├── DoubleBufferingSupport.html │ │ ├── EVT_allowLEDS.html │ │ ├── EVT_asciiCode.html │ │ ├── EVT_asciiCodesType.html │ │ ├── EVT_eventJoyAxisType.html │ │ ├── EVT_eventJoyMaskType.html │ │ ├── EVT_eventMaskType.html │ │ ├── EVT_eventModMaskType.html │ │ ├── EVT_eventMouseMaskType.html │ │ ├── EVT_eventType.html │ │ ├── EVT_flush.html │ │ ├── EVT_getCodePage.html │ │ ├── EVT_getHeartBeatCallback.html │ │ ├── EVT_getMousePos.html │ │ ├── EVT_getNext.html │ │ ├── EVT_halt.html │ │ ├── EVT_isKeyDown.html │ │ ├── EVT_joyIsPresent.html │ │ ├── EVT_joySetCenter.html │ │ ├── EVT_joySetLowerRight.html │ │ ├── EVT_joySetUpperLeft.html │ │ ├── EVT_masksType.html │ │ ├── EVT_peekNext.html │ │ ├── EVT_pollJoystick.html │ │ ├── EVT_post.html │ │ ├── EVT_repeatCount.html │ │ ├── EVT_scanCode.html │ │ ├── EVT_scanCodesType.html │ │ ├── EVT_setCodePage.html │ │ ├── EVT_setHeartBeatCallback.html │ │ ├── EVT_setMousePos.html │ │ ├── EVT_setUserEventFilter.html │ │ ├── EllipseDrawing.html │ │ ├── EnvironmentDetectionAndInitialization.html │ │ ├── EventHandling.html │ │ ├── ExternalFunctions.html │ │ ├── FontLoadingAndUnloadingFunctions.html │ │ ├── GMDC.html │ │ ├── GM_chooseMode.html │ │ ├── GM_cleanup.html │ │ ├── GM_driverOptions.html │ │ ├── GM_exit.html │ │ ├── GM_findMode.html │ │ ├── GM_getDoDraw.html │ │ ├── GM_getExitMainLoop.html │ │ ├── GM_getHaveWin95.html │ │ ├── GM_getHaveWinNT.html │ │ ├── GM_init.html │ │ ├── GM_initPath.html │ │ ├── GM_initSysPalNoStatic.html │ │ ├── GM_initWindowPos.html │ │ ├── GM_mainLoop.html │ │ ├── GM_modeFlagsType.html │ │ ├── GM_modeInfo.html │ │ ├── GM_processEvents.html │ │ ├── GM_processEventsWin.html │ │ ├── GM_realizePalette.html │ │ ├── GM_registerEventProc.html │ │ ├── GM_registerMainWindow.html │ │ ├── GM_setAppActivate.html │ │ ├── GM_setDrawFunc.html │ │ ├── GM_setDriverOptions.html │ │ ├── GM_setEventFunc.html │ │ ├── GM_setExitFunc.html │ │ ├── GM_setGameLogicFunc.html │ │ ├── GM_setKeyDownFunc.html │ │ ├── GM_setKeyRepeatFunc.html │ │ ├── GM_setKeyUpFunc.html │ │ ├── GM_setLeftBuffer.html │ │ ├── GM_setMode.html │ │ ├── GM_setModeExt.html │ │ ├── GM_setModeFilterFunc.html │ │ ├── GM_setModeSwitchFunc.html │ │ ├── GM_setMouseDownFunc.html │ │ ├── GM_setMouseMoveFunc.html │ │ ├── GM_setMouseUpFunc.html │ │ ├── GM_setPalette.html │ │ ├── GM_setPreModeSwitchFunc.html │ │ ├── GM_setRightBuffer.html │ │ ├── GM_setSuspendAppCallback.html │ │ ├── GM_startOpenGL.html │ │ ├── GM_startStereo.html │ │ ├── GM_stopStereo.html │ │ ├── GM_stretchType.html │ │ ├── GM_swapBuffers.html │ │ ├── GM_swapDirtyBuffers.html │ │ ├── GameFramework.html │ │ ├── IconResourceLoadingAndUnloading.html │ │ ├── Images │ │ ├── RpoButtonHomeOff.gif │ │ ├── RpoButtonHomeOn.gif │ │ ├── RpoButtonNextOff.gif │ │ ├── RpoButtonNextOn.gif │ │ ├── RpoButtonPreviousOff.gif │ │ ├── RpoButtonPreviousOn.gif │ │ ├── RpoButtonUpOff.gif │ │ ├── RpoButtonUpOn.gif │ │ └── shadow.gif │ │ ├── JPEGBitmapLoadingUnloadingAndSaving.html │ │ ├── LZTimerCount.html │ │ ├── LZTimerCountExt.html │ │ ├── LZTimerLap.html │ │ ├── LZTimerLapExt.html │ │ ├── LZTimerObject.html │ │ ├── LZTimerOff.html │ │ ├── LZTimerOffExt.html │ │ ├── LZTimerOn.html │ │ ├── LZTimerOnExt.html │ │ ├── LightweightOffscreenBufferSupport.html │ │ ├── LineDrawingAndClipping.html │ │ ├── MGLBUF.html │ │ ├── MGLDC.html │ │ ├── MGLLibraryOverview.html │ │ ├── MGLLibraryReference.html │ │ ├── MGLVisual.html │ │ ├── MGL_COLORS.html │ │ ├── MGL_FixDiv.html │ │ ├── MGL_FixMul.html │ │ ├── MGL_FixMulDiv.html │ │ ├── MGL_WIN_COLORS.html │ │ ├── MGL_addCustomMode.html │ │ ├── MGL_availableBitmap.html │ │ ├── MGL_availableCursor.html │ │ ├── MGL_availableFont.html │ │ ├── MGL_availableIcon.html │ │ ├── MGL_availableJPEG.html │ │ ├── MGL_availablePCX.html │ │ ├── MGL_availablePNG.html │ │ ├── MGL_availablePages.html │ │ ├── MGL_backModes.html │ │ ├── MGL_backfacing.html │ │ ├── MGL_beginDirectAccess.html │ │ ├── MGL_beginDirectAccessDC.html │ │ ├── MGL_beginPaint.html │ │ ├── MGL_beginPixel.html │ │ ├── MGL_bitBlt.html │ │ ├── MGL_bitBltCoord.html │ │ ├── MGL_bitBltFx.html │ │ ├── MGL_bitBltFxCoord.html │ │ ├── MGL_bitBltFxFlagsType.html │ │ ├── MGL_bitBltPatt.html │ │ ├── MGL_bitBltPattCoord.html │ │ ├── MGL_blendFuncType.html │ │ ├── MGL_bufferFlagsType.html │ │ ├── MGL_buildMonoMask.html │ │ ├── MGL_charWidth.html │ │ ├── MGL_charWidth_W.html │ │ ├── MGL_checkIdentityPalette.html │ │ ├── MGL_clearDevice.html │ │ ├── MGL_clearRegion.html │ │ ├── MGL_clearViewport.html │ │ ├── MGL_closeFontLib.html │ │ ├── MGL_computePixelAddr.html │ │ ├── MGL_copyBitmapToBuffer.html │ │ ├── MGL_copyIntoRegion.html │ │ ├── MGL_copyPage.html │ │ ├── MGL_copyPageCoord.html │ │ ├── MGL_copyRegion.html │ │ ├── MGL_copyToBuffer.html │ │ ├── MGL_createBuffer.html │ │ ├── MGL_createCustomDC.html │ │ ├── MGL_createDisplayDC.html │ │ ├── MGL_createMemoryDC.html │ │ ├── MGL_createOffscreenDC.html │ │ ├── MGL_createScrollingDC.html │ │ ├── MGL_createStereoDisplayDC.html │ │ ├── MGL_createWindowedDC.html │ │ ├── MGL_defRect.html │ │ ├── MGL_defRectPt.html │ │ ├── MGL_defaultAttributes.html │ │ ├── MGL_defaultColor.html │ │ ├── MGL_destroyBuffer.html │ │ ├── MGL_destroyDC.html │ │ ├── MGL_diffRegion.html │ │ ├── MGL_diffRegionRect.html │ │ ├── MGL_disableDriver.html │ │ ├── MGL_disjointRect.html │ │ ├── MGL_ditherModes.html │ │ ├── MGL_divotSize.html │ │ ├── MGL_divotSizeCoord.html │ │ ├── MGL_doubleBuffer.html │ │ ├── MGL_drawGlyph.html │ │ ├── MGL_drawRegion.html │ │ ├── MGL_drawStr.html │ │ ├── MGL_drawStrXY.html │ │ ├── MGL_drawStrXY_W.html │ │ ├── MGL_drawStr_W.html │ │ ├── MGL_dstTransBlt.html │ │ ├── MGL_dstTransBltCoord.html │ │ ├── MGL_ellipse.html │ │ ├── MGL_ellipseArc.html │ │ ├── MGL_ellipseArcCoord.html │ │ ├── MGL_ellipseArcEngine.html │ │ ├── MGL_ellipseCoord.html │ │ ├── MGL_ellipseEngine.html │ │ ├── MGL_emptyRect.html │ │ ├── MGL_emptyRegion.html │ │ ├── MGL_enableAllDrivers.html │ │ ├── MGL_enableOpenGLDrivers.html │ │ ├── MGL_endDirectAccess.html │ │ ├── MGL_endDirectAccessDC.html │ │ ├── MGL_endPaint.html │ │ ├── MGL_endPixel.html │ │ ├── MGL_enumerateFonts.html │ │ ├── MGL_equalPoint.html │ │ ├── MGL_equalRect.html │ │ ├── MGL_equalRegion.html │ │ ├── MGL_errorMsg.html │ │ ├── MGL_errorType.html │ │ ├── MGL_exit.html │ │ ├── MGL_fadePalette.html │ │ ├── MGL_fatalError.html │ │ ├── MGL_fclose.html │ │ ├── MGL_fillEllipse.html │ │ ├── MGL_fillEllipseArc.html │ │ ├── MGL_fillEllipseArcCoord.html │ │ ├── MGL_fillEllipseCoord.html │ │ ├── MGL_fillPolygon.html │ │ ├── MGL_fillPolygonCnvx.html │ │ ├── MGL_fillPolygonCnvxFX.html │ │ ├── MGL_fillPolygonFX.html │ │ ├── MGL_fillRect.html │ │ ├── MGL_fillRectCoord.html │ │ ├── MGL_fillRectPt.html │ │ ├── MGL_findMode.html │ │ ├── MGL_fontBlendType.html │ │ ├── MGL_fontLibType.html │ │ ├── MGL_fontType.html │ │ ├── MGL_fopen.html │ │ ├── MGL_fread.html │ │ ├── MGL_freeRegion.html │ │ ├── MGL_fseek.html │ │ ├── MGL_ftell.html │ │ ├── MGL_fwrite.html │ │ ├── MGL_getActivePage.html │ │ ├── MGL_getAlphaValue.html │ │ ├── MGL_getArcCoords.html │ │ ├── MGL_getAspectRatio.html │ │ ├── MGL_getAttributes.html │ │ ├── MGL_getBackColor.html │ │ ├── MGL_getBackMode.html │ │ ├── MGL_getBitmapFromDC.html │ │ ├── MGL_getBitmapSize.html │ │ ├── MGL_getBitmapSizeExt.html │ │ ├── MGL_getBitsPerPixel.html │ │ ├── MGL_getBlendFunc.html │ │ ├── MGL_getCP.html │ │ ├── MGL_getCharMetrics.html │ │ ├── MGL_getCharMetrics_W.html │ │ ├── MGL_getClipRect.html │ │ ├── MGL_getClipRectDC.html │ │ ├── MGL_getClipRegion.html │ │ ├── MGL_getClipRegionDC.html │ │ ├── MGL_getColor.html │ │ ├── MGL_getCurrentScanLine.html │ │ ├── MGL_getDefaultPalette.html │ │ ├── MGL_getDisplayStart.html │ │ ├── MGL_getDitherMode.html │ │ ├── MGL_getDivot.html │ │ ├── MGL_getDivotCoord.html │ │ ├── MGL_getDotsPerInch.html │ │ ├── MGL_getFont.html │ │ ├── MGL_getFontAntiAliasPalette.html │ │ ├── MGL_getFontBlendMode.html │ │ ├── MGL_getFontMetrics.html │ │ ├── MGL_getFullScreenWindow.html │ │ ├── MGL_getGammaRamp.html │ │ ├── MGL_getGlyphHeight.html │ │ ├── MGL_getGlyphWidth.html │ │ ├── MGL_getHalfTonePalette.html │ │ ├── MGL_getHardwareFlags.html │ │ ├── MGL_getJPEGSize.html │ │ ├── MGL_getJPEGSizeExt.html │ │ ├── MGL_getLineStipple.html │ │ ├── MGL_getLineStippleCount.html │ │ ├── MGL_getLineStyle.html │ │ ├── MGL_getPCXSize.html │ │ ├── MGL_getPCXSizeExt.html │ │ ├── MGL_getPNGSize.html │ │ ├── MGL_getPNGSizeExt.html │ │ ├── MGL_getPalette.html │ │ ├── MGL_getPaletteEntry.html │ │ ├── MGL_getPaletteSize.html │ │ ├── MGL_getPaletteSnowLevel.html │ │ ├── MGL_getPenBitmapPattern.html │ │ ├── MGL_getPenPixmapPattern.html │ │ ├── MGL_getPenPixmapTransparent.html │ │ ├── MGL_getPenSize.html │ │ ├── MGL_getPenStyle.html │ │ ├── MGL_getPixel.html │ │ ├── MGL_getPixelCoord.html │ │ ├── MGL_getPixelCoordFast.html │ │ ├── MGL_getPixelFast.html │ │ ├── MGL_getPixelFormat.html │ │ ├── MGL_getPlaneMask.html │ │ ├── MGL_getPolygonType.html │ │ ├── MGL_getSpaceExtra.html │ │ ├── MGL_getTextDirection.html │ │ ├── MGL_getTextJustify.html │ │ ├── MGL_getTextSettings.html │ │ ├── MGL_getTextSize.html │ │ ├── MGL_getViewport.html │ │ ├── MGL_getViewportDC.html │ │ ├── MGL_getViewportOrg.html │ │ ├── MGL_getViewportOrgDC.html │ │ ├── MGL_getVisualPage.html │ │ ├── MGL_getWriteMode.html │ │ ├── MGL_getX.html │ │ ├── MGL_getY.html │ │ ├── MGL_glChooseVisual.html │ │ ├── MGL_glContextFlagsType.html │ │ ├── MGL_glCreateContext.html │ │ ├── MGL_glDeleteContext.html │ │ ├── MGL_glDisableMGLFuncs.html │ │ ├── MGL_glEnableMGLFuncs.html │ │ ├── MGL_glEnumerateDrivers.html │ │ ├── MGL_glGetProcAddress.html │ │ ├── MGL_glGetVisual.html │ │ ├── MGL_glHaveHWOpenGL.html │ │ ├── MGL_glMakeCurrent.html │ │ ├── MGL_glOpenGLType.html │ │ ├── MGL_glRealizePalette.html │ │ ├── MGL_glResizeBuffers.html │ │ ├── MGL_glSetDriver.html │ │ ├── MGL_glSetOpenGLType.html │ │ ├── MGL_glSetPalette.html │ │ ├── MGL_glSetVisual.html │ │ ├── MGL_glSwapBuffers.html │ │ ├── MGL_globalToLocal.html │ │ ├── MGL_globalToLocalDC.html │ │ ├── MGL_halfTonePixel.html │ │ ├── MGL_halfTonePixel555.html │ │ ├── MGL_halfTonePixel565.html │ │ ├── MGL_hardwareFlagsType.html │ │ ├── MGL_haveWidePalette.html │ │ ├── MGL_init.html │ │ ├── MGL_insetRect.html │ │ ├── MGL_isCurrentDC.html │ │ ├── MGL_isDisplayDC.html │ │ ├── MGL_isMemoryDC.html │ │ ├── MGL_isOffscreenDC.html │ │ ├── MGL_isOverlayDC.html │ │ ├── MGL_isSimpleRegion.html │ │ ├── MGL_isStereoDC.html │ │ ├── MGL_isVSync.html │ │ ├── MGL_isWindowedDC.html │ │ ├── MGL_leftTop.html │ │ ├── MGL_line.html │ │ ├── MGL_lineCoord.html │ │ ├── MGL_lineCoordExt.html │ │ ├── MGL_lineEngine.html │ │ ├── MGL_lineExt.html │ │ ├── MGL_lineRel.html │ │ ├── MGL_lineRelCoord.html │ │ ├── MGL_lineStyleType.html │ │ ├── MGL_lineTo.html │ │ ├── MGL_lineToCoord.html │ │ ├── MGL_loadBitmap.html │ │ ├── MGL_loadBitmapExt.html │ │ ├── MGL_loadBitmapIntoDC.html │ │ ├── MGL_loadBitmapIntoDCExt.html │ │ ├── MGL_loadCursor.html │ │ ├── MGL_loadCursorExt.html │ │ ├── MGL_loadFont.html │ │ ├── MGL_loadFontExt.html │ │ ├── MGL_loadFontInstance.html │ │ ├── MGL_loadIcon.html │ │ ├── MGL_loadIconExt.html │ │ ├── MGL_loadJPEG.html │ │ ├── MGL_loadJPEGExt.html │ │ ├── MGL_loadJPEGIntoDC.html │ │ ├── MGL_loadJPEGIntoDCExt.html │ │ ├── MGL_loadPCX.html │ │ ├── MGL_loadPCXExt.html │ │ ├── MGL_loadPCXIntoDC.html │ │ ├── MGL_loadPCXIntoDCExt.html │ │ ├── MGL_loadPNG.html │ │ ├── MGL_loadPNGExt.html │ │ ├── MGL_loadPNGIntoDC.html │ │ ├── MGL_loadPNGIntoDCExt.html │ │ ├── MGL_localToGlobal.html │ │ ├── MGL_localToGlobalDC.html │ │ ├── MGL_lockBuffer.html │ │ ├── MGL_lockToFrameRate.html │ │ ├── MGL_makeCurrentDC.html │ │ ├── MGL_mapToPalette.html │ │ ├── MGL_maxCharWidth.html │ │ ├── MGL_maxColor.html │ │ ├── MGL_maxPage.html │ │ ├── MGL_maxx.html │ │ ├── MGL_maxxDC.html │ │ ├── MGL_maxy.html │ │ ├── MGL_maxyDC.html │ │ ├── MGL_memcpy.html │ │ ├── MGL_memcpyVIRTDST.html │ │ ├── MGL_memcpyVIRTSRC.html │ │ ├── MGL_memset.html │ │ ├── MGL_memsetl.html │ │ ├── MGL_memsetw.html │ │ ├── MGL_mirrorGlyph.html │ │ ├── MGL_modeDriverName.html │ │ ├── MGL_modeFlags.html │ │ ├── MGL_modeFlagsType.html │ │ ├── MGL_modeResolution.html │ │ ├── MGL_moveRel.html │ │ ├── MGL_moveRelCoord.html │ │ ├── MGL_moveTo.html │ │ ├── MGL_moveToCoord.html │ │ ├── MGL_newRegion.html │ │ ├── MGL_offsetRect.html │ │ ├── MGL_offsetRegion.html │ │ ├── MGL_openFontLib.html │ │ ├── MGL_openFontLibExt.html │ │ ├── MGL_optimizeRegion.html │ │ ├── MGL_packColor.html │ │ ├── MGL_packColorExt.html │ │ ├── MGL_packColorFast.html │ │ ├── MGL_packColorFastExt.html │ │ ├── MGL_palRotateType.html │ │ ├── MGL_penStyleType.html │ │ ├── MGL_pixel.html │ │ ├── MGL_pixelCoord.html │ │ ├── MGL_pixelCoordFast.html │ │ ├── MGL_pixelFast.html │ │ ├── MGL_polyLine.html │ │ ├── MGL_polyPoint.html │ │ ├── MGL_polygonType.html │ │ ├── MGL_ptInRect.html │ │ ├── MGL_ptInRectCoord.html │ │ ├── MGL_ptInRegion.html │ │ ├── MGL_ptInRegionCoord.html │ │ ├── MGL_putBitmap.html │ │ ├── MGL_putBitmapDstTrans.html │ │ ├── MGL_putBitmapDstTransSection.html │ │ ├── MGL_putBitmapFx.html │ │ ├── MGL_putBitmapFxSection.html │ │ ├── MGL_putBitmapMask.html │ │ ├── MGL_putBitmapPatt.html │ │ ├── MGL_putBitmapPattSection.html │ │ ├── MGL_putBitmapSection.html │ │ ├── MGL_putBitmapSrcTrans.html │ │ ├── MGL_putBitmapSrcTransSection.html │ │ ├── MGL_putBuffer.html │ │ ├── MGL_putBufferDstTrans.html │ │ ├── MGL_putBufferDstTransSection.html │ │ ├── MGL_putBufferFx.html │ │ ├── MGL_putBufferFxSection.html │ │ ├── MGL_putBufferPatt.html │ │ ├── MGL_putBufferPattSection.html │ │ ├── MGL_putBufferSection.html │ │ ├── MGL_putBufferSrcTrans.html │ │ ├── MGL_putBufferSrcTransSection.html │ │ ├── MGL_putDivot.html │ │ ├── MGL_putIcon.html │ │ ├── MGL_putMonoImage.html │ │ ├── MGL_quickInit.html │ │ ├── MGL_random.html │ │ ├── MGL_randoml.html │ │ ├── MGL_realColor.html │ │ ├── MGL_realizePalette.html │ │ ├── MGL_rect.html │ │ ├── MGL_rectCoord.html │ │ ├── MGL_rectPt.html │ │ ├── MGL_refreshRateType.html │ │ ├── MGL_registerEventProc.html │ │ ├── MGL_registerFullScreenWindow.html │ │ ├── MGL_restoreAttributes.html │ │ ├── MGL_result.html │ │ ├── MGL_resume.html │ │ ├── MGL_rgbColor.html │ │ ├── MGL_rgnEllipse.html │ │ ├── MGL_rgnEllipseArc.html │ │ ├── MGL_rgnGetArcCoords.html │ │ ├── MGL_rgnLine.html │ │ ├── MGL_rgnLineCoord.html │ │ ├── MGL_rgnPolygon.html │ │ ├── MGL_rgnPolygonCnvx.html │ │ ├── MGL_rgnPolygonCnvxFX.html │ │ ├── MGL_rgnPolygonFX.html │ │ ├── MGL_rgnSolidEllipse.html │ │ ├── MGL_rgnSolidEllipseArc.html │ │ ├── MGL_rgnSolidRect.html │ │ ├── MGL_rgnSolidRectCoord.html │ │ ├── MGL_rgnSolidRectPt.html │ │ ├── MGL_rightBottom.html │ │ ├── MGL_rop3CodesType.html │ │ ├── MGL_rotateGlyph.html │ │ ├── MGL_rotatePalette.html │ │ ├── MGL_saveBitmapFromDC.html │ │ ├── MGL_saveJPEGFromDC.html │ │ ├── MGL_savePCXFromDC.html │ │ ├── MGL_savePNGFromDC.html │ │ ├── MGL_savePNGFromDCExt.html │ │ ├── MGL_scanLine.html │ │ ├── MGL_sectRect.html │ │ ├── MGL_sectRectCoord.html │ │ ├── MGL_sectRectFast.html │ │ ├── MGL_sectRectFastCoord.html │ │ ├── MGL_sectRegion.html │ │ ├── MGL_sectRegionRect.html │ │ ├── MGL_selectDisplayDevice.html │ │ ├── MGL_setActivePage.html │ │ ├── MGL_setAlphaValue.html │ │ ├── MGL_setAspectRatio.html │ │ ├── MGL_setBackColor.html │ │ ├── MGL_setBackMode.html │ │ ├── MGL_setBlendFunc.html │ │ ├── MGL_setBlueCodeIndex.html │ │ ├── MGL_setBufSize.html │ │ ├── MGL_setClipRect.html │ │ ├── MGL_setClipRectDC.html │ │ ├── MGL_setClipRegion.html │ │ ├── MGL_setClipRegionDC.html │ │ ├── MGL_setColor.html │ │ ├── MGL_setColorCI.html │ │ ├── MGL_setColorRGB.html │ │ ├── MGL_setDefaultPalette.html │ │ ├── MGL_setDisplayStart.html │ │ ├── MGL_setDitherMode.html │ │ ├── MGL_setDotsPerInch.html │ │ ├── MGL_setFileIO.html │ │ ├── MGL_setFontAntiAliasPalette.html │ │ ├── MGL_setFontBlendMode.html │ │ ├── MGL_setGammaRamp.html │ │ ├── MGL_setLineStipple.html │ │ ├── MGL_setLineStippleCount.html │ │ ├── MGL_setLineStyle.html │ │ ├── MGL_setOpenGLFuncs.html │ │ ├── MGL_setPalette.html │ │ ├── MGL_setPaletteEntry.html │ │ ├── MGL_setPaletteSnowLevel.html │ │ ├── MGL_setPenBitmapPattern.html │ │ ├── MGL_setPenPixmapPattern.html │ │ ├── MGL_setPenPixmapTransparent.html │ │ ├── MGL_setPenSize.html │ │ ├── MGL_setPenStyle.html │ │ ├── MGL_setPlaneMask.html │ │ ├── MGL_setPolygonType.html │ │ ├── MGL_setRelViewport.html │ │ ├── MGL_setRelViewportDC.html │ │ ├── MGL_setResult.html │ │ ├── MGL_setSpaceExtra.html │ │ ├── MGL_setSuspendAppCallback.html │ │ ├── MGL_setTextDirection.html │ │ ├── MGL_setTextEncoding.html │ │ ├── MGL_setTextJustify.html │ │ ├── MGL_setTextSettings.html │ │ ├── MGL_setTextSize.html │ │ ├── MGL_setViewport.html │ │ ├── MGL_setViewportDC.html │ │ ├── MGL_setViewportOrg.html │ │ ├── MGL_setViewportOrgDC.html │ │ ├── MGL_setVisualPage.html │ │ ├── MGL_setWriteMode.html │ │ ├── MGL_singleBuffer.html │ │ ├── MGL_sizex.html │ │ ├── MGL_sizey.html │ │ ├── MGL_srand.html │ │ ├── MGL_srcTransBlt.html │ │ ├── MGL_srcTransBltCoord.html │ │ ├── MGL_startStereo.html │ │ ├── MGL_stereoBufType.html │ │ ├── MGL_stopStereo.html │ │ ├── MGL_stretchBitmap.html │ │ ├── MGL_stretchBitmapFx.html │ │ ├── MGL_stretchBitmapFxSection.html │ │ ├── MGL_stretchBitmapSection.html │ │ ├── MGL_stretchBlt.html │ │ ├── MGL_stretchBltCoord.html │ │ ├── MGL_stretchBltFx.html │ │ ├── MGL_stretchBltFxCoord.html │ │ ├── MGL_stretchBuffer.html │ │ ├── MGL_stretchBufferFx.html │ │ ├── MGL_stretchBufferFxSection.html │ │ ├── MGL_stretchBufferSection.html │ │ ├── MGL_surfaceAccessFlagsType.html │ │ ├── MGL_surfaceAccessType.html │ │ ├── MGL_suspend.html │ │ ├── MGL_suspendAppCodesType.html │ │ ├── MGL_suspendAppFlagsType.html │ │ ├── MGL_swapBuffers.html │ │ ├── MGL_textBounds.html │ │ ├── MGL_textBounds_W.html │ │ ├── MGL_textDirType.html │ │ ├── MGL_textEncodingType.html │ │ ├── MGL_textHeight.html │ │ ├── MGL_textJustType.html │ │ ├── MGL_textWidth.html │ │ ├── MGL_textWidth_W.html │ │ ├── MGL_traverseRegion.html │ │ ├── MGL_underScoreLocation.html │ │ ├── MGL_underScoreLocation_W.html │ │ ├── MGL_unionRect.html │ │ ├── MGL_unionRectCoord.html │ │ ├── MGL_unionRegion.html │ │ ├── MGL_unionRegionOfs.html │ │ ├── MGL_unionRegionRect.html │ │ ├── MGL_unloadBitmap.html │ │ ├── MGL_unloadCursor.html │ │ ├── MGL_unloadFont.html │ │ ├── MGL_unloadFontInstance.html │ │ ├── MGL_unloadIcon.html │ │ ├── MGL_unlockBuffer.html │ │ ├── MGL_unpackColor.html │ │ ├── MGL_unpackColorExt.html │ │ ├── MGL_unpackColorFast.html │ │ ├── MGL_unpackColorFastExt.html │ │ ├── MGL_updateBufferCache.html │ │ ├── MGL_updateFromBufferCache.html │ │ ├── MGL_useFont.html │ │ ├── MGL_usePenBitmapPattern.html │ │ ├── MGL_usePenPixmapPattern.html │ │ ├── MGL_vSync.html │ │ ├── MGL_vecFontEngine.html │ │ ├── MGL_waitVRTFlagType.html │ │ ├── MGL_wmBeginPaint.html │ │ ├── MGL_wmCaptureEvents.html │ │ ├── MGL_wmCoordGlobalToLocal.html │ │ ├── MGL_wmCoordLocalToGlobal.html │ │ ├── MGL_wmCreate.html │ │ ├── MGL_wmCreateWindow.html │ │ ├── MGL_wmDestroy.html │ │ ├── MGL_wmDestroyWindow.html │ │ ├── MGL_wmEndPaint.html │ │ ├── MGL_wmGetRootWindow.html │ │ ├── MGL_wmGetWindowAtPosition.html │ │ ├── MGL_wmGetWindowFlags.html │ │ ├── MGL_wmGetWindowParent.html │ │ ├── MGL_wmGetWindowUserData.html │ │ ├── MGL_wmInvalidateRect.html │ │ ├── MGL_wmInvalidateRegion.html │ │ ├── MGL_wmInvalidateWindow.html │ │ ├── MGL_wmInvalidateWindowRect.html │ │ ├── MGL_wmInvalidateWindowRegion.html │ │ ├── MGL_wmLowerWindow.html │ │ ├── MGL_wmPopGlobalEventHandler.html │ │ ├── MGL_wmPopWindowEventHandler.html │ │ ├── MGL_wmProcessEvent.html │ │ ├── MGL_wmPushGlobalEventHandler.html │ │ ├── MGL_wmPushWindowEventHandler.html │ │ ├── MGL_wmRaiseWindow.html │ │ ├── MGL_wmRemoveGlobalEventHandler.html │ │ ├── MGL_wmRemoveWindowEventHandler.html │ │ ├── MGL_wmReparentWindow.html │ │ ├── MGL_wmSetGlobalCursor.html │ │ ├── MGL_wmSetWindowCursor.html │ │ ├── MGL_wmSetWindowDestructor.html │ │ ├── MGL_wmSetWindowFlags.html │ │ ├── MGL_wmSetWindowPainter.html │ │ ├── MGL_wmSetWindowPosition.html │ │ ├── MGL_wmSetWindowUserData.html │ │ ├── MGL_wmShowWindow.html │ │ ├── MGL_wmUncaptureEvents.html │ │ ├── MGL_wmUpdateDC.html │ │ ├── MGL_wmWindowFlags.html │ │ ├── MGL_writeModeType.html │ │ ├── MS_getPos.html │ │ ├── MS_hide.html │ │ ├── MS_moveTo.html │ │ ├── MS_obscure.html │ │ ├── MS_setCursor.html │ │ ├── MS_setCursorColor.html │ │ ├── MS_setCursorColorExt.html │ │ ├── MS_show.html │ │ ├── M_int16.html │ │ ├── M_int32.html │ │ ├── M_int8.html │ │ ├── M_uint16.html │ │ ├── M_uint32.html │ │ ├── M_uint8.html │ │ ├── MonochromeBitmapManipulation.html │ │ ├── MouseCursorResourceLoadingAndUnloading.html │ │ ├── MouseHandling.html │ │ ├── ObsoleteBitmapFontLoadingFunctions.html │ │ ├── OpenGLBindingFunctions.html │ │ ├── PCXBitmapLoadingUnloadingAndSaving.html │ │ ├── PNGBitmapLoadingUnloadingAndSaving.html │ │ ├── PixelPlotting.html │ │ ├── PlatformSpecificWindows.html │ │ ├── PolygonDrawing.html │ │ ├── PolylineAndPixelDrawing.html │ │ ├── RGBTo81516BitHalftoneDitheringRoutines.html │ │ ├── RandomNumberGenerationRoutines.html │ │ ├── RePublico.js │ │ ├── RePublicoContents.gif │ │ ├── RePublicoFind.gif │ │ ├── RePublicoIndex.gif │ │ ├── RePublicoToolbar.js │ │ ├── RectangleAndPointManipulation.html │ │ ├── RectangleDrawing.html │ │ ├── RegionAlgebra.html │ │ ├── RegionManagement.html │ │ ├── SPR_destroyBitmap.html │ │ ├── SPR_draw.html │ │ ├── SPR_drawExt.html │ │ ├── SPR_drawSection.html │ │ ├── SPR_drawSectionExt.html │ │ ├── SPR_mgrAddOpaqueBitmap.html │ │ ├── SPR_mgrAddTransparentBitmap.html │ │ ├── SPR_mgrEmpty.html │ │ ├── SPR_mgrExit.html │ │ ├── SPR_mgrInit.html │ │ ├── SciTech MGL Reference Guide.css │ │ ├── SpriteManager.html │ │ ├── SupportedBrowsers.html │ │ ├── TextAttributeManipulation.html │ │ ├── TextDrawing.html │ │ ├── TypeDefinitions.html │ │ ├── ULZElapsedTime.html │ │ ├── ULZReadTime.html │ │ ├── ULZTimerCount.html │ │ ├── ULZTimerLap.html │ │ ├── ULZTimerOff.html │ │ ├── ULZTimerOn.html │ │ ├── ULZTimerResolution.html │ │ ├── ViewportAndClipRectangleManipulation.html │ │ ├── WideCharacterTextDrawing.html │ │ ├── WindowManagerFunctions.html │ │ ├── WindowsBMPBitmapLoadingUnloadingAndSavin.html │ │ ├── ZTimerInit.html │ │ ├── ZTimerInitExt.html │ │ ├── arc_coords_t.html │ │ ├── attributes_t.html │ │ ├── bitmap_t.html │ │ ├── bltfx_t.html │ │ ├── captureentry_t.html │ │ ├── codepage_entry_t.html │ │ ├── codepage_t.html │ │ ├── color16_cursor_t.html │ │ ├── color256_cursor_t.html │ │ ├── colorRGBA_cursor_t.html │ │ ├── colorRGB_cursor_t.html │ │ ├── color_t.html │ │ ├── cursor_t.html │ │ ├── demo.html │ │ ├── event_t.html │ │ ├── fileio_t.html │ │ ├── fix32_t.html │ │ ├── font_info_t.html │ │ ├── font_lib_t.html │ │ ├── font_t.html │ │ ├── fxpoint_t.html │ │ ├── globalevententry_t.html │ │ ├── gmode_t.html │ │ ├── icon_t.html │ │ ├── index.html │ │ ├── metrics_t.html │ │ ├── mono_cursor_t.html │ │ ├── notoc │ │ ├── BitBltSupport.html │ │ ├── BitmapDrawingSupport.html │ │ ├── CPU_getProcessorName.html │ │ ├── CPU_getProcessorSpeed.html │ │ ├── CPU_getProcessorSpeedInHZ.html │ │ ├── CPU_getProcessorType.html │ │ ├── CPU_have3DNow.html │ │ ├── CPU_haveMMX.html │ │ ├── CPU_haveRDTSC.html │ │ ├── CPU_haveSSE.html │ │ ├── CPU_largeInteger.html │ │ ├── CPU_processorType.html │ │ ├── ColorAndPaletteManipulation.html │ │ ├── DeviceClearing.html │ │ ├── DeviceContextCreationAndManagement.html │ │ ├── DeviceContextInformationAndManipulation.html │ │ ├── DirectFrameBufferAccessFunctions.html │ │ ├── DoubleBufferingSupport.html │ │ ├── EVT_allowLEDS.html │ │ ├── EVT_asciiCode.html │ │ ├── EVT_asciiCodesType.html │ │ ├── EVT_eventJoyAxisType.html │ │ ├── EVT_eventJoyMaskType.html │ │ ├── EVT_eventMaskType.html │ │ ├── EVT_eventModMaskType.html │ │ ├── EVT_eventMouseMaskType.html │ │ ├── EVT_eventType.html │ │ ├── EVT_flush.html │ │ ├── EVT_getCodePage.html │ │ ├── EVT_getHeartBeatCallback.html │ │ ├── EVT_getMousePos.html │ │ ├── EVT_getNext.html │ │ ├── EVT_halt.html │ │ ├── EVT_isKeyDown.html │ │ ├── EVT_joyIsPresent.html │ │ ├── EVT_joySetCenter.html │ │ ├── EVT_joySetLowerRight.html │ │ ├── EVT_joySetUpperLeft.html │ │ ├── EVT_masksType.html │ │ ├── EVT_peekNext.html │ │ ├── EVT_pollJoystick.html │ │ ├── EVT_post.html │ │ ├── EVT_repeatCount.html │ │ ├── EVT_scanCode.html │ │ ├── EVT_scanCodesType.html │ │ ├── EVT_setCodePage.html │ │ ├── EVT_setHeartBeatCallback.html │ │ ├── EVT_setMousePos.html │ │ ├── EVT_setUserEventFilter.html │ │ ├── EllipseDrawing.html │ │ ├── EnvironmentDetectionAndInitialization.html │ │ ├── EventHandling.html │ │ ├── ExternalFunctions.html │ │ ├── FontLoadingAndUnloadingFunctions.html │ │ ├── GMDC.html │ │ ├── GM_chooseMode.html │ │ ├── GM_cleanup.html │ │ ├── GM_driverOptions.html │ │ ├── GM_exit.html │ │ ├── GM_findMode.html │ │ ├── GM_getDoDraw.html │ │ ├── GM_getExitMainLoop.html │ │ ├── GM_getHaveWin95.html │ │ ├── GM_getHaveWinNT.html │ │ ├── GM_init.html │ │ ├── GM_initPath.html │ │ ├── GM_initSysPalNoStatic.html │ │ ├── GM_initWindowPos.html │ │ ├── GM_mainLoop.html │ │ ├── GM_modeFlagsType.html │ │ ├── GM_modeInfo.html │ │ ├── GM_processEvents.html │ │ ├── GM_processEventsWin.html │ │ ├── GM_realizePalette.html │ │ ├── GM_registerEventProc.html │ │ ├── GM_registerMainWindow.html │ │ ├── GM_setAppActivate.html │ │ ├── GM_setDrawFunc.html │ │ ├── GM_setDriverOptions.html │ │ ├── GM_setEventFunc.html │ │ ├── GM_setExitFunc.html │ │ ├── GM_setGameLogicFunc.html │ │ ├── GM_setKeyDownFunc.html │ │ ├── GM_setKeyRepeatFunc.html │ │ ├── GM_setKeyUpFunc.html │ │ ├── GM_setLeftBuffer.html │ │ ├── GM_setMode.html │ │ ├── GM_setModeExt.html │ │ ├── GM_setModeFilterFunc.html │ │ ├── GM_setModeSwitchFunc.html │ │ ├── GM_setMouseDownFunc.html │ │ ├── GM_setMouseMoveFunc.html │ │ ├── GM_setMouseUpFunc.html │ │ ├── GM_setPalette.html │ │ ├── GM_setPreModeSwitchFunc.html │ │ ├── GM_setRightBuffer.html │ │ ├── GM_setSuspendAppCallback.html │ │ ├── GM_startOpenGL.html │ │ ├── GM_startStereo.html │ │ ├── GM_stopStereo.html │ │ ├── GM_stretchType.html │ │ ├── GM_swapBuffers.html │ │ ├── GM_swapDirtyBuffers.html │ │ ├── GameFramework.html │ │ ├── IconResourceLoadingAndUnloading.html │ │ ├── Images │ │ │ ├── RpoButtonContentsOff.gif │ │ │ ├── RpoButtonContentsOn.gif │ │ │ ├── RpoButtonHomeOff.gif │ │ │ ├── RpoButtonHomeOn.gif │ │ │ ├── RpoButtonIndexOff.gif │ │ │ ├── RpoButtonIndexOn.gif │ │ │ ├── RpoButtonNextOff.gif │ │ │ ├── RpoButtonNextOn.gif │ │ │ ├── RpoButtonPreviousOff.gif │ │ │ ├── RpoButtonPreviousOn.gif │ │ │ ├── RpoSymbolFolder.gif │ │ │ ├── RpoSymbolIndex.gif │ │ │ ├── RpoSymbolTopic.gif │ │ │ └── shadow.gif │ │ ├── JPEGBitmapLoadingUnloadingAndSaving.html │ │ ├── LZTimerCount.html │ │ ├── LZTimerCountExt.html │ │ ├── LZTimerLap.html │ │ ├── LZTimerLapExt.html │ │ ├── LZTimerObject.html │ │ ├── LZTimerOff.html │ │ ├── LZTimerOffExt.html │ │ ├── LZTimerOn.html │ │ ├── LZTimerOnExt.html │ │ ├── LightweightOffscreenBufferSupport.html │ │ ├── LineDrawingAndClipping.html │ │ ├── MGLBUF.html │ │ ├── MGLDC.html │ │ ├── MGLLibraryOverview.html │ │ ├── MGLLibraryReference.html │ │ ├── MGLVisual.html │ │ ├── MGL_COLORS.html │ │ ├── MGL_FixDiv.html │ │ ├── MGL_FixMul.html │ │ ├── MGL_FixMulDiv.html │ │ ├── MGL_WIN_COLORS.html │ │ ├── MGL_addCustomMode.html │ │ ├── MGL_availableBitmap.html │ │ ├── MGL_availableCursor.html │ │ ├── MGL_availableFont.html │ │ ├── MGL_availableIcon.html │ │ ├── MGL_availableJPEG.html │ │ ├── MGL_availablePCX.html │ │ ├── MGL_availablePNG.html │ │ ├── MGL_availablePages.html │ │ ├── MGL_backModes.html │ │ ├── MGL_backfacing.html │ │ ├── MGL_beginDirectAccess.html │ │ ├── MGL_beginDirectAccessDC.html │ │ ├── MGL_beginPaint.html │ │ ├── MGL_beginPixel.html │ │ ├── MGL_bitBlt.html │ │ ├── MGL_bitBltCoord.html │ │ ├── MGL_bitBltFx.html │ │ ├── MGL_bitBltFxCoord.html │ │ ├── MGL_bitBltFxFlagsType.html │ │ ├── MGL_bitBltPatt.html │ │ ├── MGL_bitBltPattCoord.html │ │ ├── MGL_blendFuncType.html │ │ ├── MGL_bufferFlagsType.html │ │ ├── MGL_buildMonoMask.html │ │ ├── MGL_charWidth.html │ │ ├── MGL_charWidth_W.html │ │ ├── MGL_checkIdentityPalette.html │ │ ├── MGL_clearDevice.html │ │ ├── MGL_clearRegion.html │ │ ├── MGL_clearViewport.html │ │ ├── MGL_closeFontLib.html │ │ ├── MGL_computePixelAddr.html │ │ ├── MGL_copyBitmapToBuffer.html │ │ ├── MGL_copyIntoRegion.html │ │ ├── MGL_copyPage.html │ │ ├── MGL_copyPageCoord.html │ │ ├── MGL_copyRegion.html │ │ ├── MGL_copyToBuffer.html │ │ ├── MGL_createBuffer.html │ │ ├── MGL_createCustomDC.html │ │ ├── MGL_createDisplayDC.html │ │ ├── MGL_createMemoryDC.html │ │ ├── MGL_createOffscreenDC.html │ │ ├── MGL_createScrollingDC.html │ │ ├── MGL_createStereoDisplayDC.html │ │ ├── MGL_createWindowedDC.html │ │ ├── MGL_defRect.html │ │ ├── MGL_defRectPt.html │ │ ├── MGL_defaultAttributes.html │ │ ├── MGL_defaultColor.html │ │ ├── MGL_destroyBuffer.html │ │ ├── MGL_destroyDC.html │ │ ├── MGL_diffRegion.html │ │ ├── MGL_diffRegionRect.html │ │ ├── MGL_disableDriver.html │ │ ├── MGL_disjointRect.html │ │ ├── MGL_ditherModes.html │ │ ├── MGL_divotSize.html │ │ ├── MGL_divotSizeCoord.html │ │ ├── MGL_doubleBuffer.html │ │ ├── MGL_drawGlyph.html │ │ ├── MGL_drawRegion.html │ │ ├── MGL_drawStr.html │ │ ├── MGL_drawStrXY.html │ │ ├── MGL_drawStrXY_W.html │ │ ├── MGL_drawStr_W.html │ │ ├── MGL_dstTransBlt.html │ │ ├── MGL_dstTransBltCoord.html │ │ ├── MGL_ellipse.html │ │ ├── MGL_ellipseArc.html │ │ ├── MGL_ellipseArcCoord.html │ │ ├── MGL_ellipseArcEngine.html │ │ ├── MGL_ellipseCoord.html │ │ ├── MGL_ellipseEngine.html │ │ ├── MGL_emptyRect.html │ │ ├── MGL_emptyRegion.html │ │ ├── MGL_enableAllDrivers.html │ │ ├── MGL_enableOpenGLDrivers.html │ │ ├── MGL_endDirectAccess.html │ │ ├── MGL_endDirectAccessDC.html │ │ ├── MGL_endPaint.html │ │ ├── MGL_endPixel.html │ │ ├── MGL_enumerateFonts.html │ │ ├── MGL_equalPoint.html │ │ ├── MGL_equalRect.html │ │ ├── MGL_equalRegion.html │ │ ├── MGL_errorMsg.html │ │ ├── MGL_errorType.html │ │ ├── MGL_exit.html │ │ ├── MGL_fadePalette.html │ │ ├── MGL_fatalError.html │ │ ├── MGL_fclose.html │ │ ├── MGL_fillEllipse.html │ │ ├── MGL_fillEllipseArc.html │ │ ├── MGL_fillEllipseArcCoord.html │ │ ├── MGL_fillEllipseCoord.html │ │ ├── MGL_fillPolygon.html │ │ ├── MGL_fillPolygonCnvx.html │ │ ├── MGL_fillPolygonCnvxFX.html │ │ ├── MGL_fillPolygonFX.html │ │ ├── MGL_fillRect.html │ │ ├── MGL_fillRectCoord.html │ │ ├── MGL_fillRectPt.html │ │ ├── MGL_findMode.html │ │ ├── MGL_fontBlendType.html │ │ ├── MGL_fontLibType.html │ │ ├── MGL_fontType.html │ │ ├── MGL_fopen.html │ │ ├── MGL_fread.html │ │ ├── MGL_freeRegion.html │ │ ├── MGL_fseek.html │ │ ├── MGL_ftell.html │ │ ├── MGL_fwrite.html │ │ ├── MGL_getActivePage.html │ │ ├── MGL_getAlphaValue.html │ │ ├── MGL_getArcCoords.html │ │ ├── MGL_getAspectRatio.html │ │ ├── MGL_getAttributes.html │ │ ├── MGL_getBackColor.html │ │ ├── MGL_getBackMode.html │ │ ├── MGL_getBitmapFromDC.html │ │ ├── MGL_getBitmapSize.html │ │ ├── MGL_getBitmapSizeExt.html │ │ ├── MGL_getBitsPerPixel.html │ │ ├── MGL_getBlendFunc.html │ │ ├── MGL_getCP.html │ │ ├── MGL_getCharMetrics.html │ │ ├── MGL_getCharMetrics_W.html │ │ ├── MGL_getClipRect.html │ │ ├── MGL_getClipRectDC.html │ │ ├── MGL_getClipRegion.html │ │ ├── MGL_getClipRegionDC.html │ │ ├── MGL_getColor.html │ │ ├── MGL_getCurrentScanLine.html │ │ ├── MGL_getDefaultPalette.html │ │ ├── MGL_getDisplayStart.html │ │ ├── MGL_getDitherMode.html │ │ ├── MGL_getDivot.html │ │ ├── MGL_getDivotCoord.html │ │ ├── MGL_getDotsPerInch.html │ │ ├── MGL_getFont.html │ │ ├── MGL_getFontAntiAliasPalette.html │ │ ├── MGL_getFontBlendMode.html │ │ ├── MGL_getFontMetrics.html │ │ ├── MGL_getFullScreenWindow.html │ │ ├── MGL_getGammaRamp.html │ │ ├── MGL_getGlyphHeight.html │ │ ├── MGL_getGlyphWidth.html │ │ ├── MGL_getHalfTonePalette.html │ │ ├── MGL_getHardwareFlags.html │ │ ├── MGL_getJPEGSize.html │ │ ├── MGL_getJPEGSizeExt.html │ │ ├── MGL_getLineStipple.html │ │ ├── MGL_getLineStippleCount.html │ │ ├── MGL_getLineStyle.html │ │ ├── MGL_getPCXSize.html │ │ ├── MGL_getPCXSizeExt.html │ │ ├── MGL_getPNGSize.html │ │ ├── MGL_getPNGSizeExt.html │ │ ├── MGL_getPalette.html │ │ ├── MGL_getPaletteEntry.html │ │ ├── MGL_getPaletteSize.html │ │ ├── MGL_getPaletteSnowLevel.html │ │ ├── MGL_getPenBitmapPattern.html │ │ ├── MGL_getPenPixmapPattern.html │ │ ├── MGL_getPenPixmapTransparent.html │ │ ├── MGL_getPenSize.html │ │ ├── MGL_getPenStyle.html │ │ ├── MGL_getPixel.html │ │ ├── MGL_getPixelCoord.html │ │ ├── MGL_getPixelCoordFast.html │ │ ├── MGL_getPixelFast.html │ │ ├── MGL_getPixelFormat.html │ │ ├── MGL_getPlaneMask.html │ │ ├── MGL_getPolygonType.html │ │ ├── MGL_getSpaceExtra.html │ │ ├── MGL_getTextDirection.html │ │ ├── MGL_getTextJustify.html │ │ ├── MGL_getTextSettings.html │ │ ├── MGL_getTextSize.html │ │ ├── MGL_getViewport.html │ │ ├── MGL_getViewportDC.html │ │ ├── MGL_getViewportOrg.html │ │ ├── MGL_getViewportOrgDC.html │ │ ├── MGL_getVisualPage.html │ │ ├── MGL_getWriteMode.html │ │ ├── MGL_getX.html │ │ ├── MGL_getY.html │ │ ├── MGL_glChooseVisual.html │ │ ├── MGL_glContextFlagsType.html │ │ ├── MGL_glCreateContext.html │ │ ├── MGL_glDeleteContext.html │ │ ├── MGL_glDisableMGLFuncs.html │ │ ├── MGL_glEnableMGLFuncs.html │ │ ├── MGL_glEnumerateDrivers.html │ │ ├── MGL_glGetProcAddress.html │ │ ├── MGL_glGetVisual.html │ │ ├── MGL_glHaveHWOpenGL.html │ │ ├── MGL_glMakeCurrent.html │ │ ├── MGL_glOpenGLType.html │ │ ├── MGL_glRealizePalette.html │ │ ├── MGL_glResizeBuffers.html │ │ ├── MGL_glSetDriver.html │ │ ├── MGL_glSetOpenGLType.html │ │ ├── MGL_glSetPalette.html │ │ ├── MGL_glSetVisual.html │ │ ├── MGL_glSwapBuffers.html │ │ ├── MGL_globalToLocal.html │ │ ├── MGL_globalToLocalDC.html │ │ ├── MGL_halfTonePixel.html │ │ ├── MGL_halfTonePixel555.html │ │ ├── MGL_halfTonePixel565.html │ │ ├── MGL_hardwareFlagsType.html │ │ ├── MGL_haveWidePalette.html │ │ ├── MGL_init.html │ │ ├── MGL_insetRect.html │ │ ├── MGL_isCurrentDC.html │ │ ├── MGL_isDisplayDC.html │ │ ├── MGL_isMemoryDC.html │ │ ├── MGL_isOffscreenDC.html │ │ ├── MGL_isOverlayDC.html │ │ ├── MGL_isSimpleRegion.html │ │ ├── MGL_isStereoDC.html │ │ ├── MGL_isVSync.html │ │ ├── MGL_isWindowedDC.html │ │ ├── MGL_leftTop.html │ │ ├── MGL_line.html │ │ ├── MGL_lineCoord.html │ │ ├── MGL_lineCoordExt.html │ │ ├── MGL_lineEngine.html │ │ ├── MGL_lineExt.html │ │ ├── MGL_lineRel.html │ │ ├── MGL_lineRelCoord.html │ │ ├── MGL_lineStyleType.html │ │ ├── MGL_lineTo.html │ │ ├── MGL_lineToCoord.html │ │ ├── MGL_loadBitmap.html │ │ ├── MGL_loadBitmapExt.html │ │ ├── MGL_loadBitmapIntoDC.html │ │ ├── MGL_loadBitmapIntoDCExt.html │ │ ├── MGL_loadCursor.html │ │ ├── MGL_loadCursorExt.html │ │ ├── MGL_loadFont.html │ │ ├── MGL_loadFontExt.html │ │ ├── MGL_loadFontInstance.html │ │ ├── MGL_loadIcon.html │ │ ├── MGL_loadIconExt.html │ │ ├── MGL_loadJPEG.html │ │ ├── MGL_loadJPEGExt.html │ │ ├── MGL_loadJPEGIntoDC.html │ │ ├── MGL_loadJPEGIntoDCExt.html │ │ ├── MGL_loadPCX.html │ │ ├── MGL_loadPCXExt.html │ │ ├── MGL_loadPCXIntoDC.html │ │ ├── MGL_loadPCXIntoDCExt.html │ │ ├── MGL_loadPNG.html │ │ ├── MGL_loadPNGExt.html │ │ ├── MGL_loadPNGIntoDC.html │ │ ├── MGL_loadPNGIntoDCExt.html │ │ ├── MGL_localToGlobal.html │ │ ├── MGL_localToGlobalDC.html │ │ ├── MGL_lockBuffer.html │ │ ├── MGL_lockToFrameRate.html │ │ ├── MGL_makeCurrentDC.html │ │ ├── MGL_mapToPalette.html │ │ ├── MGL_maxCharWidth.html │ │ ├── MGL_maxColor.html │ │ ├── MGL_maxPage.html │ │ ├── MGL_maxx.html │ │ ├── MGL_maxxDC.html │ │ ├── MGL_maxy.html │ │ ├── MGL_maxyDC.html │ │ ├── MGL_memcpy.html │ │ ├── MGL_memcpyVIRTDST.html │ │ ├── MGL_memcpyVIRTSRC.html │ │ ├── MGL_memset.html │ │ ├── MGL_memsetl.html │ │ ├── MGL_memsetw.html │ │ ├── MGL_mirrorGlyph.html │ │ ├── MGL_modeDriverName.html │ │ ├── MGL_modeFlags.html │ │ ├── MGL_modeFlagsType.html │ │ ├── MGL_modeResolution.html │ │ ├── MGL_moveRel.html │ │ ├── MGL_moveRelCoord.html │ │ ├── MGL_moveTo.html │ │ ├── MGL_moveToCoord.html │ │ ├── MGL_newRegion.html │ │ ├── MGL_offsetRect.html │ │ ├── MGL_offsetRegion.html │ │ ├── MGL_openFontLib.html │ │ ├── MGL_openFontLibExt.html │ │ ├── MGL_optimizeRegion.html │ │ ├── MGL_packColor.html │ │ ├── MGL_packColorExt.html │ │ ├── MGL_packColorFast.html │ │ ├── MGL_packColorFastExt.html │ │ ├── MGL_palRotateType.html │ │ ├── MGL_penStyleType.html │ │ ├── MGL_pixel.html │ │ ├── MGL_pixelCoord.html │ │ ├── MGL_pixelCoordFast.html │ │ ├── MGL_pixelFast.html │ │ ├── MGL_polyLine.html │ │ ├── MGL_polyPoint.html │ │ ├── MGL_polygonType.html │ │ ├── MGL_ptInRect.html │ │ ├── MGL_ptInRectCoord.html │ │ ├── MGL_ptInRegion.html │ │ ├── MGL_ptInRegionCoord.html │ │ ├── MGL_putBitmap.html │ │ ├── MGL_putBitmapDstTrans.html │ │ ├── MGL_putBitmapDstTransSection.html │ │ ├── MGL_putBitmapFx.html │ │ ├── MGL_putBitmapFxSection.html │ │ ├── MGL_putBitmapMask.html │ │ ├── MGL_putBitmapPatt.html │ │ ├── MGL_putBitmapPattSection.html │ │ ├── MGL_putBitmapSection.html │ │ ├── MGL_putBitmapSrcTrans.html │ │ ├── MGL_putBitmapSrcTransSection.html │ │ ├── MGL_putBuffer.html │ │ ├── MGL_putBufferDstTrans.html │ │ ├── MGL_putBufferDstTransSection.html │ │ ├── MGL_putBufferFx.html │ │ ├── MGL_putBufferFxSection.html │ │ ├── MGL_putBufferPatt.html │ │ ├── MGL_putBufferPattSection.html │ │ ├── MGL_putBufferSection.html │ │ ├── MGL_putBufferSrcTrans.html │ │ ├── MGL_putBufferSrcTransSection.html │ │ ├── MGL_putDivot.html │ │ ├── MGL_putIcon.html │ │ ├── MGL_putMonoImage.html │ │ ├── MGL_quickInit.html │ │ ├── MGL_random.html │ │ ├── MGL_randoml.html │ │ ├── MGL_realColor.html │ │ ├── MGL_realizePalette.html │ │ ├── MGL_rect.html │ │ ├── MGL_rectCoord.html │ │ ├── MGL_rectPt.html │ │ ├── MGL_refreshRateType.html │ │ ├── MGL_registerEventProc.html │ │ ├── MGL_registerFullScreenWindow.html │ │ ├── MGL_restoreAttributes.html │ │ ├── MGL_result.html │ │ ├── MGL_resume.html │ │ ├── MGL_rgbColor.html │ │ ├── MGL_rgnEllipse.html │ │ ├── MGL_rgnEllipseArc.html │ │ ├── MGL_rgnGetArcCoords.html │ │ ├── MGL_rgnLine.html │ │ ├── MGL_rgnLineCoord.html │ │ ├── MGL_rgnPolygon.html │ │ ├── MGL_rgnPolygonCnvx.html │ │ ├── MGL_rgnPolygonCnvxFX.html │ │ ├── MGL_rgnPolygonFX.html │ │ ├── MGL_rgnSolidEllipse.html │ │ ├── MGL_rgnSolidEllipseArc.html │ │ ├── MGL_rgnSolidRect.html │ │ ├── MGL_rgnSolidRectCoord.html │ │ ├── MGL_rgnSolidRectPt.html │ │ ├── MGL_rightBottom.html │ │ ├── MGL_rop3CodesType.html │ │ ├── MGL_rotateGlyph.html │ │ ├── MGL_rotatePalette.html │ │ ├── MGL_saveBitmapFromDC.html │ │ ├── MGL_saveJPEGFromDC.html │ │ ├── MGL_savePCXFromDC.html │ │ ├── MGL_savePNGFromDC.html │ │ ├── MGL_savePNGFromDCExt.html │ │ ├── MGL_scanLine.html │ │ ├── MGL_sectRect.html │ │ ├── MGL_sectRectCoord.html │ │ ├── MGL_sectRectFast.html │ │ ├── MGL_sectRectFastCoord.html │ │ ├── MGL_sectRegion.html │ │ ├── MGL_sectRegionRect.html │ │ ├── MGL_selectDisplayDevice.html │ │ ├── MGL_setActivePage.html │ │ ├── MGL_setAlphaValue.html │ │ ├── MGL_setAspectRatio.html │ │ ├── MGL_setBackColor.html │ │ ├── MGL_setBackMode.html │ │ ├── MGL_setBlendFunc.html │ │ ├── MGL_setBlueCodeIndex.html │ │ ├── MGL_setBufSize.html │ │ ├── MGL_setClipRect.html │ │ ├── MGL_setClipRectDC.html │ │ ├── MGL_setClipRegion.html │ │ ├── MGL_setClipRegionDC.html │ │ ├── MGL_setColor.html │ │ ├── MGL_setColorCI.html │ │ ├── MGL_setColorRGB.html │ │ ├── MGL_setDefaultPalette.html │ │ ├── MGL_setDisplayStart.html │ │ ├── MGL_setDitherMode.html │ │ ├── MGL_setDotsPerInch.html │ │ ├── MGL_setFileIO.html │ │ ├── MGL_setFontAntiAliasPalette.html │ │ ├── MGL_setFontBlendMode.html │ │ ├── MGL_setGammaRamp.html │ │ ├── MGL_setLineStipple.html │ │ ├── MGL_setLineStippleCount.html │ │ ├── MGL_setLineStyle.html │ │ ├── MGL_setOpenGLFuncs.html │ │ ├── MGL_setPalette.html │ │ ├── MGL_setPaletteEntry.html │ │ ├── MGL_setPaletteSnowLevel.html │ │ ├── MGL_setPenBitmapPattern.html │ │ ├── MGL_setPenPixmapPattern.html │ │ ├── MGL_setPenPixmapTransparent.html │ │ ├── MGL_setPenSize.html │ │ ├── MGL_setPenStyle.html │ │ ├── MGL_setPlaneMask.html │ │ ├── MGL_setPolygonType.html │ │ ├── MGL_setRelViewport.html │ │ ├── MGL_setRelViewportDC.html │ │ ├── MGL_setResult.html │ │ ├── MGL_setSpaceExtra.html │ │ ├── MGL_setSuspendAppCallback.html │ │ ├── MGL_setTextDirection.html │ │ ├── MGL_setTextEncoding.html │ │ ├── MGL_setTextJustify.html │ │ ├── MGL_setTextSettings.html │ │ ├── MGL_setTextSize.html │ │ ├── MGL_setViewport.html │ │ ├── MGL_setViewportDC.html │ │ ├── MGL_setViewportOrg.html │ │ ├── MGL_setViewportOrgDC.html │ │ ├── MGL_setVisualPage.html │ │ ├── MGL_setWriteMode.html │ │ ├── MGL_singleBuffer.html │ │ ├── MGL_sizex.html │ │ ├── MGL_sizey.html │ │ ├── MGL_srand.html │ │ ├── MGL_srcTransBlt.html │ │ ├── MGL_srcTransBltCoord.html │ │ ├── MGL_startStereo.html │ │ ├── MGL_stereoBufType.html │ │ ├── MGL_stopStereo.html │ │ ├── MGL_stretchBitmap.html │ │ ├── MGL_stretchBitmapFx.html │ │ ├── MGL_stretchBitmapFxSection.html │ │ ├── MGL_stretchBitmapSection.html │ │ ├── MGL_stretchBlt.html │ │ ├── MGL_stretchBltCoord.html │ │ ├── MGL_stretchBltFx.html │ │ ├── MGL_stretchBltFxCoord.html │ │ ├── MGL_stretchBuffer.html │ │ ├── MGL_stretchBufferFx.html │ │ ├── MGL_stretchBufferFxSection.html │ │ ├── MGL_stretchBufferSection.html │ │ ├── MGL_surfaceAccessFlagsType.html │ │ ├── MGL_surfaceAccessType.html │ │ ├── MGL_suspend.html │ │ ├── MGL_suspendAppCodesType.html │ │ ├── MGL_suspendAppFlagsType.html │ │ ├── MGL_swapBuffers.html │ │ ├── MGL_textBounds.html │ │ ├── MGL_textBounds_W.html │ │ ├── MGL_textDirType.html │ │ ├── MGL_textEncodingType.html │ │ ├── MGL_textHeight.html │ │ ├── MGL_textJustType.html │ │ ├── MGL_textWidth.html │ │ ├── MGL_textWidth_W.html │ │ ├── MGL_traverseRegion.html │ │ ├── MGL_underScoreLocation.html │ │ ├── MGL_underScoreLocation_W.html │ │ ├── MGL_unionRect.html │ │ ├── MGL_unionRectCoord.html │ │ ├── MGL_unionRegion.html │ │ ├── MGL_unionRegionOfs.html │ │ ├── MGL_unionRegionRect.html │ │ ├── MGL_unloadBitmap.html │ │ ├── MGL_unloadCursor.html │ │ ├── MGL_unloadFont.html │ │ ├── MGL_unloadFontInstance.html │ │ ├── MGL_unloadIcon.html │ │ ├── MGL_unlockBuffer.html │ │ ├── MGL_unpackColor.html │ │ ├── MGL_unpackColorExt.html │ │ ├── MGL_unpackColorFast.html │ │ ├── MGL_unpackColorFastExt.html │ │ ├── MGL_updateBufferCache.html │ │ ├── MGL_updateFromBufferCache.html │ │ ├── MGL_useFont.html │ │ ├── MGL_usePenBitmapPattern.html │ │ ├── MGL_usePenPixmapPattern.html │ │ ├── MGL_vSync.html │ │ ├── MGL_vecFontEngine.html │ │ ├── MGL_waitVRTFlagType.html │ │ ├── MGL_wmBeginPaint.html │ │ ├── MGL_wmCaptureEvents.html │ │ ├── MGL_wmCoordGlobalToLocal.html │ │ ├── MGL_wmCoordLocalToGlobal.html │ │ ├── MGL_wmCreate.html │ │ ├── MGL_wmCreateWindow.html │ │ ├── MGL_wmDestroy.html │ │ ├── MGL_wmDestroyWindow.html │ │ ├── MGL_wmEndPaint.html │ │ ├── MGL_wmGetRootWindow.html │ │ ├── MGL_wmGetWindowAtPosition.html │ │ ├── MGL_wmGetWindowFlags.html │ │ ├── MGL_wmGetWindowParent.html │ │ ├── MGL_wmGetWindowUserData.html │ │ ├── MGL_wmInvalidateRect.html │ │ ├── MGL_wmInvalidateRegion.html │ │ ├── MGL_wmInvalidateWindow.html │ │ ├── MGL_wmInvalidateWindowRect.html │ │ ├── MGL_wmInvalidateWindowRegion.html │ │ ├── MGL_wmLowerWindow.html │ │ ├── MGL_wmPopGlobalEventHandler.html │ │ ├── MGL_wmPopWindowEventHandler.html │ │ ├── MGL_wmProcessEvent.html │ │ ├── MGL_wmPushGlobalEventHandler.html │ │ ├── MGL_wmPushWindowEventHandler.html │ │ ├── MGL_wmRaiseWindow.html │ │ ├── MGL_wmRemoveGlobalEventHandler.html │ │ ├── MGL_wmRemoveWindowEventHandler.html │ │ ├── MGL_wmReparentWindow.html │ │ ├── MGL_wmSetGlobalCursor.html │ │ ├── MGL_wmSetWindowCursor.html │ │ ├── MGL_wmSetWindowDestructor.html │ │ ├── MGL_wmSetWindowFlags.html │ │ ├── MGL_wmSetWindowPainter.html │ │ ├── MGL_wmSetWindowPosition.html │ │ ├── MGL_wmSetWindowUserData.html │ │ ├── MGL_wmShowWindow.html │ │ ├── MGL_wmUncaptureEvents.html │ │ ├── MGL_wmUpdateDC.html │ │ ├── MGL_wmWindowFlags.html │ │ ├── MGL_writeModeType.html │ │ ├── MS_getPos.html │ │ ├── MS_hide.html │ │ ├── MS_moveTo.html │ │ ├── MS_obscure.html │ │ ├── MS_setCursor.html │ │ ├── MS_setCursorColor.html │ │ ├── MS_setCursorColorExt.html │ │ ├── MS_show.html │ │ ├── M_int16.html │ │ ├── M_int32.html │ │ ├── M_int8.html │ │ ├── M_uint16.html │ │ ├── M_uint32.html │ │ ├── M_uint8.html │ │ ├── MonochromeBitmapManipulation.html │ │ ├── MouseCursorResourceLoadingAndUnloading.html │ │ ├── MouseHandling.html │ │ ├── ObsoleteBitmapFontLoadingFunctions.html │ │ ├── OpenGLBindingFunctions.html │ │ ├── PCXBitmapLoadingUnloadingAndSaving.html │ │ ├── PNGBitmapLoadingUnloadingAndSaving.html │ │ ├── PixelPlotting.html │ │ ├── PlatformSpecificWindows.html │ │ ├── PolygonDrawing.html │ │ ├── PolylineAndPixelDrawing.html │ │ ├── RGBTo81516BitHalftoneDitheringRoutines.html │ │ ├── RandomNumberGenerationRoutines.html │ │ ├── RePublico.js │ │ ├── RePublicoToolbar.js │ │ ├── RectangleAndPointManipulation.html │ │ ├── RectangleDrawing.html │ │ ├── RegionAlgebra.html │ │ ├── RegionManagement.html │ │ ├── RpoToolbarContents.html │ │ ├── RpoToolbarFrame.html │ │ ├── RpoToolbarIndex.html │ │ ├── SPR_destroyBitmap.html │ │ ├── SPR_draw.html │ │ ├── SPR_drawExt.html │ │ ├── SPR_drawSection.html │ │ ├── SPR_drawSectionExt.html │ │ ├── SPR_mgrAddOpaqueBitmap.html │ │ ├── SPR_mgrAddTransparentBitmap.html │ │ ├── SPR_mgrEmpty.html │ │ ├── SPR_mgrExit.html │ │ ├── SPR_mgrInit.html │ │ ├── SciTech MGL Reference Guide.css │ │ ├── SpriteManager.html │ │ ├── TextAttributeManipulation.html │ │ ├── TextDrawing.html │ │ ├── TypeDefinitions.html │ │ ├── ULZElapsedTime.html │ │ ├── ULZReadTime.html │ │ ├── ULZTimerCount.html │ │ ├── ULZTimerLap.html │ │ ├── ULZTimerOff.html │ │ ├── ULZTimerOn.html │ │ ├── ULZTimerResolution.html │ │ ├── ViewportAndClipRectangleManipulation.html │ │ ├── WideCharacterTextDrawing.html │ │ ├── WindowManagerFunctions.html │ │ ├── WindowsBMPBitmapLoadingUnloadingAndSavin.html │ │ ├── ZTimerInit.html │ │ ├── ZTimerInitExt.html │ │ ├── arc_coords_t.html │ │ ├── attributes_t.html │ │ ├── bitmap_t.html │ │ ├── bltfx_t.html │ │ ├── captureentry_t.html │ │ ├── codepage_entry_t.html │ │ ├── codepage_t.html │ │ ├── color16_cursor_t.html │ │ ├── color256_cursor_t.html │ │ ├── colorRGBA_cursor_t.html │ │ ├── colorRGB_cursor_t.html │ │ ├── color_t.html │ │ ├── cursor_t.html │ │ ├── demo.html │ │ ├── event_t.html │ │ ├── fileio_t.html │ │ ├── fix32_t.html │ │ ├── font_info_t.html │ │ ├── font_lib_t.html │ │ ├── font_t.html │ │ ├── fxpoint_t.html │ │ ├── globalevententry_t.html │ │ ├── gmode_t.html │ │ ├── icon_t.html │ │ ├── index.html │ │ ├── metrics_t.html │ │ ├── mono_cursor_t.html │ │ ├── palette_ext_t.html │ │ ├── palette_t.html │ │ ├── pattern_t.html │ │ ├── pixel_format_t.html │ │ ├── pixpattern16_t.html │ │ ├── pixpattern24_t.html │ │ ├── pixpattern32_t.html │ │ ├── pixpattern8_t.html │ │ ├── pixpattern_t.html │ │ ├── point_t.html │ │ ├── rect_t.html │ │ ├── region_t.html │ │ ├── segment_t.html │ │ ├── span_t.html │ │ ├── text_settings_t.html │ │ ├── window_t.html │ │ ├── windowevententry_t.html │ │ ├── winmng_t.html │ │ └── writeCursor.html │ │ ├── palette_ext_t.html │ │ ├── palette_t.html │ │ ├── pattern_t.html │ │ ├── pixel_format_t.html │ │ ├── pixpattern16_t.html │ │ ├── pixpattern24_t.html │ │ ├── pixpattern32_t.html │ │ ├── pixpattern8_t.html │ │ ├── pixpattern_t.html │ │ ├── point_t.html │ │ ├── rect_t.html │ │ ├── region_t.html │ │ ├── segment_t.html │ │ ├── span_t.html │ │ ├── text_settings_t.html │ │ ├── vm.cab │ │ ├── vm.zip │ │ ├── vmsymbol.gif │ │ ├── vmtoc.html │ │ ├── window_t.html │ │ ├── windowevententry_t.html │ │ ├── winmng_t.html │ │ └── writeCursor.html └── snap_ga │ ├── SNAP Graphics Architecture.pdf │ ├── SNAP White Paper.pdf │ └── html │ ├── 2DCoordinateSystem.html │ ├── 2DDrawingFunctions.html │ ├── 2DRenderingStateFunctions.html │ ├── AccessingOffscreenVideoMemory.html │ ├── AlignLinearBuffer.html │ ├── AllocBuffer.html │ ├── AllocVideoBuffer.html │ ├── BeginAccess.html │ ├── BitBlt.html │ ├── BitBltBM.html │ ├── BitBltBuf.html │ ├── BitBltColorPatt.html │ ├── BitBltColorPattBM.html │ ├── BitBltColorPattBuf.html │ ├── BitBltColorPattLin.html │ ├── BitBltColorPattSys.html │ ├── BitBltFx.html │ ├── BitBltFxBM.html │ ├── BitBltFxBuf.html │ ├── BitBltFxLin.html │ ├── BitBltFxSys.html │ ├── BitBltFxTest.html │ ├── BitBltLin.html │ ├── BitBltPatt.html │ ├── BitBltPattBM.html │ ├── BitBltPattBuf.html │ ├── BitBltPattLin.html │ ├── BitBltPattSys.html │ ├── BitBltPlaneMasked.html │ ├── BitBltPlaneMaskedBM.html │ ├── BitBltPlaneMaskedBuf.html │ ├── BitBltPlaneMaskedLin.html │ ├── BitBltPlaneMaskedSys.html │ ├── BitBltSys.html │ ├── BufferManagerFunctions.html │ ├── BuildTranslateVector.html │ ├── CPU_getProcessorName.html │ ├── CPU_getProcessorSpeed.html │ ├── CPU_getProcessorSpeedInHZ.html │ ├── CPU_getProcessorType.html │ ├── CPU_have3DNow.html │ ├── CPU_haveMMX.html │ ├── CPU_haveRDTSC.html │ ├── CPU_haveSSE.html │ ├── CPU_largeInteger.html │ ├── CPU_processorType.html │ ├── CauseWayDOSExtenderSupport.html │ ├── ClearRegion.html │ ├── ClipEllipse.html │ ├── ClipMonoImageLSBBM.html │ ├── ClipMonoImageLSBLin.html │ ├── ClipMonoImageLSBSys.html │ ├── ClipMonoImageMSBBM.html │ ├── ClipMonoImageMSBLin.html │ ├── ClipMonoImageMSBSys.html │ ├── ColorValues.html │ ├── CompilingReleaseAndDebugBuilds.html │ ├── CompilingSciTechSNAPGraphics.html │ ├── CompilingTheSamplePrograms.html │ ├── ComplexRegionManagementFunctions.html │ ├── ConnectingWithPerforce.html │ ├── CopyIntoRegion.html │ ├── CopyRegion.html │ ├── CreateClipper.html │ ├── DDC_ChannelsType.html │ ├── DDC_DPMSStatesType.html │ ├── DDC_SCIFlagsType.html │ ├── DDC_errCode.html │ ├── DDC_init.html │ ├── DDC_initExt.html │ ├── DDC_readEDID.html │ ├── DDC_writeEDID.html │ ├── DOSWindowsHostedToolsStartsdkbat.html │ ├── DPMSdetect.html │ ├── DPMSsetState.html │ ├── DestroyClipper.html │ ├── DevelopingForMaximumCompatibility.html │ ├── DeviceDriverControlFunctions.html │ ├── DiffRegion.html │ ├── DiffRegionRect.html │ ├── DirectFramebufferAccess.html │ ├── DisableDirectAccess.html │ ├── DisplayDriverInitializationFunctions.html │ ├── DisplayModeManagementFunctions.html │ ├── DoNotAssumeSupportForDoubleScannedModes.html │ ├── DownloadAPerforceClient.html │ ├── DownloadingAndInstallingSciTechSNAPGraph.html │ ├── DrawBresenhamLine.html │ ├── DrawBresenhamStippleLine.html │ ├── DrawBresenhamStyleLine.html │ ├── DrawClippedBresenhamLine.html │ ├── DrawClippedBresenhamStippleLine.html │ ├── DrawClippedBresenhamStyleLine.html │ ├── DrawClippedLineInt.html │ ├── DrawClippedStippleLineInt.html │ ├── DrawClippedStyleLineInt.html │ ├── DrawColorPattEllipseList.html │ ├── DrawColorPattFatEllipseList.html │ ├── DrawColorPattRect.html │ ├── DrawColorPattScanList.html │ ├── DrawColorPattTrap.html │ ├── DrawEllipse.html │ ├── DrawEllipseList.html │ ├── DrawFatEllipseList.html │ ├── DrawLineInt.html │ ├── DrawPattEllipseList.html │ ├── DrawPattFatEllipseList.html │ ├── DrawPattRect.html │ ├── DrawPattScanList.html │ ├── DrawPattTrap.html │ ├── DrawRect.html │ ├── DrawRectBuf.html │ ├── DrawRectExt.html │ ├── DrawRectExtSW.html │ ├── DrawRectLin.html │ ├── DrawScanList.html │ ├── DrawStippleLineInt.html │ ├── DrawStyleLineInt.html │ ├── DrawTrap.html │ ├── DriverLoadingAndInitializationFunctions.html │ ├── DstTransBlt.html │ ├── DstTransBltBM.html │ ├── DstTransBltBuf.html │ ├── DstTransBltLin.html │ ├── DstTransBltSys.html │ ├── EDID_detailedTiming.html │ ├── EDID_displayTypes.html │ ├── EDID_flags.html │ ├── EDID_maxResCodes.html │ ├── EDID_parse.html │ ├── EDID_record.html │ ├── EDID_signalLevels.html │ ├── EDID_standardTiming.html │ ├── EDID_timingTypes.html │ ├── EVT_allowLEDS.html │ ├── EVT_asciiCode.html │ ├── EVT_asciiCodesType.html │ ├── EVT_eventJoyAxisType.html │ ├── EVT_eventJoyMaskType.html │ ├── EVT_eventMaskType.html │ ├── EVT_eventModMaskType.html │ ├── EVT_eventMouseMaskType.html │ ├── EVT_eventType.html │ ├── EVT_flush.html │ ├── EVT_getCodePage.html │ ├── EVT_getHeartBeatCallback.html │ ├── EVT_getMousePos.html │ ├── EVT_getNext.html │ ├── EVT_halt.html │ ├── EVT_isKeyDown.html │ ├── EVT_joyIsPresent.html │ ├── EVT_joySetCenter.html │ ├── EVT_joySetLowerRight.html │ ├── EVT_joySetUpperLeft.html │ ├── EVT_masksType.html │ ├── EVT_peekNext.html │ ├── EVT_pollJoystick.html │ ├── EVT_post.html │ ├── EVT_repeatCount.html │ ├── EVT_scanCode.html │ ├── EVT_scanCodesType.html │ ├── EVT_setCodePage.html │ ├── EVT_setHeartBeatCallback.html │ ├── EVT_setMousePos.html │ ├── EVT_setUserEventFilter.html │ ├── EnableDirectAccess.html │ ├── EnableStereoMode.html │ ├── EndAccess.html │ ├── EndVideoFrame.html │ ├── EnumeratingInstalledDevicesAndLoadingADr.html │ ├── ExternalFunctions.html │ ├── ExternalFunctions_2.html │ ├── FindingAvailableDisplayModes.html │ ├── FlipToBuffer.html │ ├── FlipToStereoBuffer.html │ ├── ForceSoftwareOnly.html │ ├── FreeBuffer.html │ ├── FreeRegion.html │ ├── FreeVideoBuffer.html │ ├── GA_2DRenderFuncs.html │ ├── GA_2DStateFuncs.html │ ├── GA_AccelFlagsType.html │ ├── GA_AttributeExtFlagsType.html │ ├── GA_AttributeFlagsType.html │ ├── GA_BitBltFxFlagsType.html │ ├── GA_BresenhamLineFlagsType.html │ ├── GA_BufferFlagsType.html │ ├── GA_CRTCInfo.html │ ├── GA_CRTCInfoFlagsType.html │ ├── GA_CertifyFlagsType.html │ ├── GA_DPMSFuncs.html │ ├── GA_LCDUseBIOSFlagsType.html │ ├── GA_MakeVisibleBufferFlagsType.html │ ├── GA_OutputFlagsType.html │ ├── GA_SCIFuncs.html │ ├── GA_TVParams.html │ ├── GA_VBEFuncs.html │ ├── GA_VideoBufferFormatsType.html │ ├── GA_VideoOutputFlagsType.html │ ├── GA_WorkAroundsFlagsType.html │ ├── GA_addMode.html │ ├── GA_addRefresh.html │ ├── GA_blendFuncType.html │ ├── GA_bltFx.html │ ├── GA_buf.html │ ├── GA_buffer.html │ ├── GA_bufferFuncs.html │ ├── GA_busType.html │ ├── GA_certifyChipInfo.html │ ├── GA_certifyInfo.html │ ├── GA_clipper.html │ ├── GA_clipperFuncs.html │ ├── GA_color.html │ ├── GA_colorCursor.html │ ├── GA_colorCursor256.html │ ├── GA_colorCursorRGB.html │ ├── GA_colorCursorRGBA.html │ ├── GA_colorPattern.html │ ├── GA_colorPattern_1.html │ ├── GA_colorPattern_16.html │ ├── GA_colorPattern_24.html │ ├── GA_colorPattern_32.html │ ├── GA_colorPattern_4.html │ ├── GA_colorPattern_8.html │ ├── GA_computeCRTCTimings.html │ ├── GA_configInfo.html │ ├── GA_cursorFuncs.html │ ├── GA_delMode.html │ ├── GA_detectPnPMonitor.html │ ├── GA_devCtx.html │ ├── GA_disableVBEMode.html │ ├── GA_disjointRect.html │ ├── GA_driverFuncs.html │ ├── GA_emptyRect.html │ ├── GA_enableVBEMode.html │ ├── GA_enumerateDevices.html │ ├── GA_equalRect.html │ ├── GA_errorMsg.html │ ├── GA_funcGroupsType.html │ ├── GA_getCRTCTimings.html │ ├── GA_getCurrentRef2d.html │ ├── GA_getDaysLeft.html │ ├── GA_getDisplaySerialNo.html │ ├── GA_getDisplayUserName.html │ ├── GA_getFakePCIID.html │ ├── GA_getGlobalOptions.html │ ├── GA_getInternalName.html │ ├── GA_getLicensedDevices.html │ ├── GA_getMaxRefreshRate.html │ ├── GA_getParsedEDID.html │ ├── GA_getSNAPConfigPath.html │ ├── GA_globalOptions.html │ ├── GA_initFuncs.html │ ├── GA_insetRect.html │ ├── GA_isLiteVersion.html │ ├── GA_isOEMVersion.html │ ├── GA_isSharedDriverLoaded.html │ ├── GA_isSimpleRegion.html │ ├── GA_largeInteger.html │ ├── GA_layout.html │ ├── GA_loadDriver.html │ ├── GA_loadInGUI.html │ ├── GA_loadModeProfile.html │ ├── GA_loadRef2d.html │ ├── GA_loadRegionMgr.html │ ├── GA_loaderFuncs.html │ ├── GA_mixCodesType.html │ ├── GA_mode.html │ ├── GA_modeFlagsType.html │ ├── GA_modeInfo.html │ ├── GA_modeProfile.html │ ├── GA_monitor.html │ ├── GA_monitorFlagsType.html │ ├── GA_monoCursor.html │ ├── GA_multiHeadType.html │ ├── GA_offsetRect.html │ ├── GA_options.html │ ├── GA_palette.html │ ├── GA_paletteExt.html │ ├── GA_pattern.html │ ├── GA_pixelFormat.html │ ├── GA_programMTRRegisters.html │ ├── GA_ptInRect.html │ ├── GA_queryFunctions.html │ ├── GA_readGlobalOptions.html │ ├── GA_recMode.html │ ├── GA_rect.html │ ├── GA_region.html │ ├── GA_regionFuncs.html │ ├── GA_registerLicense.html │ ├── GA_restoreCRTCTimings.html │ ├── GA_rop3CodesType.html │ ├── GA_saveCRTCTimings.html │ ├── GA_saveGlobalOptions.html │ ├── GA_saveModeProfile.html │ ├── GA_saveMonitorInfo.html │ ├── GA_saveOptions.html │ ├── GA_sectRect.html │ ├── GA_sectRectCoord.html │ ├── GA_sectRectFast.html │ ├── GA_sectRectFastCoord.html │ ├── GA_segment.html │ ├── GA_setActiveDevice.html │ ├── GA_setCRTCTimings.html │ ├── GA_setDefaultRefresh.html │ ├── GA_setGlobalOptions.html │ ├── GA_setMinimumDriverVersion.html │ ├── GA_softStereoExit.html │ ├── GA_softStereoGetFlipStatus.html │ ├── GA_softStereoInit.html │ ├── GA_softStereoOff.html │ ├── GA_softStereoOn.html │ ├── GA_softStereoScheduleFlip.html │ ├── GA_softStereoWaitTillFlipped.html │ ├── GA_span.html │ ├── GA_status.html │ ├── GA_stipple.html │ ├── GA_trap.html │ ├── GA_unionRect.html │ ├── GA_unionRectCoord.html │ ├── GA_unloadDriver.html │ ├── GA_unloadRef2d.html │ ├── GA_unloadRegionMgr.html │ ├── GA_useDoubleScan.html │ ├── GA_videoFuncs.html │ ├── GA_videoInf.html │ ├── GetActiveHead.html │ ├── GetBitmapBM.html │ ├── GetBitmapSys.html │ ├── GetCRTCTimings.html │ ├── GetCertifyInfo.html │ ├── GetClipList.html │ ├── GetClipper.html │ ├── GetClosestPixelClock.html │ ├── GetConfigInfo.html │ ├── GetCurrentRefreshRate.html │ ├── GetCurrentScanLine.html │ ├── GetCurrentVideoModeInfo.html │ ├── GetCustomVideoModeInfo.html │ ├── GetCustomVideoModeInfoExt.html │ ├── GetDisplayOutput.html │ ├── GetDisplayStartStatus.html │ ├── GetFlipStatus.html │ ├── GetFlippableBuffer.html │ ├── GetGammaCorrectData.html │ ├── GetGammaCorrectDataExt.html │ ├── GetMonitorInfo.html │ ├── GetNumberOfHeads.html │ ├── GetOptions.html │ ├── GetPaletteData.html │ ├── GetPaletteDataExt.html │ ├── GetPaletteData_2.html │ ├── GetPixel.html │ ├── GetPrimaryBuffer.html │ ├── GetUniqueFilename.html │ ├── GetVSyncWidth.html │ ├── GetVideoMode.html │ ├── GetVideoModeInfo.html │ ├── GetVideoModeInfoExt.html │ ├── GraphicsDeviceDriverOverview.html │ ├── GraphicsDeviceDriverReference.html │ ├── HardwareCursorFunctions.html │ ├── HardwareTripleBuffering.html │ ├── HardwareVideoOverlayFunctions.html │ ├── HardwareVideoOverlayFunctions_2.html │ ├── Images │ ├── RpoButtonHomeOff.gif │ ├── RpoButtonHomeOn.gif │ ├── RpoButtonNextOff.gif │ ├── RpoButtonNextOn.gif │ ├── RpoButtonPreviousOff.gif │ ├── RpoButtonPreviousOn.gif │ ├── RpoButtonUpOff.gif │ ├── RpoButtonUpOn.gif │ ├── image002.gif │ ├── image004.gif │ ├── image006.gif │ ├── image008.gif │ └── shadow.gif │ ├── InitBuffers.html │ ├── InitDriver.html │ ├── InstallingSciTechSNAPGraphics.html │ ├── IntegerCoordinates.html │ ├── Introduction.html │ ├── IsClipListChanged.html │ ├── IsEmptyRegion.html │ ├── IsEqualRegion.html │ ├── IsHardwareCursor.html │ ├── IsIdle.html │ ├── IsVSync.html │ ├── LZTimerCount.html │ ├── LZTimerCountExt.html │ ├── LZTimerLap.html │ ├── LZTimerLapExt.html │ ├── LZTimerObject.html │ ├── LZTimerOff.html │ ├── LZTimerOffExt.html │ ├── LZTimerOn.html │ ├── LZTimerOnExt.html │ ├── LinuxHostedToolsStartsdklinux.html │ ├── LoadingAndInitializingSciTechSNAPGraphic.html │ ├── LocatingAndCallingDeviceDriverFunctions.html │ ├── LockBuffer.html │ ├── MCS_begin.html │ ├── MCS_beginExt.html │ ├── MCS_controlsType.html │ ├── MCS_enableControl.html │ ├── MCS_end.html │ ├── MCS_getCapabilitiesString.html │ ├── MCS_getControlMax.html │ ├── MCS_getControlValue.html │ ├── MCS_getControlValues.html │ ├── MCS_getSelfTestReport.html │ ├── MCS_getTimingReport.html │ ├── MCS_isControlSupported.html │ ├── MCS_polarityFlagsType.html │ ├── MCS_resetControl.html │ ├── MCS_saveCurrentSettings.html │ ├── MCS_setControlValue.html │ ├── MCS_setControlValues.html │ ├── MDBX_close.html │ ├── MDBX_errCodes.html │ ├── MDBX_first.html │ ├── MDBX_flush.html │ ├── MDBX_getErrCode.html │ ├── MDBX_getErrorMsg.html │ ├── MDBX_importINF.html │ ├── MDBX_insert.html │ ├── MDBX_last.html │ ├── MDBX_next.html │ ├── MDBX_open.html │ ├── MDBX_prev.html │ ├── MDBX_update.html │ ├── MakefileUtilitiesConfiguration.html │ ├── MonitorCommandSetFunctions.html │ ├── MonitorDatabaseFunctions.html │ ├── MonitorDetectionFunctions.html │ ├── MultiBuffering.html │ ├── N_errorType.html │ ├── N_fix32.html │ ├── N_flt32.html │ ├── N_int16.html │ ├── N_int32.html │ ├── N_int8.html │ ├── N_physAddr.html │ ├── N_uint16.html │ ├── N_uint32.html │ ├── N_uint8.html │ ├── NewRectRegion.html │ ├── NewRegion.html │ ├── OS2HostedToolsStartsdkcmd.html │ ├── OffsetRegion.html │ ├── OptimizeRegion.html │ ├── OverviewOfGlobalFunctions.html │ ├── OverviewOfQueriedFunctionGroups.html │ ├── PCIAGPCapability.html │ ├── PCIAGPCommand.html │ ├── PCIAGPStatus.html │ ├── PCIAccessRegFlags.html │ ├── PCICapsHeader.html │ ├── PCICapsType.html │ ├── PCIClassTypes.html │ ├── PCICommandFlags.html │ ├── PCIDeviceInfo.html │ ├── PCIHeaderTypeFlags.html │ ├── PCIStatusFlags.html │ ├── PCIType0Info.html │ ├── PCIType1Info.html │ ├── PCIType2Info.html │ ├── PCI_accessReg.html │ ├── PCI_enumerate.html │ ├── PCI_getNumDevices.html │ ├── PCI_readRegBlock.html │ ├── PCI_writeRegBlock.html │ ├── PCIslot.html │ ├── PE_errorCodes.html │ ├── PE_errorCodes_2.html │ ├── PE_freeLibrary.html │ ├── PE_freeLibrary_2.html │ ├── PE_getError.html │ ├── PE_getError_2.html │ ├── PE_getFileSize.html │ ├── PE_getFileSize_2.html │ ├── PE_getProcAddress.html │ ├── PE_getProcAddress_2.html │ ├── PE_loadLibrary.html │ ├── PE_loadLibraryExt.html │ ├── PE_loadLibraryExt_2.html │ ├── PE_loadLibraryMGL.html │ ├── PE_loadLibraryMGL_2.html │ ├── PE_loadLibrary_2.html │ ├── PMBYTEREGS.html │ ├── PMDWORDREGS.html │ ├── PMEnableWriteCombineErrors.html │ ├── PMEnableWriteCombineFlags.html │ ├── PMFileFlagsType.html │ ├── PMLibraryReference.html │ ├── PMREGS.html │ ├── PMSREGS.html │ ├── PMSplitPathFlags.html │ ├── PMWORDREGS.html │ ├── PM_HWND.html │ ├── PM_IRQHandle.html │ ├── PM_MODULE.html │ ├── PM_agpCommitPhysical.html │ ├── PM_agpExit.html │ ├── PM_agpFreePhysical.html │ ├── PM_agpInit.html │ ├── PM_agpMemoryType.html │ ├── PM_agpReleasePhysical.html │ ├── PM_agpReservePhysical.html │ ├── PM_allocLockedMem.html │ ├── PM_allocPage.html │ ├── PM_allocRealSeg.html │ ├── PM_backslash.html │ ├── PM_blockUntilTimeout.html │ ├── PM_callRealMode.html │ ├── PM_calloc.html │ ├── PM_closeConsole.html │ ├── PM_doSuspendApp.html │ ├── PM_enableWriteCombine.html │ ├── PM_enumWriteCombine.html │ ├── PM_enumWriteCombine_t.html │ ├── PM_fatalCleanupHandler.html │ ├── PM_fatalError.html │ ├── PM_findBPD.html │ ├── PM_findClose.html │ ├── PM_findData.html │ ├── PM_findFirstFile.html │ ├── PM_findNextFile.html │ ├── PM_flushTLB.html │ ├── PM_free.html │ ├── PM_freeLibrary.html │ ├── PM_freeLockedMem.html │ ├── PM_freePage.html │ ├── PM_freePhysicalAddr.html │ ├── PM_freeRealSeg.html │ ├── PM_freeShared.html │ ├── PM_getA0000Pointer.html │ ├── PM_getBIOSPointer.html │ ├── PM_getBootDrive.html │ ├── PM_getCOMPort.html │ ├── PM_getConsoleStateSize.html │ ├── PM_getCurrentPath.html │ ├── PM_getDirectDrawWindow.html │ ├── PM_getFileAttr.html │ ├── PM_getFileTime.html │ ├── PM_getIOPL.html │ ├── PM_getLPTPort.html │ ├── PM_getMachineName.html │ ├── PM_getOSName.html │ ├── PM_getOSType.html │ ├── PM_getPhysicalAddr.html │ ├── PM_getPhysicalAddrRange.html │ ├── PM_getProcAddress.html │ ├── PM_getSNAPConfigPath.html │ ├── PM_getSNAPPath.html │ ├── PM_getUniqueID.html │ ├── PM_getVESABuf.html │ ├── PM_getVGAStateSize.html │ ├── PM_getch.html │ ├── PM_getdcwd.html │ ├── PM_haveBIOSAccess.html │ ├── PM_init.html │ ├── PM_inpb.html │ ├── PM_inpd.html │ ├── PM_inpw.html │ ├── PM_installService.html │ ├── PM_installServiceExt.html │ ├── PM_int86.html │ ├── PM_int86x.html │ ├── PM_intHandler.html │ ├── PM_irqHandler.html │ ├── PM_isSDDActive.html │ ├── PM_kbhit.html │ ├── PM_loadDirectDraw.html │ ├── PM_loadLibrary.html │ ├── PM_lockCodePages.html │ ├── PM_lockDataPages.html │ ├── PM_lockHandle.html │ ├── PM_makepath.html │ ├── PM_malloc.html │ ├── PM_mallocShared.html │ ├── PM_mapPhysicalAddr.html │ ├── PM_mapRealPointer.html │ ├── PM_mkdir.html │ ├── PM_openConsole.html │ ├── PM_outpb.html │ ├── PM_outpd.html │ ├── PM_outpw.html │ ├── PM_physAddr.html │ ├── PM_realloc.html │ ├── PM_removeService.html │ ├── PM_restartRealTimeClock.html │ ├── PM_restoreConsoleState.html │ ├── PM_restoreRealTimeClockHandler.html │ ├── PM_restoreThreadPriority.html │ ├── PM_restoreVGAState.html │ ├── PM_rmdir.html │ ├── PM_runningInAWindow.html │ ├── PM_saveConsoleState.html │ ├── PM_saveVGAState.html │ ├── PM_setDebugLog.html │ ├── PM_setFatalErrorCleanup.html │ ├── PM_setFileAttr.html │ ├── PM_setFileTime.html │ ├── PM_setIOPL.html │ ├── PM_setLocalBPDPath.html │ ├── PM_setMaxThreadPriority.html │ ├── PM_setOSCursorLocation.html │ ├── PM_setOSScreenWidth.html │ ├── PM_setRealTimeClockFrequency.html │ ├── PM_setRealTimeClockHandler.html │ ├── PM_setSuspendAppCallback.html │ ├── PM_sleep.html │ ├── PM_splitpath.html │ ├── PM_startService.html │ ├── PM_stopRealTimeClock.html │ ├── PM_stopService.html │ ├── PM_suspendAppCodesType.html │ ├── PM_suspendAppFlagsType.html │ ├── PM_suspendApp_cb.html │ ├── PM_time.html │ ├── PM_unloadDirectDraw.html │ ├── PM_unlockCodePages.html │ ├── PM_unlockDataPages.html │ ├── PM_useLocalMalloc.html │ ├── PaletteProgrammingDuringDoubleBuffering.html │ ├── PerformDisplaySwitch.html │ ├── PollForDisplaySwitch.html │ ├── PostSwitchPhysicalResolution.html │ ├── ProgrammingWithSNAPGraphics.html │ ├── PtInRegion.html │ ├── PutMonoImageLSBBM.html │ ├── PutMonoImageLSBLin.html │ ├── PutMonoImageLSBSys.html │ ├── PutMonoImageMSBBM.html │ ├── PutMonoImageMSBLin.html │ ├── PutMonoImageMSBSys.html │ ├── PutPixel.html │ ├── QNXHostedToolsStartsdkqnx.html │ ├── QueryFunctions.html │ ├── QueryFunctions_2.html │ ├── QueryingDeviceConfigurationInformation.html │ ├── REF2D_driver.html │ ├── REF2D_loadDriver.html │ ├── REF2D_queryFunctions.html │ ├── REF2D_unloadDriver.html │ ├── RMREGS.html │ ├── RMSREGS.html │ ├── RePublico.js │ ├── RePublicoContents.gif │ ├── RePublicoFind.gif │ ├── RePublicoIndex.gif │ ├── RePublicoToolbar.js │ ├── RectangleArithmeticFunctions.html │ ├── RefreshRateControl.html │ ├── RefreshRatesAndStereoscopicImaging.html │ ├── RotateBitmap.html │ ├── RuntimeLibraryStandardLocations.html │ ├── SCIbegin.html │ ├── SCIdetect.html │ ├── SCIend.html │ ├── SCIreadSCL.html │ ├── SCIreadSDA.html │ ├── SCIwriteSCL.html │ ├── SCIwriteSDA.html │ ├── SNAP Graphics Architecture.css │ ├── SaveCRTCTimings.html │ ├── SaveRestoreState.html │ ├── SectRegion.html │ ├── SectRegionRect.html │ ├── Set8BitDAC.html │ ├── Set8x8ColorPattern.html │ ├── Set8x8MonoPattern.html │ ├── SetActiveBuffer.html │ ├── SetActiveHead.html │ ├── SetAlphaValue.html │ ├── SetBackColor.html │ ├── SetBank.html │ ├── SetBlendFunc.html │ ├── SetBytesPerLine.html │ ├── SetCRTCTimings.html │ ├── SetClipper.html │ ├── SetColorCompareMask.html │ ├── SetColorCursor.html │ ├── SetColorCursor256.html │ ├── SetColorCursorRGB.html │ ├── SetColorCursorRGBA.html │ ├── SetCursorPos.html │ ├── SetCustomVideoMode.html │ ├── SetDisplayOutput.html │ ├── SetDisplayStart.html │ ├── SetDisplayStartXY.html │ ├── SetDrawBuffer.html │ ├── SetDrawBuffer_2.html │ ├── SetDrawSurface.html │ ├── SetForeColor.html │ ├── SetGammaCorrectData.html │ ├── SetGammaCorrectDataExt.html │ ├── SetGlobalRefresh.html │ ├── SetLineStipple.html │ ├── SetLineStippleCount.html │ ├── SetLineStyle.html │ ├── SetMix.html │ ├── SetModeProfile.html │ ├── SetMonitorInfo.html │ ├── SetMonoCursor.html │ ├── SetMonoCursorColor.html │ ├── SetOptions.html │ ├── SetPaletteData.html │ ├── SetPaletteDataExt.html │ ├── SetPaletteData_2.html │ ├── SetPlaneMask.html │ ├── SetRef2dPointer.html │ ├── SetSoftwareRenderFuncs.html │ ├── SetStereoDisplayStart.html │ ├── SetVSyncWidth.html │ ├── SetVideoColorKey.html │ ├── SetVideoMode.html │ ├── SetVideoOutput.html │ ├── SettingUpYourClientMapping.html │ ├── SettingUpYourCompilerConfiguration.html │ ├── SettingUpYourEnvironmentForAnonymousAcce.html │ ├── ShowCursor.html │ ├── SoftwareDrivenDisplayStartAddressSwappin.html │ ├── SrcTransBlt.html │ ├── SrcTransBltBM.html │ ├── SrcTransBltBuf.html │ ├── SrcTransBltLin.html │ ├── SrcTransBltSys.html │ ├── StandardMakefileOptions.html │ ├── StandardMakefileTargets.html │ ├── StartVideoFrame.html │ ├── StereoscopicLiquidCrystalShutterGlasses.html │ ├── StretchBlt.html │ ├── StretchBltBM.html │ ├── StretchBltBuf.html │ ├── StretchBltLin.html │ ├── StretchBltSys.html │ ├── SupportBoth15bitAnd16bitsPerPixelModes.html │ ├── SupportBoth24bitAnd32bitsPerPixelModes.html │ ├── SupportedBrowsers.html │ ├── SwitchPhysicalResolution.html │ ├── SyncingUpForTheFirstTime.html │ ├── TraverseRegion.html │ ├── TypeDefinitions.html │ ├── TypeDefinitions_2.html │ ├── ULZElapsedTime.html │ ├── ULZReadTime.html │ ├── ULZTimerCount.html │ ├── ULZTimerLap.html │ ├── ULZTimerOff.html │ ├── ULZTimerOn.html │ ├── ULZTimerResolution.html │ ├── UnionRegion.html │ ├── UnionRegionOfs.html │ ├── UnionRegionRect.html │ ├── UnloadDriver.html │ ├── UnlockBuffer.html │ ├── UpdateCache.html │ ├── UpdateFromCache.html │ ├── UpdateScreen.html │ ├── Use8x8ColorPattern.html │ ├── Use8x8MonoPattern.html │ ├── Use8x8TransColorPattern.html │ ├── Use8x8TransMonoPattern.html │ ├── UsingCustomDisplayModes.html │ ├── UsingPerforceFromTheCommandLine.html │ ├── UsingTheBufferManager.html │ ├── UsingTheMakefileUtilities.html │ ├── VirtualBufferScrolling.html │ ├── WaitTillFlipped.html │ ├── WaitTillIdle.html │ ├── WaitVSync.html │ ├── WhatIsSciTechSNAP.html │ ├── WhatIsSciTechSNAPGraphicsArchitecture.html │ ├── Win32HostedToolsStartsdkbat.html │ ├── WindowsHostedToolsForRTTarget32Startsdkb.html │ ├── WorkingWithDisplayModes.html │ ├── ZTimerInit.html │ ├── ZTimerInitExt.html │ ├── __codePtr.html │ ├── codepage_entry_t.html │ ├── codepage_t.html │ ├── event_t.html │ ├── index.html │ ├── notoc │ ├── 2DCoordinateSystem.html │ ├── 2DDrawingFunctions.html │ ├── 2DRenderingStateFunctions.html │ ├── AccessingOffscreenVideoMemory.html │ ├── AlignLinearBuffer.html │ ├── AllocBuffer.html │ ├── AllocVideoBuffer.html │ ├── BeginAccess.html │ ├── BitBlt.html │ ├── BitBltBM.html │ ├── BitBltBuf.html │ ├── BitBltColorPatt.html │ ├── BitBltColorPattBM.html │ ├── BitBltColorPattBuf.html │ ├── BitBltColorPattLin.html │ ├── BitBltColorPattSys.html │ ├── BitBltFx.html │ ├── BitBltFxBM.html │ ├── BitBltFxBuf.html │ ├── BitBltFxLin.html │ ├── BitBltFxSys.html │ ├── BitBltFxTest.html │ ├── BitBltLin.html │ ├── BitBltPatt.html │ ├── BitBltPattBM.html │ ├── BitBltPattBuf.html │ ├── BitBltPattLin.html │ ├── BitBltPattSys.html │ ├── BitBltPlaneMasked.html │ ├── BitBltPlaneMaskedBM.html │ ├── BitBltPlaneMaskedBuf.html │ ├── BitBltPlaneMaskedLin.html │ ├── BitBltPlaneMaskedSys.html │ ├── BitBltSys.html │ ├── BufferManagerFunctions.html │ ├── BuildTranslateVector.html │ ├── CPU_getProcessorName.html │ ├── CPU_getProcessorSpeed.html │ ├── CPU_getProcessorSpeedInHZ.html │ ├── CPU_getProcessorType.html │ ├── CPU_have3DNow.html │ ├── CPU_haveMMX.html │ ├── CPU_haveRDTSC.html │ ├── CPU_haveSSE.html │ ├── CPU_largeInteger.html │ ├── CPU_processorType.html │ ├── CauseWayDOSExtenderSupport.html │ ├── ClearRegion.html │ ├── ClipEllipse.html │ ├── ClipMonoImageLSBBM.html │ ├── ClipMonoImageLSBLin.html │ ├── ClipMonoImageLSBSys.html │ ├── ClipMonoImageMSBBM.html │ ├── ClipMonoImageMSBLin.html │ ├── ClipMonoImageMSBSys.html │ ├── ColorValues.html │ ├── CompilingReleaseAndDebugBuilds.html │ ├── CompilingSciTechSNAPGraphics.html │ ├── CompilingTheSamplePrograms.html │ ├── ComplexRegionManagementFunctions.html │ ├── ConnectingWithPerforce.html │ ├── CopyIntoRegion.html │ ├── CopyRegion.html │ ├── CreateClipper.html │ ├── DDC_ChannelsType.html │ ├── DDC_DPMSStatesType.html │ ├── DDC_SCIFlagsType.html │ ├── DDC_errCode.html │ ├── DDC_init.html │ ├── DDC_initExt.html │ ├── DDC_readEDID.html │ ├── DDC_writeEDID.html │ ├── DOSWindowsHostedToolsStartsdkbat.html │ ├── DPMSdetect.html │ ├── DPMSsetState.html │ ├── DestroyClipper.html │ ├── DevelopingForMaximumCompatibility.html │ ├── DeviceDriverControlFunctions.html │ ├── DiffRegion.html │ ├── DiffRegionRect.html │ ├── DirectFramebufferAccess.html │ ├── DisableDirectAccess.html │ ├── DisplayDriverInitializationFunctions.html │ ├── DisplayModeManagementFunctions.html │ ├── DoNotAssumeSupportForDoubleScannedModes.html │ ├── DownloadAPerforceClient.html │ ├── DownloadingAndInstallingSciTechSNAPGraph.html │ ├── DrawBresenhamLine.html │ ├── DrawBresenhamStippleLine.html │ ├── DrawBresenhamStyleLine.html │ ├── DrawClippedBresenhamLine.html │ ├── DrawClippedBresenhamStippleLine.html │ ├── DrawClippedBresenhamStyleLine.html │ ├── DrawClippedLineInt.html │ ├── DrawClippedStippleLineInt.html │ ├── DrawClippedStyleLineInt.html │ ├── DrawColorPattEllipseList.html │ ├── DrawColorPattFatEllipseList.html │ ├── DrawColorPattRect.html │ ├── DrawColorPattScanList.html │ ├── DrawColorPattTrap.html │ ├── DrawEllipse.html │ ├── DrawEllipseList.html │ ├── DrawFatEllipseList.html │ ├── DrawLineInt.html │ ├── DrawPattEllipseList.html │ ├── DrawPattFatEllipseList.html │ ├── DrawPattRect.html │ ├── DrawPattScanList.html │ ├── DrawPattTrap.html │ ├── DrawRect.html │ ├── DrawRectBuf.html │ ├── DrawRectExt.html │ ├── DrawRectExtSW.html │ ├── DrawRectLin.html │ ├── DrawScanList.html │ ├── DrawStippleLineInt.html │ ├── DrawStyleLineInt.html │ ├── DrawTrap.html │ ├── DriverLoadingAndInitializationFunctions.html │ ├── DstTransBlt.html │ ├── DstTransBltBM.html │ ├── DstTransBltBuf.html │ ├── DstTransBltLin.html │ ├── DstTransBltSys.html │ ├── EDID_detailedTiming.html │ ├── EDID_displayTypes.html │ ├── EDID_flags.html │ ├── EDID_maxResCodes.html │ ├── EDID_parse.html │ ├── EDID_record.html │ ├── EDID_signalLevels.html │ ├── EDID_standardTiming.html │ ├── EDID_timingTypes.html │ ├── EVT_allowLEDS.html │ ├── EVT_asciiCode.html │ ├── EVT_asciiCodesType.html │ ├── EVT_eventJoyAxisType.html │ ├── EVT_eventJoyMaskType.html │ ├── EVT_eventMaskType.html │ ├── EVT_eventModMaskType.html │ ├── EVT_eventMouseMaskType.html │ ├── EVT_eventType.html │ ├── EVT_flush.html │ ├── EVT_getCodePage.html │ ├── EVT_getHeartBeatCallback.html │ ├── EVT_getMousePos.html │ ├── EVT_getNext.html │ ├── EVT_halt.html │ ├── EVT_isKeyDown.html │ ├── EVT_joyIsPresent.html │ ├── EVT_joySetCenter.html │ ├── EVT_joySetLowerRight.html │ ├── EVT_joySetUpperLeft.html │ ├── EVT_masksType.html │ ├── EVT_peekNext.html │ ├── EVT_pollJoystick.html │ ├── EVT_post.html │ ├── EVT_repeatCount.html │ ├── EVT_scanCode.html │ ├── EVT_scanCodesType.html │ ├── EVT_setCodePage.html │ ├── EVT_setHeartBeatCallback.html │ ├── EVT_setMousePos.html │ ├── EVT_setUserEventFilter.html │ ├── EnableDirectAccess.html │ ├── EnableStereoMode.html │ ├── EndAccess.html │ ├── EndVideoFrame.html │ ├── EnumeratingInstalledDevicesAndLoadingADr.html │ ├── ExternalFunctions.html │ ├── ExternalFunctions_2.html │ ├── FindingAvailableDisplayModes.html │ ├── FlipToBuffer.html │ ├── FlipToStereoBuffer.html │ ├── ForceSoftwareOnly.html │ ├── FreeBuffer.html │ ├── FreeRegion.html │ ├── FreeVideoBuffer.html │ ├── GA_2DRenderFuncs.html │ ├── GA_2DStateFuncs.html │ ├── GA_AccelFlagsType.html │ ├── GA_AttributeExtFlagsType.html │ ├── GA_AttributeFlagsType.html │ ├── GA_BitBltFxFlagsType.html │ ├── GA_BresenhamLineFlagsType.html │ ├── GA_BufferFlagsType.html │ ├── GA_CRTCInfo.html │ ├── GA_CRTCInfoFlagsType.html │ ├── GA_CertifyFlagsType.html │ ├── GA_DPMSFuncs.html │ ├── GA_LCDUseBIOSFlagsType.html │ ├── GA_MakeVisibleBufferFlagsType.html │ ├── GA_OutputFlagsType.html │ ├── GA_SCIFuncs.html │ ├── GA_TVParams.html │ ├── GA_VBEFuncs.html │ ├── GA_VideoBufferFormatsType.html │ ├── GA_VideoOutputFlagsType.html │ ├── GA_WorkAroundsFlagsType.html │ ├── GA_addMode.html │ ├── GA_addRefresh.html │ ├── GA_blendFuncType.html │ ├── GA_bltFx.html │ ├── GA_buf.html │ ├── GA_buffer.html │ ├── GA_bufferFuncs.html │ ├── GA_busType.html │ ├── GA_certifyChipInfo.html │ ├── GA_certifyInfo.html │ ├── GA_clipper.html │ ├── GA_clipperFuncs.html │ ├── GA_color.html │ ├── GA_colorCursor.html │ ├── GA_colorCursor256.html │ ├── GA_colorCursorRGB.html │ ├── GA_colorCursorRGBA.html │ ├── GA_colorPattern.html │ ├── GA_colorPattern_1.html │ ├── GA_colorPattern_16.html │ ├── GA_colorPattern_24.html │ ├── GA_colorPattern_32.html │ ├── GA_colorPattern_4.html │ ├── GA_colorPattern_8.html │ ├── GA_computeCRTCTimings.html │ ├── GA_configInfo.html │ ├── GA_cursorFuncs.html │ ├── GA_delMode.html │ ├── GA_detectPnPMonitor.html │ ├── GA_devCtx.html │ ├── GA_disableVBEMode.html │ ├── GA_disjointRect.html │ ├── GA_driverFuncs.html │ ├── GA_emptyRect.html │ ├── GA_enableVBEMode.html │ ├── GA_enumerateDevices.html │ ├── GA_equalRect.html │ ├── GA_errorMsg.html │ ├── GA_funcGroupsType.html │ ├── GA_getCRTCTimings.html │ ├── GA_getCurrentRef2d.html │ ├── GA_getDaysLeft.html │ ├── GA_getDisplaySerialNo.html │ ├── GA_getDisplayUserName.html │ ├── GA_getFakePCIID.html │ ├── GA_getGlobalOptions.html │ ├── GA_getInternalName.html │ ├── GA_getLicensedDevices.html │ ├── GA_getMaxRefreshRate.html │ ├── GA_getParsedEDID.html │ ├── GA_getSNAPConfigPath.html │ ├── GA_globalOptions.html │ ├── GA_initFuncs.html │ ├── GA_insetRect.html │ ├── GA_isLiteVersion.html │ ├── GA_isOEMVersion.html │ ├── GA_isSharedDriverLoaded.html │ ├── GA_isSimpleRegion.html │ ├── GA_largeInteger.html │ ├── GA_layout.html │ ├── GA_loadDriver.html │ ├── GA_loadInGUI.html │ ├── GA_loadModeProfile.html │ ├── GA_loadRef2d.html │ ├── GA_loadRegionMgr.html │ ├── GA_loaderFuncs.html │ ├── GA_mixCodesType.html │ ├── GA_mode.html │ ├── GA_modeFlagsType.html │ ├── GA_modeInfo.html │ ├── GA_modeProfile.html │ ├── GA_monitor.html │ ├── GA_monitorFlagsType.html │ ├── GA_monoCursor.html │ ├── GA_multiHeadType.html │ ├── GA_offsetRect.html │ ├── GA_options.html │ ├── GA_palette.html │ ├── GA_paletteExt.html │ ├── GA_pattern.html │ ├── GA_pixelFormat.html │ ├── GA_programMTRRegisters.html │ ├── GA_ptInRect.html │ ├── GA_queryFunctions.html │ ├── GA_readGlobalOptions.html │ ├── GA_recMode.html │ ├── GA_rect.html │ ├── GA_region.html │ ├── GA_regionFuncs.html │ ├── GA_registerLicense.html │ ├── GA_restoreCRTCTimings.html │ ├── GA_rop3CodesType.html │ ├── GA_saveCRTCTimings.html │ ├── GA_saveGlobalOptions.html │ ├── GA_saveModeProfile.html │ ├── GA_saveMonitorInfo.html │ ├── GA_saveOptions.html │ ├── GA_sectRect.html │ ├── GA_sectRectCoord.html │ ├── GA_sectRectFast.html │ ├── GA_sectRectFastCoord.html │ ├── GA_segment.html │ ├── GA_setActiveDevice.html │ ├── GA_setCRTCTimings.html │ ├── GA_setDefaultRefresh.html │ ├── GA_setGlobalOptions.html │ ├── GA_setMinimumDriverVersion.html │ ├── GA_softStereoExit.html │ ├── GA_softStereoGetFlipStatus.html │ ├── GA_softStereoInit.html │ ├── GA_softStereoOff.html │ ├── GA_softStereoOn.html │ ├── GA_softStereoScheduleFlip.html │ ├── GA_softStereoWaitTillFlipped.html │ ├── GA_span.html │ ├── GA_status.html │ ├── GA_stipple.html │ ├── GA_trap.html │ ├── GA_unionRect.html │ ├── GA_unionRectCoord.html │ ├── GA_unloadDriver.html │ ├── GA_unloadRef2d.html │ ├── GA_unloadRegionMgr.html │ ├── GA_useDoubleScan.html │ ├── GA_videoFuncs.html │ ├── GA_videoInf.html │ ├── GetActiveHead.html │ ├── GetBitmapBM.html │ ├── GetBitmapSys.html │ ├── GetCRTCTimings.html │ ├── GetCertifyInfo.html │ ├── GetClipList.html │ ├── GetClipper.html │ ├── GetClosestPixelClock.html │ ├── GetConfigInfo.html │ ├── GetCurrentRefreshRate.html │ ├── GetCurrentScanLine.html │ ├── GetCurrentVideoModeInfo.html │ ├── GetCustomVideoModeInfo.html │ ├── GetCustomVideoModeInfoExt.html │ ├── GetDisplayOutput.html │ ├── GetDisplayStartStatus.html │ ├── GetFlipStatus.html │ ├── GetFlippableBuffer.html │ ├── GetGammaCorrectData.html │ ├── GetGammaCorrectDataExt.html │ ├── GetMonitorInfo.html │ ├── GetNumberOfHeads.html │ ├── GetOptions.html │ ├── GetPaletteData.html │ ├── GetPaletteDataExt.html │ ├── GetPaletteData_2.html │ ├── GetPixel.html │ ├── GetPrimaryBuffer.html │ ├── GetUniqueFilename.html │ ├── GetVSyncWidth.html │ ├── GetVideoMode.html │ ├── GetVideoModeInfo.html │ ├── GetVideoModeInfoExt.html │ ├── GraphicsDeviceDriverOverview.html │ ├── GraphicsDeviceDriverReference.html │ ├── HardwareCursorFunctions.html │ ├── HardwareTripleBuffering.html │ ├── HardwareVideoOverlayFunctions.html │ ├── HardwareVideoOverlayFunctions_2.html │ ├── Images │ │ ├── RpoButtonContentsOff.gif │ │ ├── RpoButtonContentsOn.gif │ │ ├── RpoButtonHomeOff.gif │ │ ├── RpoButtonHomeOn.gif │ │ ├── RpoButtonIndexOff.gif │ │ ├── RpoButtonIndexOn.gif │ │ ├── RpoButtonNextOff.gif │ │ ├── RpoButtonNextOn.gif │ │ ├── RpoButtonPreviousOff.gif │ │ ├── RpoButtonPreviousOn.gif │ │ ├── RpoSymbolFolder.gif │ │ ├── RpoSymbolIndex.gif │ │ ├── RpoSymbolTopic.gif │ │ ├── image002.gif │ │ ├── image004.gif │ │ ├── image006.gif │ │ ├── image008.gif │ │ └── shadow.gif │ ├── InitBuffers.html │ ├── InitDriver.html │ ├── InstallingSciTechSNAPGraphics.html │ ├── IntegerCoordinates.html │ ├── Introduction.html │ ├── IsClipListChanged.html │ ├── IsEmptyRegion.html │ ├── IsEqualRegion.html │ ├── IsHardwareCursor.html │ ├── IsIdle.html │ ├── IsVSync.html │ ├── LZTimerCount.html │ ├── LZTimerCountExt.html │ ├── LZTimerLap.html │ ├── LZTimerLapExt.html │ ├── LZTimerObject.html │ ├── LZTimerOff.html │ ├── LZTimerOffExt.html │ ├── LZTimerOn.html │ ├── LZTimerOnExt.html │ ├── LinuxHostedToolsStartsdklinux.html │ ├── LoadingAndInitializingSciTechSNAPGraphic.html │ ├── LocatingAndCallingDeviceDriverFunctions.html │ ├── LockBuffer.html │ ├── MCS_begin.html │ ├── MCS_beginExt.html │ ├── MCS_controlsType.html │ ├── MCS_enableControl.html │ ├── MCS_end.html │ ├── MCS_getCapabilitiesString.html │ ├── MCS_getControlMax.html │ ├── MCS_getControlValue.html │ ├── MCS_getControlValues.html │ ├── MCS_getSelfTestReport.html │ ├── MCS_getTimingReport.html │ ├── MCS_isControlSupported.html │ ├── MCS_polarityFlagsType.html │ ├── MCS_resetControl.html │ ├── MCS_saveCurrentSettings.html │ ├── MCS_setControlValue.html │ ├── MCS_setControlValues.html │ ├── MDBX_close.html │ ├── MDBX_errCodes.html │ ├── MDBX_first.html │ ├── MDBX_flush.html │ ├── MDBX_getErrCode.html │ ├── MDBX_getErrorMsg.html │ ├── MDBX_importINF.html │ ├── MDBX_insert.html │ ├── MDBX_last.html │ ├── MDBX_next.html │ ├── MDBX_open.html │ ├── MDBX_prev.html │ ├── MDBX_update.html │ ├── MakefileUtilitiesConfiguration.html │ ├── MonitorCommandSetFunctions.html │ ├── MonitorDatabaseFunctions.html │ ├── MonitorDetectionFunctions.html │ ├── MultiBuffering.html │ ├── N_errorType.html │ ├── N_fix32.html │ ├── N_flt32.html │ ├── N_int16.html │ ├── N_int32.html │ ├── N_int8.html │ ├── N_physAddr.html │ ├── N_uint16.html │ ├── N_uint32.html │ ├── N_uint8.html │ ├── NewRectRegion.html │ ├── NewRegion.html │ ├── OS2HostedToolsStartsdkcmd.html │ ├── OffsetRegion.html │ ├── OptimizeRegion.html │ ├── OverviewOfGlobalFunctions.html │ ├── OverviewOfQueriedFunctionGroups.html │ ├── PCIAGPCapability.html │ ├── PCIAGPCommand.html │ ├── PCIAGPStatus.html │ ├── PCIAccessRegFlags.html │ ├── PCICapsHeader.html │ ├── PCICapsType.html │ ├── PCIClassTypes.html │ ├── PCICommandFlags.html │ ├── PCIDeviceInfo.html │ ├── PCIHeaderTypeFlags.html │ ├── PCIStatusFlags.html │ ├── PCIType0Info.html │ ├── PCIType1Info.html │ ├── PCIType2Info.html │ ├── PCI_accessReg.html │ ├── PCI_enumerate.html │ ├── PCI_getNumDevices.html │ ├── PCI_readRegBlock.html │ ├── PCI_writeRegBlock.html │ ├── PCIslot.html │ ├── PE_errorCodes.html │ ├── PE_errorCodes_2.html │ ├── PE_freeLibrary.html │ ├── PE_freeLibrary_2.html │ ├── PE_getError.html │ ├── PE_getError_2.html │ ├── PE_getFileSize.html │ ├── PE_getFileSize_2.html │ ├── PE_getProcAddress.html │ ├── PE_getProcAddress_2.html │ ├── PE_loadLibrary.html │ ├── PE_loadLibraryExt.html │ ├── PE_loadLibraryExt_2.html │ ├── PE_loadLibraryMGL.html │ ├── PE_loadLibraryMGL_2.html │ ├── PE_loadLibrary_2.html │ ├── PMBYTEREGS.html │ ├── PMDWORDREGS.html │ ├── PMEnableWriteCombineErrors.html │ ├── PMEnableWriteCombineFlags.html │ ├── PMFileFlagsType.html │ ├── PMLibraryReference.html │ ├── PMREGS.html │ ├── PMSREGS.html │ ├── PMSplitPathFlags.html │ ├── PMWORDREGS.html │ ├── PM_HWND.html │ ├── PM_IRQHandle.html │ ├── PM_MODULE.html │ ├── PM_agpCommitPhysical.html │ ├── PM_agpExit.html │ ├── PM_agpFreePhysical.html │ ├── PM_agpInit.html │ ├── PM_agpMemoryType.html │ ├── PM_agpReleasePhysical.html │ ├── PM_agpReservePhysical.html │ ├── PM_allocLockedMem.html │ ├── PM_allocPage.html │ ├── PM_allocRealSeg.html │ ├── PM_backslash.html │ ├── PM_blockUntilTimeout.html │ ├── PM_callRealMode.html │ ├── PM_calloc.html │ ├── PM_closeConsole.html │ ├── PM_doSuspendApp.html │ ├── PM_enableWriteCombine.html │ ├── PM_enumWriteCombine.html │ ├── PM_enumWriteCombine_t.html │ ├── PM_fatalCleanupHandler.html │ ├── PM_fatalError.html │ ├── PM_findBPD.html │ ├── PM_findClose.html │ ├── PM_findData.html │ ├── PM_findFirstFile.html │ ├── PM_findNextFile.html │ ├── PM_flushTLB.html │ ├── PM_free.html │ ├── PM_freeLibrary.html │ ├── PM_freeLockedMem.html │ ├── PM_freePage.html │ ├── PM_freePhysicalAddr.html │ ├── PM_freeRealSeg.html │ ├── PM_freeShared.html │ ├── PM_getA0000Pointer.html │ ├── PM_getBIOSPointer.html │ ├── PM_getBootDrive.html │ ├── PM_getCOMPort.html │ ├── PM_getConsoleStateSize.html │ ├── PM_getCurrentPath.html │ ├── PM_getDirectDrawWindow.html │ ├── PM_getFileAttr.html │ ├── PM_getFileTime.html │ ├── PM_getIOPL.html │ ├── PM_getLPTPort.html │ ├── PM_getMachineName.html │ ├── PM_getOSName.html │ ├── PM_getOSType.html │ ├── PM_getPhysicalAddr.html │ ├── PM_getPhysicalAddrRange.html │ ├── PM_getProcAddress.html │ ├── PM_getSNAPConfigPath.html │ ├── PM_getSNAPPath.html │ ├── PM_getUniqueID.html │ ├── PM_getVESABuf.html │ ├── PM_getVGAStateSize.html │ ├── PM_getch.html │ ├── PM_getdcwd.html │ ├── PM_haveBIOSAccess.html │ ├── PM_init.html │ ├── PM_inpb.html │ ├── PM_inpd.html │ ├── PM_inpw.html │ ├── PM_installService.html │ ├── PM_installServiceExt.html │ ├── PM_int86.html │ ├── PM_int86x.html │ ├── PM_intHandler.html │ ├── PM_irqHandler.html │ ├── PM_isSDDActive.html │ ├── PM_kbhit.html │ ├── PM_loadDirectDraw.html │ ├── PM_loadLibrary.html │ ├── PM_lockCodePages.html │ ├── PM_lockDataPages.html │ ├── PM_lockHandle.html │ ├── PM_makepath.html │ ├── PM_malloc.html │ ├── PM_mallocShared.html │ ├── PM_mapPhysicalAddr.html │ ├── PM_mapRealPointer.html │ ├── PM_mkdir.html │ ├── PM_openConsole.html │ ├── PM_outpb.html │ ├── PM_outpd.html │ ├── PM_outpw.html │ ├── PM_physAddr.html │ ├── PM_realloc.html │ ├── PM_removeService.html │ ├── PM_restartRealTimeClock.html │ ├── PM_restoreConsoleState.html │ ├── PM_restoreRealTimeClockHandler.html │ ├── PM_restoreThreadPriority.html │ ├── PM_restoreVGAState.html │ ├── PM_rmdir.html │ ├── PM_runningInAWindow.html │ ├── PM_saveConsoleState.html │ ├── PM_saveVGAState.html │ ├── PM_setDebugLog.html │ ├── PM_setFatalErrorCleanup.html │ ├── PM_setFileAttr.html │ ├── PM_setFileTime.html │ ├── PM_setIOPL.html │ ├── PM_setLocalBPDPath.html │ ├── PM_setMaxThreadPriority.html │ ├── PM_setOSCursorLocation.html │ ├── PM_setOSScreenWidth.html │ ├── PM_setRealTimeClockFrequency.html │ ├── PM_setRealTimeClockHandler.html │ ├── PM_setSuspendAppCallback.html │ ├── PM_sleep.html │ ├── PM_splitpath.html │ ├── PM_startService.html │ ├── PM_stopRealTimeClock.html │ ├── PM_stopService.html │ ├── PM_suspendAppCodesType.html │ ├── PM_suspendAppFlagsType.html │ ├── PM_suspendApp_cb.html │ ├── PM_time.html │ ├── PM_unloadDirectDraw.html │ ├── PM_unlockCodePages.html │ ├── PM_unlockDataPages.html │ ├── PM_useLocalMalloc.html │ ├── PaletteProgrammingDuringDoubleBuffering.html │ ├── PerformDisplaySwitch.html │ ├── PollForDisplaySwitch.html │ ├── PostSwitchPhysicalResolution.html │ ├── ProgrammingWithSNAPGraphics.html │ ├── PtInRegion.html │ ├── PutMonoImageLSBBM.html │ ├── PutMonoImageLSBLin.html │ ├── PutMonoImageLSBSys.html │ ├── PutMonoImageMSBBM.html │ ├── PutMonoImageMSBLin.html │ ├── PutMonoImageMSBSys.html │ ├── PutPixel.html │ ├── QNXHostedToolsStartsdkqnx.html │ ├── QueryFunctions.html │ ├── QueryFunctions_2.html │ ├── QueryingDeviceConfigurationInformation.html │ ├── REF2D_driver.html │ ├── REF2D_loadDriver.html │ ├── REF2D_queryFunctions.html │ ├── REF2D_unloadDriver.html │ ├── RMREGS.html │ ├── RMSREGS.html │ ├── RePublico.js │ ├── RePublicoToolbar.js │ ├── RectangleArithmeticFunctions.html │ ├── RefreshRateControl.html │ ├── RefreshRatesAndStereoscopicImaging.html │ ├── RotateBitmap.html │ ├── RpoToolbarContents.html │ ├── RpoToolbarFrame.html │ ├── RpoToolbarIndex.html │ ├── RuntimeLibraryStandardLocations.html │ ├── SCIbegin.html │ ├── SCIdetect.html │ ├── SCIend.html │ ├── SCIreadSCL.html │ ├── SCIreadSDA.html │ ├── SCIwriteSCL.html │ ├── SCIwriteSDA.html │ ├── SNAP Graphics Architecture.css │ ├── SaveCRTCTimings.html │ ├── SaveRestoreState.html │ ├── SectRegion.html │ ├── SectRegionRect.html │ ├── Set8BitDAC.html │ ├── Set8x8ColorPattern.html │ ├── Set8x8MonoPattern.html │ ├── SetActiveBuffer.html │ ├── SetActiveHead.html │ ├── SetAlphaValue.html │ ├── SetBackColor.html │ ├── SetBank.html │ ├── SetBlendFunc.html │ ├── SetBytesPerLine.html │ ├── SetCRTCTimings.html │ ├── SetClipper.html │ ├── SetColorCompareMask.html │ ├── SetColorCursor.html │ ├── SetColorCursor256.html │ ├── SetColorCursorRGB.html │ ├── SetColorCursorRGBA.html │ ├── SetCursorPos.html │ ├── SetCustomVideoMode.html │ ├── SetDisplayOutput.html │ ├── SetDisplayStart.html │ ├── SetDisplayStartXY.html │ ├── SetDrawBuffer.html │ ├── SetDrawBuffer_2.html │ ├── SetDrawSurface.html │ ├── SetForeColor.html │ ├── SetGammaCorrectData.html │ ├── SetGammaCorrectDataExt.html │ ├── SetGlobalRefresh.html │ ├── SetLineStipple.html │ ├── SetLineStippleCount.html │ ├── SetLineStyle.html │ ├── SetMix.html │ ├── SetModeProfile.html │ ├── SetMonitorInfo.html │ ├── SetMonoCursor.html │ ├── SetMonoCursorColor.html │ ├── SetOptions.html │ ├── SetPaletteData.html │ ├── SetPaletteDataExt.html │ ├── SetPaletteData_2.html │ ├── SetPlaneMask.html │ ├── SetRef2dPointer.html │ ├── SetSoftwareRenderFuncs.html │ ├── SetStereoDisplayStart.html │ ├── SetVSyncWidth.html │ ├── SetVideoColorKey.html │ ├── SetVideoMode.html │ ├── SetVideoOutput.html │ ├── SettingUpYourClientMapping.html │ ├── SettingUpYourCompilerConfiguration.html │ ├── SettingUpYourEnvironmentForAnonymousAcce.html │ ├── ShowCursor.html │ ├── SoftwareDrivenDisplayStartAddressSwappin.html │ ├── SrcTransBlt.html │ ├── SrcTransBltBM.html │ ├── SrcTransBltBuf.html │ ├── SrcTransBltLin.html │ ├── SrcTransBltSys.html │ ├── StandardMakefileOptions.html │ ├── StandardMakefileTargets.html │ ├── StartVideoFrame.html │ ├── StereoscopicLiquidCrystalShutterGlasses.html │ ├── StretchBlt.html │ ├── StretchBltBM.html │ ├── StretchBltBuf.html │ ├── StretchBltLin.html │ ├── StretchBltSys.html │ ├── SupportBoth15bitAnd16bitsPerPixelModes.html │ ├── SupportBoth24bitAnd32bitsPerPixelModes.html │ ├── SwitchPhysicalResolution.html │ ├── SyncingUpForTheFirstTime.html │ ├── TraverseRegion.html │ ├── TypeDefinitions.html │ ├── TypeDefinitions_2.html │ ├── ULZElapsedTime.html │ ├── ULZReadTime.html │ ├── ULZTimerCount.html │ ├── ULZTimerLap.html │ ├── ULZTimerOff.html │ ├── ULZTimerOn.html │ ├── ULZTimerResolution.html │ ├── UnionRegion.html │ ├── UnionRegionOfs.html │ ├── UnionRegionRect.html │ ├── UnloadDriver.html │ ├── UnlockBuffer.html │ ├── UpdateCache.html │ ├── UpdateFromCache.html │ ├── UpdateScreen.html │ ├── Use8x8ColorPattern.html │ ├── Use8x8MonoPattern.html │ ├── Use8x8TransColorPattern.html │ ├── Use8x8TransMonoPattern.html │ ├── UsingCustomDisplayModes.html │ ├── UsingPerforceFromTheCommandLine.html │ ├── UsingTheBufferManager.html │ ├── UsingTheMakefileUtilities.html │ ├── VirtualBufferScrolling.html │ ├── WaitTillFlipped.html │ ├── WaitTillIdle.html │ ├── WaitVSync.html │ ├── WhatIsSciTechSNAP.html │ ├── WhatIsSciTechSNAPGraphicsArchitecture.html │ ├── Win32HostedToolsStartsdkbat.html │ ├── WindowsHostedToolsForRTTarget32Startsdkb.html │ ├── WorkingWithDisplayModes.html │ ├── ZTimerInit.html │ ├── ZTimerInitExt.html │ ├── __codePtr.html │ ├── codepage_entry_t.html │ ├── codepage_t.html │ ├── event_t.html │ └── index.html │ ├── vm.cab │ ├── vm.zip │ ├── vmsymbol.gif │ └── vmtoc.html ├── drivers ├── os2 │ └── sddhelp.sys ├── ppc-be │ ├── config │ │ └── graphics │ │ │ ├── monitor.dbx │ │ │ └── readme.txt │ ├── freetype.bpd │ ├── graphics.vbe │ ├── jpeg.bpd │ └── png.bpd ├── qnx │ ├── neutrino │ │ └── libvbios.a │ └── qnx4 │ │ ├── Input │ │ ├── MglMouse │ │ ├── vbios.lib │ │ └── vbstubs.lib ├── x86-64 │ ├── config │ │ └── graphics │ │ │ ├── monitor.dbx │ │ │ └── readme.txt │ ├── freetype.bpd │ ├── graphics.vbe │ ├── jpeg.bpd │ └── png.bpd └── x86 │ ├── config │ └── graphics │ │ └── monitor.dbx │ ├── ddc │ └── readme.txt │ ├── detect │ └── readme.txt │ ├── freetype.bpd │ ├── graphics.vbe │ ├── jpeg.bpd │ ├── nga_w32.dll │ └── png.bpd ├── examples ├── mgl.mak ├── mgl │ ├── addmode │ │ ├── addmode.c │ │ └── makefile │ ├── common.mak │ ├── convert │ │ ├── alphapng.c │ │ ├── convert.c │ │ └── makefile │ ├── demo │ │ ├── demo.cpp │ │ ├── demo.def │ │ ├── demo.hpp │ │ ├── demo.ico │ │ ├── demo.rc │ │ ├── demo.rh │ │ ├── demoarea.cpp │ │ ├── demoarea.hpp │ │ ├── demowind.cpp │ │ ├── demowind.hpp │ │ ├── explwind.cpp │ │ ├── explwind.hpp │ │ ├── ide-vc │ │ │ ├── mvisdemo.dsp │ │ │ └── mvisdemo.dsw │ │ ├── ide-wc │ │ │ ├── mvisdemo.tgt │ │ │ └── mvisdemo.wpj │ │ ├── main.cpp │ │ ├── makefile │ │ ├── readme.txt │ │ ├── titlwind.cpp │ │ └── titlwind.hpp │ ├── foxbear │ │ ├── apple.cpp │ │ ├── bear.cpp │ │ ├── copyrigh.art │ │ ├── copyrigh.snd │ │ ├── data │ │ │ ├── 001.bmp │ │ │ ├── 002.bmp │ │ │ ├── 003.bmp │ │ │ ├── 004.bmp │ │ │ ├── 005.bmp │ │ │ ├── 006.bmp │ │ │ ├── 007.bmp │ │ │ ├── 008.bmp │ │ │ ├── 009.bmp │ │ │ ├── 010.bmp │ │ │ ├── 011.bmp │ │ │ ├── 012.bmp │ │ │ ├── 013.bmp │ │ │ ├── 014.bmp │ │ │ ├── 015.bmp │ │ │ ├── 016.bmp │ │ │ ├── 017.bmp │ │ │ ├── 018.bmp │ │ │ ├── 019.bmp │ │ │ ├── 020.bmp │ │ │ ├── 021.bmp │ │ │ ├── 022.bmp │ │ │ ├── 023.bmp │ │ │ ├── 024.bmp │ │ │ ├── 025.bmp │ │ │ ├── 026.bmp │ │ │ ├── 027.bmp │ │ │ ├── 028.bmp │ │ │ ├── 029.bmp │ │ │ ├── 030.bmp │ │ │ ├── 031.bmp │ │ │ ├── 032.bmp │ │ │ ├── 033.bmp │ │ │ ├── 034.bmp │ │ │ ├── 035.bmp │ │ │ ├── 036.bmp │ │ │ ├── 037.bmp │ │ │ ├── 038.bmp │ │ │ ├── 039.bmp │ │ │ ├── 040.bmp │ │ │ ├── 041.bmp │ │ │ ├── 042.bmp │ │ │ ├── 043.bmp │ │ │ ├── 044.bmp │ │ │ ├── 045.bmp │ │ │ ├── 046.bmp │ │ │ ├── 047.bmp │ │ │ ├── 048.bmp │ │ │ ├── 049.bmp │ │ │ ├── 050.bmp │ │ │ ├── 051.bmp │ │ │ ├── 052.bmp │ │ │ ├── 053.bmp │ │ │ ├── 054.bmp │ │ │ ├── 055.bmp │ │ │ ├── 056.bmp │ │ │ ├── 057.bmp │ │ │ ├── 058.bmp │ │ │ ├── 059.bmp │ │ │ ├── 060.bmp │ │ │ ├── 061.bmp │ │ │ ├── 062.bmp │ │ │ ├── 063.bmp │ │ │ ├── 064.bmp │ │ │ ├── 065.bmp │ │ │ ├── 066.bmp │ │ │ ├── 067.bmp │ │ │ ├── 068.bmp │ │ │ ├── 069.bmp │ │ │ ├── 070.bmp │ │ │ ├── 071.bmp │ │ │ ├── 072.bmp │ │ │ ├── 073.bmp │ │ │ ├── 074.bmp │ │ │ ├── 075.bmp │ │ │ ├── 076.bmp │ │ │ ├── 077.bmp │ │ │ ├── 078.bmp │ │ │ ├── 079.bmp │ │ │ ├── 080.bmp │ │ │ ├── 081.bmp │ │ │ ├── 082.bmp │ │ │ ├── 083.bmp │ │ │ ├── 084.bmp │ │ │ ├── 085.bmp │ │ │ ├── 086.bmp │ │ │ ├── 087.bmp │ │ │ ├── 088.bmp │ │ │ ├── 089.bmp │ │ │ ├── 090.bmp │ │ │ ├── 091.bmp │ │ │ ├── 092.bmp │ │ │ ├── 093.bmp │ │ │ ├── 094.bmp │ │ │ ├── 095.bmp │ │ │ ├── 096.bmp │ │ │ ├── 097.bmp │ │ │ ├── 098.bmp │ │ │ ├── 099.bmp │ │ │ ├── 100.bmp │ │ │ ├── 101.bmp │ │ │ ├── 102.bmp │ │ │ ├── 103.bmp │ │ │ ├── 104.bmp │ │ │ ├── 105.bmp │ │ │ ├── 106.bmp │ │ │ ├── 107.bmp │ │ │ ├── 108.bmp │ │ │ ├── 109.bmp │ │ │ ├── 110.bmp │ │ │ ├── 111.bmp │ │ │ ├── 112.bmp │ │ │ ├── 113.bmp │ │ │ ├── 114.bmp │ │ │ ├── 115.bmp │ │ │ ├── 116.bmp │ │ │ ├── 117.bmp │ │ │ ├── 118.bmp │ │ │ ├── 119.bmp │ │ │ ├── 120.bmp │ │ │ ├── 121.bmp │ │ │ ├── 122.bmp │ │ │ ├── 123.bmp │ │ │ ├── ati.bmp │ │ │ ├── atinote.bmp │ │ │ ├── backlist.dat │ │ │ ├── backlst2.dat │ │ │ ├── bm1l.bmp │ │ │ ├── bm2l.bmp │ │ │ ├── bs01l.bmp │ │ │ ├── bs02l.bmp │ │ │ ├── bs03l.bmp │ │ │ ├── bs04l.bmp │ │ │ ├── bs05l.bmp │ │ │ ├── bs06l.bmp │ │ │ ├── bs07l.bmp │ │ │ ├── bs08l.bmp │ │ │ ├── bs09l.bmp │ │ │ ├── bs10l.bmp │ │ │ ├── bs11l.bmp │ │ │ ├── bs12l.bmp │ │ │ ├── bw01l.bmp │ │ │ ├── bw02l.bmp │ │ │ ├── bw03l.bmp │ │ │ ├── bw04l.bmp │ │ │ ├── bw05l.bmp │ │ │ ├── bw06l.bmp │ │ │ ├── bw07l.bmp │ │ │ ├── bw08l.bmp │ │ │ ├── bw09l.bmp │ │ │ ├── bw10l.bmp │ │ │ ├── bw11l.bmp │ │ │ ├── bw12l.bmp │ │ │ ├── copyrigh.art │ │ │ ├── fb01l.bmp │ │ │ ├── fb01r.bmp │ │ │ ├── fb02l.bmp │ │ │ ├── fb02r.bmp │ │ │ ├── fb03l.bmp │ │ │ ├── fb03r.bmp │ │ │ ├── fb04l.bmp │ │ │ ├── fb04r.bmp │ │ │ ├── fc1l.bmp │ │ │ ├── fc1r.bmp │ │ │ ├── fcd1l.bmp │ │ │ ├── fcd1r.bmp │ │ │ ├── fcw01l.bmp │ │ │ ├── fcw01r.bmp │ │ │ ├── fcw02l.bmp │ │ │ ├── fcw02r.bmp │ │ │ ├── fcw03l.bmp │ │ │ ├── fcw03r.bmp │ │ │ ├── fcw04l.bmp │ │ │ ├── fcw04r.bmp │ │ │ ├── fcw05l.bmp │ │ │ ├── fcw05r.bmp │ │ │ ├── fcw06l.bmp │ │ │ ├── fcw06r.bmp │ │ │ ├── fcw07l.bmp │ │ │ ├── fcw07r.bmp │ │ │ ├── fcw08l.bmp │ │ │ ├── fcw08r.bmp │ │ │ ├── fcw09l.bmp │ │ │ ├── fcw09r.bmp │ │ │ ├── fcw10l.bmp │ │ │ ├── fcw10r.bmp │ │ │ ├── fcw11l.bmp │ │ │ ├── fcw11r.bmp │ │ │ ├── fcw12l.bmp │ │ │ ├── fcw12r.bmp │ │ │ ├── fj1l.bmp │ │ │ ├── fj1r.bmp │ │ │ ├── fj2l.bmp │ │ │ ├── fj2r.bmp │ │ │ ├── fj3l.bmp │ │ │ ├── fj3r.bmp │ │ │ ├── fj4l.bmp │ │ │ ├── fj4r.bmp │ │ │ ├── fjt1l.bmp │ │ │ ├── fjt1r.bmp │ │ │ ├── fjt2l.bmp │ │ │ ├── fjt2r.bmp │ │ │ ├── fk1l.bmp │ │ │ ├── fk1r.bmp │ │ │ ├── forelist.dat │ │ │ ├── fr01l.bmp │ │ │ ├── fr01r.bmp │ │ │ ├── fr02l.bmp │ │ │ ├── fr02r.bmp │ │ │ ├── fr03l.bmp │ │ │ ├── fr03r.bmp │ │ │ ├── fr04l.bmp │ │ │ ├── fr04r.bmp │ │ │ ├── fr05l.bmp │ │ │ ├── fr05r.bmp │ │ │ ├── fr06l.bmp │ │ │ ├── fr06r.bmp │ │ │ ├── fr07l.bmp │ │ │ ├── fr07r.bmp │ │ │ ├── fr08l.bmp │ │ │ ├── fr08r.bmp │ │ │ ├── fr09l.bmp │ │ │ ├── fr09r.bmp │ │ │ ├── fr10l.bmp │ │ │ ├── fr10r.bmp │ │ │ ├── fr11l.bmp │ │ │ ├── fr11r.bmp │ │ │ ├── fr12l.bmp │ │ │ ├── fr12r.bmp │ │ │ ├── fr13l.bmp │ │ │ ├── fr13r.bmp │ │ │ ├── fr14l.bmp │ │ │ ├── fr14r.bmp │ │ │ ├── fr15l.bmp │ │ │ ├── fr15r.bmp │ │ │ ├── fr16l.bmp │ │ │ ├── fr16r.bmp │ │ │ ├── fs1l.bmp │ │ │ ├── fs1r.bmp │ │ │ ├── ft1l.bmp │ │ │ ├── ft1r.bmp │ │ │ ├── ft2l.bmp │ │ │ ├── ft2r.bmp │ │ │ ├── fw01l.bmp │ │ │ ├── fw01r.bmp │ │ │ ├── fw02l.bmp │ │ │ ├── fw02r.bmp │ │ │ ├── fw03l.bmp │ │ │ ├── fw03r.bmp │ │ │ ├── fw04l.bmp │ │ │ ├── fw04r.bmp │ │ │ ├── fw05l.bmp │ │ │ ├── fw05r.bmp │ │ │ ├── fw06l.bmp │ │ │ ├── fw06r.bmp │ │ │ ├── fw07l.bmp │ │ │ ├── fw07r.bmp │ │ │ ├── fw08l.bmp │ │ │ ├── fw08r.bmp │ │ │ ├── fw09l.bmp │ │ │ ├── fw09r.bmp │ │ │ ├── fw10l.bmp │ │ │ ├── fw10r.bmp │ │ │ ├── fw11l.bmp │ │ │ ├── fw11r.bmp │ │ │ ├── fw12l.bmp │ │ │ ├── fw12r.bmp │ │ │ ├── midlist.dat │ │ │ ├── palette.dat │ │ │ ├── surflist.dat │ │ │ └── trans.dat │ │ ├── dosstk.h │ │ ├── dwdsp.h │ │ ├── err.c │ │ ├── err.h │ │ ├── fbpch.hpp │ │ ├── fox.cpp │ │ ├── foxbear.cpp │ │ ├── foxbear.def │ │ ├── foxbear.ico │ │ ├── foxbear.rc │ │ ├── foxbear.rh │ │ ├── fxplane.cpp │ │ ├── fxplane.hpp │ │ ├── fxsprite.cpp │ │ ├── fxsprite.hpp │ │ ├── ide-vc │ │ │ ├── foxbear.dsp │ │ │ └── foxbear.dsw │ │ ├── ide-wc │ │ │ ├── foxbear.tgt │ │ │ └── foxbear.wpj │ │ ├── makefile │ │ ├── plane.hpp │ │ ├── readme.txt │ │ ├── sound.c │ │ ├── sound.h │ │ ├── sounds │ │ │ ├── funk2.dwm │ │ │ ├── funk2.mid │ │ │ ├── funk2fm.mid │ │ │ ├── gm.ibk │ │ │ ├── jump.dwd │ │ │ ├── miss.dwd │ │ │ ├── stop.dwd │ │ │ ├── strike.dwd │ │ │ ├── stunned.dwd │ │ │ └── throw.dwd │ │ └── winstk.h │ ├── gm │ │ ├── bounce.c │ │ ├── bounce.def │ │ ├── data │ │ │ ├── ball.bmp │ │ │ ├── mouse.bmp │ │ │ ├── quitd.bmp │ │ │ ├── quitu.bmp │ │ │ ├── stone.bmp │ │ │ └── water.bmp │ │ ├── demo.rc │ │ ├── gears.c │ │ ├── gears.def │ │ ├── gm.ico │ │ ├── gm.prj │ │ ├── ide-vc │ │ │ ├── bounce.dsp │ │ │ ├── gears.dsp │ │ │ ├── gmdemo.dsw │ │ │ └── sprite.dsp │ │ ├── ide-wc │ │ │ ├── mglgears.tgt │ │ │ └── mglgears.wpj │ │ ├── knight │ │ │ ├── knitss.bmp │ │ │ ├── knitwd1.bmp │ │ │ ├── knitwd2.bmp │ │ │ ├── knitwl1.bmp │ │ │ ├── knitwl2.bmp │ │ │ ├── knitwr1.bmp │ │ │ ├── knitwr2.bmp │ │ │ ├── knitwu1.bmp │ │ │ └── knitwu2.bmp │ │ ├── makefile │ │ ├── readme.txt │ │ ├── sprite.c │ │ └── sprite.def │ ├── hello │ │ ├── direct.c │ │ ├── hello.c │ │ └── makefile │ ├── makefile │ ├── mgldog │ │ ├── makefile │ │ ├── mgldog.c │ │ ├── mgldog.def │ │ ├── mgldog.ico │ │ ├── mgldog.rc │ │ ├── mgldog.rh │ │ └── readme.txt │ ├── multi │ │ ├── makefile │ │ └── multi.c │ ├── samples │ │ ├── alpha.c │ │ ├── alpha.def │ │ ├── arcs.c │ │ ├── arcs.def │ │ ├── bitblt.c │ │ ├── bitblt.def │ │ ├── blank.cur │ │ ├── blend.c │ │ ├── blend.def │ │ ├── bmpsect.c │ │ ├── clean.bat │ │ ├── clipbmp.c │ │ ├── cliprgn.c │ │ ├── cliprgn.def │ │ ├── copypage.c │ │ ├── copypage.def │ │ ├── ellipses.c │ │ ├── ellipses.def │ │ ├── ffill.c │ │ ├── flip.c │ │ ├── flip.def │ │ ├── ide-vc │ │ │ ├── alpha.dsp │ │ │ ├── bitblt.dsp │ │ │ ├── cliprgn.dsp │ │ │ ├── ellipses.dsp │ │ │ ├── lines.dsp │ │ │ ├── loadbmp.dsp │ │ │ ├── loadjpeg.dsp │ │ │ ├── loadpcx.dsp │ │ │ ├── loadpng.dsp │ │ │ ├── mgldemo.dsp │ │ │ ├── mglsamp.dsw │ │ │ ├── pageflip.dsp │ │ │ ├── palette.dsp │ │ │ ├── pixelfmt.dsp │ │ │ ├── polys.dsp │ │ │ ├── readme.txt │ │ │ ├── rects.dsp │ │ │ ├── regions.dsp │ │ │ ├── sprites.dsp │ │ │ ├── stretch.dsp │ │ │ ├── textdemo.dsp │ │ │ ├── truetype.dsp │ │ │ └── viewport.dsp │ │ ├── ide-wc │ │ │ ├── alpha.tgt │ │ │ ├── alpha.wpj │ │ │ ├── bitblt.tgt │ │ │ ├── bitblt.wpj │ │ │ ├── loadpng.tgt │ │ │ ├── loadpng.wpj │ │ │ ├── mgldemo.tgt │ │ │ ├── mglsamp.wpj │ │ │ ├── rects.tgt │ │ │ ├── rects.wpj │ │ │ ├── textdemo.tgt │ │ │ ├── textdemo.wpj │ │ │ ├── truetype.tgt │ │ │ └── truetype.wpj │ │ ├── lines.c │ │ ├── lines.def │ │ ├── loadbmp.c │ │ ├── loadbmp.def │ │ ├── loadjpeg.c │ │ ├── loadjpeg.def │ │ ├── loadpcx.c │ │ ├── loadpcx.def │ │ ├── loadpng.c │ │ ├── loadpng.def │ │ ├── makefile │ │ ├── mgldemo.c │ │ ├── mgldemo.def │ │ ├── mglsamp.c │ │ ├── mglsamp.ico │ │ ├── mglsamp.rc │ │ ├── mglsamp.rh │ │ ├── mouse.c │ │ ├── mouse.def │ │ ├── mousedb.c │ │ ├── mousedb.def │ │ ├── pageflip.c │ │ ├── pageflip.def │ │ ├── palette.c │ │ ├── palette.def │ │ ├── pattern.h │ │ ├── pixelfmt.c │ │ ├── pixelfmt.def │ │ ├── polys.c │ │ ├── polys.def │ │ ├── readme.txt │ │ ├── rects.c │ │ ├── rects.def │ │ ├── refresh.c │ │ ├── refresh.def │ │ ├── regions.c │ │ ├── regions.def │ │ ├── savepng.c │ │ ├── sprites.c │ │ ├── sprites.def │ │ ├── stretch.c │ │ ├── stretch.def │ │ ├── textdemo.c │ │ ├── textdemo.def │ │ ├── truetype.c │ │ ├── truetype.def │ │ ├── viewport.c │ │ └── viewport.def │ ├── second │ │ ├── makefile │ │ └── second.c │ ├── showbmp │ │ ├── makefile │ │ ├── readme.txt │ │ ├── showbmp.c │ │ ├── showbmp.def │ │ ├── showbmp.ico │ │ ├── showbmp.rc │ │ └── showbmp.rh │ ├── smacker │ │ ├── makefile │ │ ├── play.c │ │ ├── play.def │ │ ├── play.ico │ │ ├── play.prj │ │ ├── play.rc │ │ ├── play.rh │ │ └── readme.txt │ ├── stereo │ │ ├── makefile │ │ ├── mglsamp.c │ │ ├── mglsamp.ico │ │ ├── mglsamp.rc │ │ ├── mglsamp.rh │ │ ├── sterbmp.c │ │ ├── sterdemo.c │ │ ├── sterdemo.def │ │ ├── stereo.def │ │ ├── stertest.c │ │ └── stertest.def │ ├── wmgldog │ │ ├── ide-vc │ │ │ ├── wmgldog.dsp │ │ │ └── wmgldog.dsw │ │ ├── ide-wc │ │ │ ├── wmgldog.tgt │ │ │ └── wmgldog.wpj │ │ ├── makefile │ │ ├── mgldog.ico │ │ ├── readme.txt │ │ ├── wmgldog.c │ │ ├── wmgldog.def │ │ ├── wmgldog.ico │ │ ├── wmgldog.ide │ │ ├── wmgldog.rc │ │ └── wmgldog.rh │ ├── wshowbmp │ │ ├── ide-vc │ │ │ ├── wshowbmp.dsp │ │ │ └── wshowbmp.dsw │ │ ├── ide-wc │ │ │ ├── wshowbmp.tgt │ │ │ └── wshowbmp.wpj │ │ ├── makefile │ │ ├── readme.txt │ │ ├── wshowbmp.c │ │ ├── wshowbmp.def │ │ ├── wshowbmp.ico │ │ ├── wshowbmp.ide │ │ ├── wshowbmp.rc │ │ └── wshowbmp.rh │ └── xmgldog │ │ ├── makefile │ │ ├── mgldog.xpm │ │ ├── readme.txt │ │ └── xmgldog.c ├── mgldoom │ ├── ChangeLog │ ├── DOOMLIC.TXT │ ├── FILES │ ├── FILES2 │ ├── Makefile │ ├── README.asm │ ├── README.b │ ├── README.book │ ├── README.gl │ ├── README.sound │ ├── TODO │ ├── am_map.c │ ├── am_map.h │ ├── d_englsh.h │ ├── d_event.h │ ├── d_french.h │ ├── d_items.c │ ├── d_items.h │ ├── d_main.c │ ├── d_main.h │ ├── d_maind.c │ ├── d_net.c │ ├── d_net.h │ ├── d_player.h │ ├── d_textur.h │ ├── d_think.h │ ├── d_ticcmd.h │ ├── doomdata.h │ ├── doomdef.c │ ├── doomdef.h │ ├── doomstat.c │ ├── doomstat.h │ ├── doomtype.h │ ├── dstrings.c │ ├── dstrings.h │ ├── f_finale.c │ ├── f_finale.h │ ├── f_wipe.c │ ├── f_wipe.h │ ├── fpfunc.asm │ ├── g_game.c │ ├── g_game.h │ ├── hu_lib.c │ ├── hu_lib.h │ ├── hu_stuff.c │ ├── hu_stuff.h │ ├── i_dos.h │ ├── i_main.c │ ├── i_net.c │ ├── i_net.h │ ├── i_netd.c │ ├── i_netu.c │ ├── i_os2.h │ ├── i_sound.c │ ├── i_sound.h │ ├── i_soundd.c │ ├── i_sounds.c │ ├── i_system.c │ ├── i_system.h │ ├── i_video.c │ ├── i_video.h │ ├── info.c │ ├── info.h │ ├── m_argv.c │ ├── m_argv.h │ ├── m_bbox.c │ ├── m_bbox.h │ ├── m_cheat.c │ ├── m_cheat.h │ ├── m_fixed.c │ ├── m_fixed.h │ ├── m_menu.c │ ├── m_menu.h │ ├── m_misc.c │ ├── m_misc.h │ ├── m_random.c │ ├── m_random.h │ ├── m_swap.c │ ├── m_swap.h │ ├── p_ceilng.c │ ├── p_doors.c │ ├── p_enemy.c │ ├── p_floor.c │ ├── p_inter.c │ ├── p_inter.h │ ├── p_lights.c │ ├── p_local.h │ ├── p_map.c │ ├── p_maputl.c │ ├── p_mobj.c │ ├── p_mobj.h │ ├── p_plats.c │ ├── p_pspr.c │ ├── p_pspr.h │ ├── p_saveg.c │ ├── p_saveg.h │ ├── p_setup.c │ ├── p_setup.h │ ├── p_sight.c │ ├── p_spec.c │ ├── p_spec.h │ ├── p_switch.c │ ├── p_telept.c │ ├── p_tick.c │ ├── p_tick.h │ ├── p_user.c │ ├── r_bsp.c │ ├── r_bsp.h │ ├── r_data.c │ ├── r_data.h │ ├── r_defs.h │ ├── r_draw.c │ ├── r_draw.h │ ├── r_local.h │ ├── r_main.c │ ├── r_main.h │ ├── r_plane.c │ ├── r_plane.h │ ├── r_segs.c │ ├── r_segs.h │ ├── r_sky.c │ ├── r_sky.h │ ├── r_state.h │ ├── r_things.c │ ├── r_things.h │ ├── s_sound.c │ ├── s_sound.h │ ├── sounds.c │ ├── sounds.h │ ├── st_lib.c │ ├── st_lib.h │ ├── st_stuff.c │ ├── st_stuff.h │ ├── tables.c │ ├── tables.h │ ├── v_video.c │ ├── v_video.h │ ├── w_wad.c │ ├── w_wad.h │ ├── wi_stuff.c │ ├── wi_stuff.h │ ├── z_zone.c │ └── z_zone.h ├── opengl │ ├── atlantis │ │ ├── atlantis.c │ │ ├── atlantis.def │ │ ├── atlantis.h │ │ ├── atlantis.ico │ │ ├── atlantis.rc │ │ ├── dolphin.c │ │ ├── makefile │ │ ├── shark.c │ │ ├── swim.c │ │ └── whale.c │ ├── book │ │ ├── accanti.c │ │ ├── anti.c │ │ ├── bezmesh.c │ │ ├── checker.c │ │ ├── demo.ico │ │ ├── demo.rc │ │ ├── depthcue.c │ │ ├── dof.c │ │ ├── fog.c │ │ ├── fogindex.c │ │ ├── jitter.h │ │ ├── makefile │ │ ├── material.c │ │ ├── mipmap.c │ │ ├── nurbs.c │ │ ├── pickdp.c │ │ ├── plane.c │ │ ├── polys.c │ │ ├── scclight.c │ │ ├── scene.c │ │ ├── sceneba.c │ │ ├── scenef.c │ │ ├── stencil.c │ │ ├── stroke.c │ │ ├── surface.c │ │ ├── teaamb.c │ │ ├── teapots.c │ │ └── texture.c │ ├── common.mak │ ├── demos │ │ ├── def_logo.c │ │ ├── demo.ico │ │ ├── demo.rc │ │ ├── fractals.c │ │ ├── fractals.def │ │ ├── fviewer.c │ │ ├── fviewer.h │ │ ├── gears.c │ │ ├── gears.def │ │ ├── gears2.c │ │ ├── gears2.def │ │ ├── glbounce.c │ │ ├── glbounce.def │ │ ├── isosurf.c │ │ ├── isosurf.dat │ │ ├── isosurf.def │ │ ├── logo.def │ │ ├── makefile │ │ ├── mech.c │ │ ├── mech.def │ │ ├── morph2.c │ │ ├── morph2.def │ │ ├── morph3d.c │ │ ├── morph3d.def │ │ ├── moth.c │ │ ├── moth.def │ │ ├── ogl_logo.c │ │ ├── rings.c │ │ ├── rings.def │ │ ├── steam.c │ │ ├── steam.def │ │ ├── wave.c │ │ └── wave.def │ ├── ideas │ │ ├── a.c │ │ ├── b.c │ │ ├── d.c │ │ ├── d_holder.c │ │ ├── d_lamp.c │ │ ├── d_logo.c │ │ ├── d_logol.c │ │ ├── d_logos.c │ │ ├── e.c │ │ ├── f.c │ │ ├── h.c │ │ ├── i.c │ │ ├── ideas.def │ │ ├── ideas.ico │ │ ├── ideas.rc │ │ ├── m.c │ │ ├── makefile │ │ ├── n.c │ │ ├── o.c │ │ ├── objects.h │ │ ├── ogl_err │ │ ├── p.c │ │ ├── r.c │ │ ├── s.c │ │ ├── t.c │ │ ├── track.c │ │ └── w.c │ ├── makefile │ └── skyfly │ │ ├── clouds.bw │ │ ├── database.c │ │ ├── fly.c │ │ ├── glutmain.c │ │ ├── gm_main.c │ │ ├── image.c │ │ ├── makefile │ │ ├── perfdraw.c │ │ ├── random.c │ │ ├── skyfly.c │ │ ├── skyfly.def │ │ ├── skyfly.h │ │ ├── skyfly.ico │ │ ├── skyfly.rc │ │ ├── stereo.h │ │ ├── stereo.txt │ │ └── terrain.bw └── snap │ ├── agp │ └── agptest │ │ ├── agptest.c │ │ └── makefile │ ├── audio │ ├── aamp3 │ │ ├── bitstrm.c │ │ ├── decoder.c │ │ ├── huffman.c │ │ ├── hufftab.c │ │ ├── internal.h │ │ ├── maindec.c │ │ ├── makefile │ │ ├── mmain.c │ │ ├── mp3dec.h │ │ └── synthtab.c │ ├── aaplay │ │ ├── aaplay.h │ │ ├── main.c │ │ └── makefile │ ├── aareport │ │ ├── aareport.c │ │ └── makefile │ └── aatest │ │ ├── aatest.h │ │ ├── aawave.h │ │ ├── main.c │ │ ├── makefile │ │ ├── wav │ │ ├── 11-16-1.wav │ │ ├── 11-16-2.wav │ │ ├── 11-8-1.wav │ │ ├── 11-8-2.wav │ │ ├── 22-16-1.wav │ │ ├── 22-16-2.wav │ │ ├── 22-8-1.wav │ │ ├── 44-16-1.wav │ │ ├── 44-16-2.wav │ │ ├── 44-8-1.wav │ │ ├── 48-16-2.wav │ │ └── 96-24-2.wav │ │ └── wave.c │ ├── ddc │ ├── ddctest │ │ ├── ddctest.c │ │ └── makefile │ └── edidtest │ │ ├── edidfmt.cpp │ │ ├── edidfmt.h │ │ ├── edidtest.cpp │ │ └── makefile │ └── graphics │ ├── ddctest │ ├── ddctest.c │ └── makefile │ ├── dpvl │ ├── dpvltest.c │ └── makefile │ ├── edidtest │ ├── edidfmt.cpp │ ├── edidfmt.h │ ├── edidtest.cpp │ └── makefile │ ├── gadetect │ ├── gadetect.c │ └── makefile │ ├── gagamma │ ├── gagamma.c │ └── makefile │ ├── gamemclk │ ├── gamemclk.c │ └── makefile │ ├── gamode │ ├── gamode.c │ └── makefile │ ├── gamon │ ├── gamon.c │ └── makefile │ ├── gampeg │ ├── README.orig │ ├── README.snap │ ├── config.h │ ├── display.c │ ├── getbits.c │ ├── getblk.c │ ├── gethdr.c │ ├── getpic.c │ ├── getvlc.c │ ├── getvlc.h │ ├── global.h │ ├── idct.c │ ├── makefile │ ├── motion.c │ ├── mpeg2dec.c │ └── mpeg2dec.h │ ├── gaoption │ ├── gaoption.c │ ├── makefile │ ├── setcpu.c │ ├── setcrt.c │ ├── setlog.c │ └── setpanel.c │ ├── gaperf │ ├── _profile.asm │ ├── _profile.s_ppc │ ├── gaperf.c │ ├── makefile │ ├── profile.c │ ├── profile.h │ └── profmain.c │ ├── gareport │ ├── gareport.c │ └── makefile │ ├── gatest │ ├── bitmaps │ │ ├── vidtestu.bmp │ │ ├── vidtestv.bmp │ │ └── vidtesty.bmp │ ├── capture.c │ ├── center.c │ ├── cursors.c │ ├── ddccitst.c │ ├── ddctest.c │ ├── dpmstest.c │ ├── gabmp.c │ ├── gapf.c │ ├── gatest.h │ ├── main.c │ ├── makefile │ ├── opengl.c │ ├── opengl │ │ ├── bounce.c │ │ ├── gears.c │ │ ├── gears2.c │ │ ├── mech.c │ │ ├── moth.c │ │ └── steam.c │ ├── resource.h │ ├── tests.c │ ├── tv.c │ ├── txttest.c │ ├── util.c │ ├── video.c │ └── vidutil.c │ ├── gavideo │ ├── README.orig │ ├── README.snap │ ├── config.h │ ├── display.c │ ├── getbits.c │ ├── getblk.c │ ├── gethdr.c │ ├── getpic.c │ ├── getvlc.c │ ├── getvlc.h │ ├── global.h │ ├── idct.c │ ├── makefile │ ├── motion.c │ ├── mpeg2dec.c │ ├── mpeg2dec.h │ ├── recon.c │ └── spatscal.c │ ├── gtftest │ ├── gtftest.c │ └── makefile │ ├── hello │ ├── direct.c │ ├── hello.c │ └── makefile │ ├── linux │ ├── makefile │ └── textmode.c │ └── recmode │ ├── makefile │ └── recmode.c ├── fonts ├── aoefree │ ├── alphma__.ttf │ ├── amphp___.ttf │ ├── angia___.ttf │ ├── aoefree.txt │ ├── braia___.ttf │ ├── bullba__.ttf │ ├── buttba__.ttf │ ├── buttca__.ttf │ ├── c-tya___.ttf │ ├── chara___.ttf │ ├── chicsa__.ttf │ ├── cropba__.ttf │ ├── deadgrit.ttf │ ├── doggpa__.ttf │ ├── elecha__.ttf │ ├── elechac_.ttf │ ├── fishpoa_.ttf │ ├── fishpta_.ttf │ ├── futha___.ttf │ ├── futhai__.ttf │ ├── hauntaoe.ttf │ ├── killmca_.ttf │ ├── kinderfe.ttf │ ├── kittpa__.ttf │ ├── linufa__.ttf │ ├── lochen__.ttf │ ├── lovea___.ttf │ ├── ornam___.ttf │ ├── papama__.ttf │ ├── prick___.ttf │ ├── rippc___.ttf │ ├── rippcuc_.ttf │ ├── rockyaoe.ttf │ ├── schizm__.ttf │ ├── schra___.ttf │ ├── schrao__.ttf │ ├── scraa___.ttf │ ├── scraca__.ttf │ ├── scraka__.ttf │ ├── seawfa__.ttf │ ├── skina___.ttf │ ├── slurc___.ttf │ ├── spatc___.ttf │ ├── spikcg__.ttf │ ├── spikcs__.ttf │ ├── spikcsw_.ttf │ ├── tibeba__.ttf │ └── venta___.ttf ├── astrolog.fnt ├── char.fon ├── charb.fon ├── charbi.fon ├── chari.fon ├── cour.fon ├── courb.fon ├── courbi.fon ├── couri.fon ├── cyrillc.fnt ├── demo │ ├── helv11.fnt │ ├── helv13.fnt │ ├── helv15.fnt │ ├── helv17.fnt │ ├── helv22.fnt │ ├── helv29.fnt │ ├── helv29bi.fnt │ ├── helv38.fnt │ ├── mvglyph0.fnt │ ├── mvglyph1.fnt │ ├── mvglyph2.fnt │ ├── pc8x8.fnt │ ├── romanc.fnt │ ├── romancs.fnt │ ├── romand.fnt │ ├── romanp.fnt │ ├── romans.fnt │ └── romant.fnt ├── fix10x17.fnt ├── fix10x20.fnt ├── fix11x19.fnt ├── fix12x15.fnt ├── fix12x20.fnt ├── fix12x23.fnt ├── fix12x24.fnt ├── fix14x26.fnt ├── fix4x5.fnt ├── fix4x6.fnt ├── fix5x10.fnt ├── fix5x6.fnt ├── fix5x8.fnt ├── fix6x10.fnt ├── fix6x10b.fnt ├── fix6x12.fnt ├── fix6x12b.fnt ├── fix6x12i.fnt ├── fix6x13.fnt ├── fix6x16.fnt ├── fix6x6.fnt ├── fix6x8.fnt ├── fix6x9.fnt ├── fix7x10.fnt ├── fix7x12.fnt ├── fix7x13.fnt ├── fix7x13b.fnt ├── fix7x14.fnt ├── fix7x17.fnt ├── fix7x8.fnt ├── fix8x10.fnt ├── fix8x10b.fnt ├── fix8x12.fnt ├── fix8x12b.fnt ├── fix8x13.fnt ├── fix8x13b.fnt ├── fix8x14.fnt ├── fix8x14b.fnt ├── fix8x15.fnt ├── fix8x15b.fnt ├── fix8x16.fnt ├── fix8x16b.fnt ├── fix8x16i.fnt ├── fix8x19.fnt ├── fix8x8.fnt ├── fix8x8b.fnt ├── fix8x8i.fnt ├── fix9x15.fnt ├── fix9x15b.fnt ├── fix9x17.fnt ├── gotheng.fnt ├── gothger.fnt ├── gothita.fnt ├── greekc.fnt ├── greekcs.fnt ├── greeks.fnt ├── helv.fon ├── helv11.fnt ├── helv13.fnt ├── helv15.fnt ├── helv17.fnt ├── helv22.fnt ├── helv29.fnt ├── helv29bi.fnt ├── helv38.fnt ├── helvb.fon ├── helvbi.fon ├── helvi.fon ├── italicc.fnt ├── italiccs.fnt ├── italict.fnt ├── japanese.fnt ├── little.fnt ├── lucb.fon ├── lucbb.fon ├── lucbbi.fon ├── lucbi.fon ├── lucs.fon ├── lucsb.fon ├── lucsbi.fon ├── lucsi.fon ├── luct.fon ├── luctb.fon ├── mathbig.fnt ├── mathsmal.fnt ├── musical.fnt ├── mvglyph0.fnt ├── mvglyph1.fnt ├── mvglyph2.fnt ├── ncen.fon ├── ncenb.fon ├── ncenbi.fon ├── nceni.fon ├── pc6x14.fnt ├── pc6x8.fnt ├── pc8x14.fnt ├── pc8x14t.fnt ├── pc8x16.fnt ├── pc8x8.fnt ├── pc8x8t.fnt ├── romanc.fnt ├── romancs.fnt ├── romand.fnt ├── romanp.fnt ├── romans.fnt ├── romant.fnt ├── scriptc.fnt ├── scripts.fnt ├── symb.fon ├── tms.fon ├── tmsb.fon ├── tmsbi.fon ├── tmsi.fon ├── truetype │ ├── 1979rg__.ttf │ ├── 1stgrade.ttf │ ├── 39smooth.ttf │ ├── 7hours.ttf │ ├── aarco1.ttf │ ├── abbey_m1.ttf │ ├── abbey_m4.ttf │ ├── abbey_me.ttf │ ├── abctec04.ttf │ ├── ac.ttf │ ├── adlib.ttf │ ├── adlib_ex.ttf │ ├── adlib_th.ttf │ ├── adlib_wd.ttf │ ├── advert.ttf │ ├── african.ttf │ ├── agate_no.ttf │ ├── aircut3.ttf │ ├── aleia.ttf │ ├── alex_ant.ttf │ ├── alexandr.ttf │ ├── alfr_ho.ttf │ ├── alfredo_.ttf │ ├── alison__.ttf │ ├── allegro.ttf │ ├── allheart.ttf │ ├── alpine.ttf │ ├── ambrosia.ttf │ ├── ametz___.ttf │ ├── amtyp__n.ttf │ ├── angular.ttf │ ├── annifont.ttf │ ├── annstone.ttf │ ├── anson.ttf │ ├── ant883.ttf │ ├── antique_.ttf │ ├── antiquer.ttf │ ├── aquilla_.ttf │ ├── arabian_.ttf │ ├── architex.ttf │ ├── architic.ttf │ ├── architxb.ttf │ ├── architxi.ttf │ ├── architxt.ttf │ ├── archtura.ttf │ ├── arctic2.ttf │ ├── arenski.ttf │ ├── ariston1.ttf │ ├── arroy.ttf │ ├── asimov.ttf │ ├── atlainln.ttf │ ├── aubauer.ttf │ ├── aukoloss.ttf │ ├── aurora.ttf │ ├── author.ttf │ ├── avatar.ttf │ ├── avion.ttf │ ├── badfilms.ttf │ ├── balleten.ttf │ ├── balloon1.ttf │ ├── baltar01.ttf │ ├── basque_l.ttf │ ├── bear.ttf │ ├── beatsvil.ttf │ ├── bebl____.ttf │ ├── bebop.ttf │ ├── becker_m.ttf │ ├── bed870.ttf │ ├── benguia1.ttf │ ├── benjami1.ttf │ ├── benqu.ttf │ ├── benqu_b.ttf │ ├── berns.ttf │ ├── bert____.ttf │ ├── bisque.ttf │ ├── blackcha.ttf │ ├── blippo-h.ttf │ ├── bodidlyb.ttf │ ├── bolide.ttf │ ├── bonzai.ttf │ ├── bookjack.ttf │ ├── boomeran.ttf │ ├── boomi___.ttf │ ├── borzoire.ttf │ ├── bridge.ttf │ ├── brook.ttf │ ├── bucephtt.ttf │ ├── budangul.ttf │ ├── caligula.ttf │ ├── calligra.ttf │ ├── camberic.ttf │ ├── camelot_.ttf │ ├── canaith.ttf │ ├── caraway_.ttf │ ├── carleton.ttf │ ├── cascad__.ttf │ ├── casscond.ttf │ ├── chaucer.ttf │ ├── child.ttf │ ├── chltc_b.ttf │ ├── chm_____.ttf │ ├── chopinop.ttf │ ├── ciagoth.ttf │ ├── civitype.ttf │ ├── clarendo.ttf │ ├── clearfa2.ttf │ ├── cloister.ttf │ ├── cobb.ttf │ ├── coronet-.ttf │ ├── croisant.ttf │ ├── csd_chal.ttf │ ├── cuckoo.ttf │ ├── cuneifor.ttf │ ├── dali____.ttf │ ├── debussy.ttf │ ├── dicken.ttf │ ├── dingdong.ttf │ ├── dixon.ttf │ ├── domcasua.ttf │ ├── dorcla__.ttf │ ├── dow_____.ttf │ ├── drg.ttf │ ├── dubiel.ttf │ ├── eastside.ttf │ ├── eccentri.ttf │ ├── eckmann_.ttf │ ├── edition_.ttf │ ├── eklekti3.ttf │ ├── ekletic.ttf │ ├── elastic.ttf │ ├── eldbjtt.ttf │ ├── elzevier.ttf │ ├── english1.ttf │ ├── english_.ttf │ ├── englisht.ttf │ ├── engross.ttf │ ├── enp_____.ttf │ ├── erie_li1.ttf │ ├── erie_lig.ttf │ ├── eterna.ttf │ ├── ex1472.ttf │ ├── exlogo.ttf │ ├── featherl.ttf │ ├── fecm____.ttf │ ├── feltmari.ttf │ ├── feltmark.ttf │ ├── fettefra.ttf │ ├── finalnew.ttf │ ├── flange-l.ttf │ ├── fletcher.ttf │ ├── flora_bo.ttf │ ├── flora_no.ttf │ ├── florenc_.ttf │ ├── florence.ttf │ ├── foxtrot.ttf │ ├── frankenf.ttf │ ├── freehan1.ttf │ ├── freehand.ttf │ ├── freeport.ttf │ ├── froman.ttf │ ├── fundrunk.ttf │ ├── fusion.ttf │ ├── fusion_n.ttf │ ├── g_cut1.ttf │ ├── galleria.ttf │ ├── garton.ttf │ ├── ges_____.ttf │ ├── gismonda.ttf │ ├── gocmp___.ttf │ ├── gordon__.ttf │ ├── gustavus.ttf │ ├── hancock.ttf │ ├── handel.ttf │ ├── hangem.ttf │ ├── harri.ttf │ ├── hasty.ttf │ ├── hbo.ttf │ ├── helna.ttf │ ├── hobo_ho.ttf │ ├── hotshot.ttf │ ├── howard.ttf │ ├── iglesia_.ttf │ ├── igloocap.ttf │ ├── imperium.ttf │ ├── impress.ttf │ ├── informal.ttf │ ├── italian.ttf │ ├── japan.ttf │ ├── jazz.ttf │ ├── jester.ttf │ ├── jobber.ttf │ ├── junipr.ttf │ ├── kabel.ttf │ ├── kennon.ttf │ ├── klingon.ttf │ ├── lansbury.ttf │ ├── leftycas.ttf │ ├── lichtnr.ttf │ ├── light_bl.ttf │ ├── lightou.ttf │ ├── lithogrb.ttf │ ├── livingby.ttf │ ├── lucas.ttf │ ├── m.ttf │ ├── machum12.ttf │ ├── magde.ttf │ ├── mardigr1.ttf │ ├── mariage4.ttf │ ├── mazam.ttf │ ├── memo_.ttf │ ├── mengrav2.ttf │ ├── merlinn.ttf │ ├── metalord.ttf │ ├── mfigaro.ttf │ ├── mickey.ttf │ ├── microtie.ttf │ ├── minya.ttf │ ├── mira____.ttf │ ├── mlsgd.ttf │ ├── mrkflthn.ttf │ ├── mrkfltwd.ttf │ ├── mystic.ttf │ ├── n_e_b.ttf │ ├── n_e_b_b.ttf │ ├── nas966.ttf │ ├── neil____.ttf │ ├── neuvares.ttf │ ├── ninjp___.ttf │ ├── nitemare.ttf │ ├── no.ttf │ ├── nocontro.ttf │ ├── nuancei.ttf │ ├── oregndr.ttf │ ├── oregnwe.ttf │ ├── oxfrd.ttf │ ├── paganini.ttf │ ├── pares.ttf │ ├── pares_o.ttf │ ├── pcrypt.ttf │ ├── pepl_exp.ttf │ ├── pepl_o.ttf │ ├── peplum.ttf │ ├── phaedri_.ttf │ ├── phoenix_.ttf │ ├── pompeii.ttf │ ├── postanti.ttf │ ├── premi.ttf │ ├── presents.ttf │ ├── prsent.ttf │ ├── quill_s.ttf │ ├── rabear.ttf │ ├── rechtman.ttf │ ├── redfont.ttf │ ├── reed.ttf │ ├── ren&stim.ttf │ ├── revival_.ttf │ ├── rhyol___.ttf │ ├── richardm.ttf │ ├── roissy.ttf │ ├── roundinf.ttf │ ├── rsgraphi.ttf │ ├── rsjacks.ttf │ ├── sacc_o.ttf │ ├── saccule.ttf │ ├── sadh_o.ttf │ ├── sadhu.ttf │ ├── saff_too.ttf │ ├── sanlite.ttf │ ├── sketch.ttf │ ├── slogan_n.ttf │ ├── squire.ttf │ ├── steelwlf.ttf │ ├── stonehen.ttf │ ├── stymiel1.ttf │ ├── styrofoa.ttf │ ├── terminat.ttf │ ├── tgscript.ttf │ ├── thomas.ttf │ ├── toonzscr.ttf │ ├── tt0626m_.ttf │ ├── tt0727m_.ttf │ ├── unicorn.ttf │ ├── upwest.ttf │ ├── vietfont.ttf │ ├── vikingn.ttf │ ├── vireofn.ttf │ ├── vivala.ttf │ ├── vogue_no.ttf │ ├── walrod__.ttf │ ├── westend.ttf │ ├── wildwst.ttf │ ├── wilhlmk.ttf │ └── zirkle.ttf └── win2x │ └── verdana.ttf ├── icons ├── conf256.ico ├── confirm.ico ├── err256.ico ├── error.ico ├── heap.ico ├── heap256.ico ├── inf256.ico ├── inform.ico ├── msdos1.ico ├── skull.ico ├── warn256.ico └── warning.ico ├── include ├── amd64macros.i ├── center.h ├── clib │ ├── _comdef.h │ ├── assert.h │ ├── attrib.h │ ├── complex.h │ ├── ctype.h │ ├── elf.h │ ├── elfloadr.h │ ├── errno.h │ ├── except.h │ ├── exceptio.h │ ├── exstring.h │ ├── fcntl.h │ ├── float.h │ ├── fstream.h │ ├── generic.h │ ├── iomanip.h │ ├── iostream.h │ ├── limits.h │ ├── locale.h │ ├── malloc.h │ ├── math.h │ ├── modloadr.h │ ├── new.h │ ├── os │ │ ├── imports.h │ │ ├── init.h │ │ └── os.h │ ├── pe.h │ ├── peloader.h │ ├── search.h │ ├── setjmp.h │ ├── share.h │ ├── signal.h │ ├── stdarg.h │ ├── stddef.h │ ├── stdexcep.h │ ├── stdio.h │ ├── stdiobuf.h │ ├── stdlib.h │ ├── streambu.h │ ├── string.h │ ├── string.hpp │ ├── strstrea.h │ ├── sys │ │ ├── cdecl.h │ │ ├── stat.h │ │ └── types.h │ ├── time.h │ ├── typeinfo.h │ ├── unistd.h │ ├── wcdefs.h │ ├── wcexcept.h │ ├── wchash.h │ ├── wchbase.h │ ├── wchiter.h │ ├── wclbase.h │ ├── wclcom.h │ ├── wclibase.h │ ├── wclist.h │ ├── wclistit.h │ ├── wcqueue.h │ ├── wcsbase.h │ ├── wcsibase.h │ ├── wcskip.h │ ├── wcskipit.h │ ├── wcstack.h │ ├── wcvbase.h │ └── wcvector.h ├── cmdline.h ├── console.h ├── cpuinfo.h ├── ddstereo.h ├── ddstereo8.h ├── debug.h ├── event.h ├── freetype.h ├── fterrid.h ├── ftnameid.h ├── ftxcmap.h ├── ftxerr18.h ├── ftxgasp.h ├── ftxgdef.h ├── ftxgpos.h ├── ftxgsub.h ├── ftxkern.h ├── ftxopen.h ├── ftxopenf.h ├── ftxpost.h ├── ftxsbit.h ├── ftxwidth.h ├── fx │ ├── color.h │ ├── fixed.h │ ├── float.h │ ├── fudge.h │ ├── real.h │ ├── vec2d.h │ ├── vec3d.h │ ├── vec4d.h │ ├── xform2d.h │ └── xform3d.h ├── gconsole.h ├── gluos.h ├── gm │ ├── dlist.hpp │ ├── gm.h │ ├── gmdlg.rc │ ├── gmdlg.rh │ ├── sprbmp.hpp │ ├── sprite.h │ └── sprmgr.hpp ├── jconfig.h ├── jerror.h ├── jmorecfg.h ├── jpegint.h ├── jpeglib.h ├── mgl │ ├── license.h │ ├── list.h │ ├── mgl40.h │ ├── mglbld.h │ └── mglver.h ├── mgl_int.h ├── mgldib.h ├── mgldos.h ├── mglos2.h ├── mglpoint.hpp ├── mglqnx.h ├── mglrect.hpp ├── mglrtt.h ├── mglsamp.h ├── mglsmx.h ├── mglunix.h ├── mglwin.h ├── mglx.h ├── mgraph.h ├── mgraph.hpp ├── mipsmacros.i ├── model.mac ├── mtrr.h ├── mvis │ ├── mbackgnd.hpp │ ├── mbitbtn.hpp │ ├── mbutton.hpp │ ├── mcheckbx.hpp │ ├── mdesktop.hpp │ ├── mdialog.hpp │ ├── mevent.hpp │ ├── mfiledlg.hpp │ ├── mfontmgr.hpp │ ├── mframe.hpp │ ├── mgroup.hpp │ ├── minputl.hpp │ ├── mkeys.hpp │ ├── mlist.hpp │ ├── mmenu.hpp │ ├── mmenubar.hpp │ ├── mmltext.hpp │ ├── mmodesel.hpp │ ├── mpoint.hpp │ ├── mprogram.hpp │ ├── mradio.hpp │ ├── mrect.hpp │ ├── mrendera.hpp │ ├── mscrollb.hpp │ ├── msgbox.hpp │ ├── mstatic.hpp │ ├── msttext.hpp │ ├── mtbbtn.hpp │ ├── mtitleb.hpp │ ├── mview.hpp │ ├── mvision.hpp │ └── mwindow.hpp ├── ntdriver.h ├── packinst │ ├── acestruc.h │ ├── attribs.h │ ├── declare.h │ ├── globals.h │ ├── os.h │ ├── portable.h │ ├── uac_comm.h │ ├── uac_crc.h │ ├── uac_crt.h │ ├── uac_dcpr.h │ ├── uac_sys.h │ └── unace.h ├── pcilib.h ├── pm │ ├── d3d.h │ ├── d3dcaps.h │ ├── d3dtypes.h │ ├── dciddi.h │ ├── ddkernel.h │ ├── ddraw.h │ ├── ddrawi.h │ ├── dmemmgr.h │ └── dvp.h ├── pm_help.h ├── pm_wctl.h ├── pmapi.h ├── pmimp.h ├── pmint.h ├── png.h ├── pngconf.h ├── ppcmacros.i ├── qmodel │ ├── bndbox.hpp │ ├── cube.hpp │ ├── flatpoly.hpp │ ├── group.hpp │ ├── material.hpp │ ├── matreg.hpp │ ├── object.hpp │ ├── offobjec.hpp │ ├── polygon.hpp │ ├── polyhedr.hpp │ ├── primitiv.hpp │ ├── smthpoly.hpp │ └── xform.hpp ├── qnx │ ├── _pack1.h │ ├── _packpop.h │ └── vbios.h ├── scitech.h ├── scitech.mac ├── simx.h ├── smx │ └── ps2mouse.h ├── snap │ ├── agp.h │ ├── audio.h │ ├── audio │ │ ├── os2 │ │ │ ├── build.h │ │ │ └── ver.h │ │ ├── snapbld.h │ │ ├── snapver.c │ │ ├── snapver.h │ │ ├── snapver.ver │ │ └── win9x │ │ │ ├── build.h │ │ │ └── ver.h │ ├── common.h │ ├── copyrigh.h │ ├── ddc.h │ ├── ddclib.h │ ├── gasdk.h │ ├── gl3d.h │ ├── graphics.h │ ├── graphics │ │ ├── beos │ │ │ ├── build.h │ │ │ └── ver.h │ │ ├── gabmp.h │ │ ├── gapf.h │ │ ├── linux │ │ │ ├── build.h │ │ │ └── ver.h │ │ ├── os2 │ │ │ ├── build.h │ │ │ └── ver.h │ │ ├── qnx │ │ │ ├── build.h │ │ │ └── ver.h │ │ ├── snapbld.h │ │ ├── snapver.c │ │ ├── snapver.h │ │ ├── snapver.ver │ │ └── win9x │ │ │ ├── build.h │ │ │ └── ver.h │ ├── hdabus.h │ ├── monitor.h │ ├── ref2d.h │ └── stereo.h ├── snapgl │ └── GL │ │ ├── gl.h │ │ ├── gl_clean.h │ │ ├── gl_macros.h │ │ ├── gl_mesa.h │ │ ├── gl_stub.h │ │ ├── glext.h │ │ ├── glswitch.h │ │ ├── glu.h │ │ ├── glu_sgi.h │ │ ├── glu_stub.h │ │ ├── glut.h │ │ ├── glutdlg.rc │ │ ├── glutdlg.rh │ │ ├── glutf90.h │ │ ├── glutw32.h │ │ ├── internal │ │ └── glcore.h │ │ └── wgl_stub.h ├── tasm.mac ├── tcl │ ├── array.hpp │ ├── bintree.hpp │ ├── bitset.hpp │ ├── cstack.hpp │ ├── deque.hpp │ ├── dlist.hpp │ ├── error.hpp │ ├── hashtab.hpp │ ├── list.hpp │ ├── memmgr.hpp │ ├── queue.hpp │ ├── safetyp.hpp │ ├── stack.hpp │ ├── str.hpp │ └── techlib.hpp ├── tiff.h ├── tiffio.h ├── unzip │ ├── crypt.h │ ├── ioapi.h │ └── unzip.h ├── unzipsfx.h ├── vesavbe.h ├── vxdcall.mac ├── vxdfile.h ├── x86emu │ ├── fpu_regs.h │ ├── regs.h │ ├── types.h │ └── x86emu.h ├── xpm.h ├── zconf.h ├── zlib.h ├── ztimer.h └── ztimerc.h ├── lib ├── debug │ ├── cedrv │ │ ├── evc3 │ │ │ └── readme.txt │ │ ├── evc4 │ │ │ └── readme.txt │ │ └── evc5 │ │ │ └── readme.txt │ ├── dos16 │ │ └── bc5 │ │ │ └── readme.txt │ ├── dos32 │ │ ├── bc4 │ │ │ ├── DPMI32 │ │ │ │ └── readme.txt │ │ │ ├── TNT │ │ │ │ └── readme.txt │ │ │ └── readme.txt │ │ ├── bc5 │ │ │ ├── dpmi32 │ │ │ │ └── readme.txt │ │ │ ├── readme.txt │ │ │ └── tnt │ │ │ │ └── readme.txt │ │ ├── dj2 │ │ │ └── readme.txt │ │ ├── ow10 │ │ │ ├── dos4gw │ │ │ │ └── readme.txt │ │ │ └── readme.txt │ │ ├── sc7 │ │ │ └── readme.txt │ │ ├── vc4 │ │ │ ├── readme.txt │ │ │ └── tnt │ │ │ │ └── readme.txt │ │ ├── vc5 │ │ │ ├── readme.txt │ │ │ └── tnt │ │ │ │ └── readme.txt │ │ ├── vc6 │ │ │ ├── readme.txt │ │ │ └── tnt │ │ │ │ └── readme.txt │ │ ├── wc10 │ │ │ ├── DOS4GW │ │ │ │ └── readme.txt │ │ │ ├── TNT │ │ │ │ └── readme.txt │ │ │ └── readme.txt │ │ ├── wc10a │ │ │ ├── dos4gw │ │ │ │ └── readme.txt │ │ │ ├── readme.txt │ │ │ └── tnt │ │ │ │ └── readme.txt │ │ └── wc11 │ │ │ ├── DOS4GW │ │ │ └── readme.txt │ │ │ ├── TNT │ │ │ └── readme.txt │ │ │ └── readme.txt │ ├── drv │ │ └── ow10 │ │ │ └── readme.txt │ ├── linux │ │ ├── gcc │ │ │ ├── alpha │ │ │ │ ├── a │ │ │ │ │ └── readme.txt │ │ │ │ └── so │ │ │ │ │ └── readme.txt │ │ │ ├── mips-le │ │ │ │ ├── a │ │ │ │ │ └── readme.txt │ │ │ │ └── so │ │ │ │ │ └── readme.txt │ │ │ ├── ppc-be │ │ │ │ ├── a │ │ │ │ │ └── readme.txt │ │ │ │ └── so │ │ │ │ │ └── readme.txt │ │ │ ├── x86-64 │ │ │ │ ├── a │ │ │ │ │ └── readme.txt │ │ │ │ └── so │ │ │ │ │ └── readme.txt │ │ │ └── x86 │ │ │ │ ├── a │ │ │ │ └── readme.txt │ │ │ │ └── so │ │ │ │ └── readme.txt │ │ └── ow10 │ │ │ ├── alpha │ │ │ └── readme.txt │ │ │ ├── ppc-be │ │ │ └── readme.txt │ │ │ ├── x86-64 │ │ │ └── readme.txt │ │ │ └── x86 │ │ │ └── readme.txt │ ├── ntdrv │ │ ├── vc4 │ │ │ └── readme.txt │ │ ├── vc5 │ │ │ └── readme.txt │ │ └── vc6 │ │ │ └── readme.txt │ ├── os232 │ │ ├── emx │ │ │ └── readme.txt │ │ ├── ow10 │ │ │ └── readme.txt │ │ ├── va3 │ │ │ └── readme.txt │ │ ├── va36 │ │ │ └── readme.txt │ │ ├── va4 │ │ │ └── readme.txt │ │ ├── wc10 │ │ │ └── readme.txt │ │ └── wc11 │ │ │ └── readme.txt │ ├── qnx4 │ │ ├── readme.txt │ │ ├── wc10 │ │ │ ├── readme.txt │ │ │ ├── vbios.lib │ │ │ └── vbstubs.lib │ │ └── wc11 │ │ │ ├── readme.txt │ │ │ ├── vbios.lib │ │ │ └── vbstubs.lib │ ├── qnxnto │ │ ├── gcc │ │ │ └── x86 │ │ │ │ ├── a │ │ │ │ └── readme.txt │ │ │ │ └── so │ │ │ │ └── readme.txt │ │ └── readme.txt │ ├── rtt32 │ │ ├── bc5 │ │ │ └── readme.txt │ │ ├── bcb5 │ │ │ └── readme.txt │ │ ├── ow10 │ │ │ └── readme.txt │ │ ├── vc5 │ │ │ └── readme.txt │ │ └── vc6 │ │ │ └── readme.txt │ ├── smx32 │ │ └── bc5 │ │ │ └── readme.txt │ ├── snap │ │ └── ow10 │ │ │ └── readme.txt │ ├── uuu │ │ └── gcc │ │ │ └── x86 │ │ │ └── a │ │ │ └── readme.txt │ ├── vxd │ │ ├── bc4 │ │ │ └── readme.txt │ │ └── bc5 │ │ │ └── readme.txt │ ├── w2kdrv │ │ ├── vc4 │ │ │ └── readme.txt │ │ ├── vc5 │ │ │ └── readme.txt │ │ └── vc6 │ │ │ └── readme.txt │ ├── win16 │ │ └── bc5 │ │ │ └── readme.txt │ └── win32 │ │ ├── bc4 │ │ └── readme.txt │ │ ├── bc5 │ │ └── readme.txt │ │ ├── bcb5 │ │ └── readme.txt │ │ ├── gcc2 │ │ └── readme.txt │ │ ├── gcc3 │ │ └── readme.txt │ │ ├── ow10 │ │ └── readme.txt │ │ ├── sc7 │ │ └── readme.txt │ │ ├── va3 │ │ └── readme.txt │ │ ├── va4 │ │ └── readme.txt │ │ ├── vc4 │ │ └── readme.txt │ │ ├── vc5 │ │ └── readme.txt │ │ ├── vc6 │ │ └── readme.txt │ │ ├── vc7 │ │ └── readme.txt │ │ ├── wc10 │ │ └── readme.txt │ │ └── wc11 │ │ └── readme.txt └── release │ ├── beos │ └── gcc │ │ └── readme.txt │ ├── cedrv │ ├── evc3 │ │ └── readme.txt │ ├── evc4 │ │ └── readme.txt │ └── evc5 │ │ └── readme.txt │ ├── dos16 │ └── bc5 │ │ └── readme.txt │ ├── dos32 │ ├── bc4 │ │ ├── DPMI32 │ │ │ └── readme.txt │ │ ├── TNT │ │ │ └── readme.txt │ │ └── readme.txt │ ├── bc5 │ │ ├── dpmi32 │ │ │ └── readme.txt │ │ ├── readme.txt │ │ └── tnt │ │ │ └── readme.txt │ ├── dj2 │ │ └── readme.txt │ ├── ow10 │ │ ├── dos4gw │ │ │ └── readme.txt │ │ └── readme.txt │ ├── sc7 │ │ └── readme.txt │ ├── vc4 │ │ ├── readme.txt │ │ └── tnt │ │ │ └── readme.txt │ ├── vc5 │ │ ├── readme.txt │ │ └── tnt │ │ │ └── readme.txt │ ├── vc6 │ │ ├── readme.txt │ │ └── tnt │ │ │ └── readme.txt │ ├── wc10 │ │ ├── DOS4GW │ │ │ └── readme.txt │ │ ├── TNT │ │ │ └── readme.txt │ │ └── readme.txt │ ├── wc10a │ │ ├── dos4gw │ │ │ └── readme.txt │ │ ├── readme.txt │ │ └── tnt │ │ │ └── readme.txt │ └── wc11 │ │ ├── DOS4GW │ │ └── readme.txt │ │ ├── TNT │ │ └── readme.txt │ │ └── readme.txt │ ├── drv │ └── ow10 │ │ └── readme.txt │ ├── freebsd │ └── gcc │ │ └── readme.txt │ ├── linux │ ├── gcc │ │ ├── alpha │ │ │ ├── a │ │ │ │ └── readme.txt │ │ │ └── so │ │ │ │ └── readme.txt │ │ ├── mips-le │ │ │ ├── a │ │ │ │ └── readme.txt │ │ │ └── so │ │ │ │ └── readme.txt │ │ ├── ppc-be │ │ │ ├── a │ │ │ │ └── readme.txt │ │ │ └── so │ │ │ │ └── readme.txt │ │ ├── x86-64 │ │ │ ├── a │ │ │ │ └── readme.txt │ │ │ └── so │ │ │ │ └── readme.txt │ │ └── x86 │ │ │ ├── a │ │ │ └── readme.txt │ │ │ └── so │ │ │ └── readme.txt │ └── ow10 │ │ ├── alpha │ │ └── readme.txt │ │ ├── ppc-be │ │ └── readme.txt │ │ ├── x86-64 │ │ └── readme.txt │ │ └── x86 │ │ └── readme.txt │ ├── ntdrv │ ├── vc4 │ │ └── readme.txt │ ├── vc5 │ │ └── readme.txt │ └── vc6 │ │ └── readme.txt │ ├── os232 │ ├── emx │ │ └── readme.txt │ ├── ow10 │ │ └── readme.txt │ ├── va3 │ │ └── readme.txt │ ├── va36 │ │ └── readme.txt │ ├── va4 │ │ └── readme.txt │ ├── wc10 │ │ └── readme.txt │ └── wc11 │ │ └── readme.txt │ ├── qnx4 │ ├── readme.txt │ ├── wc10 │ │ ├── readme.txt │ │ ├── vbios.lib │ │ └── vbstubs.lib │ └── wc11 │ │ └── readme.txt │ ├── qnxnto │ ├── gcc │ │ └── x86 │ │ │ ├── a │ │ │ └── readme.txt │ │ │ └── so │ │ │ └── readme.txt │ └── readme.txt │ ├── rtt32 │ ├── bc5 │ │ └── readme.txt │ ├── bcb5 │ │ └── readme.txt │ ├── ow10 │ │ └── readme.txt │ ├── vc5 │ │ └── readme.txt │ └── vc6 │ │ └── readme.txt │ ├── smx32 │ └── bc5 │ │ └── readme.txt │ ├── snap │ └── ow10 │ │ └── readme.txt │ ├── uuu │ └── gcc │ │ └── x86 │ │ └── a │ │ └── readme.txt │ ├── vxd │ ├── bc4 │ │ └── readme.txt │ └── bc5 │ │ └── readme.txt │ ├── w2kdrv │ ├── vc4 │ │ └── readme.txt │ ├── vc5 │ │ └── readme.txt │ └── vc6 │ │ └── readme.txt │ ├── win16 │ └── bc5 │ │ └── readme.txt │ └── win32 │ ├── bc4 │ └── readme.txt │ ├── bc5 │ └── readme.txt │ ├── bcb5 │ └── readme.txt │ ├── gcc2 │ └── readme.txt │ ├── gcc3 │ └── readme.txt │ ├── ow10 │ └── readme.txt │ ├── sc7 │ └── readme.txt │ ├── va3 │ └── readme.txt │ ├── va4 │ └── readme.txt │ ├── vc4 │ └── readme.txt │ ├── vc5 │ └── readme.txt │ ├── vc6 │ └── readme.txt │ ├── vc7 │ └── readme.txt │ ├── wc10 │ └── readme.txt │ └── wc11 │ └── readme.txt ├── makedefs ├── bc32.mk ├── cl16.mk ├── cl386.mk ├── common.mk ├── emx.mk ├── gcc_beos.mk ├── gcc_dos.mk ├── gcc_freebsd.mk ├── gcc_linux.mk ├── gcc_uuu.mk ├── gcc_win32.mk ├── qnx4.mk ├── qnxnto.mk ├── rules │ ├── bc32.mk │ ├── cl16.mk │ ├── cl386.mk │ ├── dj32.mk │ ├── emx.mk │ ├── gcc_beos.mk │ ├── gcc_freebsd.mk │ ├── gcc_linux.mk │ ├── gcc_uuu.mk │ ├── gcc_win32.mk │ ├── qnx4.mk │ ├── qnxnto.mk │ ├── sc32.mk │ ├── va32.mk │ ├── va365.mk │ ├── vc16.mk │ ├── vc32.mk │ ├── wc16.mk │ └── wc32.mk ├── sc32.mk ├── startup.mk ├── va32.mk ├── va365.mk ├── vc16.mk ├── vc32.mk ├── wc16.mk └── wc32.mk ├── readme-sdk.txt ├── readme-util.txt ├── readme.txt ├── redist ├── debug │ └── readme.txt └── release │ ├── pmhelp.vxd │ └── readme.txt ├── src ├── bldinc │ ├── bldinc.c │ └── makefile ├── common │ ├── _aa_imp.asm │ ├── _ga_imp.asm │ ├── _ga_imp.s_amd64 │ ├── _ga_imp.s_mips │ ├── _ga_imp.s_ppc │ ├── _gatimer.asm │ ├── _gatimer.s_ppc │ ├── _peloadr.asm │ ├── _pm_imp.asm │ ├── _pm_imp.s_amd64 │ ├── _pm_imp.s_mips │ ├── _pm_imp.s_ppc │ ├── aados.c │ ├── aalib.c │ ├── agplib.c │ ├── bpdtest │ │ ├── ldrtest.c │ │ ├── makefile │ │ ├── testbpd.c │ │ └── tests.c │ ├── center.c │ ├── cmdline.c │ ├── ddclib.c │ ├── dllstart.asm │ ├── elfldr64.c │ ├── elfloadr.c │ ├── gabeos.c │ ├── gacedrv.c │ ├── gados.c │ ├── galib.c │ ├── galinux.c │ ├── gantdrv.c │ ├── gaoption.c │ ├── gaos2.c │ ├── gaqnx.c │ ├── gartt.c │ ├── gasmx.c │ ├── gatimer.c │ ├── gauuu.c │ ├── gavxd.c │ ├── gawin32.c │ ├── initseg.c │ ├── libcimp.c │ ├── peloader.c │ └── vesavbe.c ├── console │ ├── console.c │ ├── makefile │ ├── test.c │ └── vgadata.c ├── done ├── fixed │ ├── fixed.c │ ├── fixedtst.cpp │ ├── fllog.asm │ ├── float.c │ ├── flsqrt.asm │ ├── fltrig.asm │ ├── fltst.cpp │ ├── fxatrig.asm │ ├── fxlog.asm │ ├── fxmacs.mac │ ├── fxmap2d.asm │ ├── fxmap3d.asm │ ├── fxmat2d.asm │ ├── fxmat3d.asm │ ├── fxmisc.asm │ ├── fxpow.asm │ ├── fxsqrt.asm │ ├── fxtrig.asm │ ├── fxzdiv.asm │ ├── gentable.c │ ├── makefile │ ├── mattst.cpp │ ├── notes │ ├── print.cpp │ ├── tables.c │ ├── vec3d.c │ ├── vectst.cpp │ ├── xform2d.c │ └── xform3d.c ├── freetype │ ├── PATENTS │ ├── _tt_exp.asm │ ├── _tt_exp.def │ ├── _tt_exp.s_amd64 │ ├── _tt_exp.s_ppc │ ├── common.h │ ├── extend │ │ ├── ftxcmap.c │ │ ├── ftxerr18.c │ │ ├── ftxgasp.c │ │ ├── ftxgdef.c │ │ ├── ftxgpos.c │ │ ├── ftxgsub.c │ │ ├── ftxkern.c │ │ ├── ftxopen.c │ │ ├── ftxpost.c │ │ ├── ftxsbit.c │ │ ├── ftxwidth.c │ │ └── readme.1st │ ├── fcommon.c │ ├── ft_conf.h │ ├── ftdump.c │ ├── header.h │ ├── license.txt │ ├── makefile │ ├── ttapi.c │ ├── ttcache.c │ ├── ttcache.h │ ├── ttcalc.c │ ├── ttcalc.h │ ├── ttcmap.c │ ├── ttcmap.h │ ├── ttconfig.h │ ├── ttdebug.c │ ├── ttdebug.h │ ├── ttengine.h │ ├── ttextend.c │ ├── ttextend.h │ ├── ttfile.c │ ├── ttfile.h │ ├── ttgload.c │ ├── ttgload.h │ ├── ttinit.c │ ├── ttinterp.c │ ├── ttinterp.h │ ├── ttlib.c │ ├── ttload.c │ ├── ttload.h │ ├── ttmemory.c │ ├── ttmemory.h │ ├── ttmutex.c │ ├── ttmutex.h │ ├── ttobjs.c │ ├── ttobjs.h │ ├── ttraster.c │ ├── ttraster.h │ ├── tttables.h │ ├── tttags.h │ └── tttypes.h ├── gconsole │ ├── gconsole.c │ └── makefile ├── glswitch │ ├── _glstub.asm │ ├── _glustub.asm │ ├── _wglstub.asm │ ├── glswitch.c │ └── makefile ├── glut │ ├── g_8x13.fnt │ ├── g_9x15.cpp │ ├── g_bitmap.cpp │ ├── g_bwidth.cpp │ ├── g_cindex.cpp │ ├── g_cursor.cpp │ ├── g_dials.cpp │ ├── g_event.cpp │ ├── g_ext.cpp │ ├── g_fullsc.cpp │ ├── g_get.cpp │ ├── g_hel10.cpp │ ├── g_hel12.cpp │ ├── g_hel18.cpp │ ├── g_init.cpp │ ├── g_input.cpp │ ├── g_menu.cpp │ ├── g_modifr.cpp │ ├── g_mroman.cpp │ ├── g_overly.cpp │ ├── g_roman.cpp │ ├── g_shapes.cpp │ ├── g_space.cpp │ ├── g_stroke.cpp │ ├── g_swidth.cpp │ ├── g_tablet.cpp │ ├── g_teapot.cpp │ ├── g_tr10.cpp │ ├── g_tr24.cpp │ ├── g_util.cpp │ ├── g_win.cpp │ ├── gbitmap.h │ ├── glut.txt │ ├── glutint.h │ ├── gstroke.h │ ├── makefile │ ├── mglglut.ref │ └── winmain.c ├── glutw32 │ ├── capturexfont.c │ ├── glut32.ref │ ├── glut_8x13.c │ ├── glut_9x15.c │ ├── glut_bitmap.c │ ├── glut_bwidth.c │ ├── glut_cindex.c │ ├── glut_cmap.c │ ├── glut_cursor.c │ ├── glut_dials.c │ ├── glut_dstr.c │ ├── glut_event.c │ ├── glut_ext.c │ ├── glut_fbc.c │ ├── glut_fullscrn.c │ ├── glut_gamemode.c │ ├── glut_get.c │ ├── glut_glxext.c │ ├── glut_hel10.c │ ├── glut_hel12.c │ ├── glut_hel18.c │ ├── glut_init.c │ ├── glut_input.c │ ├── glut_joy.c │ ├── glut_key.c │ ├── glut_keyctrl.c │ ├── glut_keyup.c │ ├── glut_menu.c │ ├── glut_menu2.c │ ├── glut_mesa.c │ ├── glut_modifier.c │ ├── glut_mroman.c │ ├── glut_overlay.c │ ├── glut_roman.c │ ├── glut_shapes.c │ ├── glut_space.c │ ├── glut_stroke.c │ ├── glut_swap.c │ ├── glut_swidth.c │ ├── glut_tablet.c │ ├── glut_teapot.c │ ├── glut_tr10.c │ ├── glut_tr24.c │ ├── glut_util.c │ ├── glut_vidresize.c │ ├── glut_warp.c │ ├── glut_win.c │ ├── glut_winmisc.c │ ├── glutbitmap.h │ ├── glutint.h │ ├── glutstroke.h │ ├── glutwin32.h │ ├── layerutil.c │ ├── layerutil.h │ ├── makefile │ ├── stroke.h │ ├── win32_glx.c │ ├── win32_glx.h │ ├── win32_menu.c │ ├── win32_util.c │ ├── win32_winproc.c │ ├── win32_x11.c │ └── win32_x11.h ├── gm │ ├── dlist.cpp │ ├── gm.c │ ├── gm.ico │ ├── makefile │ ├── mglgm.rc │ ├── mglgm.ref │ ├── mglgm.vcd │ ├── sprbmp.cpp │ ├── sprite.cpp │ └── sprmgr.cpp ├── hdabus │ ├── _hda_imp.asm │ ├── hdabus.c │ └── makefile ├── infozip │ ├── unzip │ │ ├── api.c │ │ ├── apihelp.c │ │ ├── consts.h │ │ ├── crc32.c │ │ ├── crc_i386.asm │ │ ├── crctab.c │ │ ├── crypt.c │ │ ├── crypt.h │ │ ├── ebcdic.h │ │ ├── envargs.c │ │ ├── explode.c │ │ ├── extract.c │ │ ├── fileio.c │ │ ├── funzip.c │ │ ├── globals.c │ │ ├── globals.h │ │ ├── inflate.c │ │ ├── inflate.h │ │ ├── list.c │ │ ├── makefile │ │ ├── man │ │ │ ├── Contents │ │ │ ├── funzip.1 │ │ │ ├── funzip.txt │ │ │ ├── unzip.1 │ │ │ ├── unzip.txt │ │ │ ├── unzipsfx.1 │ │ │ ├── unzipsfx.txt │ │ │ ├── zipgrep.1 │ │ │ ├── zipgrep.txt │ │ │ ├── zipinfo.1 │ │ │ └── zipinfo.txt │ │ ├── match.c │ │ ├── msdos │ │ │ ├── doscfg.h │ │ │ └── msdos.c │ │ ├── os2 │ │ │ ├── os2.c │ │ │ ├── os2acl.c │ │ │ ├── os2acl.h │ │ │ ├── os2cfg.h │ │ │ └── os2data.h │ │ ├── process.c │ │ ├── readme │ │ │ ├── 3rdparty.bug │ │ │ ├── BUGS │ │ │ ├── CONTRIBS │ │ │ ├── Contents │ │ │ ├── History.540 │ │ │ ├── History.541 │ │ │ ├── History.542 │ │ │ ├── INSTALL │ │ │ ├── LICENSE │ │ │ ├── README │ │ │ ├── ToDo │ │ │ ├── WHERE │ │ │ ├── ZipPorts │ │ │ ├── defer.in │ │ │ ├── extra.fld │ │ │ ├── fileinfo.cms │ │ │ ├── nt.sd │ │ │ ├── perform.dos │ │ │ ├── timezone.txt │ │ │ └── ziplimit.txt │ │ ├── tables.h │ │ ├── timezone.c │ │ ├── timezone.h │ │ ├── ttyio.c │ │ ├── ttyio.h │ │ ├── unix │ │ │ ├── unix.c │ │ │ └── unxcfg.h │ │ ├── unreduce.c │ │ ├── unshrink.c │ │ ├── unzip.c │ │ ├── unzip.h │ │ ├── unzipstb.c │ │ ├── unzpriv.h │ │ ├── version.h │ │ ├── win32 │ │ │ ├── nt.c │ │ │ ├── nt.h │ │ │ ├── w32cfg.h │ │ │ └── win32.c │ │ ├── zip.h │ │ └── zipinfo.c │ └── zip │ │ ├── api.c │ │ ├── api.h │ │ ├── crc32.c │ │ ├── crc_i386.asm │ │ ├── crctab.c │ │ ├── crypt.c │ │ ├── crypt.h │ │ ├── deflate.c │ │ ├── doc │ │ ├── 3rdparty.bug │ │ ├── BUGS │ │ ├── CHANGES │ │ ├── INSTALL │ │ ├── LICENSE │ │ ├── README │ │ ├── TODO │ │ ├── WHATSNEW │ │ ├── WHERE │ │ ├── ZipPorts │ │ ├── algorith.txt │ │ ├── extra.fld │ │ ├── fileinfo.cms │ │ ├── infozip.who │ │ ├── nt.sd │ │ ├── perform.dos │ │ └── ziplimit.txt │ │ ├── ebcdic.h │ │ ├── fileio.c │ │ ├── globals.c │ │ ├── makefile │ │ ├── man │ │ ├── zip.1 │ │ └── zip.txt │ │ ├── match32.asm │ │ ├── mktime.c │ │ ├── msdos │ │ ├── README.DOS │ │ ├── crc_i86.asm │ │ ├── makefile.bor │ │ ├── makefile.dj1 │ │ ├── makefile.dj2 │ │ ├── makefile.emx │ │ ├── makefile.msc │ │ ├── makefile.tc │ │ ├── makefile.wat │ │ ├── match.asm │ │ ├── msdos.c │ │ ├── osdep.h │ │ └── zipup.h │ │ ├── os2 │ │ ├── os2.c │ │ ├── os2acl.c │ │ ├── os2acl.h │ │ ├── os2zip.c │ │ ├── os2zip.h │ │ ├── osdep.h │ │ └── zipup.h │ │ ├── revision.h │ │ ├── tailor.h │ │ ├── trees.c │ │ ├── ttyio.c │ │ ├── ttyio.h │ │ ├── unix │ │ ├── Makefile │ │ ├── osdep.h │ │ ├── unix.c │ │ └── zipup.h │ │ ├── util.c │ │ ├── win32 │ │ ├── nt.c │ │ ├── nt.h │ │ ├── osdep.h │ │ ├── win32.c │ │ ├── win32zip.c │ │ ├── win32zip.h │ │ └── zipup.h │ │ ├── zip.c │ │ ├── zip.h │ │ ├── zipcloak.c │ │ ├── ziperr.h │ │ ├── zipfile.c │ │ ├── zipnote.c │ │ ├── zipsplit.c │ │ └── zipup.c ├── libjpeg │ ├── README │ ├── _jpg_exp.asm │ ├── _jpg_exp.def │ ├── _jpg_exp.s_amd64 │ ├── _jpg_exp.s_ppc │ ├── ansi2knr.1 │ ├── ansi2knr.c │ ├── cderror.h │ ├── cdjpeg.c │ ├── cdjpeg.h │ ├── change.log │ ├── cjpeg.1 │ ├── cjpeg.c │ ├── ckconfig.c │ ├── coderules.doc │ ├── config.guess │ ├── config.sub │ ├── configure │ ├── djpeg.1 │ ├── djpeg.c │ ├── example.c │ ├── filelist.doc │ ├── install-sh │ ├── install.doc │ ├── jcapimin.c │ ├── jcapistd.c │ ├── jccoefct.c │ ├── jccolor.c │ ├── jcdctmgr.c │ ├── jchuff.c │ ├── jchuff.h │ ├── jcinit.c │ ├── jcmainct.c │ ├── jcmarker.c │ ├── jcmaster.c │ ├── jcomapi.c │ ├── jconfig.bcc │ ├── jconfig.cfg │ ├── jconfig.dj │ ├── jconfig.doc │ ├── jconfig.mac │ ├── jconfig.manx │ ├── jconfig.mc6 │ ├── jconfig.sas │ ├── jconfig.st │ ├── jconfig.vc │ ├── jconfig.vms │ ├── jconfig.wat │ ├── jcparam.c │ ├── jcphuff.c │ ├── jcprepct.c │ ├── jcsample.c │ ├── jctrans.c │ ├── jdapimin.c │ ├── jdapistd.c │ ├── jdatadst.c │ ├── jdatasrc.c │ ├── jdcoefct.c │ ├── jdcolor.c │ ├── jdct.h │ ├── jddctmgr.c │ ├── jdhuff.c │ ├── jdhuff.h │ ├── jdinput.c │ ├── jdmainct.c │ ├── jdmarker.c │ ├── jdmaster.c │ ├── jdmerge.c │ ├── jdphuff.c │ ├── jdpostct.c │ ├── jdsample.c │ ├── jdtrans.c │ ├── jerror.c │ ├── jfdctflt.c │ ├── jfdctfst.c │ ├── jfdctint.c │ ├── jidctflt.c │ ├── jidctfst.c │ ├── jidctint.c │ ├── jidctred.c │ ├── jinclude.h │ ├── jmemansi.c │ ├── jmemdos.c │ ├── jmemdosa.asm │ ├── jmemmac.c │ ├── jmemmgl.c │ ├── jmemmgr.c │ ├── jmemname.c │ ├── jmemnobs.c │ ├── jmemsys.h │ ├── jpeginit.c │ ├── jpeglib.c │ ├── jpegtran.1 │ ├── jpegtran.c │ ├── jquant1.c │ ├── jquant2.c │ ├── jutils.c │ ├── jversion.h │ ├── libjpeg.doc │ ├── ltconfig │ ├── ltmain.sh │ ├── makefile │ ├── mgljpeg.ref │ ├── rdbmp.c │ ├── rdcolmap.c │ ├── rdgif.c │ ├── rdjpgcom.1 │ ├── rdjpgcom.c │ ├── rdppm.c │ ├── rdrle.c │ ├── rdswitch.c │ ├── rdtarga.c │ ├── structure.doc │ ├── testimg.bmp │ ├── testimg.jpg │ ├── testimg.ppm │ ├── testimgp.jpg │ ├── testorig.jpg │ ├── testprog.jpg │ ├── transupp.c │ ├── transupp.h │ ├── usage.doc │ ├── wizard.doc │ ├── wrbmp.c │ ├── wrgif.c │ ├── wrjpgcom.1 │ ├── wrjpgcom.c │ ├── wrppm.c │ ├── wrrle.c │ └── wrtarga.c ├── libpng │ ├── ANNOUNCE │ ├── CHANGES │ ├── INSTALL │ ├── KNOWNBUG │ ├── README │ ├── TODO │ ├── Y2KINFO │ ├── _png_exp.asm │ ├── _png_exp.def │ ├── _png_exp.s_amd64 │ ├── _png_exp.s_ppc │ ├── ansi2knr.1 │ ├── ansi2knr.c │ ├── example.c │ ├── libpng.3 │ ├── libpng.txt │ ├── libpngpf.3 │ ├── makefile │ ├── png.5 │ ├── png.c │ ├── pngerror.c │ ├── pngget.c │ ├── pnginit.c │ ├── pnglib.c │ ├── pngmem.c │ ├── pngpread.c │ ├── pngread.c │ ├── pngrio.c │ ├── pngrtran.c │ ├── pngrutil.c │ ├── pngset.c │ ├── pngtest.c │ ├── pngtest.png │ ├── pngtrans.c │ ├── pngwio.c │ ├── pngwrite.c │ ├── pngwtran.c │ └── pngwutil.c ├── libtiff │ ├── makefile │ ├── mkg3states.c │ ├── mkspans.c │ ├── mkversion.c │ ├── t4.h │ ├── tif_acorn.c │ ├── tif_apple.c │ ├── tif_atari.c │ ├── tif_aux.c │ ├── tif_bpd.c │ ├── tif_close.c │ ├── tif_codec.c │ ├── tif_compress.c │ ├── tif_dir.c │ ├── tif_dir.h │ ├── tif_dirinfo.c │ ├── tif_dirread.c │ ├── tif_dirwrite.c │ ├── tif_dumpmode.c │ ├── tif_error.c │ ├── tif_fax3.c │ ├── tif_fax3.h │ ├── tif_fax3sm.c │ ├── tif_flush.c │ ├── tif_getimage.c │ ├── tif_jpeg.c │ ├── tif_luv.c │ ├── tif_lzw.c │ ├── tif_msdos.c │ ├── tif_next.c │ ├── tif_open.c │ ├── tif_packbits.c │ ├── tif_pixarlog.c │ ├── tif_predict.c │ ├── tif_predict.h │ ├── tif_print.c │ ├── tif_read.c │ ├── tif_strip.c │ ├── tif_swab.c │ ├── tif_thunder.c │ ├── tif_tile.c │ ├── tif_unix.c │ ├── tif_version.c │ ├── tif_vms.c │ ├── tif_warning.c │ ├── tif_win3.c │ ├── tif_win32.c │ ├── tif_write.c │ ├── tif_zip.c │ ├── tiffcomp.h │ ├── tiffconf.h │ ├── tiffinit.c │ ├── tiffiop.h │ ├── tifflib.c │ ├── uvcode.h │ └── version.h ├── libxpm │ ├── Attrib.c │ ├── CrBufFrI.c │ ├── CrDatFrI.c │ ├── CrIFrBuf.c │ ├── CrIFrDat.c │ ├── Image.c │ ├── Info.c │ ├── RdFToDat.c │ ├── RdFToI.c │ ├── WrFFrDat.c │ ├── WrFFrI.c │ ├── XpmI.h │ ├── changes │ ├── copyrigh.t │ ├── create.c │ ├── data.c │ ├── dataxpm.c │ ├── files │ ├── hashtab.c │ ├── imagexpm.c │ ├── makefile │ ├── misc.c │ ├── parse.c │ ├── readme.htm │ ├── readme.msw │ ├── rgb.c │ ├── rgbtab.h │ ├── scan.c │ └── simx.c ├── makefile ├── mgl │ ├── _glu.def │ ├── _opengl.def │ ├── access.c │ ├── asm386 │ │ ├── _fix32.asm │ │ ├── _glu.asm │ │ ├── _memset.asm │ │ ├── _opengl.asm │ │ ├── _polyhlp.asm │ │ └── _random.asm │ ├── asmamd64 │ │ ├── _glu.s_amd64 │ │ └── _opengl.s_amd64 │ ├── asmppc │ │ ├── _glu.s_ppc │ │ └── _opengl.s_ppc │ ├── bitblt.c │ ├── bitfont.c │ ├── bitmap.c │ ├── bitmaps.c │ ├── blocklst.c │ ├── buffer.c │ ├── cliplfx.c │ ├── clipline.c │ ├── clipline.h │ ├── cnvxpoly.c │ ├── color.c │ ├── cplxpoly.c │ ├── createdc.c │ ├── cursor.c │ ├── devctx.c │ ├── drivers │ │ ├── common │ │ │ ├── common.c │ │ │ ├── common.h │ │ │ ├── gsnap.c │ │ │ ├── gsnap.h │ │ │ ├── gunix.c │ │ │ ├── gunix.h │ │ │ ├── imports.h │ │ │ └── vgapal.c │ │ ├── packed │ │ │ ├── packed16.c │ │ │ ├── packed16.h │ │ │ ├── packed24.c │ │ │ ├── packed24.h │ │ │ ├── packed32.c │ │ │ ├── packed32.h │ │ │ ├── packed8.c │ │ │ └── packed8.h │ │ ├── photon │ │ │ ├── phwin.c │ │ │ └── phwin.h │ │ ├── snap │ │ │ ├── snap.c │ │ │ ├── snap.h │ │ │ ├── snapvbe.c │ │ │ └── snapvbe.h │ │ ├── windows │ │ │ ├── openglhw.c │ │ │ ├── openglhw.h │ │ │ ├── windd.c │ │ │ └── windd.h │ │ └── x11 │ │ │ ├── xdga.c │ │ │ ├── xdga.h │ │ │ ├── xwin8.c │ │ │ ├── xwin8.h │ │ │ ├── xwindc.c │ │ │ └── xwindc.h │ ├── editdoc.bat │ ├── ellipse.c │ ├── ellipsea.c │ ├── fatline.c │ ├── fntcvt │ │ ├── convert.bat │ │ ├── empty.dll │ │ ├── fntcvt.c │ │ ├── makefile │ │ ├── mkfon.bat │ │ └── mklib.c │ ├── font.c │ ├── fontenum.c │ ├── funcgroups.txt │ ├── glwrap.c │ ├── glyph.c │ ├── halftone.c │ ├── halftone.h │ ├── icon.c │ ├── jpeg.c │ ├── line.c │ ├── list.c │ ├── macrodoc.c │ ├── makecurs.c │ ├── makefile │ ├── memset.c │ ├── mgl.djt │ ├── mgl.h │ ├── mgl_gl.c │ ├── mgldd.h │ ├── mgldll.c │ ├── mgldos │ │ ├── internal.h │ │ ├── mgldos.c │ │ ├── mgldos.mk │ │ └── opengl.c │ ├── mglfile.c │ ├── mglfx.ref │ ├── mgllinux │ │ ├── internal.h │ │ ├── mgllinux.c │ │ ├── mgllinux.mk │ │ └── opengl.c │ ├── mgllt.ref │ ├── mglos2 │ │ ├── internal.h │ │ ├── mglos2.c │ │ ├── mglos2.mk │ │ └── opengl.c │ ├── mglqnx │ │ ├── internal.h │ │ ├── mglqnx.c │ │ ├── mglqnx.mk │ │ └── opengl.c │ ├── mglrect.cpp │ ├── mglrgn.cpp │ ├── mglrtt │ │ ├── internal.h │ │ ├── mglrtt.c │ │ ├── mglrtt.mk │ │ └── opengl.c │ ├── mglsmx │ │ ├── internal.h │ │ ├── mglsmx.c │ │ ├── mglsmx.mk │ │ └── opengl.c │ ├── mglwin.ide │ ├── mglwin.txt │ ├── mglwin │ │ ├── internal.h │ │ ├── mglwin.c │ │ ├── mglwin.mk │ │ ├── opengl.c │ │ ├── opengl.old │ │ ├── public.c │ │ └── winmain.c │ ├── mglx11 │ │ ├── event.c │ │ ├── internal.h │ │ ├── mglx11.c │ │ ├── mglx11.mk │ │ └── opengl.c │ ├── mgraph.c │ ├── mkdoc.bat │ ├── mouse.c │ ├── notes.txt │ ├── palette.c │ ├── pcx.c │ ├── pixel.c │ ├── png.c │ ├── polygon.c │ ├── polyhlp.c │ ├── polyline.c │ ├── putbmp.c │ ├── random.c │ ├── rcvxpoly.c │ ├── rdiff.c │ ├── rdraw.c │ ├── rect.c │ ├── rectangl.c │ ├── region.c │ ├── rellip.c │ ├── rellipa.c │ ├── resource.h │ ├── rline.c │ ├── rmisc.c │ ├── rrect.c │ ├── rsect.c │ ├── rseg.c │ ├── rspan.c │ ├── rtrav.c │ ├── runion.c │ ├── scanline.c │ ├── state.c │ ├── text.c │ ├── textenc.c │ ├── texthelp.c │ ├── tiff.c │ ├── vecfont.c │ ├── viewport.c │ ├── winmng.c │ └── wtext.c ├── mkdebug ├── mkdebug.bat ├── mkdebug.cmd ├── mkrelease ├── mkrelease.bat ├── mkrelease.cmd ├── mvis │ ├── hotkey.cpp │ ├── makefile │ ├── mbackgnd.cpp │ ├── mbitbtn.cpp │ ├── mbutton.cpp │ ├── mcheckbx.cpp │ ├── mdesktop.cpp │ ├── mdialog.cpp │ ├── message.cpp │ ├── mevent.cpp │ ├── mfiledlg.cpp │ ├── mfontmgr.cpp │ ├── mframe.cpp │ ├── mgroup.cpp │ ├── minputl.cpp │ ├── misc.cpp │ ├── mlabel.cpp │ ├── mlist.cpp │ ├── mmenu.cpp │ ├── mmenubar.cpp │ ├── mmenuite.cpp │ ├── mmltext.cpp │ ├── mmodesel.cpp │ ├── mprogram.cpp │ ├── mradio.cpp │ ├── mrendera.cpp │ ├── mscrollb.cpp │ ├── msgbox.cpp │ ├── mstatic.cpp │ ├── msttext.cpp │ ├── mtbbtn.cpp │ ├── mtitleb.cpp │ ├── mview.cpp │ ├── mvision.cpp │ ├── mvtext.cpp │ ├── mwindow.cpp │ ├── safetyp.cpp │ ├── validvw.cpp │ └── viewstk.cpp ├── packinst │ ├── makefile │ └── packinst.c ├── pm │ ├── beos │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ ├── cedrv │ │ ├── _pm.asm │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ ├── codepage │ │ └── us_eng.c │ ├── common.c │ ├── common │ │ ├── _cpuinfo.asm │ │ ├── _dma.asm │ │ ├── _int64.asm │ │ ├── _int64.s_ppc │ │ ├── _joy.asm │ │ ├── _mtrr.asm │ │ ├── _pcihelp.asm │ │ ├── agp.c │ │ ├── int64.c │ │ ├── keyboard.c │ │ ├── malloc.c │ │ ├── mtrr.c │ │ ├── pcilib.c │ │ ├── unixio.c │ │ └── vgastate.c │ ├── debug.c │ ├── dos │ │ ├── _event.asm │ │ ├── _lztimer.asm │ │ ├── _pm.asm │ │ ├── _pmdos.asm │ │ ├── _vflat.asm │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ ├── pmdos.c │ │ └── ztimer.c │ ├── editdoc.bat │ ├── gcpuinfo.c │ ├── gevent.c │ ├── gztimer.c │ ├── linux │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── event.svga │ │ ├── io.c │ │ ├── iomips.c │ │ ├── mouse.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ ├── makefile │ ├── mkdoc.bat │ ├── ntdrv │ │ ├── _irq.asm │ │ ├── _pm.asm │ │ ├── cpuinfo.c │ │ ├── int86.c │ │ ├── irq.c │ │ ├── mem.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ ├── stdio.c │ │ ├── stdlib.c │ │ └── ztimer.c │ ├── os2 │ │ ├── _pmos2.asm │ │ ├── cpuinfo.c │ │ ├── dossctl.obj │ │ ├── event.c │ │ ├── mon.h │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ ├── os2pm │ │ ├── event.c │ │ └── oshdr.h │ ├── oshdr.h │ ├── photon │ │ ├── event.c │ │ └── oshdr.h │ ├── pm.djt │ ├── qnx │ │ ├── _mtrrqnx.asm │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── mtrrqnx.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ ├── rttarget │ │ ├── _pmrtos.asm │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ ├── pmrtos.c │ │ └── ztimer.c │ ├── smx │ │ ├── _event.asm │ │ ├── _lztimer.asm │ │ ├── _pm.asm │ │ ├── _pmsmx.asm │ │ ├── _vflat.asm │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ ├── pmsmx.c │ │ └── ztimer.c │ ├── stub │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ ├── tests │ │ ├── altbrk.c │ │ ├── altcrit.c │ │ ├── biosptr.c │ │ ├── block.c │ │ ├── bpdpath.c │ │ ├── brk.c │ │ ├── callreal.c │ │ ├── checks.c │ │ ├── cpu.c │ │ ├── critical.c │ │ ├── fatal.c │ │ ├── getch.c │ │ ├── hello.c │ │ ├── irq.c │ │ ├── isvesa.c │ │ ├── key.c │ │ ├── key15.c │ │ ├── memiobase.c │ │ ├── memtest.c │ │ ├── mouse.c │ │ ├── name.c │ │ ├── restore.c │ │ ├── rtc.c │ │ ├── save.c │ │ ├── shmem.c │ │ ├── showpci.c │ │ ├── test.c │ │ ├── tick.c │ │ ├── timerc.c │ │ ├── timercpp.cpp │ │ ├── uswc.c │ │ └── video.c │ ├── useful │ │ └── biospost.c │ ├── uuu │ │ ├── cpuinfo.c │ │ ├── event.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ ├── vxd │ │ ├── _pm.asm │ │ ├── cpuinfo.c │ │ ├── fileio.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ ├── win32 │ │ ├── _pmwin32.asm │ │ ├── cpuinfo.c │ │ ├── ddraw.c │ │ ├── event.c │ │ ├── ntservc.c │ │ ├── oshdr.h │ │ ├── pm.c │ │ └── ztimer.c │ └── x11 │ │ ├── event.c │ │ └── oshdr.h ├── snap │ ├── gasdk.c │ ├── makefile │ └── vgapal.c ├── snaprtl │ ├── clib │ │ ├── alias │ │ │ └── a │ │ │ │ └── _icstrdu.asm │ │ ├── branch.txt │ │ ├── cgsupp │ │ │ └── a │ │ │ │ ├── 7fu8386.asm │ │ │ │ ├── 7u8f386.asm │ │ │ │ ├── __copy.asm │ │ │ │ ├── __stos.asm │ │ │ │ ├── amodf386.asm │ │ │ │ ├── bufld386.asm │ │ │ │ ├── div386.asm │ │ │ │ ├── fdc386.asm │ │ │ │ ├── fdfs386.asm │ │ │ │ ├── fdi4386.asm │ │ │ │ ├── fdi8386.asm │ │ │ │ ├── fdmath.asm │ │ │ │ ├── fdmth386.asm │ │ │ │ ├── fdn386.asm │ │ │ │ ├── fprem386.asm │ │ │ │ ├── fsc386.asm │ │ │ │ ├── fsfd386.asm │ │ │ │ ├── fsi4386.asm │ │ │ │ ├── fsi8386.asm │ │ │ │ ├── fsmth386.asm │ │ │ │ ├── fsn386.asm │ │ │ │ ├── fstat386.asm │ │ │ │ ├── i4fd386.asm │ │ │ │ ├── i4fs386.asm │ │ │ │ ├── i8d.asm │ │ │ │ ├── i8fd386.asm │ │ │ │ ├── i8fs386.asm │ │ │ │ ├── i8m386.asm │ │ │ │ ├── i8rs386.asm │ │ │ │ └── ldiv386.asm │ │ ├── char │ │ │ ├── c │ │ │ │ ├── isalnum.c │ │ │ │ ├── isalpha.c │ │ │ │ ├── isascii.c │ │ │ │ ├── iscntrl.c │ │ │ │ ├── isdigit.c │ │ │ │ ├── isgraph.c │ │ │ │ ├── islower.c │ │ │ │ ├── isprint.c │ │ │ │ ├── ispunct.c │ │ │ │ ├── isspace.c │ │ │ │ ├── istable.c │ │ │ │ ├── isupper.c │ │ │ │ ├── isxdigit.c │ │ │ │ ├── tolower.c │ │ │ │ └── toupper.c │ │ │ └── h │ │ │ │ ├── istable.h │ │ │ │ └── wctype.h │ │ ├── convert │ │ │ └── c │ │ │ │ ├── alphabet.c │ │ │ │ ├── atoi.c │ │ │ │ ├── atol.c │ │ │ │ ├── atoll.c │ │ │ │ ├── itoa.c │ │ │ │ ├── lltoa.c │ │ │ │ ├── ltoa.c │ │ │ │ └── strtol.c │ │ ├── environ │ │ │ └── c │ │ │ │ ├── gtenvsnp.c │ │ │ │ ├── isattsnp.c │ │ │ │ └── ptenvsnp.c │ │ ├── file │ │ │ └── c │ │ │ │ ├── accsssnp.c │ │ │ │ ├── removsnp.c │ │ │ │ ├── renamsnp.c │ │ │ │ └── tmpnm.c │ │ ├── fpu │ │ │ ├── a │ │ │ │ ├── chipa32.asm │ │ │ │ ├── chipd32.asm │ │ │ │ ├── chipr32.asm │ │ │ │ ├── chipt32.asm │ │ │ │ ├── chipw32.asm │ │ │ │ ├── ini87386.asm │ │ │ │ └── old87.asm │ │ │ └── c │ │ │ │ ├── cntrl87.c │ │ │ │ └── cntrlfp.c │ │ ├── handleio │ │ │ └── c │ │ │ │ ├── _clsesnp.c │ │ │ │ ├── close.c │ │ │ │ ├── eof.c │ │ │ │ ├── filelen.c │ │ │ │ ├── lseeksnp.c │ │ │ │ ├── opensnp.c │ │ │ │ ├── qreadsnp.c │ │ │ │ ├── qwritsnp.c │ │ │ │ ├── tellsnp.c │ │ │ │ └── writesnp.c │ │ ├── heap │ │ │ ├── c │ │ │ │ ├── amblksiz.c │ │ │ │ ├── ambsptr.c │ │ │ │ ├── calloc.c │ │ │ │ ├── freect.c │ │ │ │ ├── grownear.c │ │ │ │ ├── heapen.c │ │ │ │ ├── heapgrow.c │ │ │ │ ├── mem.c │ │ │ │ ├── memavl.c │ │ │ │ ├── memmax.c │ │ │ │ ├── ncalloc.c │ │ │ │ ├── nexpand.c │ │ │ │ ├── nfree.c │ │ │ │ ├── nheapchk.c │ │ │ │ ├── nheapmin.c │ │ │ │ ├── nheapset.c │ │ │ │ ├── nheapwal.c │ │ │ │ ├── nmalloc.c │ │ │ │ ├── nmemneed.c │ │ │ │ ├── nmsize.c │ │ │ │ ├── nrealloc.c │ │ │ │ └── sbrksnp.c │ │ │ └── h │ │ │ │ ├── heap.h │ │ │ │ └── heapacc.h │ │ ├── intel │ │ │ ├── a │ │ │ │ ├── chipvar.asm │ │ │ │ └── i64ts386.asm │ │ │ └── c │ │ │ │ ├── chipbug.c │ │ │ │ └── save8087.c │ │ ├── makefile │ │ ├── math │ │ │ ├── c │ │ │ │ ├── abs.c │ │ │ │ ├── hugeval.c │ │ │ │ ├── hvalptr.c │ │ │ │ ├── labs.c │ │ │ │ ├── max.c │ │ │ │ ├── min.c │ │ │ │ └── rand.c │ │ │ └── h │ │ │ │ └── randnext.h │ │ ├── memory │ │ │ └── c │ │ │ │ ├── memccpy.c │ │ │ │ ├── memchr.c │ │ │ │ ├── memcmp.c │ │ │ │ ├── memcpy.c │ │ │ │ ├── memmove.c │ │ │ │ ├── memset.c │ │ │ │ └── swab.c │ │ ├── misc │ │ │ ├── c │ │ │ │ ├── locale.c │ │ │ │ ├── localeco.c │ │ │ │ └── setlocal.c │ │ │ └── h │ │ │ │ ├── dbgdata.h │ │ │ │ ├── locales.h │ │ │ │ └── localset.h │ │ ├── process │ │ │ └── c │ │ │ │ ├── _raise.c │ │ │ │ ├── signlsnp.c │ │ │ │ └── systmsnp.c │ │ ├── search │ │ │ └── c │ │ │ │ ├── bsearch.c │ │ │ │ ├── lfind.c │ │ │ │ ├── lsearch.c │ │ │ │ ├── qsort.c │ │ │ │ └── qsortrtn.c │ │ ├── startup │ │ │ ├── a │ │ │ │ ├── _8087386.asm │ │ │ │ ├── cmodel.asm │ │ │ │ ├── crwd386.asm │ │ │ │ ├── drvimps.asm │ │ │ │ ├── drvimps.s_amd64 │ │ │ │ ├── drvimps.s_mips │ │ │ │ ├── drvimps.s_ppc │ │ │ │ ├── getds.asm │ │ │ │ ├── seg386.asm │ │ │ │ ├── segdefns.asm │ │ │ │ ├── stjmp386.asm │ │ │ │ └── stksnp.asm │ │ │ ├── c │ │ │ │ ├── 8087cw.c │ │ │ │ ├── abort.c │ │ │ │ ├── atexit.c │ │ │ │ ├── chk8087.c │ │ │ │ ├── crwda64.c │ │ │ │ ├── crwdppc.c │ │ │ │ ├── cvtbuf.c │ │ │ │ ├── drvinit.c │ │ │ │ ├── enterdb.c │ │ │ │ ├── errno.c │ │ │ │ ├── exit.c │ │ │ │ ├── fltused.c │ │ │ │ ├── initrtns.c │ │ │ │ ├── ioexit.c │ │ │ │ ├── liballoc.c │ │ │ │ ├── ljmphdl.c │ │ │ │ ├── mainsnp.c │ │ │ │ ├── onexit.c │ │ │ │ ├── seterrno.c │ │ │ │ ├── snpinit.c │ │ │ │ ├── stack386.c │ │ │ │ └── xmsgsnp.c │ │ │ └── h │ │ │ │ └── initfini.h │ │ ├── streamio │ │ │ ├── c │ │ │ │ ├── allocfp.c │ │ │ │ ├── chktty.c │ │ │ │ ├── clearerr.c │ │ │ │ ├── comtflag.c │ │ │ │ ├── fclose.c │ │ │ │ ├── fdopen.c │ │ │ │ ├── feof.c │ │ │ │ ├── ferror.c │ │ │ │ ├── fflush.c │ │ │ │ ├── fgetc.c │ │ │ │ ├── fgetchar.c │ │ │ │ ├── fgetpos.c │ │ │ │ ├── fgets.c │ │ │ │ ├── fileno.c │ │ │ │ ├── flush.c │ │ │ │ ├── flushall.c │ │ │ │ ├── fopen.c │ │ │ │ ├── fprintf.c │ │ │ │ ├── fprtf.c │ │ │ │ ├── fputc.c │ │ │ │ ├── fputchar.c │ │ │ │ ├── fputs.c │ │ │ │ ├── fread.c │ │ │ │ ├── freefp.c │ │ │ │ ├── fscanf.c │ │ │ │ ├── fseek.c │ │ │ │ ├── fsetpos.c │ │ │ │ ├── ftell.c │ │ │ │ ├── fwrite.c │ │ │ │ ├── getc.c │ │ │ │ ├── getchar.c │ │ │ │ ├── gets.c │ │ │ │ ├── getw.c │ │ │ │ ├── initfile.c │ │ │ │ ├── ioalloc.c │ │ │ │ ├── iob.c │ │ │ │ ├── iobaddr.c │ │ │ │ ├── iobptr.c │ │ │ │ ├── noefgfmt.c │ │ │ │ ├── perror.c │ │ │ │ ├── printf.c │ │ │ │ ├── prtf.c │ │ │ │ ├── putc.c │ │ │ │ ├── putchar.c │ │ │ │ ├── puts.c │ │ │ │ ├── putw.c │ │ │ │ ├── rewind.c │ │ │ │ ├── scanf.c │ │ │ │ ├── scnf.c │ │ │ │ ├── setbuf.c │ │ │ │ ├── setefg.c │ │ │ │ ├── setvbuf.c │ │ │ │ ├── ungetc.c │ │ │ │ ├── vfprintf.c │ │ │ │ └── vprintf.c │ │ │ └── h │ │ │ │ ├── fixpoint.h │ │ │ │ ├── fmode.h │ │ │ │ ├── ftos.h │ │ │ │ ├── qwrite.h │ │ │ │ └── tmpfname.h │ │ ├── string │ │ │ ├── c │ │ │ │ ├── bits.c │ │ │ │ ├── snprintf.c │ │ │ │ ├── sprintf.c │ │ │ │ ├── sscanf.c │ │ │ │ ├── strcat.c │ │ │ │ ├── strchr.c │ │ │ │ ├── strcmp.c │ │ │ │ ├── strcoll.c │ │ │ │ ├── strcpy.c │ │ │ │ ├── strcspn.c │ │ │ │ ├── strdup.c │ │ │ │ ├── strerror.c │ │ │ │ ├── stricmp.c │ │ │ │ ├── strlen.c │ │ │ │ ├── strlwr.c │ │ │ │ ├── strncat.c │ │ │ │ ├── strncmp.c │ │ │ │ ├── strncpy.c │ │ │ │ ├── strnicmp.c │ │ │ │ ├── strnset.c │ │ │ │ ├── strpbrk.c │ │ │ │ ├── strrchr.c │ │ │ │ ├── strspn.c │ │ │ │ ├── strspnp.c │ │ │ │ ├── strstr.c │ │ │ │ ├── strtok.c │ │ │ │ ├── strupr.c │ │ │ │ ├── strxfrm.c │ │ │ │ └── vsprintf.c │ │ │ └── h │ │ │ │ ├── nextftok.h │ │ │ │ ├── nexttok.h │ │ │ │ └── nextwtok.h │ │ └── time │ │ │ ├── c │ │ │ ├── asctime.c │ │ │ ├── clocksnp.c │ │ │ ├── gmtime.c │ │ │ ├── localtim.c │ │ │ ├── mktime.c │ │ │ ├── strftime.c │ │ │ ├── timesnp.c │ │ │ ├── timeutil.c │ │ │ └── tzset.c │ │ │ └── h │ │ │ ├── asctime.h │ │ │ ├── country.h │ │ │ ├── thetime.h │ │ │ └── timedata.h │ ├── complex │ │ ├── abs.cpp │ │ ├── acos.cpp │ │ ├── acosh.cpp │ │ ├── arg.cpp │ │ ├── asin.cpp │ │ ├── asinh.cpp │ │ ├── atan.cpp │ │ ├── atanh.cpp │ │ ├── branch.txt │ │ ├── cos.cpp │ │ ├── cosh.cpp │ │ ├── dicomcom.cpp │ │ ├── direlcom.cpp │ │ ├── divide.cpp │ │ ├── exp.cpp │ │ ├── log.cpp │ │ ├── log10.cpp │ │ ├── makefile │ │ ├── multiply.cpp │ │ ├── opinput.cpp │ │ ├── opoutput.cpp │ │ ├── polar.cpp │ │ ├── powcbcp.cpp │ │ ├── powcbdp.cpp │ │ ├── powccbip.cpp │ │ ├── powdbcp.cpp │ │ ├── sin.cpp │ │ ├── sinh.cpp │ │ ├── sqrt.cpp │ │ ├── tan.cpp │ │ └── tanh.cpp │ ├── cpplib │ │ ├── branch.txt │ │ ├── contain │ │ │ └── cpp │ │ │ │ ├── wcexcept.cpp │ │ │ │ ├── wchash.cpp │ │ │ │ ├── wclist.cpp │ │ │ │ └── wcskip.cpp │ │ ├── h │ │ │ └── wcpp.h │ │ ├── iostream │ │ │ ├── cpp │ │ │ │ ├── flf.cpp │ │ │ │ ├── flfattac.cpp │ │ │ │ ├── flfclose.cpp │ │ │ │ ├── flfconde.cpp │ │ │ │ ├── flfconfd.cpp │ │ │ │ ├── flfconsf.cpp │ │ │ │ ├── flfdestr.cpp │ │ │ │ ├── flfname.txt │ │ │ │ ├── flfopen.cpp │ │ │ │ ├── flfoprot.cpp │ │ │ │ ├── flfoverf.cpp │ │ │ │ ├── flfpbfai.cpp │ │ │ │ ├── flfseeko.cpp │ │ │ │ ├── flfsetbf.cpp │ │ │ │ ├── flfsync.cpp │ │ │ │ ├── flfundrf.cpp │ │ │ │ ├── fsb.cpp │ │ │ │ ├── fsbattac.cpp │ │ │ │ ├── fsbclose.cpp │ │ │ │ ├── fsbconde.cpp │ │ │ │ ├── fsbconfd.cpp │ │ │ │ ├── fsbconnm.cpp │ │ │ │ ├── fsbconsf.cpp │ │ │ │ ├── fsbdestr.cpp │ │ │ │ ├── fsbopen.cpp │ │ │ │ ├── fsbsetbf.cpp │ │ │ │ ├── fst.cpp │ │ │ │ ├── fstconde.cpp │ │ │ │ ├── fstconfd.cpp │ │ │ │ ├── fstconnm.cpp │ │ │ │ ├── fstconsf.cpp │ │ │ │ ├── fstdestr.cpp │ │ │ │ ├── fstname.txt │ │ │ │ ├── ifs.cpp │ │ │ │ ├── ifsconde.cpp │ │ │ │ ├── ifsconfd.cpp │ │ │ │ ├── ifsconnm.cpp │ │ │ │ ├── ifsconsf.cpp │ │ │ │ ├── ifsdestr.cpp │ │ │ │ ├── iof.cpp │ │ │ │ ├── iofdefg.cpp │ │ │ │ ├── iofefg.cpp │ │ │ │ ├── iofexdou.cpp │ │ │ │ ├── iofexflo.cpp │ │ │ │ ├── iofexldo.cpp │ │ │ │ ├── iofgldfl.cpp │ │ │ │ ├── iofldfst.cpp │ │ │ │ ├── iofname.txt │ │ │ │ ├── iofnoefg.cpp │ │ │ │ ├── iofoutfl.cpp │ │ │ │ ├── iofpldfs.cpp │ │ │ │ ├── ioi.cpp │ │ │ │ ├── ioicerr.cpp │ │ │ │ ├── ioicin.cpp │ │ │ │ ├── ioiclog.cpp │ │ │ │ ├── ioicout.cpp │ │ │ │ ├── ioilfofg.cpp │ │ │ │ ├── ioilock.cpp │ │ │ │ ├── ioixainx.cpp │ │ │ │ ├── iol.cpp │ │ │ │ ├── iolglcon.cpp │ │ │ │ ├── iolgldes.cpp │ │ │ │ ├── iolname.txt │ │ │ │ ├── ios_.cpp │ │ │ │ ├── iosbital.cpp │ │ │ │ ├── iosclear.cpp │ │ │ │ ├── ioscoeio.cpp │ │ │ │ ├── ioscoios.cpp │ │ │ │ ├── iosconde.cpp │ │ │ │ ├── ioscostf.cpp │ │ │ │ ├── iosdestr.cpp │ │ │ │ ├── iosexcep.cpp │ │ │ │ ├── iosfacau.cpp │ │ │ │ ├── iosfail.cpp │ │ │ │ ├── iosgnilk.cpp │ │ │ │ ├── iosinit.cpp │ │ │ │ ├── iosiword.cpp │ │ │ │ ├── iosname.txt │ │ │ │ ├── iospword.cpp │ │ │ │ ├── iossetst.cpp │ │ │ │ ├── iosxallo.cpp │ │ │ │ ├── iot.cpp │ │ │ │ ├── iotconbf.cpp │ │ │ │ ├── iotconde.cpp │ │ │ │ ├── iotconsm.cpp │ │ │ │ ├── iotdestr.cpp │ │ │ │ ├── iotname.txt │ │ │ │ ├── iotopbuf.cpp │ │ │ │ ├── iotopstm.cpp │ │ │ │ ├── iou.cpp │ │ │ │ ├── ioufgtba.cpp │ │ │ │ ├── ioufrxal.cpp │ │ │ │ ├── ioufuswr.cpp │ │ │ │ ├── iouname.txt │ │ │ │ ├── iouwrtit.cpp │ │ │ │ ├── iss.cpp │ │ │ │ ├── isscochz.cpp │ │ │ │ ├── issconch.cpp │ │ │ │ ├── issconsc.cpp │ │ │ │ ├── issconuc.cpp │ │ │ │ ├── isscoscz.cpp │ │ │ │ ├── isscoucz.cpp │ │ │ │ ├── issdestr.cpp │ │ │ │ ├── ist.cpp │ │ │ │ ├── istcoeis.cpp │ │ │ │ ├── istcoesf.cpp │ │ │ │ ├── istcoist.cpp │ │ │ │ ├── istconde.cpp │ │ │ │ ├── istconsf.cpp │ │ │ │ ├── istdestr.cpp │ │ │ │ ├── istdipfx.cpp │ │ │ │ ├── istdoget.cpp │ │ │ │ ├── istdread.cpp │ │ │ │ ├── istdrshf.cpp │ │ │ │ ├── isteatwh.cpp │ │ │ │ ├── istexcha.cpp │ │ │ │ ├── istexi64.cpp │ │ │ │ ├── isteximn.cpp │ │ │ │ ├── istexiom.cpp │ │ │ │ ├── istexpch.cpp │ │ │ │ ├── istexsin.cpp │ │ │ │ ├── istexslo.cpp │ │ │ │ ├── istexssh.cpp │ │ │ │ ├── istexstf.cpp │ │ │ │ ├── istexu64.cpp │ │ │ │ ├── istexuin.cpp │ │ │ │ ├── istexulo.cpp │ │ │ │ ├── istexush.cpp │ │ │ │ ├── istgalin.cpp │ │ │ │ ├── istgbase.cpp │ │ │ │ ├── istgch.cpp │ │ │ │ ├── istget.cpp │ │ │ │ ├── istgetul.cpp │ │ │ │ ├── istgline.cpp │ │ │ │ ├── istgnm64.cpp │ │ │ │ ├── istgnum.cpp │ │ │ │ ├── istgpch.cpp │ │ │ │ ├── istgsign.cpp │ │ │ │ ├── istgstf.cpp │ │ │ │ ├── istgtu64.cpp │ │ │ │ ├── istignor.cpp │ │ │ │ ├── istipfx.cpp │ │ │ │ ├── istname.txt │ │ │ │ ├── istpback.cpp │ │ │ │ ├── istpeek.cpp │ │ │ │ ├── istread.cpp │ │ │ │ ├── istream.cpp │ │ │ │ ├── istsgsto.cpp │ │ │ │ ├── istsgstp.cpp │ │ │ │ ├── istsync.cpp │ │ │ │ ├── isttellg.cpp │ │ │ │ ├── man.cpp │ │ │ │ ├── mandec.cpp │ │ │ │ ├── manendl.cpp │ │ │ │ ├── manends.cpp │ │ │ │ ├── manflush.cpp │ │ │ │ ├── manhex.cpp │ │ │ │ ├── manname.txt │ │ │ │ ├── manoct.cpp │ │ │ │ ├── manriofg.cpp │ │ │ │ ├── mansbase.cpp │ │ │ │ ├── mansetw.cpp │ │ │ │ ├── mansfill.cpp │ │ │ │ ├── mansiofl.cpp │ │ │ │ ├── mansprec.cpp │ │ │ │ ├── manws.cpp │ │ │ │ ├── ofs.cpp │ │ │ │ ├── ofsconde.cpp │ │ │ │ ├── ofsconfd.cpp │ │ │ │ ├── ofsconnm.cpp │ │ │ │ ├── ofsconsf.cpp │ │ │ │ ├── ofsdestr.cpp │ │ │ │ ├── oss.cpp │ │ │ │ ├── ossconch.cpp │ │ │ │ ├── ossconde.cpp │ │ │ │ ├── ossconsc.cpp │ │ │ │ ├── ossconuc.cpp │ │ │ │ ├── ossdestr.cpp │ │ │ │ ├── ost.cpp │ │ │ │ ├── ostadpre.cpp │ │ │ │ ├── ostcoeos.cpp │ │ │ │ ├── ostcoesf.cpp │ │ │ │ ├── ostconde.cpp │ │ │ │ ├── ostconsf.cpp │ │ │ │ ├── ostcoost.cpp │ │ │ │ ├── ostdestr.cpp │ │ │ │ ├── ostdlshf.cpp │ │ │ │ ├── ostflush.cpp │ │ │ │ ├── ostincch.cpp │ │ │ │ ├── ostincha.cpp │ │ │ │ ├── ostini64.cpp │ │ │ │ ├── ostiniom.cpp │ │ │ │ ├── ostinomn.cpp │ │ │ │ ├── ostinptr.cpp │ │ │ │ ├── ostinslo.cpp │ │ │ │ ├── ostinstf.cpp │ │ │ │ ├── ostinu64.cpp │ │ │ │ ├── ostinulo.cpp │ │ │ │ ├── ostname.txt │ │ │ │ ├── ostopfx.cpp │ │ │ │ ├── ostosfx.cpp │ │ │ │ ├── ostput.cpp │ │ │ │ ├── ostspsto.cpp │ │ │ │ ├── ostspstp.cpp │ │ │ │ ├── osttellp.cpp │ │ │ │ ├── ostwrite.cpp │ │ │ │ ├── sdf.cpp │ │ │ │ ├── sdfconde.cpp │ │ │ │ ├── sdfconfp.cpp │ │ │ │ ├── sdfdestr.cpp │ │ │ │ ├── sdfname.txt │ │ │ │ ├── sdfoverf.cpp │ │ │ │ ├── sdfsread.cpp │ │ │ │ ├── sdfsync.cpp │ │ │ │ ├── sdfundrf.cpp │ │ │ │ ├── ssb.cpp │ │ │ │ ├── ssbconde.cpp │ │ │ │ ├── ssbconsz.cpp │ │ │ │ ├── ssbdestr.cpp │ │ │ │ ├── ssf.cpp │ │ │ │ ├── ssfdestr.cpp │ │ │ │ ├── ssfdoall.cpp │ │ │ │ ├── ssfempsf.cpp │ │ │ │ ├── ssfempsz.cpp │ │ │ │ ├── ssfgpos.cpp │ │ │ │ ├── ssfoverf.cpp │ │ │ │ ├── ssfseeko.cpp │ │ │ │ ├── ssfsetbf.cpp │ │ │ │ ├── ssfstbuf.cpp │ │ │ │ ├── ssfstr.cpp │ │ │ │ ├── ssfsync.cpp │ │ │ │ ├── ssfundrf.cpp │ │ │ │ ├── sst.cpp │ │ │ │ ├── sstconch.cpp │ │ │ │ ├── sstconde.cpp │ │ │ │ ├── sstconsc.cpp │ │ │ │ ├── sstconuc.cpp │ │ │ │ ├── sstdestr.cpp │ │ │ │ ├── sstname.txt │ │ │ │ ├── stf.cpp │ │ │ │ ├── stfconb.cpp │ │ │ │ ├── stfconde.cpp │ │ │ │ ├── stfdbp.cpp │ │ │ │ ├── stfdestr.cpp │ │ │ │ ├── stfdoall.cpp │ │ │ │ ├── stfdsgtn.cpp │ │ │ │ ├── stfdspun.cpp │ │ │ │ ├── stfgnslk.cpp │ │ │ │ ├── stfname.txt │ │ │ │ ├── stfpbfai.cpp │ │ │ │ ├── stfsbuf.cpp │ │ │ │ ├── stfseeko.cpp │ │ │ │ ├── stfseekp.cpp │ │ │ │ ├── stfsetb.cpp │ │ │ │ └── stfsync.cpp │ │ │ └── h │ │ │ │ ├── iofhdr.h │ │ │ │ ├── ioshdr.h │ │ │ │ ├── iost.h │ │ │ │ ├── ioutil.h │ │ │ │ ├── isthdr.h │ │ │ │ ├── osthdr.h │ │ │ │ ├── sdfhdr.h │ │ │ │ ├── ssfhdr.h │ │ │ │ └── stfhdr.h │ │ ├── makefile │ │ ├── runtime │ │ │ ├── a │ │ │ │ ├── fshand.asm │ │ │ │ ├── moddtora.asm │ │ │ │ ├── pdctxaxp.asm │ │ │ │ ├── prwdata.asm │ │ │ │ └── undefdta.asm │ │ │ ├── cpp │ │ │ │ ├── _stnwhdl.cpp │ │ │ │ ├── allocexc.cpp │ │ │ │ ├── areaexc.cpp │ │ │ │ ├── arrassgn.cpp │ │ │ │ ├── arrdel.cpp │ │ │ │ ├── arrdelx.cpp │ │ │ │ ├── arrnew.cpp │ │ │ │ ├── bittest.cpp │ │ │ │ ├── callterm.cpp │ │ │ │ ├── callunex.cpp │ │ │ │ ├── cppdata.cpp │ │ │ │ ├── ctorarst.cpp │ │ │ │ ├── darrnew.cpp │ │ │ │ ├── dfsroot.cpp │ │ │ │ ├── dstabmod.cpp │ │ │ │ ├── dtorarst.cpp │ │ │ │ ├── exc_pr.cpp │ │ │ │ ├── exnonsys.cpp │ │ │ │ ├── exstring.cpp │ │ │ │ ├── fatalerr.cpp │ │ │ │ ├── fsregist.cpp │ │ │ │ ├── fsroot.cpp │ │ │ │ ├── generr.cpp │ │ │ │ ├── ljmpdtor.cpp │ │ │ │ ├── ljmpinit.cpp │ │ │ │ ├── lock.cpp │ │ │ │ ├── moddtorr.cpp │ │ │ │ ├── opdel.cpp │ │ │ │ ├── opdelarr.cpp │ │ │ │ ├── opnew.cpp │ │ │ │ ├── opnewarr.cpp │ │ │ │ ├── opnewp.cpp │ │ │ │ ├── opnewpar.cpp │ │ │ │ ├── pdregist.cpp │ │ │ │ ├── pgmthrd.cpp │ │ │ │ ├── prwsdata.cpp │ │ │ │ ├── pure_err.cpp │ │ │ │ ├── rtdbgcom.cpp │ │ │ │ ├── rtdbgst.cpp │ │ │ │ ├── rttidync.cpp │ │ │ │ ├── rttiptr.cpp │ │ │ │ ├── rttiref.cpp │ │ │ │ ├── rttisupp.cpp │ │ │ │ ├── rttitid.cpp │ │ │ │ ├── rttivoid.cpp │ │ │ │ ├── setnwhdl.cpp │ │ │ │ ├── settrmnt.cpp │ │ │ │ ├── setunexp.cpp │ │ │ │ ├── sisema.cpp │ │ │ │ ├── stabacp.cpp │ │ │ │ ├── stabacpv.cpp │ │ │ │ ├── stabact.cpp │ │ │ │ ├── stabactv.cpp │ │ │ │ ├── stabadt.cpp │ │ │ │ ├── stabarr.cpp │ │ │ │ ├── stabdisp.cpp │ │ │ │ ├── stabdtor.cpp │ │ │ │ ├── stabfunc.cpp │ │ │ │ ├── stabinit.cpp │ │ │ │ ├── stablcl.cpp │ │ │ │ ├── stabmod.cpp │ │ │ │ ├── stabreg.cpp │ │ │ │ ├── stabthrw.cpp │ │ │ │ ├── stabtrav.cpp │ │ │ │ ├── termnate.cpp │ │ │ │ ├── thrddata.cpp │ │ │ │ ├── ti_bfor.cpp │ │ │ │ ├── ti_dtor.cpp │ │ │ │ ├── ti_name.cpp │ │ │ │ ├── ti_opeq.cpp │ │ │ │ ├── ti_opne.cpp │ │ │ │ ├── ti_raw.cpp │ │ │ │ ├── tsequiv.cpp │ │ │ │ ├── tssize.cpp │ │ │ │ ├── undefed.cpp │ │ │ │ ├── undefmbd.cpp │ │ │ │ ├── undefmbr.cpp │ │ │ │ ├── unexpect.cpp │ │ │ │ ├── varrnew.cpp │ │ │ │ └── vfun_err.cpp │ │ │ ├── h │ │ │ │ ├── cpplib.h │ │ │ │ ├── exc_pr.h │ │ │ │ ├── fsreg.h │ │ │ │ ├── kluges.h │ │ │ │ ├── lock.h │ │ │ │ ├── pditer.h │ │ │ │ ├── rt_rtti.h │ │ │ │ ├── rtarctor.h │ │ │ │ ├── rtctl.h │ │ │ │ ├── rtdtor.h │ │ │ │ ├── rtexcept.h │ │ │ │ └── rtmsgs.h │ │ │ └── inc │ │ │ │ └── xinit.inc │ │ └── string │ │ │ ├── cpp │ │ │ ├── allocrep.cpp │ │ │ ├── allomusz.cpp │ │ │ ├── appendst.cpp │ │ │ ├── compchar.cpp │ │ │ ├── compstr.cpp │ │ │ ├── condefau.cpp │ │ │ ├── constcst.cpp │ │ │ ├── constrch.cpp │ │ │ ├── constrst.cpp │ │ │ ├── conszcap.cpp │ │ │ ├── destruct.cpp │ │ │ ├── filename.txt │ │ │ ├── freestr.cpp │ │ │ ├── indexcha.cpp │ │ │ ├── indexstr.cpp │ │ │ ├── joinstr.cpp │ │ │ ├── matchcst.cpp │ │ │ ├── matchs.cpp │ │ │ ├── matchstr.cpp │ │ │ ├── opappcst.cpp │ │ │ ├── opappstr.cpp │ │ │ ├── opasstcs.cpp │ │ │ ├── opasstst.cpp │ │ │ ├── opcachst.cpp │ │ │ ├── opcacrst.cpp │ │ │ ├── opcastch.cpp │ │ │ ├── opcastcr.cpp │ │ │ ├── opcastst.cpp │ │ │ ├── opco1sch.cpp │ │ │ ├── opcostch.cpp │ │ │ ├── opcostsc.cpp │ │ │ ├── opcrchar.cpp │ │ │ ├── opeqchst.cpp │ │ │ ├── opeqcrst.cpp │ │ │ ├── opeqstch.cpp │ │ │ ├── opeqstcr.cpp │ │ │ ├── opeqstst.cpp │ │ │ ├── opgqchst.cpp │ │ │ ├── opgqcrst.cpp │ │ │ ├── opgqstch.cpp │ │ │ ├── opgqstcr.cpp │ │ │ ├── opgqstst.cpp │ │ │ ├── opgrchst.cpp │ │ │ ├── opgrcrst.cpp │ │ │ ├── opgrstch.cpp │ │ │ ├── opgrstcr.cpp │ │ │ ├── opgrstst.cpp │ │ │ ├── opinput.cpp │ │ │ ├── oplechst.cpp │ │ │ ├── oplecrst.cpp │ │ │ ├── oplestch.cpp │ │ │ ├── oplestcr.cpp │ │ │ ├── oplestst.cpp │ │ │ ├── oplqchst.cpp │ │ │ ├── oplqcrst.cpp │ │ │ ├── oplqstch.cpp │ │ │ ├── oplqstcr.cpp │ │ │ ├── oplqstst.cpp │ │ │ ├── opnechst.cpp │ │ │ ├── opnecrst.cpp │ │ │ ├── opnestch.cpp │ │ │ ├── opnestcr.cpp │ │ │ ├── opnestst.cpp │ │ │ ├── opoutput.cpp │ │ │ ├── oprfchar.cpp │ │ │ ├── opsubstr.cpp │ │ │ ├── strsrch.cpp │ │ │ └── zapcase.cpp │ │ │ └── h │ │ │ ├── stghdr.h │ │ │ ├── strng.h │ │ │ └── strsrch.def │ ├── h │ │ ├── clibext.h │ │ ├── clibi64.h │ │ ├── cplx.h │ │ ├── defwin.h │ │ ├── demangle.h │ │ ├── dll.h │ │ ├── dm_pts.h │ │ ├── enterdb.h │ │ ├── errorno.h │ │ ├── exitwmsg.h │ │ ├── exitwmsg.inc │ │ ├── extfunc.h │ │ ├── farsupp.h │ │ ├── fileacc.h │ │ ├── fstatus.inc │ │ ├── int64.h │ │ ├── iomode.h │ │ ├── langenv.h │ │ ├── langenv.inc │ │ ├── langenvd.h │ │ ├── liballoc.h │ │ ├── libsupp.h │ │ ├── ljmphdl.h │ │ ├── mathcode.h │ │ ├── mdef.inc │ │ ├── myvalist.h │ │ ├── nwcomdef.h │ │ ├── openmode.h │ │ ├── pdiv.h │ │ ├── printf.h │ │ ├── riscstr.h │ │ ├── rtcheck.h │ │ ├── rtdata.h │ │ ├── rtinit.h │ │ ├── scanf.h │ │ ├── seterrno.h │ │ ├── stacklow.h │ │ ├── strdup.h │ │ ├── struct.inc │ │ ├── variety.h │ │ ├── watcom.h │ │ ├── widechar.h │ │ ├── xfloat.h │ │ ├── xinit.inc │ │ └── xstring.h │ └── mathlib │ │ ├── a │ │ ├── __87ldi2.asm │ │ ├── __87ldi4.asm │ │ ├── __mtherr.asm │ │ ├── acos387.asm │ │ ├── acosh387.asm │ │ ├── acosl87.asm │ │ ├── asin387.asm │ │ ├── asinh387.asm │ │ ├── asinl87.asm │ │ ├── atan387.asm │ │ ├── atanh387.asm │ │ ├── atanl87.asm │ │ ├── cotan387.asm │ │ ├── exp387.asm │ │ ├── fabs387.asm │ │ ├── fchop.asm │ │ ├── fmod387.asm │ │ ├── log387.asm │ │ ├── modf387.asm │ │ ├── pow387.asm │ │ ├── sqrt387.asm │ │ ├── trig387.asm │ │ ├── trigh387.asm │ │ └── trigl87.asm │ │ ├── alias │ │ ├── _i__ecvt.asm │ │ ├── _i__fcvt.asm │ │ ├── _i__gcvt.asm │ │ ├── _i_ecvt_.asm │ │ ├── _i_fcvt_.asm │ │ ├── _i_finit.asm │ │ ├── _i_gcvt_.asm │ │ └── _iwtof__.asm │ │ ├── branch.txt │ │ ├── c │ │ ├── _matherr.c │ │ ├── acos.c │ │ ├── asin.c │ │ ├── atan.c │ │ ├── atan2.c │ │ ├── atof.c │ │ ├── cabs.c │ │ ├── ceil.c │ │ ├── clear87.c │ │ ├── cnvd2f.c │ │ ├── cnvs2d.c │ │ ├── cosh.c │ │ ├── cvt.c │ │ ├── difftime.c │ │ ├── divc16.c │ │ ├── divc20.c │ │ ├── divc8.c │ │ ├── efcvt.c │ │ ├── efgfmt.c │ │ ├── evalpoly.c │ │ ├── exp.c │ │ ├── fabs.c │ │ ├── finite.c │ │ ├── floor.c │ │ ├── fmod.c │ │ ├── fpremaxp.c │ │ ├── frexp.c │ │ ├── gcvt.c │ │ ├── grabfpe.c │ │ ├── hypot.c │ │ ├── ifcdabs.c │ │ ├── ifcdcos.c │ │ ├── ifcdexp.c │ │ ├── ifcdlog.c │ │ ├── ifcdsin.c │ │ ├── ifcdsqrt.c │ │ ├── j0.c │ │ ├── j1.c │ │ ├── jn.c │ │ ├── ldclass.c │ │ ├── ldcvt.c │ │ ├── ldexp.c │ │ ├── log.c │ │ ├── log10.c │ │ ├── log87e.c │ │ ├── math2err.c │ │ ├── math87e.c │ │ ├── matherr.c │ │ ├── modfaxp.c │ │ ├── mulc16.c │ │ ├── mulc20.c │ │ ├── mulc8.c │ │ ├── pow.c │ │ ├── pow87e.c │ │ ├── powc16.c │ │ ├── powc20.c │ │ ├── powc8.c │ │ ├── powic16.c │ │ ├── powic32.c │ │ ├── powic8.c │ │ ├── powii.c │ │ ├── powri.c │ │ ├── powrr.c │ │ ├── powxi.c │ │ ├── qmatherr.c │ │ ├── sgn.c │ │ ├── sincos.c │ │ ├── sinh.c │ │ ├── sqrt.c │ │ ├── strtod.c │ │ ├── tanh.c │ │ ├── y0.c │ │ ├── y1.c │ │ ├── yn.c │ │ └── zmatherr.c │ │ ├── h │ │ ├── env387.inc │ │ ├── ifprag.h │ │ ├── math387.inc │ │ └── pi.h │ │ └── makefile ├── svgalib │ ├── 0-INSTALL │ ├── 0-RELEASE │ ├── Makefile │ ├── Makefile.cfg │ ├── README.scitech │ ├── demos │ │ ├── Makefile │ │ ├── accel.c │ │ ├── bankspeed.c │ │ ├── bg_test.c │ │ ├── clut.xbm │ │ ├── eightbpp.xbm │ │ ├── eventtest.c │ │ ├── fish_monster.h │ │ ├── forktest.c │ │ ├── fun.c │ │ ├── joytest.c │ │ ├── keytest.c │ │ ├── linuxlogo.bmp │ │ ├── mjoytest.c │ │ ├── mousetest.c │ │ ├── printftest.c │ │ ├── scrolltest.c │ │ ├── sixbpp.xbm │ │ ├── speedtest.c │ │ ├── spin.c │ │ ├── spintables.h │ │ ├── testaccel.c │ │ ├── testgl.c │ │ ├── testlinear.c │ │ ├── vgatest.c │ │ ├── wizard.xbm │ │ └── wizardmsk.xbm │ ├── doc │ │ ├── 0-README │ │ ├── CHANGES │ │ ├── DESIGN │ │ ├── FILES │ │ ├── Makefile │ │ ├── README.joystick │ │ ├── README.patching │ │ ├── SECURITY.advisory │ │ ├── TODO │ │ ├── man1 │ │ │ ├── convfont.1.gz │ │ │ ├── dumpreg.1.gz │ │ │ ├── fix132x43.1.gz │ │ │ ├── restorefont.1.gz │ │ │ ├── restorepalette.1.gz │ │ │ ├── restoretextmode.1.gz │ │ │ ├── runx.1.gz │ │ │ ├── savetextmode.1.gz │ │ │ ├── setmclk.1.gz │ │ │ └── textmode.1.gz │ │ ├── man3 │ │ │ ├── currentcontext.3.gz │ │ │ ├── gl_allocatecontext.3.gz │ │ │ ├── gl_circle.3.gz │ │ │ ├── gl_clearscreen.3.gz │ │ │ ├── gl_colorfont.3.gz │ │ │ ├── gl_compileboxmask.3.gz │ │ │ ├── gl_compiledboxmasksize.3.gz │ │ │ ├── gl_copybox.3.gz │ │ │ ├── gl_copyboxfromcontext.3.gz │ │ │ ├── gl_copyboxtocontext.3.gz │ │ │ ├── gl_copyscreen.3.gz │ │ │ ├── gl_disableclipping.3.gz │ │ │ ├── gl_enableclipping.3.gz │ │ │ ├── gl_enablepageflipping.3.gz │ │ │ ├── gl_expandfont.3.gz │ │ │ ├── gl_fillbox.3.gz │ │ │ ├── gl_font8x8.3.gz │ │ │ ├── gl_freecontext.3.gz │ │ │ ├── gl_getbox.3.gz │ │ │ ├── gl_getcontext.3.gz │ │ │ ├── gl_getpalette.3.gz │ │ │ ├── gl_getpalettecolor.3.gz │ │ │ ├── gl_getpalettecolors.3.gz │ │ │ ├── gl_getpixel.3.gz │ │ │ ├── gl_getpixelrgb.3.gz │ │ │ ├── gl_hline.3.gz │ │ │ ├── gl_line.3.gz │ │ │ ├── gl_printf.3.gz │ │ │ ├── gl_putbox.3.gz │ │ │ ├── gl_putboxmask.3.gz │ │ │ ├── gl_putboxmaskcompiled.3.gz │ │ │ ├── gl_putboxpart.3.gz │ │ │ ├── gl_rgbcolor.3.gz │ │ │ ├── gl_scalebox.3.gz │ │ │ ├── gl_setclippingwindow.3.gz │ │ │ ├── gl_setcontext.3.gz │ │ │ ├── gl_setcontextheight.3.gz │ │ │ ├── gl_setcontextvga.3.gz │ │ │ ├── gl_setcontextvgavirtual.3.gz │ │ │ ├── gl_setcontextvirtual.3.gz │ │ │ ├── gl_setcontextwidth.3.gz │ │ │ ├── gl_setdisplaystart.3.gz │ │ │ ├── gl_setfont.3.gz │ │ │ ├── gl_setfontcolors.3.gz │ │ │ ├── gl_setpalette.3.gz │ │ │ ├── gl_setpalettecolor.3.gz │ │ │ ├── gl_setpalettecolors.3.gz │ │ │ ├── gl_setpixel.3.gz │ │ │ ├── gl_setpixelrgb.3.gz │ │ │ ├── gl_setrgbpalette.3.gz │ │ │ ├── gl_setscreenoffset.3.gz │ │ │ ├── gl_setwritemode.3.gz │ │ │ ├── gl_striangle.3.gz │ │ │ ├── gl_swtriangle.3.gz │ │ │ ├── gl_triangle.3.gz │ │ │ ├── gl_trigetcolorlookup.3.gz │ │ │ ├── gl_trisetcolorlookup.3.gz │ │ │ ├── gl_trisetdrawpoint.3.gz │ │ │ ├── gl_write.3.gz │ │ │ ├── gl_writen.3.gz │ │ │ ├── gl_wtriangle.3.gz │ │ │ ├── graph_mem.3.gz │ │ │ ├── joystick_button1.3.gz │ │ │ ├── joystick_button2.3.gz │ │ │ ├── joystick_button3.3.gz │ │ │ ├── joystick_button4.3.gz │ │ │ ├── joystick_close.3.gz │ │ │ ├── joystick_getaxis.3.gz │ │ │ ├── joystick_getb1.3.gz │ │ │ ├── joystick_getb2.3.gz │ │ │ ├── joystick_getb3.3.gz │ │ │ ├── joystick_getb4.3.gz │ │ │ ├── joystick_getbutton.3.gz │ │ │ ├── joystick_getnumaxes.3.gz │ │ │ ├── joystick_getnumbuttons.3.gz │ │ │ ├── joystick_getx.3.gz │ │ │ ├── joystick_gety.3.gz │ │ │ ├── joystick_getz.3.gz │ │ │ ├── joystick_init.3.gz │ │ │ ├── joystick_setdefaulthandler.3.gz │ │ │ ├── joystick_sethandler.3.gz │ │ │ ├── joystick_update.3.gz │ │ │ ├── joystick_x.3.gz │ │ │ ├── joystick_y.3.gz │ │ │ ├── joystick_z.3.gz │ │ │ ├── keyboard_clearstate.3.gz │ │ │ ├── keyboard_close.3.gz │ │ │ ├── keyboard_getstate.3.gz │ │ │ ├── keyboard_init.3.gz │ │ │ ├── keyboard_init_return_fd.3.gz │ │ │ ├── keyboard_keypressed.3.gz │ │ │ ├── keyboard_setdefaulteventhandler.3.gz │ │ │ ├── keyboard_seteventhandler.3.gz │ │ │ ├── keyboard_translatekeys.3.gz │ │ │ ├── keyboard_update.3.gz │ │ │ ├── keyboard_waitforupdate.3.gz │ │ │ ├── mouse_close.3.gz │ │ │ ├── mouse_getbutton.3.gz │ │ │ ├── mouse_getposition_6d.3.gz │ │ │ ├── mouse_getx.3.gz │ │ │ ├── mouse_gety.3.gz │ │ │ ├── mouse_init.3.gz │ │ │ ├── mouse_init_return_fd.3.gz │ │ │ ├── mouse_setdefaulteventhandler.3.gz │ │ │ ├── mouse_seteventhandler.3.gz │ │ │ ├── mouse_setposition.3.gz │ │ │ ├── mouse_setposition_6d.3.gz │ │ │ ├── mouse_setrange_6d.3.gz │ │ │ ├── mouse_setscale.3.gz │ │ │ ├── mouse_setwrap.3.gz │ │ │ ├── mouse_setxrange.3.gz │ │ │ ├── mouse_setyrange.3.gz │ │ │ ├── mouse_update.3.gz │ │ │ ├── mouse_waitforupdate.3.gz │ │ │ ├── vga_accel.3.gz │ │ │ ├── vga_bitblt.3.gz │ │ │ ├── vga_blitwait.3.gz │ │ │ ├── vga_claimvideomemory.3.gz │ │ │ ├── vga_clear.3.gz │ │ │ ├── vga_copytoplanar16.3.gz │ │ │ ├── vga_copytoplanar256.3.gz │ │ │ ├── vga_copytoplane.3.gz │ │ │ ├── vga_disabledriverreport.3.gz │ │ │ ├── vga_drawline.3.gz │ │ │ ├── vga_drawpixel.3.gz │ │ │ ├── vga_drawscanline.3.gz │ │ │ ├── vga_drawscansegment.3.gz │ │ │ ├── vga_dumpregs.3.gz │ │ │ ├── vga_ext_set.3.gz │ │ │ ├── vga_fillblt.3.gz │ │ │ ├── vga_flip.3.gz │ │ │ ├── vga_getch.3.gz │ │ │ ├── vga_getcolors.3.gz │ │ │ ├── vga_getcurrentchipset.3.gz │ │ │ ├── vga_getcurrentmode.3.gz │ │ │ ├── vga_getdefaultmode.3.gz │ │ │ ├── vga_getgraphmem.3.gz │ │ │ ├── vga_getkey.3.gz │ │ │ ├── vga_getmodeinfo.3.gz │ │ │ ├── vga_getmodename.3.gz │ │ │ ├── vga_getmodenumber.3.gz │ │ │ ├── vga_getmonitortype.3.gz │ │ │ ├── vga_getmousetype.3.gz │ │ │ ├── vga_getpalette.3.gz │ │ │ ├── vga_getpalvec.3.gz │ │ │ ├── vga_getpixel.3.gz │ │ │ ├── vga_getscansegment.3.gz │ │ │ ├── vga_gettextfont.3.gz │ │ │ ├── vga_gettextmoderegs.3.gz │ │ │ ├── vga_getxdim.3.gz │ │ │ ├── vga_getydim.3.gz │ │ │ ├── vga_hasmode.3.gz │ │ │ ├── vga_hlinelistblt.3.gz │ │ │ ├── vga_imageblt.3.gz │ │ │ ├── vga_init.3.gz │ │ │ ├── vga_lastmodenumber.3.gz │ │ │ ├── vga_lockvc.3.gz │ │ │ ├── vga_oktowrite.3.gz │ │ │ ├── vga_puttextfont.3.gz │ │ │ ├── vga_runinbackground.3.gz │ │ │ ├── vga_runinbackground_version.3.gz │ │ │ ├── vga_safety_fork.3.gz │ │ │ ├── vga_screenoff.3.gz │ │ │ ├── vga_screenon.3.gz │ │ │ ├── vga_setchipset.3.gz │ │ │ ├── vga_setchipsetandfeatures.3.gz │ │ │ ├── vga_setcolor.3.gz │ │ │ ├── vga_setdisplaystart.3.gz │ │ │ ├── vga_setegacolor.3.gz │ │ │ ├── vga_setflipchar.3.gz │ │ │ ├── vga_setlinearaddressing.3.gz │ │ │ ├── vga_setlogicalwidth.3.gz │ │ │ ├── vga_setmode.3.gz │ │ │ ├── vga_setmodeX.3.gz │ │ │ ├── vga_setmousesupport.3.gz │ │ │ ├── vga_setpage.3.gz │ │ │ ├── vga_setpalette.3.gz │ │ │ ├── vga_setpalvec.3.gz │ │ │ ├── vga_setreadpage.3.gz │ │ │ ├── vga_setrgbcolor.3.gz │ │ │ ├── vga_settextmoderegs.3.gz │ │ │ ├── vga_setwritepage.3.gz │ │ │ ├── vga_unlockvc.3.gz │ │ │ ├── vga_waitevent.3.gz │ │ │ ├── vga_waitretrace.3.gz │ │ │ └── vga_white.3.gz │ │ ├── man5 │ │ │ ├── libvga.config.5.gz │ │ │ ├── libvga.et4000.5.gz │ │ │ ├── libvga.et6000.5.gz │ │ │ └── svgalibrc.5.gz │ │ ├── man6 │ │ │ ├── accel.6.gz │ │ │ ├── bg_test.6.gz │ │ │ ├── eventtest.6.gz │ │ │ ├── forktest.6.gz │ │ │ ├── fun.6.gz │ │ │ ├── joytest.6.gz │ │ │ ├── keytest.6.gz │ │ │ ├── mach32info.6.gz │ │ │ ├── mjoytest.6.gz │ │ │ ├── mousetest.6.gz │ │ │ ├── plane.6.gz │ │ │ ├── printftest.6.gz │ │ │ ├── scrolltest.6.gz │ │ │ ├── speedtest.6.gz │ │ │ ├── spin.6.gz │ │ │ ├── testaccel.6.gz │ │ │ ├── testgl.6.gz │ │ │ ├── testlinear.6.gz │ │ │ ├── threed.6.gz │ │ │ ├── vgatest.6.gz │ │ │ └── wrapdemo.6.gz │ │ ├── man7 │ │ │ ├── svgalib.7.gz │ │ │ ├── svgalib.chips.7.gz │ │ │ ├── svgalib.et4000.7.gz │ │ │ ├── svgalib.et6000.7.gz │ │ │ ├── svgalib.faq.7.gz │ │ │ ├── svgalib.mach32.7.gz │ │ │ ├── threedkit.7.gz │ │ │ └── vgagl.7.gz │ │ └── tman │ ├── gl │ │ ├── Makefile │ │ ├── cbitmap.c │ │ ├── def.h │ │ ├── driver.c │ │ ├── driver.h │ │ ├── font8x8.c │ │ ├── grlib.c │ │ ├── inlstring.h │ │ ├── line.c │ │ ├── mem.S │ │ ├── mem.c │ │ ├── palette.c │ │ ├── scale.c │ │ ├── text.c │ │ └── vgagl.h │ ├── libvga.config │ ├── libvga.config.tmpl │ ├── src │ │ ├── Makefile │ │ ├── config.c │ │ ├── driver.h │ │ ├── joystick │ │ │ ├── joydev.h │ │ │ ├── joystick.c │ │ │ └── vgajoystick.h │ │ ├── keyboard │ │ │ ├── keyboard.c │ │ │ └── vgakeyboard.h │ │ ├── libvga.h │ │ ├── mouse │ │ │ ├── mouse.c │ │ │ ├── ms.c │ │ │ └── vgamouse.h │ │ ├── vga.c │ │ ├── vga.h │ │ └── vgamodesel.c │ ├── support │ │ ├── 0-README │ │ ├── trap-out.asm │ │ ├── trap-out.com │ │ └── vga.c │ ├── svgalib.lsm │ ├── svgalib.spec │ ├── svpmi │ │ ├── parse.c │ │ ├── svpmi.c │ │ └── svpmi.h │ ├── threeDKit │ │ ├── 0-CHANGES │ │ ├── 0-COPYING │ │ ├── 0-README │ │ ├── 3dinit.c │ │ ├── 3dinit.h │ │ ├── 3dkit.c │ │ ├── 3dkit.h │ │ ├── 3dtext.c │ │ ├── Makefile │ │ ├── config.h │ │ ├── plane.h │ │ ├── planinit.c │ │ ├── planukit.c │ │ ├── quickmath.c │ │ ├── quickmath.h │ │ ├── striangle.c │ │ ├── susannaRUBENS.bmp │ │ ├── swtriangle.c │ │ ├── tri.c │ │ ├── triangl.c │ │ ├── triangle.c │ │ ├── triangle.h │ │ ├── trisetpixel.c │ │ ├── wrapdemo.c │ │ ├── wrapdemo.h │ │ ├── wrapsurf.c │ │ └── wtriangle.c │ └── utils │ │ ├── 0-README │ │ ├── Makefile │ │ ├── convfont.c │ │ ├── dumpreg.c │ │ ├── font14 │ │ ├── font16 │ │ ├── font8 │ │ ├── restorefont.c │ │ ├── restorepalette.c │ │ ├── restoretextmode.c │ │ ├── runx │ │ ├── savetextmode │ │ └── textmode ├── targets │ └── readme.txt ├── tech │ ├── bintree.cpp │ ├── bitset.cpp │ ├── dlist.cpp │ ├── dynstr.cpp │ ├── error.cpp │ ├── hash_c.cpp │ ├── hashtab.cpp │ ├── list.cpp │ ├── makefile │ ├── memmgr.cpp │ ├── notes │ ├── slist.cpp │ ├── str.cpp │ ├── stub.cpp │ ├── substr.cpp │ └── test │ │ ├── arrytst.cpp │ │ ├── bintrtst.cpp │ │ ├── clisttst.cpp │ │ ├── dlisttst.cpp │ │ ├── dqtst.cpp │ │ ├── hashtst.cpp │ │ ├── iarrtst.cpp │ │ ├── listtst.cpp │ │ ├── membtst.cpp │ │ ├── memtst.cpp │ │ ├── qtst.cpp │ │ ├── sarrytst.cpp │ │ ├── siarrtst.cpp │ │ ├── slisttst.cpp │ │ ├── stktst.cpp │ │ └── tststr.cpp ├── trans │ ├── makefile │ ├── read.me │ └── trans.c ├── util │ ├── bclink.c │ ├── bin2c.c │ ├── comstrip.c │ ├── cvs_date.c │ ├── dj_ld.c │ ├── expndinc.c │ ├── k_cc.c │ ├── k_cp.c │ ├── k_echo.c │ ├── k_md.c │ ├── k_rm.c │ ├── k_tee.c │ ├── loc.c │ ├── makedef.c │ ├── makedep.c │ ├── makedep.pl │ ├── makedepx.c │ ├── makefile │ ├── makeself.sh │ ├── ntset.c │ ├── p4_cvs.c │ ├── p4_upd.c │ ├── rclink.c │ ├── rtftable.c │ ├── spawn.c │ ├── spawn.h │ ├── tolower.c │ └── trimlib.c ├── v86bios │ ├── AsmMacros.h │ ├── README │ ├── awk.scr │ ├── cbios.c │ ├── command.c │ ├── console.c │ ├── debug.h │ ├── happy_cards │ ├── hexdump │ ├── int.c │ ├── io.c │ ├── lex.l │ ├── main.c │ ├── makefile.linux │ ├── mem.c │ ├── parser.y │ ├── pci.c │ ├── pci.h │ ├── v86.c │ ├── v86bios.c │ ├── v86bios.h │ ├── working_cards │ └── x86emu.c ├── x86emu │ ├── LICENSE │ ├── debug.c │ ├── decode.c │ ├── fpu.c │ ├── makefile │ ├── makefile.linux │ ├── ops.c │ ├── ops2.c │ ├── prim_ops.c │ ├── sys.c │ ├── validate.c │ └── x86emu │ │ ├── debug.h │ │ ├── decode.h │ │ ├── fpu.h │ │ ├── ops.h │ │ ├── prim_asm.h │ │ ├── prim_ops.h │ │ └── x86emui.h └── zlib │ ├── ChangeLog │ ├── FAQ │ ├── INDEX │ ├── README │ ├── adler32.c │ ├── algorithm.txt │ ├── compress.c │ ├── configure │ ├── crc32.c │ ├── crc32.h │ ├── deflate.c │ ├── deflate.h │ ├── example.c │ ├── gzio.c │ ├── infback.c │ ├── inffast.c │ ├── inffast.h │ ├── inffixed.h │ ├── inflate.c │ ├── inflate.h │ ├── inftrees.c │ ├── inftrees.h │ ├── makefile │ ├── minigzip.c │ ├── trees.c │ ├── trees.h │ ├── uncompr.c │ ├── unzip │ ├── ioapi.c │ └── unzip.c │ ├── zconf.in.h │ ├── zlib.3 │ ├── zutil.c │ └── zutil.h ├── start-sdk.bat ├── start-sdk.cmd ├── start-sdk.linux ├── start-sdk.qnx ├── start-sdk.uuu ├── start.bat ├── start.cmd ├── start.linux ├── start.qnx └── startw98.pif /LICENSE.EXCEPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/LICENSE.EXCEPT -------------------------------------------------------------------------------- /LICENSE.FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/LICENSE.FAQ -------------------------------------------------------------------------------- /LICENSE.GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/LICENSE.GPL -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/README.md -------------------------------------------------------------------------------- /bin-linux/alpha/dmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/alpha/dmake -------------------------------------------------------------------------------- /bin-linux/alpha/trans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/alpha/trans -------------------------------------------------------------------------------- /bin-linux/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/build -------------------------------------------------------------------------------- /bin-linux/build_db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/build_db -------------------------------------------------------------------------------- /bin-linux/build_it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/build_it -------------------------------------------------------------------------------- /bin-linux/cdit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/cdit -------------------------------------------------------------------------------- /bin-linux/clrvars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/clrvars.sh -------------------------------------------------------------------------------- /bin-linux/gcc-drv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/gcc-drv.sh -------------------------------------------------------------------------------- /bin-linux/gcc-uuu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/gcc-uuu.sh -------------------------------------------------------------------------------- /bin-linux/k_tee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/k_tee -------------------------------------------------------------------------------- /bin-linux/ow-c32.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ow-c32.sh -------------------------------------------------------------------------------- /bin-linux/ow-d32.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ow-d32.sh -------------------------------------------------------------------------------- /bin-linux/ow-linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ow-linux.sh -------------------------------------------------------------------------------- /bin-linux/ow-o32.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ow-o32.sh -------------------------------------------------------------------------------- /bin-linux/ow-p32.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ow-p32.sh -------------------------------------------------------------------------------- /bin-linux/ow-w32.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ow-w32.sh -------------------------------------------------------------------------------- /bin-linux/ow10-drv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ow10-drv.sh -------------------------------------------------------------------------------- /bin-linux/ppc-be/k_cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ppc-be/k_cc -------------------------------------------------------------------------------- /bin-linux/ppc-be/k_cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ppc-be/k_cp -------------------------------------------------------------------------------- /bin-linux/ppc-be/k_md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ppc-be/k_md -------------------------------------------------------------------------------- /bin-linux/ppc-be/k_rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ppc-be/k_rm -------------------------------------------------------------------------------- /bin-linux/ppc-be/loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ppc-be/loc -------------------------------------------------------------------------------- /bin-linux/ppc-be/save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/ppc-be/save -------------------------------------------------------------------------------- /bin-linux/x86/dmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/dmake -------------------------------------------------------------------------------- /bin-linux/x86/k_cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/k_cp -------------------------------------------------------------------------------- /bin-linux/x86/k_echo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/k_echo -------------------------------------------------------------------------------- /bin-linux/x86/k_md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/k_md -------------------------------------------------------------------------------- /bin-linux/x86/k_rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/k_rm -------------------------------------------------------------------------------- /bin-linux/x86/makedep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/makedep -------------------------------------------------------------------------------- /bin-linux/x86/nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/nasm -------------------------------------------------------------------------------- /bin-linux/x86/ndisasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/ndisasm -------------------------------------------------------------------------------- /bin-linux/x86/rclink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/rclink -------------------------------------------------------------------------------- /bin-linux/x86/trans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/trans -------------------------------------------------------------------------------- /bin-linux/x86/trimlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-linux/x86/trimlib -------------------------------------------------------------------------------- /bin-os2/bc20-o32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/bc20-o32.cmd -------------------------------------------------------------------------------- /bin-os2/bclink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/bclink.exe -------------------------------------------------------------------------------- /bin-os2/build.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/build.cmd -------------------------------------------------------------------------------- /bin-os2/build_db.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/build_db.cmd -------------------------------------------------------------------------------- /bin-os2/build_it.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/build_it.cmd -------------------------------------------------------------------------------- /bin-os2/cdit.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/cdit.cmd -------------------------------------------------------------------------------- /bin-os2/cl386-drv.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/cl386-drv.cmd -------------------------------------------------------------------------------- /bin-os2/cl60-drv.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/cl60-drv.cmd -------------------------------------------------------------------------------- /bin-os2/dj_ld.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/dj_ld.exe -------------------------------------------------------------------------------- /bin-os2/dmake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/dmake.exe -------------------------------------------------------------------------------- /bin-os2/emx-o32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/emx-o32.cmd -------------------------------------------------------------------------------- /bin-os2/emx-p32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/emx-p32.cmd -------------------------------------------------------------------------------- /bin-os2/expndinc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/expndinc.exe -------------------------------------------------------------------------------- /bin-os2/k_cp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/k_cp.exe -------------------------------------------------------------------------------- /bin-os2/k_echo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/k_echo.exe -------------------------------------------------------------------------------- /bin-os2/k_md.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/k_md.exe -------------------------------------------------------------------------------- /bin-os2/k_rm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/k_rm.exe -------------------------------------------------------------------------------- /bin-os2/k_tee.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/k_tee.exe -------------------------------------------------------------------------------- /bin-os2/loc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/loc.exe -------------------------------------------------------------------------------- /bin-os2/makedef.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/makedef.exe -------------------------------------------------------------------------------- /bin-os2/makedep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/makedep.exe -------------------------------------------------------------------------------- /bin-os2/makedepx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/makedepx.exe -------------------------------------------------------------------------------- /bin-os2/nasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/nasm.exe -------------------------------------------------------------------------------- /bin-os2/ndisasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/ndisasm.exe -------------------------------------------------------------------------------- /bin-os2/ow10-c32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/ow10-c32.cmd -------------------------------------------------------------------------------- /bin-os2/ow10-d16.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/ow10-d16.cmd -------------------------------------------------------------------------------- /bin-os2/ow10-d32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/ow10-d32.cmd -------------------------------------------------------------------------------- /bin-os2/ow10-drv.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/ow10-drv.cmd -------------------------------------------------------------------------------- /bin-os2/ow10-o32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/ow10-o32.cmd -------------------------------------------------------------------------------- /bin-os2/ow10-w32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/ow10-w32.cmd -------------------------------------------------------------------------------- /bin-os2/rclink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/rclink.exe -------------------------------------------------------------------------------- /bin-os2/set-vars.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/set-vars.cmd -------------------------------------------------------------------------------- /bin-os2/trimlib.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/trimlib.exe -------------------------------------------------------------------------------- /bin-os2/va30-drv.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/va30-drv.cmd -------------------------------------------------------------------------------- /bin-os2/va30-o32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/va30-o32.cmd -------------------------------------------------------------------------------- /bin-os2/va30-p32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/va30-p32.cmd -------------------------------------------------------------------------------- /bin-os2/va36-o32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/va36-o32.cmd -------------------------------------------------------------------------------- /bin-os2/va36-p32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/va36-p32.cmd -------------------------------------------------------------------------------- /bin-os2/wc10-c32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc10-c32.cmd -------------------------------------------------------------------------------- /bin-os2/wc10-d32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc10-d32.cmd -------------------------------------------------------------------------------- /bin-os2/wc10-o16.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc10-o16.cmd -------------------------------------------------------------------------------- /bin-os2/wc10-o32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc10-o32.cmd -------------------------------------------------------------------------------- /bin-os2/wc10-p32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc10-p32.cmd -------------------------------------------------------------------------------- /bin-os2/wc10-w32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc10-w32.cmd -------------------------------------------------------------------------------- /bin-os2/wc11-c32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc11-c32.cmd -------------------------------------------------------------------------------- /bin-os2/wc11-d32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc11-d32.cmd -------------------------------------------------------------------------------- /bin-os2/wc11-o16.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc11-o16.cmd -------------------------------------------------------------------------------- /bin-os2/wc11-o32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc11-o32.cmd -------------------------------------------------------------------------------- /bin-os2/wc11-p32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc11-p32.cmd -------------------------------------------------------------------------------- /bin-os2/wc11-w32.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-os2/wc11-w32.cmd -------------------------------------------------------------------------------- /bin-qnx/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/build -------------------------------------------------------------------------------- /bin-qnx/build_db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/build_db -------------------------------------------------------------------------------- /bin-qnx/build_it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/build_it -------------------------------------------------------------------------------- /bin-qnx/cdit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/cdit -------------------------------------------------------------------------------- /bin-qnx/dmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/dmake -------------------------------------------------------------------------------- /bin-qnx/k_cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/k_cp -------------------------------------------------------------------------------- /bin-qnx/k_echo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/k_echo -------------------------------------------------------------------------------- /bin-qnx/k_md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/k_md -------------------------------------------------------------------------------- /bin-qnx/k_rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/k_rm -------------------------------------------------------------------------------- /bin-qnx/makedep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/makedep -------------------------------------------------------------------------------- /bin-qnx/nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/nasm -------------------------------------------------------------------------------- /bin-qnx/ndisasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/ndisasm -------------------------------------------------------------------------------- /bin-qnx/qnx4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/qnx4.sh -------------------------------------------------------------------------------- /bin-qnx/qnxnto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/qnxnto.sh -------------------------------------------------------------------------------- /bin-qnx/trans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-qnx/trans -------------------------------------------------------------------------------- /bin-win32/bclink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/bclink.exe -------------------------------------------------------------------------------- /bin-win32/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/build.bat -------------------------------------------------------------------------------- /bin-win32/cdit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/cdit.bat -------------------------------------------------------------------------------- /bin-win32/clrvars.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/clrvars.bat -------------------------------------------------------------------------------- /bin-win32/dj_ld.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/dj_ld.exe -------------------------------------------------------------------------------- /bin-win32/djgpp.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/djgpp.env -------------------------------------------------------------------------------- /bin-win32/dmake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/dmake.exe -------------------------------------------------------------------------------- /bin-win32/k_cp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/k_cp.exe -------------------------------------------------------------------------------- /bin-win32/k_echo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/k_echo.exe -------------------------------------------------------------------------------- /bin-win32/k_md.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/k_md.exe -------------------------------------------------------------------------------- /bin-win32/k_rm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/k_rm.exe -------------------------------------------------------------------------------- /bin-win32/k_tee.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/k_tee.exe -------------------------------------------------------------------------------- /bin-win32/loc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/loc.exe -------------------------------------------------------------------------------- /bin-win32/makedef.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/makedef.exe -------------------------------------------------------------------------------- /bin-win32/makedep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/makedep.exe -------------------------------------------------------------------------------- /bin-win32/nasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/nasm.exe -------------------------------------------------------------------------------- /bin-win32/ntddk.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/ntddk.bat -------------------------------------------------------------------------------- /bin-win32/rclink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/rclink.exe -------------------------------------------------------------------------------- /bin-win32/trans.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/trans.exe -------------------------------------------------------------------------------- /bin-win32/trimlib.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/trimlib.exe -------------------------------------------------------------------------------- /bin-win32/vc60-qt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/vc60-qt.bat -------------------------------------------------------------------------------- /bin-win32/w2kddk.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/w2kddk.bat -------------------------------------------------------------------------------- /bin-win32/wasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bin-win32/wasm.exe -------------------------------------------------------------------------------- /bitmaps/blend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/blend.png -------------------------------------------------------------------------------- /bitmaps/blend8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/blend8.png -------------------------------------------------------------------------------- /bitmaps/blendpal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/blendpal.png -------------------------------------------------------------------------------- /bitmaps/blndgrey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/blndgrey.png -------------------------------------------------------------------------------- /bitmaps/cow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-1.png -------------------------------------------------------------------------------- /bitmaps/cow-24.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-24.bmp -------------------------------------------------------------------------------- /bitmaps/cow-24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-24.jpg -------------------------------------------------------------------------------- /bitmaps/cow-24.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-24.pcx -------------------------------------------------------------------------------- /bitmaps/cow-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-24.png -------------------------------------------------------------------------------- /bitmaps/cow-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-32.png -------------------------------------------------------------------------------- /bitmaps/cow-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-4.png -------------------------------------------------------------------------------- /bitmaps/cow-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-8.png -------------------------------------------------------------------------------- /bitmaps/cow-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/cow-gray.png -------------------------------------------------------------------------------- /bitmaps/doggie2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/doggie2.bmp -------------------------------------------------------------------------------- /bitmaps/doggie2.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/doggie2.pcx -------------------------------------------------------------------------------- /bitmaps/frog-1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/frog-1.bmp -------------------------------------------------------------------------------- /bitmaps/frog-1.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/frog-1.pcx -------------------------------------------------------------------------------- /bitmaps/frog-4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/frog-4.bmp -------------------------------------------------------------------------------- /bitmaps/frog-4.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/frog-4.pcx -------------------------------------------------------------------------------- /bitmaps/frog-8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/frog-8.bmp -------------------------------------------------------------------------------- /bitmaps/frog-8.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/frog-8.pcx -------------------------------------------------------------------------------- /bitmaps/frog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/frog.bmp -------------------------------------------------------------------------------- /bitmaps/mvctrl0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvctrl0.bmp -------------------------------------------------------------------------------- /bitmaps/mvctrl0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvctrl0.dat -------------------------------------------------------------------------------- /bitmaps/mvctrl1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvctrl1.bmp -------------------------------------------------------------------------------- /bitmaps/mvctrl1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvctrl1.dat -------------------------------------------------------------------------------- /bitmaps/mvctrl2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvctrl2.bmp -------------------------------------------------------------------------------- /bitmaps/mvctrl2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvctrl2.dat -------------------------------------------------------------------------------- /bitmaps/mvglyph0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvglyph0.dat -------------------------------------------------------------------------------- /bitmaps/mvglyph1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvglyph1.dat -------------------------------------------------------------------------------- /bitmaps/mvglyph2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvglyph2.dat -------------------------------------------------------------------------------- /bitmaps/mvis/down.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvis/down.bmp -------------------------------------------------------------------------------- /bitmaps/mvis/left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvis/left.bmp -------------------------------------------------------------------------------- /bitmaps/mvis/up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/mvis/up.bmp -------------------------------------------------------------------------------- /bitmaps/stereo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/bitmaps/stereo.bmp -------------------------------------------------------------------------------- /cursors/arrow.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/arrow.cur -------------------------------------------------------------------------------- /cursors/blank.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/blank.cur -------------------------------------------------------------------------------- /cursors/bullseye.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/bullseye.cur -------------------------------------------------------------------------------- /cursors/char.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/char.cur -------------------------------------------------------------------------------- /cursors/clock.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/clock.cur -------------------------------------------------------------------------------- /cursors/cross.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/cross.cur -------------------------------------------------------------------------------- /cursors/hand.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/hand.cur -------------------------------------------------------------------------------- /cursors/ibeam.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/ibeam.cur -------------------------------------------------------------------------------- /cursors/leftbtn.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/leftbtn.cur -------------------------------------------------------------------------------- /cursors/magnif1.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/magnif1.cur -------------------------------------------------------------------------------- /cursors/midbtn.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/midbtn.cur -------------------------------------------------------------------------------- /cursors/move.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/move.cur -------------------------------------------------------------------------------- /cursors/noentry.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/noentry.cur -------------------------------------------------------------------------------- /cursors/pbrush.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/pbrush.cur -------------------------------------------------------------------------------- /cursors/pencil.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/pencil.cur -------------------------------------------------------------------------------- /cursors/pntleft.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/pntleft.cur -------------------------------------------------------------------------------- /cursors/pntright.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/pntright.cur -------------------------------------------------------------------------------- /cursors/query.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/query.cur -------------------------------------------------------------------------------- /cursors/rightarr.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/rightarr.cur -------------------------------------------------------------------------------- /cursors/rightbtn.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/rightbtn.cur -------------------------------------------------------------------------------- /cursors/size.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/size.cur -------------------------------------------------------------------------------- /cursors/sizenesw.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/sizenesw.cur -------------------------------------------------------------------------------- /cursors/sizens.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/sizens.cur -------------------------------------------------------------------------------- /cursors/sizenwse.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/sizenwse.cur -------------------------------------------------------------------------------- /cursors/sizewe.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/sizewe.cur -------------------------------------------------------------------------------- /cursors/spraycan.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/spraycan.cur -------------------------------------------------------------------------------- /cursors/wait.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/cursors/wait.cur -------------------------------------------------------------------------------- /docs/mgl/html/vm.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/docs/mgl/html/vm.cab -------------------------------------------------------------------------------- /docs/mgl/html/vm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/docs/mgl/html/vm.zip -------------------------------------------------------------------------------- /drivers/x86/jpeg.bpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/drivers/x86/jpeg.bpd -------------------------------------------------------------------------------- /drivers/x86/png.bpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/drivers/x86/png.bpd -------------------------------------------------------------------------------- /examples/mgl.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/examples/mgl.mak -------------------------------------------------------------------------------- /examples/mgl/gm/sprite.def: -------------------------------------------------------------------------------- 1 | NAME SPRITE 2 | DESCRIPTION 'MGL Sprite Demo' 3 | 4 | -------------------------------------------------------------------------------- /examples/mgl/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/examples/mgl/makefile -------------------------------------------------------------------------------- /examples/mgl/samples/alpha.def: -------------------------------------------------------------------------------- 1 | NAME ALPHA 2 | DESCRIPTION 'MGL Sample Program' 3 | 4 | -------------------------------------------------------------------------------- /examples/mgldoom/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/examples/mgldoom/TODO -------------------------------------------------------------------------------- /examples/opengl/ideas/ogl_err: -------------------------------------------------------------------------------- 1 | WGL Message:System Error: (9):wglCreateContex 2 | -------------------------------------------------------------------------------- /fonts/astrolog.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/astrolog.fnt -------------------------------------------------------------------------------- /fonts/char.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/char.fon -------------------------------------------------------------------------------- /fonts/charb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/charb.fon -------------------------------------------------------------------------------- /fonts/charbi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/charbi.fon -------------------------------------------------------------------------------- /fonts/chari.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/chari.fon -------------------------------------------------------------------------------- /fonts/cour.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/cour.fon -------------------------------------------------------------------------------- /fonts/courb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/courb.fon -------------------------------------------------------------------------------- /fonts/courbi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/courbi.fon -------------------------------------------------------------------------------- /fonts/couri.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/couri.fon -------------------------------------------------------------------------------- /fonts/cyrillc.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/cyrillc.fnt -------------------------------------------------------------------------------- /fonts/demo/helv11.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/helv11.fnt -------------------------------------------------------------------------------- /fonts/demo/helv13.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/helv13.fnt -------------------------------------------------------------------------------- /fonts/demo/helv15.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/helv15.fnt -------------------------------------------------------------------------------- /fonts/demo/helv17.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/helv17.fnt -------------------------------------------------------------------------------- /fonts/demo/helv22.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/helv22.fnt -------------------------------------------------------------------------------- /fonts/demo/helv29.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/helv29.fnt -------------------------------------------------------------------------------- /fonts/demo/helv38.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/helv38.fnt -------------------------------------------------------------------------------- /fonts/demo/pc8x8.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/pc8x8.fnt -------------------------------------------------------------------------------- /fonts/demo/romanc.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/romanc.fnt -------------------------------------------------------------------------------- /fonts/demo/romand.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/romand.fnt -------------------------------------------------------------------------------- /fonts/demo/romanp.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/romanp.fnt -------------------------------------------------------------------------------- /fonts/demo/romans.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/romans.fnt -------------------------------------------------------------------------------- /fonts/demo/romant.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/demo/romant.fnt -------------------------------------------------------------------------------- /fonts/fix10x17.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix10x17.fnt -------------------------------------------------------------------------------- /fonts/fix10x20.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix10x20.fnt -------------------------------------------------------------------------------- /fonts/fix11x19.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix11x19.fnt -------------------------------------------------------------------------------- /fonts/fix12x15.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix12x15.fnt -------------------------------------------------------------------------------- /fonts/fix12x20.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix12x20.fnt -------------------------------------------------------------------------------- /fonts/fix12x23.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix12x23.fnt -------------------------------------------------------------------------------- /fonts/fix12x24.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix12x24.fnt -------------------------------------------------------------------------------- /fonts/fix14x26.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix14x26.fnt -------------------------------------------------------------------------------- /fonts/fix4x5.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix4x5.fnt -------------------------------------------------------------------------------- /fonts/fix4x6.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix4x6.fnt -------------------------------------------------------------------------------- /fonts/fix5x10.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix5x10.fnt -------------------------------------------------------------------------------- /fonts/fix5x6.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix5x6.fnt -------------------------------------------------------------------------------- /fonts/fix5x8.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix5x8.fnt -------------------------------------------------------------------------------- /fonts/fix6x10.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x10.fnt -------------------------------------------------------------------------------- /fonts/fix6x10b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x10b.fnt -------------------------------------------------------------------------------- /fonts/fix6x12.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x12.fnt -------------------------------------------------------------------------------- /fonts/fix6x12b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x12b.fnt -------------------------------------------------------------------------------- /fonts/fix6x12i.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x12i.fnt -------------------------------------------------------------------------------- /fonts/fix6x13.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x13.fnt -------------------------------------------------------------------------------- /fonts/fix6x16.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x16.fnt -------------------------------------------------------------------------------- /fonts/fix6x6.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x6.fnt -------------------------------------------------------------------------------- /fonts/fix6x8.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x8.fnt -------------------------------------------------------------------------------- /fonts/fix6x9.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix6x9.fnt -------------------------------------------------------------------------------- /fonts/fix7x10.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix7x10.fnt -------------------------------------------------------------------------------- /fonts/fix7x12.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix7x12.fnt -------------------------------------------------------------------------------- /fonts/fix7x13.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix7x13.fnt -------------------------------------------------------------------------------- /fonts/fix7x13b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix7x13b.fnt -------------------------------------------------------------------------------- /fonts/fix7x14.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix7x14.fnt -------------------------------------------------------------------------------- /fonts/fix7x17.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix7x17.fnt -------------------------------------------------------------------------------- /fonts/fix7x8.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix7x8.fnt -------------------------------------------------------------------------------- /fonts/fix8x10.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x10.fnt -------------------------------------------------------------------------------- /fonts/fix8x10b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x10b.fnt -------------------------------------------------------------------------------- /fonts/fix8x12.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x12.fnt -------------------------------------------------------------------------------- /fonts/fix8x12b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x12b.fnt -------------------------------------------------------------------------------- /fonts/fix8x13.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x13.fnt -------------------------------------------------------------------------------- /fonts/fix8x13b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x13b.fnt -------------------------------------------------------------------------------- /fonts/fix8x14.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x14.fnt -------------------------------------------------------------------------------- /fonts/fix8x14b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x14b.fnt -------------------------------------------------------------------------------- /fonts/fix8x15.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x15.fnt -------------------------------------------------------------------------------- /fonts/fix8x15b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x15b.fnt -------------------------------------------------------------------------------- /fonts/fix8x16.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x16.fnt -------------------------------------------------------------------------------- /fonts/fix8x16b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x16b.fnt -------------------------------------------------------------------------------- /fonts/fix8x16i.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x16i.fnt -------------------------------------------------------------------------------- /fonts/fix8x19.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x19.fnt -------------------------------------------------------------------------------- /fonts/fix8x8.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x8.fnt -------------------------------------------------------------------------------- /fonts/fix8x8b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x8b.fnt -------------------------------------------------------------------------------- /fonts/fix8x8i.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix8x8i.fnt -------------------------------------------------------------------------------- /fonts/fix9x15.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix9x15.fnt -------------------------------------------------------------------------------- /fonts/fix9x15b.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix9x15b.fnt -------------------------------------------------------------------------------- /fonts/fix9x17.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/fix9x17.fnt -------------------------------------------------------------------------------- /fonts/gotheng.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/gotheng.fnt -------------------------------------------------------------------------------- /fonts/gothger.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/gothger.fnt -------------------------------------------------------------------------------- /fonts/gothita.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/gothita.fnt -------------------------------------------------------------------------------- /fonts/greekc.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/greekc.fnt -------------------------------------------------------------------------------- /fonts/greekcs.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/greekcs.fnt -------------------------------------------------------------------------------- /fonts/greeks.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/greeks.fnt -------------------------------------------------------------------------------- /fonts/helv.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv.fon -------------------------------------------------------------------------------- /fonts/helv11.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv11.fnt -------------------------------------------------------------------------------- /fonts/helv13.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv13.fnt -------------------------------------------------------------------------------- /fonts/helv15.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv15.fnt -------------------------------------------------------------------------------- /fonts/helv17.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv17.fnt -------------------------------------------------------------------------------- /fonts/helv22.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv22.fnt -------------------------------------------------------------------------------- /fonts/helv29.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv29.fnt -------------------------------------------------------------------------------- /fonts/helv29bi.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv29bi.fnt -------------------------------------------------------------------------------- /fonts/helv38.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helv38.fnt -------------------------------------------------------------------------------- /fonts/helvb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helvb.fon -------------------------------------------------------------------------------- /fonts/helvbi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helvbi.fon -------------------------------------------------------------------------------- /fonts/helvi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/helvi.fon -------------------------------------------------------------------------------- /fonts/italicc.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/italicc.fnt -------------------------------------------------------------------------------- /fonts/italiccs.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/italiccs.fnt -------------------------------------------------------------------------------- /fonts/italict.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/italict.fnt -------------------------------------------------------------------------------- /fonts/japanese.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/japanese.fnt -------------------------------------------------------------------------------- /fonts/little.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/little.fnt -------------------------------------------------------------------------------- /fonts/lucb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/lucb.fon -------------------------------------------------------------------------------- /fonts/lucbb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/lucbb.fon -------------------------------------------------------------------------------- /fonts/lucbbi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/lucbbi.fon -------------------------------------------------------------------------------- /fonts/lucbi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/lucbi.fon -------------------------------------------------------------------------------- /fonts/lucs.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/lucs.fon -------------------------------------------------------------------------------- /fonts/lucsb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/lucsb.fon -------------------------------------------------------------------------------- /fonts/lucsbi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/lucsbi.fon -------------------------------------------------------------------------------- /fonts/lucsi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/lucsi.fon -------------------------------------------------------------------------------- /fonts/luct.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/luct.fon -------------------------------------------------------------------------------- /fonts/luctb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/luctb.fon -------------------------------------------------------------------------------- /fonts/mathbig.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/mathbig.fnt -------------------------------------------------------------------------------- /fonts/mathsmal.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/mathsmal.fnt -------------------------------------------------------------------------------- /fonts/musical.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/musical.fnt -------------------------------------------------------------------------------- /fonts/mvglyph0.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/mvglyph0.fnt -------------------------------------------------------------------------------- /fonts/mvglyph1.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/mvglyph1.fnt -------------------------------------------------------------------------------- /fonts/mvglyph2.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/mvglyph2.fnt -------------------------------------------------------------------------------- /fonts/ncen.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/ncen.fon -------------------------------------------------------------------------------- /fonts/ncenb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/ncenb.fon -------------------------------------------------------------------------------- /fonts/ncenbi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/ncenbi.fon -------------------------------------------------------------------------------- /fonts/nceni.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/nceni.fon -------------------------------------------------------------------------------- /fonts/pc6x14.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/pc6x14.fnt -------------------------------------------------------------------------------- /fonts/pc6x8.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/pc6x8.fnt -------------------------------------------------------------------------------- /fonts/pc8x14.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/pc8x14.fnt -------------------------------------------------------------------------------- /fonts/pc8x14t.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/pc8x14t.fnt -------------------------------------------------------------------------------- /fonts/pc8x16.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/pc8x16.fnt -------------------------------------------------------------------------------- /fonts/pc8x8.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/pc8x8.fnt -------------------------------------------------------------------------------- /fonts/pc8x8t.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/pc8x8t.fnt -------------------------------------------------------------------------------- /fonts/romanc.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/romanc.fnt -------------------------------------------------------------------------------- /fonts/romancs.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/romancs.fnt -------------------------------------------------------------------------------- /fonts/romand.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/romand.fnt -------------------------------------------------------------------------------- /fonts/romanp.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/romanp.fnt -------------------------------------------------------------------------------- /fonts/romans.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/romans.fnt -------------------------------------------------------------------------------- /fonts/romant.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/romant.fnt -------------------------------------------------------------------------------- /fonts/scriptc.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/scriptc.fnt -------------------------------------------------------------------------------- /fonts/scripts.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/scripts.fnt -------------------------------------------------------------------------------- /fonts/symb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/symb.fon -------------------------------------------------------------------------------- /fonts/tms.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/tms.fon -------------------------------------------------------------------------------- /fonts/tmsb.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/tmsb.fon -------------------------------------------------------------------------------- /fonts/tmsbi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/tmsbi.fon -------------------------------------------------------------------------------- /fonts/tmsi.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/tmsi.fon -------------------------------------------------------------------------------- /fonts/truetype/ac.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/truetype/ac.ttf -------------------------------------------------------------------------------- /fonts/truetype/m.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/truetype/m.ttf -------------------------------------------------------------------------------- /fonts/truetype/no.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/fonts/truetype/no.ttf -------------------------------------------------------------------------------- /icons/conf256.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/conf256.ico -------------------------------------------------------------------------------- /icons/confirm.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/confirm.ico -------------------------------------------------------------------------------- /icons/err256.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/err256.ico -------------------------------------------------------------------------------- /icons/error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/error.ico -------------------------------------------------------------------------------- /icons/heap.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/heap.ico -------------------------------------------------------------------------------- /icons/heap256.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/heap256.ico -------------------------------------------------------------------------------- /icons/inf256.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/inf256.ico -------------------------------------------------------------------------------- /icons/inform.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/inform.ico -------------------------------------------------------------------------------- /icons/msdos1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/msdos1.ico -------------------------------------------------------------------------------- /icons/skull.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/skull.ico -------------------------------------------------------------------------------- /icons/warn256.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/warn256.ico -------------------------------------------------------------------------------- /icons/warning.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/icons/warning.ico -------------------------------------------------------------------------------- /include/amd64macros.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/amd64macros.i -------------------------------------------------------------------------------- /include/center.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/center.h -------------------------------------------------------------------------------- /include/clib/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/assert.h -------------------------------------------------------------------------------- /include/clib/attrib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/attrib.h -------------------------------------------------------------------------------- /include/clib/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/ctype.h -------------------------------------------------------------------------------- /include/clib/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/elf.h -------------------------------------------------------------------------------- /include/clib/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/errno.h -------------------------------------------------------------------------------- /include/clib/except.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/except.h -------------------------------------------------------------------------------- /include/clib/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/fcntl.h -------------------------------------------------------------------------------- /include/clib/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/float.h -------------------------------------------------------------------------------- /include/clib/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/limits.h -------------------------------------------------------------------------------- /include/clib/locale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/locale.h -------------------------------------------------------------------------------- /include/clib/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/malloc.h -------------------------------------------------------------------------------- /include/clib/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/math.h -------------------------------------------------------------------------------- /include/clib/new.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/new.h -------------------------------------------------------------------------------- /include/clib/os/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/os/os.h -------------------------------------------------------------------------------- /include/clib/pe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/pe.h -------------------------------------------------------------------------------- /include/clib/search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/search.h -------------------------------------------------------------------------------- /include/clib/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/setjmp.h -------------------------------------------------------------------------------- /include/clib/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/share.h -------------------------------------------------------------------------------- /include/clib/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/signal.h -------------------------------------------------------------------------------- /include/clib/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/stdarg.h -------------------------------------------------------------------------------- /include/clib/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/stddef.h -------------------------------------------------------------------------------- /include/clib/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/stdio.h -------------------------------------------------------------------------------- /include/clib/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/stdlib.h -------------------------------------------------------------------------------- /include/clib/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/string.h -------------------------------------------------------------------------------- /include/clib/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/time.h -------------------------------------------------------------------------------- /include/clib/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/unistd.h -------------------------------------------------------------------------------- /include/clib/wcdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/wcdefs.h -------------------------------------------------------------------------------- /include/clib/wchash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/wchash.h -------------------------------------------------------------------------------- /include/clib/wclcom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/wclcom.h -------------------------------------------------------------------------------- /include/clib/wclist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/wclist.h -------------------------------------------------------------------------------- /include/clib/wcskip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/clib/wcskip.h -------------------------------------------------------------------------------- /include/cmdline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/cmdline.h -------------------------------------------------------------------------------- /include/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/console.h -------------------------------------------------------------------------------- /include/cpuinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/cpuinfo.h -------------------------------------------------------------------------------- /include/ddstereo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ddstereo.h -------------------------------------------------------------------------------- /include/ddstereo8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ddstereo8.h -------------------------------------------------------------------------------- /include/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/debug.h -------------------------------------------------------------------------------- /include/event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/event.h -------------------------------------------------------------------------------- /include/freetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/freetype.h -------------------------------------------------------------------------------- /include/fterrid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fterrid.h -------------------------------------------------------------------------------- /include/ftnameid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftnameid.h -------------------------------------------------------------------------------- /include/ftxcmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxcmap.h -------------------------------------------------------------------------------- /include/ftxerr18.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxerr18.h -------------------------------------------------------------------------------- /include/ftxgasp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxgasp.h -------------------------------------------------------------------------------- /include/ftxgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxgdef.h -------------------------------------------------------------------------------- /include/ftxgpos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxgpos.h -------------------------------------------------------------------------------- /include/ftxgsub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxgsub.h -------------------------------------------------------------------------------- /include/ftxkern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxkern.h -------------------------------------------------------------------------------- /include/ftxopen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxopen.h -------------------------------------------------------------------------------- /include/ftxopenf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxopenf.h -------------------------------------------------------------------------------- /include/ftxpost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxpost.h -------------------------------------------------------------------------------- /include/ftxsbit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxsbit.h -------------------------------------------------------------------------------- /include/ftxwidth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ftxwidth.h -------------------------------------------------------------------------------- /include/fx/color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/color.h -------------------------------------------------------------------------------- /include/fx/fixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/fixed.h -------------------------------------------------------------------------------- /include/fx/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/float.h -------------------------------------------------------------------------------- /include/fx/fudge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/fudge.h -------------------------------------------------------------------------------- /include/fx/real.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/real.h -------------------------------------------------------------------------------- /include/fx/vec2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/vec2d.h -------------------------------------------------------------------------------- /include/fx/vec3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/vec3d.h -------------------------------------------------------------------------------- /include/fx/vec4d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/vec4d.h -------------------------------------------------------------------------------- /include/fx/xform2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/xform2d.h -------------------------------------------------------------------------------- /include/fx/xform3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/fx/xform3d.h -------------------------------------------------------------------------------- /include/gconsole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/gconsole.h -------------------------------------------------------------------------------- /include/gluos.h: -------------------------------------------------------------------------------- 1 | /* 2 | * gluos.h - operating system dependencies for GLU 3 | */ 4 | 5 | -------------------------------------------------------------------------------- /include/gm/dlist.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/gm/dlist.hpp -------------------------------------------------------------------------------- /include/gm/gm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/gm/gm.h -------------------------------------------------------------------------------- /include/gm/gmdlg.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/gm/gmdlg.rc -------------------------------------------------------------------------------- /include/gm/gmdlg.rh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/gm/gmdlg.rh -------------------------------------------------------------------------------- /include/gm/sprbmp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/gm/sprbmp.hpp -------------------------------------------------------------------------------- /include/gm/sprite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/gm/sprite.h -------------------------------------------------------------------------------- /include/gm/sprmgr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/gm/sprmgr.hpp -------------------------------------------------------------------------------- /include/jconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/jconfig.h -------------------------------------------------------------------------------- /include/jerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/jerror.h -------------------------------------------------------------------------------- /include/jmorecfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/jmorecfg.h -------------------------------------------------------------------------------- /include/jpegint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/jpegint.h -------------------------------------------------------------------------------- /include/jpeglib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/jpeglib.h -------------------------------------------------------------------------------- /include/mgl/license.h: -------------------------------------------------------------------------------- 1 | #define EMPTY_LICENSE 2 | -------------------------------------------------------------------------------- /include/mgl/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mgl/list.h -------------------------------------------------------------------------------- /include/mgl/mgl40.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mgl/mgl40.h -------------------------------------------------------------------------------- /include/mgl/mglbld.h: -------------------------------------------------------------------------------- 1 | #define BUILD_NUMBER "4" -------------------------------------------------------------------------------- /include/mgl/mglver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mgl/mglver.h -------------------------------------------------------------------------------- /include/mgl_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mgl_int.h -------------------------------------------------------------------------------- /include/mgldib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mgldib.h -------------------------------------------------------------------------------- /include/mgldos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mgldos.h -------------------------------------------------------------------------------- /include/mglos2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglos2.h -------------------------------------------------------------------------------- /include/mglpoint.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglpoint.hpp -------------------------------------------------------------------------------- /include/mglqnx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglqnx.h -------------------------------------------------------------------------------- /include/mglrect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglrect.hpp -------------------------------------------------------------------------------- /include/mglrtt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglrtt.h -------------------------------------------------------------------------------- /include/mglsamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglsamp.h -------------------------------------------------------------------------------- /include/mglsmx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglsmx.h -------------------------------------------------------------------------------- /include/mglunix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglunix.h -------------------------------------------------------------------------------- /include/mglwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglwin.h -------------------------------------------------------------------------------- /include/mglx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mglx.h -------------------------------------------------------------------------------- /include/mgraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mgraph.h -------------------------------------------------------------------------------- /include/mgraph.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mgraph.hpp -------------------------------------------------------------------------------- /include/mipsmacros.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mipsmacros.i -------------------------------------------------------------------------------- /include/model.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/model.mac -------------------------------------------------------------------------------- /include/mtrr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/mtrr.h -------------------------------------------------------------------------------- /include/ntdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ntdriver.h -------------------------------------------------------------------------------- /include/packinst/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/packinst/os.h -------------------------------------------------------------------------------- /include/pcilib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pcilib.h -------------------------------------------------------------------------------- /include/pm/d3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/d3d.h -------------------------------------------------------------------------------- /include/pm/d3dcaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/d3dcaps.h -------------------------------------------------------------------------------- /include/pm/d3dtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/d3dtypes.h -------------------------------------------------------------------------------- /include/pm/dciddi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/dciddi.h -------------------------------------------------------------------------------- /include/pm/ddkernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/ddkernel.h -------------------------------------------------------------------------------- /include/pm/ddraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/ddraw.h -------------------------------------------------------------------------------- /include/pm/ddrawi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/ddrawi.h -------------------------------------------------------------------------------- /include/pm/dmemmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/dmemmgr.h -------------------------------------------------------------------------------- /include/pm/dvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm/dvp.h -------------------------------------------------------------------------------- /include/pm_help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm_help.h -------------------------------------------------------------------------------- /include/pm_wctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pm_wctl.h -------------------------------------------------------------------------------- /include/pmapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pmapi.h -------------------------------------------------------------------------------- /include/pmimp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pmimp.h -------------------------------------------------------------------------------- /include/pmint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pmint.h -------------------------------------------------------------------------------- /include/png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/png.h -------------------------------------------------------------------------------- /include/pngconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/pngconf.h -------------------------------------------------------------------------------- /include/ppcmacros.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ppcmacros.i -------------------------------------------------------------------------------- /include/qnx/_pack1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/qnx/_pack1.h -------------------------------------------------------------------------------- /include/qnx/vbios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/qnx/vbios.h -------------------------------------------------------------------------------- /include/scitech.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/scitech.h -------------------------------------------------------------------------------- /include/scitech.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/scitech.mac -------------------------------------------------------------------------------- /include/simx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/simx.h -------------------------------------------------------------------------------- /include/snap/agp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/agp.h -------------------------------------------------------------------------------- /include/snap/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/audio.h -------------------------------------------------------------------------------- /include/snap/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/common.h -------------------------------------------------------------------------------- /include/snap/ddc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/ddc.h -------------------------------------------------------------------------------- /include/snap/ddclib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/ddclib.h -------------------------------------------------------------------------------- /include/snap/gasdk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/gasdk.h -------------------------------------------------------------------------------- /include/snap/gl3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/gl3d.h -------------------------------------------------------------------------------- /include/snap/graphics/beos/build.h: -------------------------------------------------------------------------------- 1 | #define BUILD_NUMBER "1" 2 | -------------------------------------------------------------------------------- /include/snap/graphics/qnx/build.h: -------------------------------------------------------------------------------- 1 | #define BUILD_NUMBER "1" 2 | -------------------------------------------------------------------------------- /include/snap/hdabus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/hdabus.h -------------------------------------------------------------------------------- /include/snap/ref2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/ref2d.h -------------------------------------------------------------------------------- /include/snap/stereo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/snap/stereo.h -------------------------------------------------------------------------------- /include/tasm.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tasm.mac -------------------------------------------------------------------------------- /include/tcl/array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tcl/array.hpp -------------------------------------------------------------------------------- /include/tcl/deque.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tcl/deque.hpp -------------------------------------------------------------------------------- /include/tcl/dlist.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tcl/dlist.hpp -------------------------------------------------------------------------------- /include/tcl/error.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tcl/error.hpp -------------------------------------------------------------------------------- /include/tcl/list.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tcl/list.hpp -------------------------------------------------------------------------------- /include/tcl/queue.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tcl/queue.hpp -------------------------------------------------------------------------------- /include/tcl/stack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tcl/stack.hpp -------------------------------------------------------------------------------- /include/tcl/str.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tcl/str.hpp -------------------------------------------------------------------------------- /include/tiff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tiff.h -------------------------------------------------------------------------------- /include/tiffio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/tiffio.h -------------------------------------------------------------------------------- /include/unzip/crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/unzip/crypt.h -------------------------------------------------------------------------------- /include/unzip/ioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/unzip/ioapi.h -------------------------------------------------------------------------------- /include/unzip/unzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/unzip/unzip.h -------------------------------------------------------------------------------- /include/unzipsfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/unzipsfx.h -------------------------------------------------------------------------------- /include/vesavbe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/vesavbe.h -------------------------------------------------------------------------------- /include/vxdcall.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/vxdcall.mac -------------------------------------------------------------------------------- /include/vxdfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/vxdfile.h -------------------------------------------------------------------------------- /include/x86emu/regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/x86emu/regs.h -------------------------------------------------------------------------------- /include/xpm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/xpm.h -------------------------------------------------------------------------------- /include/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/zconf.h -------------------------------------------------------------------------------- /include/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/zlib.h -------------------------------------------------------------------------------- /include/ztimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ztimer.h -------------------------------------------------------------------------------- /include/ztimerc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/include/ztimerc.h -------------------------------------------------------------------------------- /makedefs/bc32.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/bc32.mk -------------------------------------------------------------------------------- /makedefs/cl16.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/cl16.mk -------------------------------------------------------------------------------- /makedefs/cl386.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/cl386.mk -------------------------------------------------------------------------------- /makedefs/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/common.mk -------------------------------------------------------------------------------- /makedefs/emx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/emx.mk -------------------------------------------------------------------------------- /makedefs/gcc_beos.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/gcc_beos.mk -------------------------------------------------------------------------------- /makedefs/gcc_dos.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/gcc_dos.mk -------------------------------------------------------------------------------- /makedefs/gcc_linux.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/gcc_linux.mk -------------------------------------------------------------------------------- /makedefs/gcc_uuu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/gcc_uuu.mk -------------------------------------------------------------------------------- /makedefs/gcc_win32.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/gcc_win32.mk -------------------------------------------------------------------------------- /makedefs/qnx4.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/qnx4.mk -------------------------------------------------------------------------------- /makedefs/qnxnto.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/qnxnto.mk -------------------------------------------------------------------------------- /makedefs/rules/emx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/rules/emx.mk -------------------------------------------------------------------------------- /makedefs/sc32.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/sc32.mk -------------------------------------------------------------------------------- /makedefs/startup.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/startup.mk -------------------------------------------------------------------------------- /makedefs/va32.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/va32.mk -------------------------------------------------------------------------------- /makedefs/va365.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/va365.mk -------------------------------------------------------------------------------- /makedefs/vc16.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/vc16.mk -------------------------------------------------------------------------------- /makedefs/vc32.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/vc32.mk -------------------------------------------------------------------------------- /makedefs/wc16.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/wc16.mk -------------------------------------------------------------------------------- /makedefs/wc32.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/makedefs/wc32.mk -------------------------------------------------------------------------------- /readme-sdk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/readme-sdk.txt -------------------------------------------------------------------------------- /readme-util.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/readme-util.txt -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/readme.txt -------------------------------------------------------------------------------- /src/bldinc/bldinc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/bldinc/bldinc.c -------------------------------------------------------------------------------- /src/bldinc/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/bldinc/makefile -------------------------------------------------------------------------------- /src/common/aados.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/aados.c -------------------------------------------------------------------------------- /src/common/aalib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/aalib.c -------------------------------------------------------------------------------- /src/common/agplib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/agplib.c -------------------------------------------------------------------------------- /src/common/center.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/center.c -------------------------------------------------------------------------------- /src/common/cmdline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/cmdline.c -------------------------------------------------------------------------------- /src/common/ddclib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/ddclib.c -------------------------------------------------------------------------------- /src/common/elfldr64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/elfldr64.c -------------------------------------------------------------------------------- /src/common/elfloadr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/elfloadr.c -------------------------------------------------------------------------------- /src/common/gabeos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gabeos.c -------------------------------------------------------------------------------- /src/common/gacedrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gacedrv.c -------------------------------------------------------------------------------- /src/common/gados.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gados.c -------------------------------------------------------------------------------- /src/common/galib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/galib.c -------------------------------------------------------------------------------- /src/common/galinux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/galinux.c -------------------------------------------------------------------------------- /src/common/gantdrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gantdrv.c -------------------------------------------------------------------------------- /src/common/gaoption.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gaoption.c -------------------------------------------------------------------------------- /src/common/gaos2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gaos2.c -------------------------------------------------------------------------------- /src/common/gaqnx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gaqnx.c -------------------------------------------------------------------------------- /src/common/gartt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gartt.c -------------------------------------------------------------------------------- /src/common/gasmx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gasmx.c -------------------------------------------------------------------------------- /src/common/gatimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gatimer.c -------------------------------------------------------------------------------- /src/common/gauuu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gauuu.c -------------------------------------------------------------------------------- /src/common/gavxd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gavxd.c -------------------------------------------------------------------------------- /src/common/gawin32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/gawin32.c -------------------------------------------------------------------------------- /src/common/initseg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/initseg.c -------------------------------------------------------------------------------- /src/common/libcimp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/libcimp.c -------------------------------------------------------------------------------- /src/common/peloader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/peloader.c -------------------------------------------------------------------------------- /src/common/vesavbe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/common/vesavbe.c -------------------------------------------------------------------------------- /src/console/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/console/console.c -------------------------------------------------------------------------------- /src/console/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/console/makefile -------------------------------------------------------------------------------- /src/console/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/console/test.c -------------------------------------------------------------------------------- /src/console/vgadata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/console/vgadata.c -------------------------------------------------------------------------------- /src/done: -------------------------------------------------------------------------------- 1 | This indicates the target was successfully built. 2 | -------------------------------------------------------------------------------- /src/fixed/fixed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fixed.c -------------------------------------------------------------------------------- /src/fixed/fllog.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fllog.asm -------------------------------------------------------------------------------- /src/fixed/float.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/float.c -------------------------------------------------------------------------------- /src/fixed/flsqrt.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/flsqrt.asm -------------------------------------------------------------------------------- /src/fixed/fltrig.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fltrig.asm -------------------------------------------------------------------------------- /src/fixed/fltst.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fltst.cpp -------------------------------------------------------------------------------- /src/fixed/fxatrig.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxatrig.asm -------------------------------------------------------------------------------- /src/fixed/fxlog.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxlog.asm -------------------------------------------------------------------------------- /src/fixed/fxmacs.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxmacs.mac -------------------------------------------------------------------------------- /src/fixed/fxmap2d.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxmap2d.asm -------------------------------------------------------------------------------- /src/fixed/fxmap3d.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxmap3d.asm -------------------------------------------------------------------------------- /src/fixed/fxmat2d.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxmat2d.asm -------------------------------------------------------------------------------- /src/fixed/fxmat3d.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxmat3d.asm -------------------------------------------------------------------------------- /src/fixed/fxmisc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxmisc.asm -------------------------------------------------------------------------------- /src/fixed/fxpow.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxpow.asm -------------------------------------------------------------------------------- /src/fixed/fxsqrt.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxsqrt.asm -------------------------------------------------------------------------------- /src/fixed/fxtrig.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxtrig.asm -------------------------------------------------------------------------------- /src/fixed/fxzdiv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/fxzdiv.asm -------------------------------------------------------------------------------- /src/fixed/gentable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/gentable.c -------------------------------------------------------------------------------- /src/fixed/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/makefile -------------------------------------------------------------------------------- /src/fixed/mattst.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/mattst.cpp -------------------------------------------------------------------------------- /src/fixed/notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/notes -------------------------------------------------------------------------------- /src/fixed/print.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/print.cpp -------------------------------------------------------------------------------- /src/fixed/tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/tables.c -------------------------------------------------------------------------------- /src/fixed/vec3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/vec3d.c -------------------------------------------------------------------------------- /src/fixed/vectst.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/vectst.cpp -------------------------------------------------------------------------------- /src/fixed/xform2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/xform2d.c -------------------------------------------------------------------------------- /src/fixed/xform3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/fixed/xform3d.c -------------------------------------------------------------------------------- /src/freetype/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/PATENTS -------------------------------------------------------------------------------- /src/freetype/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/common.h -------------------------------------------------------------------------------- /src/freetype/ftdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ftdump.c -------------------------------------------------------------------------------- /src/freetype/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/header.h -------------------------------------------------------------------------------- /src/freetype/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/makefile -------------------------------------------------------------------------------- /src/freetype/ttapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttapi.c -------------------------------------------------------------------------------- /src/freetype/ttcalc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttcalc.c -------------------------------------------------------------------------------- /src/freetype/ttcalc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttcalc.h -------------------------------------------------------------------------------- /src/freetype/ttcmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttcmap.c -------------------------------------------------------------------------------- /src/freetype/ttcmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttcmap.h -------------------------------------------------------------------------------- /src/freetype/ttfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttfile.c -------------------------------------------------------------------------------- /src/freetype/ttfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttfile.h -------------------------------------------------------------------------------- /src/freetype/ttinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttinit.c -------------------------------------------------------------------------------- /src/freetype/ttlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttlib.c -------------------------------------------------------------------------------- /src/freetype/ttload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttload.c -------------------------------------------------------------------------------- /src/freetype/ttload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttload.h -------------------------------------------------------------------------------- /src/freetype/ttobjs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttobjs.c -------------------------------------------------------------------------------- /src/freetype/ttobjs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/ttobjs.h -------------------------------------------------------------------------------- /src/freetype/tttags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/freetype/tttags.h -------------------------------------------------------------------------------- /src/gconsole/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gconsole/makefile -------------------------------------------------------------------------------- /src/glswitch/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glswitch/makefile -------------------------------------------------------------------------------- /src/glut/g_8x13.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_8x13.fnt -------------------------------------------------------------------------------- /src/glut/g_9x15.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_9x15.cpp -------------------------------------------------------------------------------- /src/glut/g_bitmap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_bitmap.cpp -------------------------------------------------------------------------------- /src/glut/g_bwidth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_bwidth.cpp -------------------------------------------------------------------------------- /src/glut/g_cindex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_cindex.cpp -------------------------------------------------------------------------------- /src/glut/g_cursor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_cursor.cpp -------------------------------------------------------------------------------- /src/glut/g_dials.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_dials.cpp -------------------------------------------------------------------------------- /src/glut/g_event.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_event.cpp -------------------------------------------------------------------------------- /src/glut/g_ext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_ext.cpp -------------------------------------------------------------------------------- /src/glut/g_fullsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_fullsc.cpp -------------------------------------------------------------------------------- /src/glut/g_get.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_get.cpp -------------------------------------------------------------------------------- /src/glut/g_hel10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_hel10.cpp -------------------------------------------------------------------------------- /src/glut/g_hel12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_hel12.cpp -------------------------------------------------------------------------------- /src/glut/g_hel18.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_hel18.cpp -------------------------------------------------------------------------------- /src/glut/g_init.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_init.cpp -------------------------------------------------------------------------------- /src/glut/g_input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_input.cpp -------------------------------------------------------------------------------- /src/glut/g_menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_menu.cpp -------------------------------------------------------------------------------- /src/glut/g_modifr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_modifr.cpp -------------------------------------------------------------------------------- /src/glut/g_mroman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_mroman.cpp -------------------------------------------------------------------------------- /src/glut/g_overly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_overly.cpp -------------------------------------------------------------------------------- /src/glut/g_roman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_roman.cpp -------------------------------------------------------------------------------- /src/glut/g_shapes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_shapes.cpp -------------------------------------------------------------------------------- /src/glut/g_space.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_space.cpp -------------------------------------------------------------------------------- /src/glut/g_stroke.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_stroke.cpp -------------------------------------------------------------------------------- /src/glut/g_swidth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_swidth.cpp -------------------------------------------------------------------------------- /src/glut/g_tablet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_tablet.cpp -------------------------------------------------------------------------------- /src/glut/g_teapot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_teapot.cpp -------------------------------------------------------------------------------- /src/glut/g_tr10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_tr10.cpp -------------------------------------------------------------------------------- /src/glut/g_tr24.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_tr24.cpp -------------------------------------------------------------------------------- /src/glut/g_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_util.cpp -------------------------------------------------------------------------------- /src/glut/g_win.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/g_win.cpp -------------------------------------------------------------------------------- /src/glut/gbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/gbitmap.h -------------------------------------------------------------------------------- /src/glut/glut.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/glut.txt -------------------------------------------------------------------------------- /src/glut/glutint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/glutint.h -------------------------------------------------------------------------------- /src/glut/gstroke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/gstroke.h -------------------------------------------------------------------------------- /src/glut/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/makefile -------------------------------------------------------------------------------- /src/glut/mglglut.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/mglglut.ref -------------------------------------------------------------------------------- /src/glut/winmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glut/winmain.c -------------------------------------------------------------------------------- /src/glutw32/glutint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glutw32/glutint.h -------------------------------------------------------------------------------- /src/glutw32/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glutw32/makefile -------------------------------------------------------------------------------- /src/glutw32/stroke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/glutw32/stroke.h -------------------------------------------------------------------------------- /src/gm/dlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/dlist.cpp -------------------------------------------------------------------------------- /src/gm/gm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/gm.c -------------------------------------------------------------------------------- /src/gm/gm.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/gm.ico -------------------------------------------------------------------------------- /src/gm/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/makefile -------------------------------------------------------------------------------- /src/gm/mglgm.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/mglgm.rc -------------------------------------------------------------------------------- /src/gm/mglgm.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/mglgm.ref -------------------------------------------------------------------------------- /src/gm/mglgm.vcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/mglgm.vcd -------------------------------------------------------------------------------- /src/gm/sprbmp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/sprbmp.cpp -------------------------------------------------------------------------------- /src/gm/sprite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/sprite.cpp -------------------------------------------------------------------------------- /src/gm/sprmgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/gm/sprmgr.cpp -------------------------------------------------------------------------------- /src/hdabus/hdabus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/hdabus/hdabus.c -------------------------------------------------------------------------------- /src/hdabus/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/hdabus/makefile -------------------------------------------------------------------------------- /src/infozip/zip/api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/infozip/zip/api.c -------------------------------------------------------------------------------- /src/infozip/zip/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/infozip/zip/api.h -------------------------------------------------------------------------------- /src/infozip/zip/zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/infozip/zip/zip.c -------------------------------------------------------------------------------- /src/infozip/zip/zip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/infozip/zip/zip.h -------------------------------------------------------------------------------- /src/libjpeg/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/README -------------------------------------------------------------------------------- /src/libjpeg/cderror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/cderror.h -------------------------------------------------------------------------------- /src/libjpeg/cdjpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/cdjpeg.c -------------------------------------------------------------------------------- /src/libjpeg/cdjpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/cdjpeg.h -------------------------------------------------------------------------------- /src/libjpeg/cjpeg.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/cjpeg.1 -------------------------------------------------------------------------------- /src/libjpeg/cjpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/cjpeg.c -------------------------------------------------------------------------------- /src/libjpeg/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/configure -------------------------------------------------------------------------------- /src/libjpeg/djpeg.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/djpeg.1 -------------------------------------------------------------------------------- /src/libjpeg/djpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/djpeg.c -------------------------------------------------------------------------------- /src/libjpeg/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/example.c -------------------------------------------------------------------------------- /src/libjpeg/jccolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/jccolor.c -------------------------------------------------------------------------------- /src/libjpeg/jchuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/jchuff.c -------------------------------------------------------------------------------- /src/libjpeg/jchuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/jchuff.h -------------------------------------------------------------------------------- /src/libjpeg/jcinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/jcinit.c -------------------------------------------------------------------------------- /src/libjpeg/jdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libjpeg/jdct.h -------------------------------------------------------------------------------- /src/libpng/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libpng/CHANGES -------------------------------------------------------------------------------- /src/libpng/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libpng/INSTALL -------------------------------------------------------------------------------- /src/libpng/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libpng/README -------------------------------------------------------------------------------- /src/libpng/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libpng/TODO -------------------------------------------------------------------------------- /src/libpng/Y2KINFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libpng/Y2KINFO -------------------------------------------------------------------------------- /src/libpng/png.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libpng/png.5 -------------------------------------------------------------------------------- /src/libpng/png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libpng/png.c -------------------------------------------------------------------------------- /src/libtiff/t4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libtiff/t4.h -------------------------------------------------------------------------------- /src/libxpm/Image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/Image.c -------------------------------------------------------------------------------- /src/libxpm/Info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/Info.c -------------------------------------------------------------------------------- /src/libxpm/XpmI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/XpmI.h -------------------------------------------------------------------------------- /src/libxpm/changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/changes -------------------------------------------------------------------------------- /src/libxpm/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/data.c -------------------------------------------------------------------------------- /src/libxpm/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/files -------------------------------------------------------------------------------- /src/libxpm/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/misc.c -------------------------------------------------------------------------------- /src/libxpm/parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/parse.c -------------------------------------------------------------------------------- /src/libxpm/rgb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/rgb.c -------------------------------------------------------------------------------- /src/libxpm/scan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/scan.c -------------------------------------------------------------------------------- /src/libxpm/simx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/libxpm/simx.c -------------------------------------------------------------------------------- /src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/makefile -------------------------------------------------------------------------------- /src/mgl/_glu.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/_glu.def -------------------------------------------------------------------------------- /src/mgl/access.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/access.c -------------------------------------------------------------------------------- /src/mgl/bitblt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/bitblt.c -------------------------------------------------------------------------------- /src/mgl/bitfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/bitfont.c -------------------------------------------------------------------------------- /src/mgl/bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/bitmap.c -------------------------------------------------------------------------------- /src/mgl/bitmaps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/bitmaps.c -------------------------------------------------------------------------------- /src/mgl/blocklst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/blocklst.c -------------------------------------------------------------------------------- /src/mgl/buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/buffer.c -------------------------------------------------------------------------------- /src/mgl/cliplfx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/cliplfx.c -------------------------------------------------------------------------------- /src/mgl/clipline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/clipline.c -------------------------------------------------------------------------------- /src/mgl/clipline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/clipline.h -------------------------------------------------------------------------------- /src/mgl/cnvxpoly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/cnvxpoly.c -------------------------------------------------------------------------------- /src/mgl/color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/color.c -------------------------------------------------------------------------------- /src/mgl/cplxpoly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/cplxpoly.c -------------------------------------------------------------------------------- /src/mgl/createdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/createdc.c -------------------------------------------------------------------------------- /src/mgl/cursor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/cursor.c -------------------------------------------------------------------------------- /src/mgl/devctx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/devctx.c -------------------------------------------------------------------------------- /src/mgl/editdoc.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | c:\c\docjet\Program\editor.exe mgl.djt -------------------------------------------------------------------------------- /src/mgl/ellipse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/ellipse.c -------------------------------------------------------------------------------- /src/mgl/ellipsea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/ellipsea.c -------------------------------------------------------------------------------- /src/mgl/fatline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/fatline.c -------------------------------------------------------------------------------- /src/mgl/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/font.c -------------------------------------------------------------------------------- /src/mgl/fontenum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/fontenum.c -------------------------------------------------------------------------------- /src/mgl/glwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/glwrap.c -------------------------------------------------------------------------------- /src/mgl/glyph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/glyph.c -------------------------------------------------------------------------------- /src/mgl/halftone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/halftone.c -------------------------------------------------------------------------------- /src/mgl/halftone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/halftone.h -------------------------------------------------------------------------------- /src/mgl/icon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/icon.c -------------------------------------------------------------------------------- /src/mgl/jpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/jpeg.c -------------------------------------------------------------------------------- /src/mgl/line.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/line.c -------------------------------------------------------------------------------- /src/mgl/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/list.c -------------------------------------------------------------------------------- /src/mgl/macrodoc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/macrodoc.c -------------------------------------------------------------------------------- /src/mgl/makecurs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/makecurs.c -------------------------------------------------------------------------------- /src/mgl/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/makefile -------------------------------------------------------------------------------- /src/mgl/memset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/memset.c -------------------------------------------------------------------------------- /src/mgl/mgl.djt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mgl.djt -------------------------------------------------------------------------------- /src/mgl/mgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mgl.h -------------------------------------------------------------------------------- /src/mgl/mgl_gl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mgl_gl.c -------------------------------------------------------------------------------- /src/mgl/mgldd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mgldd.h -------------------------------------------------------------------------------- /src/mgl/mgldll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mgldll.c -------------------------------------------------------------------------------- /src/mgl/mglfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mglfile.c -------------------------------------------------------------------------------- /src/mgl/mglfx.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mglfx.ref -------------------------------------------------------------------------------- /src/mgl/mgllt.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mgllt.ref -------------------------------------------------------------------------------- /src/mgl/mglrgn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mglrgn.cpp -------------------------------------------------------------------------------- /src/mgl/mglwin.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mglwin.ide -------------------------------------------------------------------------------- /src/mgl/mglwin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mglwin.txt -------------------------------------------------------------------------------- /src/mgl/mgraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mgraph.c -------------------------------------------------------------------------------- /src/mgl/mkdoc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mkdoc.bat -------------------------------------------------------------------------------- /src/mgl/mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/mouse.c -------------------------------------------------------------------------------- /src/mgl/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/notes.txt -------------------------------------------------------------------------------- /src/mgl/palette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/palette.c -------------------------------------------------------------------------------- /src/mgl/pcx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/pcx.c -------------------------------------------------------------------------------- /src/mgl/pixel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/pixel.c -------------------------------------------------------------------------------- /src/mgl/png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/png.c -------------------------------------------------------------------------------- /src/mgl/polygon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/polygon.c -------------------------------------------------------------------------------- /src/mgl/polyhlp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/polyhlp.c -------------------------------------------------------------------------------- /src/mgl/polyline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/polyline.c -------------------------------------------------------------------------------- /src/mgl/putbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/putbmp.c -------------------------------------------------------------------------------- /src/mgl/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/random.c -------------------------------------------------------------------------------- /src/mgl/rcvxpoly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rcvxpoly.c -------------------------------------------------------------------------------- /src/mgl/rdiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rdiff.c -------------------------------------------------------------------------------- /src/mgl/rdraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rdraw.c -------------------------------------------------------------------------------- /src/mgl/rect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rect.c -------------------------------------------------------------------------------- /src/mgl/rectangl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rectangl.c -------------------------------------------------------------------------------- /src/mgl/region.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/region.c -------------------------------------------------------------------------------- /src/mgl/rellip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rellip.c -------------------------------------------------------------------------------- /src/mgl/rellipa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rellipa.c -------------------------------------------------------------------------------- /src/mgl/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/resource.h -------------------------------------------------------------------------------- /src/mgl/rline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rline.c -------------------------------------------------------------------------------- /src/mgl/rmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rmisc.c -------------------------------------------------------------------------------- /src/mgl/rrect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rrect.c -------------------------------------------------------------------------------- /src/mgl/rsect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rsect.c -------------------------------------------------------------------------------- /src/mgl/rseg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rseg.c -------------------------------------------------------------------------------- /src/mgl/rspan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rspan.c -------------------------------------------------------------------------------- /src/mgl/rtrav.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/rtrav.c -------------------------------------------------------------------------------- /src/mgl/runion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/runion.c -------------------------------------------------------------------------------- /src/mgl/scanline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/scanline.c -------------------------------------------------------------------------------- /src/mgl/state.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/state.c -------------------------------------------------------------------------------- /src/mgl/text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/text.c -------------------------------------------------------------------------------- /src/mgl/textenc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/textenc.c -------------------------------------------------------------------------------- /src/mgl/texthelp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/texthelp.c -------------------------------------------------------------------------------- /src/mgl/tiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/tiff.c -------------------------------------------------------------------------------- /src/mgl/vecfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/vecfont.c -------------------------------------------------------------------------------- /src/mgl/viewport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/viewport.c -------------------------------------------------------------------------------- /src/mgl/winmng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/winmng.c -------------------------------------------------------------------------------- /src/mgl/wtext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mgl/wtext.c -------------------------------------------------------------------------------- /src/mkdebug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mkdebug -------------------------------------------------------------------------------- /src/mkdebug.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mkdebug.bat -------------------------------------------------------------------------------- /src/mkdebug.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mkdebug.cmd -------------------------------------------------------------------------------- /src/mkrelease: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mkrelease -------------------------------------------------------------------------------- /src/mkrelease.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mkrelease.bat -------------------------------------------------------------------------------- /src/mkrelease.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mkrelease.cmd -------------------------------------------------------------------------------- /src/mvis/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mvis/makefile -------------------------------------------------------------------------------- /src/mvis/misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mvis/misc.cpp -------------------------------------------------------------------------------- /src/mvis/mlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mvis/mlist.cpp -------------------------------------------------------------------------------- /src/mvis/mmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mvis/mmenu.cpp -------------------------------------------------------------------------------- /src/mvis/mview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/mvis/mview.cpp -------------------------------------------------------------------------------- /src/pm/beos/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/beos/pm.c -------------------------------------------------------------------------------- /src/pm/cedrv/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/cedrv/pm.c -------------------------------------------------------------------------------- /src/pm/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/common.c -------------------------------------------------------------------------------- /src/pm/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/debug.c -------------------------------------------------------------------------------- /src/pm/dos/_pm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/dos/_pm.asm -------------------------------------------------------------------------------- /src/pm/dos/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/dos/event.c -------------------------------------------------------------------------------- /src/pm/dos/oshdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/dos/oshdr.h -------------------------------------------------------------------------------- /src/pm/dos/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/dos/pm.c -------------------------------------------------------------------------------- /src/pm/dos/pmdos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/dos/pmdos.c -------------------------------------------------------------------------------- /src/pm/editdoc.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | c:\c\docjet\Program\editor.exe pm.djt -------------------------------------------------------------------------------- /src/pm/gcpuinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/gcpuinfo.c -------------------------------------------------------------------------------- /src/pm/gevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/gevent.c -------------------------------------------------------------------------------- /src/pm/gztimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/gztimer.c -------------------------------------------------------------------------------- /src/pm/linux/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/linux/io.c -------------------------------------------------------------------------------- /src/pm/linux/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/linux/pm.c -------------------------------------------------------------------------------- /src/pm/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/makefile -------------------------------------------------------------------------------- /src/pm/mkdoc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/mkdoc.bat -------------------------------------------------------------------------------- /src/pm/ntdrv/irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/ntdrv/irq.c -------------------------------------------------------------------------------- /src/pm/ntdrv/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/ntdrv/mem.c -------------------------------------------------------------------------------- /src/pm/ntdrv/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/ntdrv/pm.c -------------------------------------------------------------------------------- /src/pm/os2/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/os2/event.c -------------------------------------------------------------------------------- /src/pm/os2/mon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/os2/mon.h -------------------------------------------------------------------------------- /src/pm/os2/oshdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/os2/oshdr.h -------------------------------------------------------------------------------- /src/pm/os2/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/os2/pm.c -------------------------------------------------------------------------------- /src/pm/oshdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/oshdr.h -------------------------------------------------------------------------------- /src/pm/pm.djt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/pm.djt -------------------------------------------------------------------------------- /src/pm/qnx/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/qnx/event.c -------------------------------------------------------------------------------- /src/pm/qnx/oshdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/qnx/oshdr.h -------------------------------------------------------------------------------- /src/pm/qnx/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/qnx/pm.c -------------------------------------------------------------------------------- /src/pm/smx/_pm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/smx/_pm.asm -------------------------------------------------------------------------------- /src/pm/smx/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/smx/event.c -------------------------------------------------------------------------------- /src/pm/smx/oshdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/smx/oshdr.h -------------------------------------------------------------------------------- /src/pm/smx/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/smx/pm.c -------------------------------------------------------------------------------- /src/pm/smx/pmsmx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/smx/pmsmx.c -------------------------------------------------------------------------------- /src/pm/stub/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/stub/pm.c -------------------------------------------------------------------------------- /src/pm/tests/brk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/tests/brk.c -------------------------------------------------------------------------------- /src/pm/tests/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/tests/cpu.c -------------------------------------------------------------------------------- /src/pm/tests/irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/tests/irq.c -------------------------------------------------------------------------------- /src/pm/tests/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/tests/key.c -------------------------------------------------------------------------------- /src/pm/tests/rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/tests/rtc.c -------------------------------------------------------------------------------- /src/pm/uuu/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/uuu/event.c -------------------------------------------------------------------------------- /src/pm/uuu/oshdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/uuu/oshdr.h -------------------------------------------------------------------------------- /src/pm/uuu/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/uuu/pm.c -------------------------------------------------------------------------------- /src/pm/vxd/_pm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/vxd/_pm.asm -------------------------------------------------------------------------------- /src/pm/vxd/oshdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/vxd/oshdr.h -------------------------------------------------------------------------------- /src/pm/vxd/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/vxd/pm.c -------------------------------------------------------------------------------- /src/pm/win32/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/win32/pm.c -------------------------------------------------------------------------------- /src/pm/x11/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/x11/event.c -------------------------------------------------------------------------------- /src/pm/x11/oshdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/pm/x11/oshdr.h -------------------------------------------------------------------------------- /src/snap/gasdk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/snap/gasdk.c -------------------------------------------------------------------------------- /src/snap/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/snap/makefile -------------------------------------------------------------------------------- /src/snap/vgapal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/snap/vgapal.c -------------------------------------------------------------------------------- /src/svgalib/threeDKit/config.h: -------------------------------------------------------------------------------- 1 | /* autoconf type defines can come here */ 2 | -------------------------------------------------------------------------------- /src/svgalib/threeDKit/striangle.c: -------------------------------------------------------------------------------- 1 | #define SOLID 2 | #include "triangl.c" 3 | 4 | -------------------------------------------------------------------------------- /src/svgalib/threeDKit/triangle.c: -------------------------------------------------------------------------------- 1 | #define INTERP 2 | #include "triangl.c" 3 | 4 | -------------------------------------------------------------------------------- /src/tech/dlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/tech/dlist.cpp -------------------------------------------------------------------------------- /src/tech/error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/tech/error.cpp -------------------------------------------------------------------------------- /src/tech/list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/tech/list.cpp -------------------------------------------------------------------------------- /src/tech/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/tech/makefile -------------------------------------------------------------------------------- /src/tech/notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/tech/notes -------------------------------------------------------------------------------- /src/tech/slist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/tech/slist.cpp -------------------------------------------------------------------------------- /src/tech/str.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/tech/str.cpp -------------------------------------------------------------------------------- /src/tech/stub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/tech/stub.cpp -------------------------------------------------------------------------------- /src/trans/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/trans/makefile -------------------------------------------------------------------------------- /src/trans/read.me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/trans/read.me -------------------------------------------------------------------------------- /src/trans/trans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/trans/trans.c -------------------------------------------------------------------------------- /src/util/bclink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/bclink.c -------------------------------------------------------------------------------- /src/util/bin2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/bin2c.c -------------------------------------------------------------------------------- /src/util/dj_ld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/dj_ld.c -------------------------------------------------------------------------------- /src/util/k_cc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/k_cc.c -------------------------------------------------------------------------------- /src/util/k_cp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/k_cp.c -------------------------------------------------------------------------------- /src/util/k_echo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/k_echo.c -------------------------------------------------------------------------------- /src/util/k_md.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/k_md.c -------------------------------------------------------------------------------- /src/util/k_rm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/k_rm.c -------------------------------------------------------------------------------- /src/util/k_tee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/k_tee.c -------------------------------------------------------------------------------- /src/util/loc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/loc.c -------------------------------------------------------------------------------- /src/util/makedef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/makedef.c -------------------------------------------------------------------------------- /src/util/makedep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/makedep.c -------------------------------------------------------------------------------- /src/util/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/makefile -------------------------------------------------------------------------------- /src/util/ntset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/ntset.c -------------------------------------------------------------------------------- /src/util/p4_cvs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/p4_cvs.c -------------------------------------------------------------------------------- /src/util/p4_upd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/p4_upd.c -------------------------------------------------------------------------------- /src/util/rclink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/rclink.c -------------------------------------------------------------------------------- /src/util/spawn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/spawn.c -------------------------------------------------------------------------------- /src/util/spawn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/spawn.h -------------------------------------------------------------------------------- /src/util/tolower.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/tolower.c -------------------------------------------------------------------------------- /src/util/trimlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/util/trimlib.c -------------------------------------------------------------------------------- /src/v86bios/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/README -------------------------------------------------------------------------------- /src/v86bios/int.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/int.c -------------------------------------------------------------------------------- /src/v86bios/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/io.c -------------------------------------------------------------------------------- /src/v86bios/lex.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/lex.l -------------------------------------------------------------------------------- /src/v86bios/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/main.c -------------------------------------------------------------------------------- /src/v86bios/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/mem.c -------------------------------------------------------------------------------- /src/v86bios/pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/pci.c -------------------------------------------------------------------------------- /src/v86bios/pci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/pci.h -------------------------------------------------------------------------------- /src/v86bios/v86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/v86bios/v86.c -------------------------------------------------------------------------------- /src/x86emu/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/x86emu/LICENSE -------------------------------------------------------------------------------- /src/x86emu/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/x86emu/debug.c -------------------------------------------------------------------------------- /src/x86emu/fpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/x86emu/fpu.c -------------------------------------------------------------------------------- /src/x86emu/ops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/x86emu/ops.c -------------------------------------------------------------------------------- /src/x86emu/ops2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/x86emu/ops2.c -------------------------------------------------------------------------------- /src/x86emu/sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/x86emu/sys.c -------------------------------------------------------------------------------- /src/zlib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/ChangeLog -------------------------------------------------------------------------------- /src/zlib/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/FAQ -------------------------------------------------------------------------------- /src/zlib/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/INDEX -------------------------------------------------------------------------------- /src/zlib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/README -------------------------------------------------------------------------------- /src/zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/adler32.c -------------------------------------------------------------------------------- /src/zlib/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/configure -------------------------------------------------------------------------------- /src/zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/crc32.c -------------------------------------------------------------------------------- /src/zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/crc32.h -------------------------------------------------------------------------------- /src/zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/deflate.c -------------------------------------------------------------------------------- /src/zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/deflate.h -------------------------------------------------------------------------------- /src/zlib/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/example.c -------------------------------------------------------------------------------- /src/zlib/gzio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/gzio.c -------------------------------------------------------------------------------- /src/zlib/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/infback.c -------------------------------------------------------------------------------- /src/zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/inffast.c -------------------------------------------------------------------------------- /src/zlib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/inffast.h -------------------------------------------------------------------------------- /src/zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/inflate.c -------------------------------------------------------------------------------- /src/zlib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/inflate.h -------------------------------------------------------------------------------- /src/zlib/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/makefile -------------------------------------------------------------------------------- /src/zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/trees.c -------------------------------------------------------------------------------- /src/zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/trees.h -------------------------------------------------------------------------------- /src/zlib/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/uncompr.c -------------------------------------------------------------------------------- /src/zlib/zlib.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/zlib.3 -------------------------------------------------------------------------------- /src/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/zutil.c -------------------------------------------------------------------------------- /src/zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/src/zlib/zutil.h -------------------------------------------------------------------------------- /start-sdk.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start-sdk.bat -------------------------------------------------------------------------------- /start-sdk.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start-sdk.cmd -------------------------------------------------------------------------------- /start-sdk.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start-sdk.linux -------------------------------------------------------------------------------- /start-sdk.qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start-sdk.qnx -------------------------------------------------------------------------------- /start-sdk.uuu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start-sdk.uuu -------------------------------------------------------------------------------- /start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start.bat -------------------------------------------------------------------------------- /start.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start.cmd -------------------------------------------------------------------------------- /start.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start.linux -------------------------------------------------------------------------------- /start.qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/start.qnx -------------------------------------------------------------------------------- /startw98.pif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kendallb/scitech-mgl/HEAD/startw98.pif --------------------------------------------------------------------------------