├── 2D ├── BITBLT.C ├── BITBLT.ERR ├── BITMAP.C ├── BITMAP.ERR ├── BOX.C ├── CANVAS.C ├── CIRCLE.C ├── CLIP.H ├── CURSOR.C ├── DISC.C ├── EFFECT2D.H ├── EFFECTS.C ├── FDRAW.C ├── FONT.C ├── GPIXEL.C ├── GR.C ├── GR.ERR ├── GR.H ├── GR.INC ├── GRDEF.H ├── IBITBLT.C ├── IBITBLT.H ├── INV_CMAP.C ├── L.C ├── LBITBLT.ASM ├── LINE.C ├── LINEAR.ASM ├── MAC │ └── SCALE.C ├── MAKEFILE ├── MEDIAN.C ├── MODEX.ASM ├── MSPEED.C ├── PALETTE.C ├── PALETTE.H ├── PCX.C ├── PCX.H ├── PHHANDLR.H ├── PIXEL.C ├── POLY.C ├── RECT.C ├── RLE.C ├── RLE.H ├── ROLLER.C ├── SCALE.C ├── SCALEA.ASM ├── SCANLINE.C ├── TEMP.ASM ├── TESTG.C ├── TMAPBITS.C ├── TPOLY.C ├── TWEAK.INC ├── VESA.ASM ├── VESALIB.C ├── VESALIB.H ├── VESATEST.C └── VGAREGS.INC ├── 3D ├── 3D.H ├── 3D.INC ├── CLIPPER.ASM ├── DRAW.ASM ├── GLOBVARS.ASM ├── HORIZON.ASM ├── INSTANCE.ASM ├── INTERP.ASM ├── MAKEFILE ├── MATRIX.ASM ├── OBJECTS.ASM ├── POINTS.ASM ├── ROD.ASM ├── SETUP.ASM ├── UPVECS.C └── VECVIEW.C ├── BIOS ├── CDROM.C ├── CSSTUFF │ ├── JOY.ASM │ ├── JOY.H │ ├── JOYC.C │ └── TIMER.ASM ├── DEMO.C ├── DPMI.C ├── DPMI.H ├── IPX.C ├── IPX.H ├── JOY.ASM ├── JOY.H ├── JOYC.C ├── KEY.C ├── KEY.ERR ├── KEY.H ├── KEY1.ASM ├── KEY1.C ├── KEY1.H ├── KEY2.ASM ├── KEYS.INC ├── L.ASM ├── L.C ├── MAKEFILE ├── MONO.C ├── MONO.H ├── MOUSE.ASM ├── MOUSE.C ├── MOUSE.H ├── MOUSEA.ASM ├── MOUSEC.C ├── NEWKEY.C ├── OLDKEY.ASM ├── SPEAKER.C ├── SWIFTCFG.H ├── T.ASM ├── T.H ├── T1.C ├── TESTJ.C ├── TESTK.C ├── TESTM.C ├── TESTMEM.C ├── TESTMS.C ├── TESTT.C ├── TICKER.C ├── TIMER.ASM ├── TIMER.H └── TRESET.ASM ├── CFILE ├── CFILE.C ├── CFILE.H ├── L.C ├── MAKEFILE ├── NOCFILE.H ├── PSCOMP.C └── T.C ├── D1VARS.BAT ├── DIV ├── DIV0.ASM ├── DIV0.H ├── DIV0.INC ├── MAKEFILE ├── TESTD.C └── TESTDA.ASM ├── EDITDATA.EXE ├── FIX ├── FIX.ASM ├── FIX.H ├── FIX.INC └── MAKEFILE ├── HOGFILE ├── HOGFILE.C ├── MAKEFILE └── TMP │ └── HOGFILE.C ├── IFF ├── IFF.C ├── IFF.H └── MAKEFILE ├── INCLUDES ├── MAKEFILE ├── PSMACROS.INC ├── PSMACROS.LST ├── TYPES.H └── TYPES.INC ├── LBMCOMP ├── LBMCOMP.C └── MAKEFILE ├── LIB ├── 3D.H ├── 3D.INC ├── AI.H ├── AISTRUCT.H ├── ARCADE.H ├── ARGS.H ├── AUTOMAP.H ├── BM.H ├── CDROM.H ├── CENTERS.H ├── CFILE.H ├── CFLIB.H ├── CFMAIN.H ├── CNTRLCEN.H ├── COINDEV.H ├── COLLIDE.H ├── COMPBIT.H ├── CONFIG.H ├── CONTROLS.H ├── CONVERT1.H ├── CREDITS.H ├── DCFLIB.H ├── DELTA.CFG ├── DEMO.H ├── DESC_ID.H ├── DIGI.H ├── DIGICOMP.H ├── DIV0.H ├── DIV0.INC ├── DOSXPTRS.H ├── DPMI.H ├── EDITOR.H ├── EFFECT2D.H ├── EFFECTS.H ├── EHOSTAGE.H ├── ENDLEVEL.H ├── EOBJECT.H ├── ERROR.H ├── ESWITCH.H ├── FIREBALL.H ├── FIX.H ├── FIX.INC ├── FUELCEN.H ├── FUNC.H ├── FVI.H ├── GAME.H ├── GAMEFONT.H ├── GAMEMINE.H ├── GAMESAVE.H ├── GAMESEG.H ├── GAMESEQ.H ├── GAUGES.H ├── GR.H ├── GR.INC ├── GRDEF.H ├── HASH.H ├── HOSTAGE.H ├── IBITBLT.H ├── IFF.H ├── IGLASSES.H ├── IMATH1.H ├── INFERNO.H ├── INFO.H ├── IPX.H ├── JOY.H ├── JOYCAL.H ├── JOYDEFS.H ├── KCONFIG.H ├── KDEFS.H ├── KEY.H ├── KFUNCS.H ├── KMATRIX.H ├── L.H ├── LASER.H ├── LIBRARY.H ├── LIGHTING.H ├── LZW.H ├── MACRO.H ├── MCOCKPIT.H ├── MEDDRAW.H ├── MEDLISP.H ├── MEDMISC.H ├── MEDROBOT.H ├── MEDSEL.H ├── MEDWALL.H ├── MEM.H ├── MENU.H ├── MISSION.H ├── MODEM.H ├── MONO.H ├── MORPH.H ├── MOUSE.H ├── MULTI.H ├── MULTIBOT.H ├── NETMISC.H ├── NETSEQ.H ├── NETWORK.H ├── NEWDEMO.H ├── NEWMENU.H ├── NFILE.H ├── NOCFILE.H ├── NOCOMLIB.H ├── NO_SOS.H ├── O.H ├── OBJECT.H ├── OBJPAGE.H ├── OUTSIDE.H ├── PAGING.H ├── PALETTE.H ├── PARSARG.H ├── PCX.H ├── PHYSICS.H ├── PIGGY.H ├── PLAYER.H ├── PLAYSAVE.H ├── POLYOBJ.H ├── POWERUP.H ├── PSMACROS.INC ├── RADAR.H ├── READFILE.H ├── RENDER.H ├── RLE.H ├── ROBOT.H ├── SCORES.H ├── SCREENS.H ├── SEGMENT.H ├── SEGMENT2.H ├── SEGPOINT.H ├── SEGUVS.H ├── SERIAL.H ├── SETTINGS.H ├── SHIP.H ├── SLEW.H ├── SONGS.H ├── SOUNDS.H ├── SPX.H ├── STATE.H ├── SWITCH.H ├── TCAL.H ├── TERRAIN.H ├── TEXMAP.H ├── TEXMERGE.H ├── TEXPAGE.H ├── TEXT.H ├── TEXTURES.H ├── TIMER.H ├── TITLES.H ├── TRACKER.H ├── TYPES.H ├── TYPES.INC ├── UI.H ├── VCLIP.H ├── VECMAT.H ├── VECMAT.INC ├── VECTOR1.H ├── VERS_ID.H ├── VESA.H ├── VFX.H ├── VFX1.H ├── VICTOR.H ├── WALL.H ├── WEAPON.H └── XLFTAB.H ├── MAIN ├── AI.C ├── AI.ERR ├── AI.H ├── AI2.C ├── AIPATH.C ├── AIPATH.ERR ├── AISTRUCT.H ├── ARCADE.C ├── ARCADE.H ├── ARGS.C ├── ARGS.H ├── AUTOMAP.C ├── AUTOMAP.ERR ├── AUTOMAP.H ├── AUTOSAVE.C ├── BM.C ├── BM.ERR ├── BM.H ├── BMREAD.C ├── BOT11.C ├── BOT17.C ├── CDROM.C ├── CDROM.H ├── CENTERS.C ├── CENTERS.H ├── CNTRLCEN.C ├── CNTRLCEN.ERR ├── CNTRLCEN.H ├── COCKPIT.ASM ├── COINDEV.C ├── COINDEV.H ├── COLLIDE.C ├── COLLIDE.ERR ├── COLLIDE.H ├── COMPBIT.H ├── CONFIG.C ├── CONFIG.ERR ├── CONFIG.H ├── CONTROLS.C ├── CONTROLS.ERR ├── CONTROLS.H ├── CREDITS.C ├── CREDITS.ERR ├── CREDITS.H ├── CURVE.PAD ├── CURVES.C ├── D4RENT.INI ├── DCFLIB.H ├── DEDIT.INI ├── DEMO.C ├── DEMO.H ├── DEMORECS.C ├── DESC_ID.H ├── DIGI.C ├── DIGI.ERR ├── DIGI.H ├── DIGICOMP.C ├── DIGICOMP.H ├── DREG.INI ├── DROCK.INI ├── DSAT.INI ├── DSATSG.INI ├── DSATSGUP.INI ├── DSATUP.INI ├── DUMMY.PAD ├── DUMPMINE.C ├── DUMPMINE.ERR ├── EDITOR.H ├── EDITOR │ ├── AUTOSAVE.C │ ├── AUTOSAVE.ERR │ ├── CENTERS.C │ ├── CENTERS.ERR │ ├── CENTERS.H │ ├── CURVES.C │ ├── CURVES.ERR │ ├── DCFLIB.H │ ├── EDITOR.H │ ├── EGLOBAL.C │ ├── EGLOBAL.ERR │ ├── EHOSTAGE.C │ ├── EHOSTAGE.ERR │ ├── EHOSTAGE.H │ ├── EINIT.C │ ├── EINIT.ERR │ ├── ELIGHT.C │ ├── ELIGHT.ERR │ ├── EOBJECT.C │ ├── EOBJECT.ERR │ ├── EOBJECT.H │ ├── ESWITCH.C │ ├── ESWITCH.ERR │ ├── ESWITCH.H │ ├── FIXSEG.C │ ├── FIXSEG.ERR │ ├── FUNC.C │ ├── GROUP.C │ ├── GROUP.ERR │ ├── INFO.C │ ├── INFO.ERR │ ├── INFO.H │ ├── KBUILD.C │ ├── KBUILD.ERR │ ├── KCURVE.C │ ├── KCURVE.ERR │ ├── KDEFS.H │ ├── KFUNCS.C │ ├── KFUNCS.ERR │ ├── KFUNCS.H │ ├── KGAME.C │ ├── KGAME.ERR │ ├── KGROUP.C │ ├── KHELP.C │ ├── KHELP.ERR │ ├── KMINE.C │ ├── KMINE.ERR │ ├── KSEGMOVE.C │ ├── KSEGMOVE.ERR │ ├── KSEGSEL.C │ ├── KSEGSEL.ERR │ ├── KSEGSIZE.C │ ├── KSEGSIZE.ERR │ ├── KTMAP.C │ ├── KTMAP.ERR │ ├── KVIEW.C │ ├── KVIEW.ERR │ ├── L.C │ ├── L1.C │ ├── L2.C │ ├── MACRO.C │ ├── MACRO.H │ ├── MAKEFILE │ ├── MED.C │ ├── MED.ERR │ ├── MEDDRAW.C │ ├── MEDDRAW.ERR │ ├── MEDDRAW.H │ ├── MEDMISC.C │ ├── MEDMISC.ERR │ ├── MEDMISC.H │ ├── MEDROBOT.C │ ├── MEDROBOT.ERR │ ├── MEDROBOT.H │ ├── MEDSEL.C │ ├── MEDSEL.ERR │ ├── MEDSEL.H │ ├── MEDWALL.C │ ├── MEDWALL.ERR │ ├── MEDWALL.H │ ├── MINE.C │ ├── MINE.ERR │ ├── OBJPAGE.C │ ├── OBJPAGE.ERR │ ├── OBJPAGE.H │ ├── ROBOT.H │ ├── SEGMENT.C │ ├── SEGMENT.ERR │ ├── SEGUVS.C │ ├── SEGUVS.ERR │ ├── SEGUVS.H │ ├── TEXPAGE.C │ ├── TEXPAGE.ERR │ ├── TEXPAGE.H │ ├── TEXTURE.C │ └── TEXTURE.ERR ├── EFFECTS.C ├── EFFECTS.ERR ├── EFFECTS.H ├── EGLOBAL.C ├── EHOSTAGE.C ├── EHOSTAGE.H ├── EINIT.C ├── ELIGHT.C ├── ENDLEVEL.C ├── ENDLEVEL.ERR ├── ENDLEVEL.H ├── EOBJECT.C ├── EOBJECT.H ├── ESCORT.C ├── ESWITCH.C ├── ESWITCH.H ├── FINDTEXT.C ├── FIREBALL.C ├── FIREBALL.ERR ├── FIREBALL.H ├── FIXSEG.C ├── FLYBY.C ├── FUELCEN.C ├── FUELCEN.ERR ├── FUELCEN.H ├── FVI.C ├── FVI.ERR ├── FVI.H ├── G.C ├── GAME.C ├── GAME.ERR ├── GAME.H ├── GAMEFONT.C ├── GAMEFONT.H ├── GAMEMINE.C ├── GAMEMINE.ERR ├── GAMEMINE.H ├── GAMESAVE.C ├── GAMESAVE.ERR ├── GAMESAVE.H ├── GAMESEG.C ├── GAMESEG.ERR ├── GAMESEG.H ├── GAMESEQ.C ├── GAMESEQ.ERR ├── GAMESEQ.H ├── GARAGE.C ├── GAUGES.C ├── GAUGES.ERR ├── GAUGES.H ├── GM.C ├── GROUP.C ├── GROUP.PAD ├── HASH.C ├── HASH.H ├── HOSTAGE.C ├── HOSTAGE.ERR ├── HOSTAGE.H ├── HUD.C ├── HUD.ERR ├── IGLASSES.C ├── IGLASSES.ERR ├── IGLASSES.H ├── INFERNO.C ├── INFERNO.ERR ├── INFERNO.H ├── INFERNO.INI ├── INFO.C ├── INFO.H ├── INT3HAND.ASM ├── IPX_ESR.ASM ├── JOYCAL.C ├── JOYCAL.H ├── JOYDEFS.C ├── JOYDEFS.ERR ├── JOYDEFS.H ├── KBUILD.C ├── KCONFIG.C ├── KCONFIG.ERR ├── KCONFIG.H ├── KCURVE.C ├── KDEFS.H ├── KFUNCS.C ├── KFUNCS.H ├── KGAME.C ├── KGROUP.C ├── KHELP.C ├── KMATRIX.C ├── KMATRIX.ERR ├── KMATRIX.H ├── KMINE.C ├── KSEGMOVE.C ├── KSEGSEL.C ├── KSEGSIZE.C ├── KTMAP.C ├── KVIEW.C ├── L.C ├── L.H ├── L1.C ├── L2.C ├── LASER.C ├── LASER.ERR ├── LASER.H ├── LIGHTING.C ├── LIGHTING.ERR ├── LIGHTING.H ├── LIGHTING.PAD ├── MACRO.C ├── MACRO.H ├── MAKEFILE ├── MCOCKPIT.C ├── MCOCKPIT.H ├── MED.C ├── MED.MNU ├── MEDDRAW.C ├── MEDDRAW.H ├── MEDMISC.C ├── MEDMISC.H ├── MEDROBOT.C ├── MEDROBOT.H ├── MEDSEL.C ├── MEDSEL.H ├── MEDWALL.C ├── MEDWALL.H ├── MEMSNAP.LOG ├── MENU.C ├── MENU.ERR ├── MENU.H ├── MGLOBAL.C ├── MGLOBAL.ERR ├── MINE.C ├── MISSION.C ├── MISSION.ERR ├── MISSION.H ├── MODEM.C ├── MODEM.ERR ├── MODEM.H ├── MORPH.C ├── MORPH.ERR ├── MORPH.H ├── MULTI.C ├── MULTI.ERR ├── MULTI.H ├── MULTIBOT.C ├── MULTIBOT.ERR ├── MULTIBOT.H ├── NETMISC.C ├── NETMISC.H ├── NETSEQ.C ├── NETSEQ.H ├── NETWARE.C ├── NETWORK.C ├── NETWORK.ERR ├── NETWORK.H ├── NEWDEMO.C ├── NEWDEMO.ERR ├── NEWDEMO.H ├── NEWMENU.C ├── NEWMENU.ERR ├── NEWMENU.H ├── NEWOBJ.PAD ├── NFILE.C ├── NFILE.H ├── NOCOMLIB.C ├── NOCOMLIB.H ├── O.H ├── OBJECT.C ├── OBJECT.ERR ├── OBJECT.H ├── OBJECT.PAD ├── OBJFLY.C ├── OBJMOV.PAD ├── OBJPAGE.C ├── OBJPAGE.H ├── OBJPHYS.C ├── OBJVECS.C ├── OURCOM.C ├── OUTSIDE.C ├── OUTSIDE.H ├── P.C ├── PAGING.C ├── PAGING.ERR ├── PAGING.H ├── PHOTOS.C ├── PHYSICS.C ├── PHYSICS.ERR ├── PHYSICS.H ├── PIGGY.C ├── PIGGY.ERR ├── PIGGY.H ├── PLAYER.H ├── PLAYSAVE.C ├── PLAYSAVE.ERR ├── PLAYSAVE.H ├── POLYOBJ.C ├── POLYOBJ.ERR ├── POLYOBJ.H ├── POWERUP.C ├── POWERUP.ERR ├── POWERUP.H ├── RADAR.C ├── RADAR.H ├── RENDER.C ├── RENDER.ERR ├── RENDER.H ├── ROBOT.C ├── ROBOT.ERR ├── ROBOT.H ├── ROBOT_B2.C ├── ROBOT_S2.C ├── SCORES.C ├── SCORES.ERR ├── SCORES.H ├── SCREENS.H ├── SEGMENT.C ├── SEGMENT.H ├── SEGMENT2.H ├── SEGMOVE.PAD ├── SEGPOINT.H ├── SEGSIZE.PAD ├── SEGUVS.C ├── SEGUVS.H ├── SERIAL.C ├── SERIAL.H ├── SETTINGS.H ├── SHIP.C ├── SHIP.H ├── SLEW.C ├── SLEW.ERR ├── SLEW.H ├── SONGS.C ├── SONGS.ERR ├── SONGS.H ├── SOSCODEC.ASM ├── SOUNDS.H ├── SPX.H ├── STATE.C ├── STATE.ERR ├── STATE.H ├── SWITCH.C ├── SWITCH.ERR ├── SWITCH.H ├── T.C ├── TEMPGAME.C ├── TEMPGAME.ERR ├── TERRAIN.C ├── TERRAIN.ERR ├── TERRAIN.H ├── TEST.ASM ├── TEST.C ├── TEST.PAD ├── TEST1.C ├── TESTGAUG.C ├── TEXMERGE.C ├── TEXMERGE.ERR ├── TEXMERGE.H ├── TEXPAGE.C ├── TEXPAGE.H ├── TEXT.C ├── TEXT.H ├── TEXTURE.C ├── TEXTURE.PAD ├── TEXTURES.H ├── TITLES.C ├── TITLES.ERR ├── TITLES.H ├── VCLIP.C ├── VCLIP.ERR ├── VCLIP.H ├── VERS_ID.H ├── VFX.C ├── VFX.H ├── VFX1.H ├── VICTOR.C ├── VICTOR.ERR ├── VICTOR.H ├── W.C ├── WALL.C ├── WALL.ERR ├── WALL.H ├── WEAPON.C ├── WEAPON.ERR ├── WEAPON.H └── WSTUB.EXE ├── MAKED1.BAT ├── MAKEFILE ├── MED.MNU ├── MEM ├── MAKEFILE ├── MEM.C ├── MEM.H └── MEM1.C ├── MISC ├── ERROR.C ├── ERROR.H ├── MAKEFILE ├── PARSARG.C └── PARSARG.H ├── PAL ├── IFF.C ├── IFF.H ├── IFF15BPP.C ├── MAKEFILE ├── TESTP.C └── TGA.C ├── PCXVIEW └── PCX.C ├── PSLIB ├── BITIO.C ├── CF.H ├── CFLIB.H ├── LIBRARY.C ├── LIBRARY.H ├── LZW.C ├── MAKEFILE ├── PSLIB.C ├── READFILE.C └── READFILE.H ├── README.TXT ├── TEXMAP ├── JOHN.ASM ├── JOHN1.ASM ├── LIGHTABS.ASM ├── MAKEFILE ├── MESH │ └── NTMAP.C ├── NTMAP.C ├── NTMAP.ERR ├── QUAD.C ├── SCANLINE.C ├── SCANLINE.ERR ├── SCANLINE.H ├── SELECTOR.ASM ├── TEMP.ASM ├── TEXMAP.H ├── TEXMAPL.H ├── TMAP.C ├── TMAPDITH.ASM ├── TMAPFADE.ASM ├── TMAPFLAT.C ├── TMAPFLAT.ERR ├── TMAPSKY.C ├── TMAPV.C ├── TMAPZ.C ├── TMAP_16.ASM ├── TMAP_16G.ASM ├── TMAP_16L.ASM ├── TMAP_16P.ASM ├── TMAP_16R.ASM ├── TMAP_AA.ASM ├── TMAP_FL1.ASM ├── TMAP_FLT.ASM ├── TMAP_INC.ASM ├── TMAP_KL.ASM ├── TMAP_LD.ASM ├── TMAP_LIN.ASM ├── TMAP_LL.ASM ├── TMAP_MUL.ASM ├── TMAP_P2.ASM ├── TMAP_PER.ASM ├── TMAP_RGB.ASM ├── TMAP_SKV.ASM ├── TMAP_SKY.ASM ├── TMAP_Z.ASM └── VESA.ASM ├── UI ├── BARBOX.C ├── BUTTON.C ├── CHECKBOX.C ├── FILE.C ├── FUNC.H ├── GADGET.C ├── HARDERR.C ├── ICON.C ├── INPUTBOX.C ├── JOHN.C ├── KEY1.C ├── KEYPAD.C ├── KEYPRESS.C ├── KEYS.C ├── KEYS.H ├── KEYTRAP.C ├── LISTBOX.C ├── MAKEFILE ├── MEDFUNC.C ├── MENU.C ├── MENUBAR.C ├── MENUBAR1.C ├── MESSAGE.C ├── MOUSE.C ├── MOUSE.ERR ├── NUMBER.C ├── POPUP.C ├── RADIO.C ├── SAMP.C ├── SCROLL.C ├── TESTG.C ├── TTY.C ├── UI.C ├── UI.H ├── UI1.H ├── UIDRAW.C ├── USERBOX.C └── WINDOW.C ├── VECMAT ├── MAKEFILE ├── VECMAT.ASM ├── VECMAT.H └── VECMAT.INC └── XCOLOR ├── MAKEFILE └── XCOLOR.C /2D/BITBLT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/BITBLT.C -------------------------------------------------------------------------------- /2D/BITBLT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/BITBLT.ERR -------------------------------------------------------------------------------- /2D/BITMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/BITMAP.C -------------------------------------------------------------------------------- /2D/BITMAP.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/BITMAP.ERR -------------------------------------------------------------------------------- /2D/BOX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/BOX.C -------------------------------------------------------------------------------- /2D/CANVAS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/CANVAS.C -------------------------------------------------------------------------------- /2D/CIRCLE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/CIRCLE.C -------------------------------------------------------------------------------- /2D/CLIP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/CLIP.H -------------------------------------------------------------------------------- /2D/CURSOR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/CURSOR.C -------------------------------------------------------------------------------- /2D/DISC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/DISC.C -------------------------------------------------------------------------------- /2D/EFFECT2D.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/EFFECT2D.H -------------------------------------------------------------------------------- /2D/EFFECTS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/EFFECTS.C -------------------------------------------------------------------------------- /2D/FDRAW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/FDRAW.C -------------------------------------------------------------------------------- /2D/FONT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/FONT.C -------------------------------------------------------------------------------- /2D/GPIXEL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/GPIXEL.C -------------------------------------------------------------------------------- /2D/GR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/GR.C -------------------------------------------------------------------------------- /2D/GR.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/GR.ERR -------------------------------------------------------------------------------- /2D/GR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/GR.H -------------------------------------------------------------------------------- /2D/GR.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/GR.INC -------------------------------------------------------------------------------- /2D/GRDEF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/GRDEF.H -------------------------------------------------------------------------------- /2D/IBITBLT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/IBITBLT.C -------------------------------------------------------------------------------- /2D/IBITBLT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/IBITBLT.H -------------------------------------------------------------------------------- /2D/INV_CMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/INV_CMAP.C -------------------------------------------------------------------------------- /2D/L.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/L.C -------------------------------------------------------------------------------- /2D/LBITBLT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/LBITBLT.ASM -------------------------------------------------------------------------------- /2D/LINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/LINE.C -------------------------------------------------------------------------------- /2D/LINEAR.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/LINEAR.ASM -------------------------------------------------------------------------------- /2D/MAC/SCALE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/MAC/SCALE.C -------------------------------------------------------------------------------- /2D/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/MAKEFILE -------------------------------------------------------------------------------- /2D/MEDIAN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/MEDIAN.C -------------------------------------------------------------------------------- /2D/MODEX.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/MODEX.ASM -------------------------------------------------------------------------------- /2D/MSPEED.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/MSPEED.C -------------------------------------------------------------------------------- /2D/PALETTE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/PALETTE.C -------------------------------------------------------------------------------- /2D/PALETTE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/PALETTE.H -------------------------------------------------------------------------------- /2D/PCX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/PCX.C -------------------------------------------------------------------------------- /2D/PCX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/PCX.H -------------------------------------------------------------------------------- /2D/PHHANDLR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/PHHANDLR.H -------------------------------------------------------------------------------- /2D/PIXEL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/PIXEL.C -------------------------------------------------------------------------------- /2D/POLY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/POLY.C -------------------------------------------------------------------------------- /2D/RECT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/RECT.C -------------------------------------------------------------------------------- /2D/RLE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/RLE.C -------------------------------------------------------------------------------- /2D/RLE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/RLE.H -------------------------------------------------------------------------------- /2D/ROLLER.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/ROLLER.C -------------------------------------------------------------------------------- /2D/SCALE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/SCALE.C -------------------------------------------------------------------------------- /2D/SCALEA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/SCALEA.ASM -------------------------------------------------------------------------------- /2D/SCANLINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/SCANLINE.C -------------------------------------------------------------------------------- /2D/TEMP.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/TEMP.ASM -------------------------------------------------------------------------------- /2D/TESTG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/TESTG.C -------------------------------------------------------------------------------- /2D/TMAPBITS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/TMAPBITS.C -------------------------------------------------------------------------------- /2D/TPOLY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/TPOLY.C -------------------------------------------------------------------------------- /2D/TWEAK.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/TWEAK.INC -------------------------------------------------------------------------------- /2D/VESA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/VESA.ASM -------------------------------------------------------------------------------- /2D/VESALIB.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/VESALIB.C -------------------------------------------------------------------------------- /2D/VESALIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/VESALIB.H -------------------------------------------------------------------------------- /2D/VESATEST.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/VESATEST.C -------------------------------------------------------------------------------- /2D/VGAREGS.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/2D/VGAREGS.INC -------------------------------------------------------------------------------- /3D/3D.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/3D.H -------------------------------------------------------------------------------- /3D/3D.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/3D.INC -------------------------------------------------------------------------------- /3D/CLIPPER.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/CLIPPER.ASM -------------------------------------------------------------------------------- /3D/DRAW.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/DRAW.ASM -------------------------------------------------------------------------------- /3D/GLOBVARS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/GLOBVARS.ASM -------------------------------------------------------------------------------- /3D/HORIZON.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/HORIZON.ASM -------------------------------------------------------------------------------- /3D/INSTANCE.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/INSTANCE.ASM -------------------------------------------------------------------------------- /3D/INTERP.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/INTERP.ASM -------------------------------------------------------------------------------- /3D/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/MAKEFILE -------------------------------------------------------------------------------- /3D/MATRIX.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/MATRIX.ASM -------------------------------------------------------------------------------- /3D/OBJECTS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/OBJECTS.ASM -------------------------------------------------------------------------------- /3D/POINTS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/POINTS.ASM -------------------------------------------------------------------------------- /3D/ROD.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/ROD.ASM -------------------------------------------------------------------------------- /3D/SETUP.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/SETUP.ASM -------------------------------------------------------------------------------- /3D/UPVECS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/UPVECS.C -------------------------------------------------------------------------------- /3D/VECVIEW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/3D/VECVIEW.C -------------------------------------------------------------------------------- /BIOS/CDROM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/CDROM.C -------------------------------------------------------------------------------- /BIOS/CSSTUFF/JOY.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/CSSTUFF/JOY.ASM -------------------------------------------------------------------------------- /BIOS/CSSTUFF/JOY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/CSSTUFF/JOY.H -------------------------------------------------------------------------------- /BIOS/CSSTUFF/JOYC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/CSSTUFF/JOYC.C -------------------------------------------------------------------------------- /BIOS/CSSTUFF/TIMER.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/CSSTUFF/TIMER.ASM -------------------------------------------------------------------------------- /BIOS/DEMO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/DEMO.C -------------------------------------------------------------------------------- /BIOS/DPMI.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/DPMI.C -------------------------------------------------------------------------------- /BIOS/DPMI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/DPMI.H -------------------------------------------------------------------------------- /BIOS/IPX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/IPX.C -------------------------------------------------------------------------------- /BIOS/IPX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/IPX.H -------------------------------------------------------------------------------- /BIOS/JOY.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/JOY.ASM -------------------------------------------------------------------------------- /BIOS/JOY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/JOY.H -------------------------------------------------------------------------------- /BIOS/JOYC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/JOYC.C -------------------------------------------------------------------------------- /BIOS/KEY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/KEY.C -------------------------------------------------------------------------------- /BIOS/KEY.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/KEY.ERR -------------------------------------------------------------------------------- /BIOS/KEY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/KEY.H -------------------------------------------------------------------------------- /BIOS/KEY1.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/KEY1.ASM -------------------------------------------------------------------------------- /BIOS/KEY1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/KEY1.C -------------------------------------------------------------------------------- /BIOS/KEY1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/KEY1.H -------------------------------------------------------------------------------- /BIOS/KEY2.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/KEY2.ASM -------------------------------------------------------------------------------- /BIOS/KEYS.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/KEYS.INC -------------------------------------------------------------------------------- /BIOS/L.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/L.ASM -------------------------------------------------------------------------------- /BIOS/L.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/L.C -------------------------------------------------------------------------------- /BIOS/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/MAKEFILE -------------------------------------------------------------------------------- /BIOS/MONO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/MONO.C -------------------------------------------------------------------------------- /BIOS/MONO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/MONO.H -------------------------------------------------------------------------------- /BIOS/MOUSE.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/MOUSE.ASM -------------------------------------------------------------------------------- /BIOS/MOUSE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/MOUSE.C -------------------------------------------------------------------------------- /BIOS/MOUSE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/MOUSE.H -------------------------------------------------------------------------------- /BIOS/MOUSEA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/MOUSEA.ASM -------------------------------------------------------------------------------- /BIOS/MOUSEC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/MOUSEC.C -------------------------------------------------------------------------------- /BIOS/NEWKEY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/NEWKEY.C -------------------------------------------------------------------------------- /BIOS/OLDKEY.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/OLDKEY.ASM -------------------------------------------------------------------------------- /BIOS/SPEAKER.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/SPEAKER.C -------------------------------------------------------------------------------- /BIOS/SWIFTCFG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/SWIFTCFG.H -------------------------------------------------------------------------------- /BIOS/T.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/T.ASM -------------------------------------------------------------------------------- /BIOS/T.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/T.H -------------------------------------------------------------------------------- /BIOS/T1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/T1.C -------------------------------------------------------------------------------- /BIOS/TESTJ.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TESTJ.C -------------------------------------------------------------------------------- /BIOS/TESTK.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TESTK.C -------------------------------------------------------------------------------- /BIOS/TESTM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TESTM.C -------------------------------------------------------------------------------- /BIOS/TESTMEM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TESTMEM.C -------------------------------------------------------------------------------- /BIOS/TESTMS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TESTMS.C -------------------------------------------------------------------------------- /BIOS/TESTT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TESTT.C -------------------------------------------------------------------------------- /BIOS/TICKER.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TICKER.C -------------------------------------------------------------------------------- /BIOS/TIMER.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TIMER.ASM -------------------------------------------------------------------------------- /BIOS/TIMER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TIMER.H -------------------------------------------------------------------------------- /BIOS/TRESET.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/BIOS/TRESET.ASM -------------------------------------------------------------------------------- /CFILE/CFILE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/CFILE/CFILE.C -------------------------------------------------------------------------------- /CFILE/CFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/CFILE/CFILE.H -------------------------------------------------------------------------------- /CFILE/L.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/CFILE/L.C -------------------------------------------------------------------------------- /CFILE/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/CFILE/MAKEFILE -------------------------------------------------------------------------------- /CFILE/NOCFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/CFILE/NOCFILE.H -------------------------------------------------------------------------------- /CFILE/PSCOMP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/CFILE/PSCOMP.C -------------------------------------------------------------------------------- /CFILE/T.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/CFILE/T.C -------------------------------------------------------------------------------- /D1VARS.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/D1VARS.BAT -------------------------------------------------------------------------------- /DIV/DIV0.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/DIV/DIV0.ASM -------------------------------------------------------------------------------- /DIV/DIV0.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/DIV/DIV0.H -------------------------------------------------------------------------------- /DIV/DIV0.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/DIV/DIV0.INC -------------------------------------------------------------------------------- /DIV/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/DIV/MAKEFILE -------------------------------------------------------------------------------- /DIV/TESTD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/DIV/TESTD.C -------------------------------------------------------------------------------- /DIV/TESTDA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/DIV/TESTDA.ASM -------------------------------------------------------------------------------- /EDITDATA.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/EDITDATA.EXE -------------------------------------------------------------------------------- /FIX/FIX.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/FIX/FIX.ASM -------------------------------------------------------------------------------- /FIX/FIX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/FIX/FIX.H -------------------------------------------------------------------------------- /FIX/FIX.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/FIX/FIX.INC -------------------------------------------------------------------------------- /FIX/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/FIX/MAKEFILE -------------------------------------------------------------------------------- /HOGFILE/HOGFILE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/HOGFILE/HOGFILE.C -------------------------------------------------------------------------------- /HOGFILE/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/HOGFILE/MAKEFILE -------------------------------------------------------------------------------- /HOGFILE/TMP/HOGFILE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/HOGFILE/TMP/HOGFILE.C -------------------------------------------------------------------------------- /IFF/IFF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/IFF/IFF.C -------------------------------------------------------------------------------- /IFF/IFF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/IFF/IFF.H -------------------------------------------------------------------------------- /IFF/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/IFF/MAKEFILE -------------------------------------------------------------------------------- /INCLUDES/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/INCLUDES/MAKEFILE -------------------------------------------------------------------------------- /INCLUDES/PSMACROS.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/INCLUDES/PSMACROS.INC -------------------------------------------------------------------------------- /INCLUDES/PSMACROS.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/INCLUDES/PSMACROS.LST -------------------------------------------------------------------------------- /INCLUDES/TYPES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/INCLUDES/TYPES.H -------------------------------------------------------------------------------- /INCLUDES/TYPES.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/INCLUDES/TYPES.INC -------------------------------------------------------------------------------- /LBMCOMP/LBMCOMP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LBMCOMP/LBMCOMP.C -------------------------------------------------------------------------------- /LBMCOMP/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LBMCOMP/MAKEFILE -------------------------------------------------------------------------------- /LIB/3D.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/3D.H -------------------------------------------------------------------------------- /LIB/3D.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/3D.INC -------------------------------------------------------------------------------- /LIB/AI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/AI.H -------------------------------------------------------------------------------- /LIB/AISTRUCT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/AISTRUCT.H -------------------------------------------------------------------------------- /LIB/ARCADE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/ARCADE.H -------------------------------------------------------------------------------- /LIB/ARGS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/ARGS.H -------------------------------------------------------------------------------- /LIB/AUTOMAP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/AUTOMAP.H -------------------------------------------------------------------------------- /LIB/BM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/BM.H -------------------------------------------------------------------------------- /LIB/CDROM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CDROM.H -------------------------------------------------------------------------------- /LIB/CENTERS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CENTERS.H -------------------------------------------------------------------------------- /LIB/CFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CFILE.H -------------------------------------------------------------------------------- /LIB/CFLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CFLIB.H -------------------------------------------------------------------------------- /LIB/CFMAIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CFMAIN.H -------------------------------------------------------------------------------- /LIB/CNTRLCEN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CNTRLCEN.H -------------------------------------------------------------------------------- /LIB/COINDEV.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/COINDEV.H -------------------------------------------------------------------------------- /LIB/COLLIDE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/COLLIDE.H -------------------------------------------------------------------------------- /LIB/COMPBIT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/COMPBIT.H -------------------------------------------------------------------------------- /LIB/CONFIG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CONFIG.H -------------------------------------------------------------------------------- /LIB/CONTROLS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CONTROLS.H -------------------------------------------------------------------------------- /LIB/CONVERT1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CONVERT1.H -------------------------------------------------------------------------------- /LIB/CREDITS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/CREDITS.H -------------------------------------------------------------------------------- /LIB/DCFLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DCFLIB.H -------------------------------------------------------------------------------- /LIB/DELTA.CFG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DELTA.CFG -------------------------------------------------------------------------------- /LIB/DEMO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DEMO.H -------------------------------------------------------------------------------- /LIB/DESC_ID.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DESC_ID.H -------------------------------------------------------------------------------- /LIB/DIGI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DIGI.H -------------------------------------------------------------------------------- /LIB/DIGICOMP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DIGICOMP.H -------------------------------------------------------------------------------- /LIB/DIV0.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DIV0.H -------------------------------------------------------------------------------- /LIB/DIV0.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DIV0.INC -------------------------------------------------------------------------------- /LIB/DOSXPTRS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DOSXPTRS.H -------------------------------------------------------------------------------- /LIB/DPMI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/DPMI.H -------------------------------------------------------------------------------- /LIB/EDITOR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/EDITOR.H -------------------------------------------------------------------------------- /LIB/EFFECT2D.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/EFFECT2D.H -------------------------------------------------------------------------------- /LIB/EFFECTS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/EFFECTS.H -------------------------------------------------------------------------------- /LIB/EHOSTAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/EHOSTAGE.H -------------------------------------------------------------------------------- /LIB/ENDLEVEL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/ENDLEVEL.H -------------------------------------------------------------------------------- /LIB/EOBJECT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/EOBJECT.H -------------------------------------------------------------------------------- /LIB/ERROR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/ERROR.H -------------------------------------------------------------------------------- /LIB/ESWITCH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/ESWITCH.H -------------------------------------------------------------------------------- /LIB/FIREBALL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/FIREBALL.H -------------------------------------------------------------------------------- /LIB/FIX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/FIX.H -------------------------------------------------------------------------------- /LIB/FIX.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/FIX.INC -------------------------------------------------------------------------------- /LIB/FUELCEN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/FUELCEN.H -------------------------------------------------------------------------------- /LIB/FUNC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/FUNC.H -------------------------------------------------------------------------------- /LIB/FVI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/FVI.H -------------------------------------------------------------------------------- /LIB/GAME.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GAME.H -------------------------------------------------------------------------------- /LIB/GAMEFONT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GAMEFONT.H -------------------------------------------------------------------------------- /LIB/GAMEMINE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GAMEMINE.H -------------------------------------------------------------------------------- /LIB/GAMESAVE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GAMESAVE.H -------------------------------------------------------------------------------- /LIB/GAMESEG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GAMESEG.H -------------------------------------------------------------------------------- /LIB/GAMESEQ.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GAMESEQ.H -------------------------------------------------------------------------------- /LIB/GAUGES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GAUGES.H -------------------------------------------------------------------------------- /LIB/GR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GR.H -------------------------------------------------------------------------------- /LIB/GR.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GR.INC -------------------------------------------------------------------------------- /LIB/GRDEF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/GRDEF.H -------------------------------------------------------------------------------- /LIB/HASH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/HASH.H -------------------------------------------------------------------------------- /LIB/HOSTAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/HOSTAGE.H -------------------------------------------------------------------------------- /LIB/IBITBLT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/IBITBLT.H -------------------------------------------------------------------------------- /LIB/IFF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/IFF.H -------------------------------------------------------------------------------- /LIB/IGLASSES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/IGLASSES.H -------------------------------------------------------------------------------- /LIB/IMATH1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/IMATH1.H -------------------------------------------------------------------------------- /LIB/INFERNO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/INFERNO.H -------------------------------------------------------------------------------- /LIB/INFO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/INFO.H -------------------------------------------------------------------------------- /LIB/IPX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/IPX.H -------------------------------------------------------------------------------- /LIB/JOY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/JOY.H -------------------------------------------------------------------------------- /LIB/JOYCAL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/JOYCAL.H -------------------------------------------------------------------------------- /LIB/JOYDEFS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/JOYDEFS.H -------------------------------------------------------------------------------- /LIB/KCONFIG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/KCONFIG.H -------------------------------------------------------------------------------- /LIB/KDEFS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/KDEFS.H -------------------------------------------------------------------------------- /LIB/KEY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/KEY.H -------------------------------------------------------------------------------- /LIB/KFUNCS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/KFUNCS.H -------------------------------------------------------------------------------- /LIB/KMATRIX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/KMATRIX.H -------------------------------------------------------------------------------- /LIB/L.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/L.H -------------------------------------------------------------------------------- /LIB/LASER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/LASER.H -------------------------------------------------------------------------------- /LIB/LIBRARY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/LIBRARY.H -------------------------------------------------------------------------------- /LIB/LIGHTING.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/LIGHTING.H -------------------------------------------------------------------------------- /LIB/LZW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/LZW.H -------------------------------------------------------------------------------- /LIB/MACRO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MACRO.H -------------------------------------------------------------------------------- /LIB/MCOCKPIT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MCOCKPIT.H -------------------------------------------------------------------------------- /LIB/MEDDRAW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MEDDRAW.H -------------------------------------------------------------------------------- /LIB/MEDLISP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MEDLISP.H -------------------------------------------------------------------------------- /LIB/MEDMISC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MEDMISC.H -------------------------------------------------------------------------------- /LIB/MEDROBOT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MEDROBOT.H -------------------------------------------------------------------------------- /LIB/MEDSEL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MEDSEL.H -------------------------------------------------------------------------------- /LIB/MEDWALL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MEDWALL.H -------------------------------------------------------------------------------- /LIB/MEM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MEM.H -------------------------------------------------------------------------------- /LIB/MENU.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MENU.H -------------------------------------------------------------------------------- /LIB/MISSION.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MISSION.H -------------------------------------------------------------------------------- /LIB/MODEM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MODEM.H -------------------------------------------------------------------------------- /LIB/MONO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MONO.H -------------------------------------------------------------------------------- /LIB/MORPH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MORPH.H -------------------------------------------------------------------------------- /LIB/MOUSE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MOUSE.H -------------------------------------------------------------------------------- /LIB/MULTI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MULTI.H -------------------------------------------------------------------------------- /LIB/MULTIBOT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/MULTIBOT.H -------------------------------------------------------------------------------- /LIB/NETMISC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NETMISC.H -------------------------------------------------------------------------------- /LIB/NETSEQ.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NETSEQ.H -------------------------------------------------------------------------------- /LIB/NETWORK.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NETWORK.H -------------------------------------------------------------------------------- /LIB/NEWDEMO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NEWDEMO.H -------------------------------------------------------------------------------- /LIB/NEWMENU.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NEWMENU.H -------------------------------------------------------------------------------- /LIB/NFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NFILE.H -------------------------------------------------------------------------------- /LIB/NOCFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NOCFILE.H -------------------------------------------------------------------------------- /LIB/NOCOMLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NOCOMLIB.H -------------------------------------------------------------------------------- /LIB/NO_SOS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/NO_SOS.H -------------------------------------------------------------------------------- /LIB/O.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/O.H -------------------------------------------------------------------------------- /LIB/OBJECT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/OBJECT.H -------------------------------------------------------------------------------- /LIB/OBJPAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/OBJPAGE.H -------------------------------------------------------------------------------- /LIB/OUTSIDE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/OUTSIDE.H -------------------------------------------------------------------------------- /LIB/PAGING.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PAGING.H -------------------------------------------------------------------------------- /LIB/PALETTE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PALETTE.H -------------------------------------------------------------------------------- /LIB/PARSARG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PARSARG.H -------------------------------------------------------------------------------- /LIB/PCX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PCX.H -------------------------------------------------------------------------------- /LIB/PHYSICS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PHYSICS.H -------------------------------------------------------------------------------- /LIB/PIGGY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PIGGY.H -------------------------------------------------------------------------------- /LIB/PLAYER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PLAYER.H -------------------------------------------------------------------------------- /LIB/PLAYSAVE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PLAYSAVE.H -------------------------------------------------------------------------------- /LIB/POLYOBJ.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/POLYOBJ.H -------------------------------------------------------------------------------- /LIB/POWERUP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/POWERUP.H -------------------------------------------------------------------------------- /LIB/PSMACROS.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/PSMACROS.INC -------------------------------------------------------------------------------- /LIB/RADAR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/RADAR.H -------------------------------------------------------------------------------- /LIB/READFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/READFILE.H -------------------------------------------------------------------------------- /LIB/RENDER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/RENDER.H -------------------------------------------------------------------------------- /LIB/RLE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/RLE.H -------------------------------------------------------------------------------- /LIB/ROBOT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/ROBOT.H -------------------------------------------------------------------------------- /LIB/SCORES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SCORES.H -------------------------------------------------------------------------------- /LIB/SCREENS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SCREENS.H -------------------------------------------------------------------------------- /LIB/SEGMENT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SEGMENT.H -------------------------------------------------------------------------------- /LIB/SEGMENT2.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SEGMENT2.H -------------------------------------------------------------------------------- /LIB/SEGPOINT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SEGPOINT.H -------------------------------------------------------------------------------- /LIB/SEGUVS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SEGUVS.H -------------------------------------------------------------------------------- /LIB/SERIAL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SERIAL.H -------------------------------------------------------------------------------- /LIB/SETTINGS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SETTINGS.H -------------------------------------------------------------------------------- /LIB/SHIP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SHIP.H -------------------------------------------------------------------------------- /LIB/SLEW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SLEW.H -------------------------------------------------------------------------------- /LIB/SONGS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SONGS.H -------------------------------------------------------------------------------- /LIB/SOUNDS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SOUNDS.H -------------------------------------------------------------------------------- /LIB/SPX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SPX.H -------------------------------------------------------------------------------- /LIB/STATE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/STATE.H -------------------------------------------------------------------------------- /LIB/SWITCH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/SWITCH.H -------------------------------------------------------------------------------- /LIB/TCAL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TCAL.H -------------------------------------------------------------------------------- /LIB/TERRAIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TERRAIN.H -------------------------------------------------------------------------------- /LIB/TEXMAP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TEXMAP.H -------------------------------------------------------------------------------- /LIB/TEXMERGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TEXMERGE.H -------------------------------------------------------------------------------- /LIB/TEXPAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TEXPAGE.H -------------------------------------------------------------------------------- /LIB/TEXT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TEXT.H -------------------------------------------------------------------------------- /LIB/TEXTURES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TEXTURES.H -------------------------------------------------------------------------------- /LIB/TIMER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TIMER.H -------------------------------------------------------------------------------- /LIB/TITLES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TITLES.H -------------------------------------------------------------------------------- /LIB/TRACKER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TRACKER.H -------------------------------------------------------------------------------- /LIB/TYPES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TYPES.H -------------------------------------------------------------------------------- /LIB/TYPES.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/TYPES.INC -------------------------------------------------------------------------------- /LIB/UI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/UI.H -------------------------------------------------------------------------------- /LIB/VCLIP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VCLIP.H -------------------------------------------------------------------------------- /LIB/VECMAT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VECMAT.H -------------------------------------------------------------------------------- /LIB/VECMAT.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VECMAT.INC -------------------------------------------------------------------------------- /LIB/VECTOR1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VECTOR1.H -------------------------------------------------------------------------------- /LIB/VERS_ID.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VERS_ID.H -------------------------------------------------------------------------------- /LIB/VESA.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VESA.H -------------------------------------------------------------------------------- /LIB/VFX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VFX.H -------------------------------------------------------------------------------- /LIB/VFX1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VFX1.H -------------------------------------------------------------------------------- /LIB/VICTOR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/VICTOR.H -------------------------------------------------------------------------------- /LIB/WALL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/WALL.H -------------------------------------------------------------------------------- /LIB/WEAPON.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/WEAPON.H -------------------------------------------------------------------------------- /LIB/XLFTAB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/LIB/XLFTAB.H -------------------------------------------------------------------------------- /MAIN/AI.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AI.C -------------------------------------------------------------------------------- /MAIN/AI.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AI.ERR -------------------------------------------------------------------------------- /MAIN/AI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AI.H -------------------------------------------------------------------------------- /MAIN/AI2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AI2.C -------------------------------------------------------------------------------- /MAIN/AIPATH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AIPATH.C -------------------------------------------------------------------------------- /MAIN/AIPATH.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AIPATH.ERR -------------------------------------------------------------------------------- /MAIN/AISTRUCT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AISTRUCT.H -------------------------------------------------------------------------------- /MAIN/ARCADE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ARCADE.C -------------------------------------------------------------------------------- /MAIN/ARCADE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ARCADE.H -------------------------------------------------------------------------------- /MAIN/ARGS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ARGS.C -------------------------------------------------------------------------------- /MAIN/ARGS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ARGS.H -------------------------------------------------------------------------------- /MAIN/AUTOMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AUTOMAP.C -------------------------------------------------------------------------------- /MAIN/AUTOMAP.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AUTOMAP.ERR -------------------------------------------------------------------------------- /MAIN/AUTOMAP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AUTOMAP.H -------------------------------------------------------------------------------- /MAIN/AUTOSAVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/AUTOSAVE.C -------------------------------------------------------------------------------- /MAIN/BM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/BM.C -------------------------------------------------------------------------------- /MAIN/BM.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/BM.ERR -------------------------------------------------------------------------------- /MAIN/BM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/BM.H -------------------------------------------------------------------------------- /MAIN/BMREAD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/BMREAD.C -------------------------------------------------------------------------------- /MAIN/BOT11.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/BOT11.C -------------------------------------------------------------------------------- /MAIN/BOT17.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/BOT17.C -------------------------------------------------------------------------------- /MAIN/CDROM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CDROM.C -------------------------------------------------------------------------------- /MAIN/CDROM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CDROM.H -------------------------------------------------------------------------------- /MAIN/CENTERS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CENTERS.C -------------------------------------------------------------------------------- /MAIN/CENTERS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CENTERS.H -------------------------------------------------------------------------------- /MAIN/CNTRLCEN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CNTRLCEN.C -------------------------------------------------------------------------------- /MAIN/CNTRLCEN.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CNTRLCEN.ERR -------------------------------------------------------------------------------- /MAIN/CNTRLCEN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CNTRLCEN.H -------------------------------------------------------------------------------- /MAIN/COCKPIT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/COCKPIT.ASM -------------------------------------------------------------------------------- /MAIN/COINDEV.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/COINDEV.C -------------------------------------------------------------------------------- /MAIN/COINDEV.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/COINDEV.H -------------------------------------------------------------------------------- /MAIN/COLLIDE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/COLLIDE.C -------------------------------------------------------------------------------- /MAIN/COLLIDE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/COLLIDE.ERR -------------------------------------------------------------------------------- /MAIN/COLLIDE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/COLLIDE.H -------------------------------------------------------------------------------- /MAIN/COMPBIT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/COMPBIT.H -------------------------------------------------------------------------------- /MAIN/CONFIG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CONFIG.C -------------------------------------------------------------------------------- /MAIN/CONFIG.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CONFIG.ERR -------------------------------------------------------------------------------- /MAIN/CONFIG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CONFIG.H -------------------------------------------------------------------------------- /MAIN/CONTROLS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CONTROLS.C -------------------------------------------------------------------------------- /MAIN/CONTROLS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CONTROLS.ERR -------------------------------------------------------------------------------- /MAIN/CONTROLS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CONTROLS.H -------------------------------------------------------------------------------- /MAIN/CREDITS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CREDITS.C -------------------------------------------------------------------------------- /MAIN/CREDITS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CREDITS.ERR -------------------------------------------------------------------------------- /MAIN/CREDITS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CREDITS.H -------------------------------------------------------------------------------- /MAIN/CURVE.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CURVE.PAD -------------------------------------------------------------------------------- /MAIN/CURVES.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/CURVES.C -------------------------------------------------------------------------------- /MAIN/D4RENT.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/D4RENT.INI -------------------------------------------------------------------------------- /MAIN/DCFLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DCFLIB.H -------------------------------------------------------------------------------- /MAIN/DEDIT.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DEDIT.INI -------------------------------------------------------------------------------- /MAIN/DEMO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DEMO.C -------------------------------------------------------------------------------- /MAIN/DEMO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DEMO.H -------------------------------------------------------------------------------- /MAIN/DEMORECS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DEMORECS.C -------------------------------------------------------------------------------- /MAIN/DESC_ID.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DESC_ID.H -------------------------------------------------------------------------------- /MAIN/DIGI.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DIGI.C -------------------------------------------------------------------------------- /MAIN/DIGI.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DIGI.ERR -------------------------------------------------------------------------------- /MAIN/DIGI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DIGI.H -------------------------------------------------------------------------------- /MAIN/DIGICOMP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DIGICOMP.C -------------------------------------------------------------------------------- /MAIN/DIGICOMP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DIGICOMP.H -------------------------------------------------------------------------------- /MAIN/DREG.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DREG.INI -------------------------------------------------------------------------------- /MAIN/DROCK.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DROCK.INI -------------------------------------------------------------------------------- /MAIN/DSAT.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DSAT.INI -------------------------------------------------------------------------------- /MAIN/DSATSG.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DSATSG.INI -------------------------------------------------------------------------------- /MAIN/DSATSGUP.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DSATSGUP.INI -------------------------------------------------------------------------------- /MAIN/DSATUP.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DSATUP.INI -------------------------------------------------------------------------------- /MAIN/DUMMY.PAD: -------------------------------------------------------------------------------- 1 | this is a test file 2 | 3 | -------------------------------------------------------------------------------- /MAIN/DUMPMINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DUMPMINE.C -------------------------------------------------------------------------------- /MAIN/DUMPMINE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/DUMPMINE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR.H -------------------------------------------------------------------------------- /MAIN/EDITOR/AUTOSAVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/AUTOSAVE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/AUTOSAVE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/AUTOSAVE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/CENTERS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/CENTERS.C -------------------------------------------------------------------------------- /MAIN/EDITOR/CENTERS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/CENTERS.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/CENTERS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/CENTERS.H -------------------------------------------------------------------------------- /MAIN/EDITOR/CURVES.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/CURVES.C -------------------------------------------------------------------------------- /MAIN/EDITOR/CURVES.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/CURVES.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/DCFLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/DCFLIB.H -------------------------------------------------------------------------------- /MAIN/EDITOR/EDITOR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EDITOR.H -------------------------------------------------------------------------------- /MAIN/EDITOR/EGLOBAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EGLOBAL.C -------------------------------------------------------------------------------- /MAIN/EDITOR/EGLOBAL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EGLOBAL.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/EHOSTAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EHOSTAGE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/EHOSTAGE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EHOSTAGE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/EHOSTAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EHOSTAGE.H -------------------------------------------------------------------------------- /MAIN/EDITOR/EINIT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EINIT.C -------------------------------------------------------------------------------- /MAIN/EDITOR/EINIT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EINIT.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/ELIGHT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/ELIGHT.C -------------------------------------------------------------------------------- /MAIN/EDITOR/ELIGHT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/ELIGHT.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/EOBJECT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EOBJECT.C -------------------------------------------------------------------------------- /MAIN/EDITOR/EOBJECT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EOBJECT.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/EOBJECT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/EOBJECT.H -------------------------------------------------------------------------------- /MAIN/EDITOR/ESWITCH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/ESWITCH.C -------------------------------------------------------------------------------- /MAIN/EDITOR/ESWITCH.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/ESWITCH.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/ESWITCH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/ESWITCH.H -------------------------------------------------------------------------------- /MAIN/EDITOR/FIXSEG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/FIXSEG.C -------------------------------------------------------------------------------- /MAIN/EDITOR/FIXSEG.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/FIXSEG.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/FUNC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/FUNC.C -------------------------------------------------------------------------------- /MAIN/EDITOR/GROUP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/GROUP.C -------------------------------------------------------------------------------- /MAIN/EDITOR/GROUP.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/GROUP.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/INFO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/INFO.C -------------------------------------------------------------------------------- /MAIN/EDITOR/INFO.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/INFO.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/INFO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/INFO.H -------------------------------------------------------------------------------- /MAIN/EDITOR/KBUILD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KBUILD.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KBUILD.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KBUILD.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KCURVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KCURVE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KCURVE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KCURVE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KDEFS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KDEFS.H -------------------------------------------------------------------------------- /MAIN/EDITOR/KFUNCS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KFUNCS.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KFUNCS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KFUNCS.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KFUNCS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KFUNCS.H -------------------------------------------------------------------------------- /MAIN/EDITOR/KGAME.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KGAME.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KGAME.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KGAME.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KGROUP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KGROUP.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KHELP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KHELP.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KHELP.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KHELP.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KMINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KMINE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KMINE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KMINE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KSEGMOVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KSEGMOVE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KSEGMOVE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KSEGMOVE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KSEGSEL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KSEGSEL.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KSEGSEL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KSEGSEL.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KSEGSIZE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KSEGSIZE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KSEGSIZE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KSEGSIZE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KTMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KTMAP.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KTMAP.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KTMAP.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/KVIEW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KVIEW.C -------------------------------------------------------------------------------- /MAIN/EDITOR/KVIEW.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/KVIEW.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/L.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/L.C -------------------------------------------------------------------------------- /MAIN/EDITOR/L1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/L1.C -------------------------------------------------------------------------------- /MAIN/EDITOR/L2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/L2.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MACRO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MACRO.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MACRO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MACRO.H -------------------------------------------------------------------------------- /MAIN/EDITOR/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MAKEFILE -------------------------------------------------------------------------------- /MAIN/EDITOR/MED.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MED.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MED.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MED.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDDRAW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDDRAW.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDDRAW.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDDRAW.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDDRAW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDDRAW.H -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDMISC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDMISC.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDMISC.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDMISC.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDMISC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDMISC.H -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDROBOT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDROBOT.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDROBOT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDROBOT.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDROBOT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDROBOT.H -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDSEL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDSEL.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDSEL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDSEL.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDSEL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDSEL.H -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDWALL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDWALL.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDWALL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDWALL.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/MEDWALL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MEDWALL.H -------------------------------------------------------------------------------- /MAIN/EDITOR/MINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MINE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/MINE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/MINE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/OBJPAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/OBJPAGE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/OBJPAGE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/OBJPAGE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/OBJPAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/OBJPAGE.H -------------------------------------------------------------------------------- /MAIN/EDITOR/ROBOT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/ROBOT.H -------------------------------------------------------------------------------- /MAIN/EDITOR/SEGMENT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/SEGMENT.C -------------------------------------------------------------------------------- /MAIN/EDITOR/SEGMENT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/SEGMENT.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/SEGUVS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/SEGUVS.C -------------------------------------------------------------------------------- /MAIN/EDITOR/SEGUVS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/SEGUVS.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/SEGUVS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/SEGUVS.H -------------------------------------------------------------------------------- /MAIN/EDITOR/TEXPAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/TEXPAGE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/TEXPAGE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/TEXPAGE.ERR -------------------------------------------------------------------------------- /MAIN/EDITOR/TEXPAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/TEXPAGE.H -------------------------------------------------------------------------------- /MAIN/EDITOR/TEXTURE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/TEXTURE.C -------------------------------------------------------------------------------- /MAIN/EDITOR/TEXTURE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EDITOR/TEXTURE.ERR -------------------------------------------------------------------------------- /MAIN/EFFECTS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EFFECTS.C -------------------------------------------------------------------------------- /MAIN/EFFECTS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EFFECTS.ERR -------------------------------------------------------------------------------- /MAIN/EFFECTS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EFFECTS.H -------------------------------------------------------------------------------- /MAIN/EGLOBAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EGLOBAL.C -------------------------------------------------------------------------------- /MAIN/EHOSTAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EHOSTAGE.C -------------------------------------------------------------------------------- /MAIN/EHOSTAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EHOSTAGE.H -------------------------------------------------------------------------------- /MAIN/EINIT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EINIT.C -------------------------------------------------------------------------------- /MAIN/ELIGHT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ELIGHT.C -------------------------------------------------------------------------------- /MAIN/ENDLEVEL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ENDLEVEL.C -------------------------------------------------------------------------------- /MAIN/ENDLEVEL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ENDLEVEL.ERR -------------------------------------------------------------------------------- /MAIN/ENDLEVEL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ENDLEVEL.H -------------------------------------------------------------------------------- /MAIN/EOBJECT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EOBJECT.C -------------------------------------------------------------------------------- /MAIN/EOBJECT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/EOBJECT.H -------------------------------------------------------------------------------- /MAIN/ESCORT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ESCORT.C -------------------------------------------------------------------------------- /MAIN/ESWITCH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ESWITCH.C -------------------------------------------------------------------------------- /MAIN/ESWITCH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ESWITCH.H -------------------------------------------------------------------------------- /MAIN/FINDTEXT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FINDTEXT.C -------------------------------------------------------------------------------- /MAIN/FIREBALL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FIREBALL.C -------------------------------------------------------------------------------- /MAIN/FIREBALL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FIREBALL.ERR -------------------------------------------------------------------------------- /MAIN/FIREBALL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FIREBALL.H -------------------------------------------------------------------------------- /MAIN/FIXSEG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FIXSEG.C -------------------------------------------------------------------------------- /MAIN/FLYBY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FLYBY.C -------------------------------------------------------------------------------- /MAIN/FUELCEN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FUELCEN.C -------------------------------------------------------------------------------- /MAIN/FUELCEN.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FUELCEN.ERR -------------------------------------------------------------------------------- /MAIN/FUELCEN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FUELCEN.H -------------------------------------------------------------------------------- /MAIN/FVI.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FVI.C -------------------------------------------------------------------------------- /MAIN/FVI.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FVI.ERR -------------------------------------------------------------------------------- /MAIN/FVI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/FVI.H -------------------------------------------------------------------------------- /MAIN/G.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/G.C -------------------------------------------------------------------------------- /MAIN/GAME.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAME.C -------------------------------------------------------------------------------- /MAIN/GAME.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAME.ERR -------------------------------------------------------------------------------- /MAIN/GAME.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAME.H -------------------------------------------------------------------------------- /MAIN/GAMEFONT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMEFONT.C -------------------------------------------------------------------------------- /MAIN/GAMEFONT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMEFONT.H -------------------------------------------------------------------------------- /MAIN/GAMEMINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMEMINE.C -------------------------------------------------------------------------------- /MAIN/GAMEMINE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMEMINE.ERR -------------------------------------------------------------------------------- /MAIN/GAMEMINE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMEMINE.H -------------------------------------------------------------------------------- /MAIN/GAMESAVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESAVE.C -------------------------------------------------------------------------------- /MAIN/GAMESAVE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESAVE.ERR -------------------------------------------------------------------------------- /MAIN/GAMESAVE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESAVE.H -------------------------------------------------------------------------------- /MAIN/GAMESEG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESEG.C -------------------------------------------------------------------------------- /MAIN/GAMESEG.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESEG.ERR -------------------------------------------------------------------------------- /MAIN/GAMESEG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESEG.H -------------------------------------------------------------------------------- /MAIN/GAMESEQ.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESEQ.C -------------------------------------------------------------------------------- /MAIN/GAMESEQ.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESEQ.ERR -------------------------------------------------------------------------------- /MAIN/GAMESEQ.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAMESEQ.H -------------------------------------------------------------------------------- /MAIN/GARAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GARAGE.C -------------------------------------------------------------------------------- /MAIN/GAUGES.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAUGES.C -------------------------------------------------------------------------------- /MAIN/GAUGES.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAUGES.ERR -------------------------------------------------------------------------------- /MAIN/GAUGES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GAUGES.H -------------------------------------------------------------------------------- /MAIN/GM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GM.C -------------------------------------------------------------------------------- /MAIN/GROUP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GROUP.C -------------------------------------------------------------------------------- /MAIN/GROUP.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/GROUP.PAD -------------------------------------------------------------------------------- /MAIN/HASH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/HASH.C -------------------------------------------------------------------------------- /MAIN/HASH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/HASH.H -------------------------------------------------------------------------------- /MAIN/HOSTAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/HOSTAGE.C -------------------------------------------------------------------------------- /MAIN/HOSTAGE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/HOSTAGE.ERR -------------------------------------------------------------------------------- /MAIN/HOSTAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/HOSTAGE.H -------------------------------------------------------------------------------- /MAIN/HUD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/HUD.C -------------------------------------------------------------------------------- /MAIN/HUD.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/HUD.ERR -------------------------------------------------------------------------------- /MAIN/IGLASSES.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/IGLASSES.C -------------------------------------------------------------------------------- /MAIN/IGLASSES.ERR: -------------------------------------------------------------------------------- 1 | iglasses.c(124): Warning! W101: Non-portable pointer conversion 2 | -------------------------------------------------------------------------------- /MAIN/IGLASSES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/IGLASSES.H -------------------------------------------------------------------------------- /MAIN/INFERNO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/INFERNO.C -------------------------------------------------------------------------------- /MAIN/INFERNO.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/INFERNO.ERR -------------------------------------------------------------------------------- /MAIN/INFERNO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/INFERNO.H -------------------------------------------------------------------------------- /MAIN/INFERNO.INI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/INFERNO.INI -------------------------------------------------------------------------------- /MAIN/INFO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/INFO.C -------------------------------------------------------------------------------- /MAIN/INFO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/INFO.H -------------------------------------------------------------------------------- /MAIN/INT3HAND.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/INT3HAND.ASM -------------------------------------------------------------------------------- /MAIN/IPX_ESR.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/IPX_ESR.ASM -------------------------------------------------------------------------------- /MAIN/JOYCAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/JOYCAL.C -------------------------------------------------------------------------------- /MAIN/JOYCAL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/JOYCAL.H -------------------------------------------------------------------------------- /MAIN/JOYDEFS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/JOYDEFS.C -------------------------------------------------------------------------------- /MAIN/JOYDEFS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/JOYDEFS.ERR -------------------------------------------------------------------------------- /MAIN/JOYDEFS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/JOYDEFS.H -------------------------------------------------------------------------------- /MAIN/KBUILD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KBUILD.C -------------------------------------------------------------------------------- /MAIN/KCONFIG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KCONFIG.C -------------------------------------------------------------------------------- /MAIN/KCONFIG.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KCONFIG.ERR -------------------------------------------------------------------------------- /MAIN/KCONFIG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KCONFIG.H -------------------------------------------------------------------------------- /MAIN/KCURVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KCURVE.C -------------------------------------------------------------------------------- /MAIN/KDEFS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KDEFS.H -------------------------------------------------------------------------------- /MAIN/KFUNCS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KFUNCS.C -------------------------------------------------------------------------------- /MAIN/KFUNCS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KFUNCS.H -------------------------------------------------------------------------------- /MAIN/KGAME.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KGAME.C -------------------------------------------------------------------------------- /MAIN/KGROUP.C: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MAIN/KHELP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KHELP.C -------------------------------------------------------------------------------- /MAIN/KMATRIX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KMATRIX.C -------------------------------------------------------------------------------- /MAIN/KMATRIX.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KMATRIX.ERR -------------------------------------------------------------------------------- /MAIN/KMATRIX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KMATRIX.H -------------------------------------------------------------------------------- /MAIN/KMINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KMINE.C -------------------------------------------------------------------------------- /MAIN/KSEGMOVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KSEGMOVE.C -------------------------------------------------------------------------------- /MAIN/KSEGSEL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KSEGSEL.C -------------------------------------------------------------------------------- /MAIN/KSEGSIZE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KSEGSIZE.C -------------------------------------------------------------------------------- /MAIN/KTMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KTMAP.C -------------------------------------------------------------------------------- /MAIN/KVIEW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/KVIEW.C -------------------------------------------------------------------------------- /MAIN/L.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/L.C -------------------------------------------------------------------------------- /MAIN/L.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/L.H -------------------------------------------------------------------------------- /MAIN/L1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/L1.C -------------------------------------------------------------------------------- /MAIN/L2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/L2.C -------------------------------------------------------------------------------- /MAIN/LASER.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/LASER.C -------------------------------------------------------------------------------- /MAIN/LASER.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/LASER.ERR -------------------------------------------------------------------------------- /MAIN/LASER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/LASER.H -------------------------------------------------------------------------------- /MAIN/LIGHTING.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/LIGHTING.C -------------------------------------------------------------------------------- /MAIN/LIGHTING.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/LIGHTING.ERR -------------------------------------------------------------------------------- /MAIN/LIGHTING.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/LIGHTING.H -------------------------------------------------------------------------------- /MAIN/LIGHTING.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/LIGHTING.PAD -------------------------------------------------------------------------------- /MAIN/MACRO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MACRO.C -------------------------------------------------------------------------------- /MAIN/MACRO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MACRO.H -------------------------------------------------------------------------------- /MAIN/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MAKEFILE -------------------------------------------------------------------------------- /MAIN/MCOCKPIT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MCOCKPIT.C -------------------------------------------------------------------------------- /MAIN/MCOCKPIT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MCOCKPIT.H -------------------------------------------------------------------------------- /MAIN/MED.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MED.C -------------------------------------------------------------------------------- /MAIN/MED.MNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MED.MNU -------------------------------------------------------------------------------- /MAIN/MEDDRAW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDDRAW.C -------------------------------------------------------------------------------- /MAIN/MEDDRAW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDDRAW.H -------------------------------------------------------------------------------- /MAIN/MEDMISC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDMISC.C -------------------------------------------------------------------------------- /MAIN/MEDMISC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDMISC.H -------------------------------------------------------------------------------- /MAIN/MEDROBOT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDROBOT.C -------------------------------------------------------------------------------- /MAIN/MEDROBOT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDROBOT.H -------------------------------------------------------------------------------- /MAIN/MEDSEL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDSEL.C -------------------------------------------------------------------------------- /MAIN/MEDSEL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDSEL.H -------------------------------------------------------------------------------- /MAIN/MEDWALL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDWALL.C -------------------------------------------------------------------------------- /MAIN/MEDWALL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEDWALL.H -------------------------------------------------------------------------------- /MAIN/MEMSNAP.LOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MEMSNAP.LOG -------------------------------------------------------------------------------- /MAIN/MENU.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MENU.C -------------------------------------------------------------------------------- /MAIN/MENU.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MENU.ERR -------------------------------------------------------------------------------- /MAIN/MENU.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MENU.H -------------------------------------------------------------------------------- /MAIN/MGLOBAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MGLOBAL.C -------------------------------------------------------------------------------- /MAIN/MGLOBAL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MGLOBAL.ERR -------------------------------------------------------------------------------- /MAIN/MINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MINE.C -------------------------------------------------------------------------------- /MAIN/MISSION.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MISSION.C -------------------------------------------------------------------------------- /MAIN/MISSION.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MISSION.ERR -------------------------------------------------------------------------------- /MAIN/MISSION.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MISSION.H -------------------------------------------------------------------------------- /MAIN/MODEM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MODEM.C -------------------------------------------------------------------------------- /MAIN/MODEM.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MODEM.ERR -------------------------------------------------------------------------------- /MAIN/MODEM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MODEM.H -------------------------------------------------------------------------------- /MAIN/MORPH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MORPH.C -------------------------------------------------------------------------------- /MAIN/MORPH.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MORPH.ERR -------------------------------------------------------------------------------- /MAIN/MORPH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MORPH.H -------------------------------------------------------------------------------- /MAIN/MULTI.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MULTI.C -------------------------------------------------------------------------------- /MAIN/MULTI.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MULTI.ERR -------------------------------------------------------------------------------- /MAIN/MULTI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MULTI.H -------------------------------------------------------------------------------- /MAIN/MULTIBOT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MULTIBOT.C -------------------------------------------------------------------------------- /MAIN/MULTIBOT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MULTIBOT.ERR -------------------------------------------------------------------------------- /MAIN/MULTIBOT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/MULTIBOT.H -------------------------------------------------------------------------------- /MAIN/NETMISC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NETMISC.C -------------------------------------------------------------------------------- /MAIN/NETMISC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NETMISC.H -------------------------------------------------------------------------------- /MAIN/NETSEQ.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NETSEQ.C -------------------------------------------------------------------------------- /MAIN/NETSEQ.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NETSEQ.H -------------------------------------------------------------------------------- /MAIN/NETWARE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NETWARE.C -------------------------------------------------------------------------------- /MAIN/NETWORK.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NETWORK.C -------------------------------------------------------------------------------- /MAIN/NETWORK.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NETWORK.ERR -------------------------------------------------------------------------------- /MAIN/NETWORK.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NETWORK.H -------------------------------------------------------------------------------- /MAIN/NEWDEMO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NEWDEMO.C -------------------------------------------------------------------------------- /MAIN/NEWDEMO.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NEWDEMO.ERR -------------------------------------------------------------------------------- /MAIN/NEWDEMO.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NEWDEMO.H -------------------------------------------------------------------------------- /MAIN/NEWMENU.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NEWMENU.C -------------------------------------------------------------------------------- /MAIN/NEWMENU.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NEWMENU.ERR -------------------------------------------------------------------------------- /MAIN/NEWMENU.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NEWMENU.H -------------------------------------------------------------------------------- /MAIN/NEWOBJ.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NEWOBJ.PAD -------------------------------------------------------------------------------- /MAIN/NFILE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NFILE.C -------------------------------------------------------------------------------- /MAIN/NFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NFILE.H -------------------------------------------------------------------------------- /MAIN/NOCOMLIB.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NOCOMLIB.C -------------------------------------------------------------------------------- /MAIN/NOCOMLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/NOCOMLIB.H -------------------------------------------------------------------------------- /MAIN/O.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/O.H -------------------------------------------------------------------------------- /MAIN/OBJECT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJECT.C -------------------------------------------------------------------------------- /MAIN/OBJECT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJECT.ERR -------------------------------------------------------------------------------- /MAIN/OBJECT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJECT.H -------------------------------------------------------------------------------- /MAIN/OBJECT.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJECT.PAD -------------------------------------------------------------------------------- /MAIN/OBJFLY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJFLY.C -------------------------------------------------------------------------------- /MAIN/OBJMOV.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJMOV.PAD -------------------------------------------------------------------------------- /MAIN/OBJPAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJPAGE.C -------------------------------------------------------------------------------- /MAIN/OBJPAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJPAGE.H -------------------------------------------------------------------------------- /MAIN/OBJPHYS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJPHYS.C -------------------------------------------------------------------------------- /MAIN/OBJVECS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OBJVECS.C -------------------------------------------------------------------------------- /MAIN/OURCOM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OURCOM.C -------------------------------------------------------------------------------- /MAIN/OUTSIDE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OUTSIDE.C -------------------------------------------------------------------------------- /MAIN/OUTSIDE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/OUTSIDE.H -------------------------------------------------------------------------------- /MAIN/P.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/P.C -------------------------------------------------------------------------------- /MAIN/PAGING.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PAGING.C -------------------------------------------------------------------------------- /MAIN/PAGING.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PAGING.ERR -------------------------------------------------------------------------------- /MAIN/PAGING.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PAGING.H -------------------------------------------------------------------------------- /MAIN/PHOTOS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PHOTOS.C -------------------------------------------------------------------------------- /MAIN/PHYSICS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PHYSICS.C -------------------------------------------------------------------------------- /MAIN/PHYSICS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PHYSICS.ERR -------------------------------------------------------------------------------- /MAIN/PHYSICS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PHYSICS.H -------------------------------------------------------------------------------- /MAIN/PIGGY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PIGGY.C -------------------------------------------------------------------------------- /MAIN/PIGGY.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PIGGY.ERR -------------------------------------------------------------------------------- /MAIN/PIGGY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PIGGY.H -------------------------------------------------------------------------------- /MAIN/PLAYER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PLAYER.H -------------------------------------------------------------------------------- /MAIN/PLAYSAVE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PLAYSAVE.C -------------------------------------------------------------------------------- /MAIN/PLAYSAVE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PLAYSAVE.ERR -------------------------------------------------------------------------------- /MAIN/PLAYSAVE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/PLAYSAVE.H -------------------------------------------------------------------------------- /MAIN/POLYOBJ.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/POLYOBJ.C -------------------------------------------------------------------------------- /MAIN/POLYOBJ.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/POLYOBJ.ERR -------------------------------------------------------------------------------- /MAIN/POLYOBJ.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/POLYOBJ.H -------------------------------------------------------------------------------- /MAIN/POWERUP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/POWERUP.C -------------------------------------------------------------------------------- /MAIN/POWERUP.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/POWERUP.ERR -------------------------------------------------------------------------------- /MAIN/POWERUP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/POWERUP.H -------------------------------------------------------------------------------- /MAIN/RADAR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/RADAR.C -------------------------------------------------------------------------------- /MAIN/RADAR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/RADAR.H -------------------------------------------------------------------------------- /MAIN/RENDER.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/RENDER.C -------------------------------------------------------------------------------- /MAIN/RENDER.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/RENDER.ERR -------------------------------------------------------------------------------- /MAIN/RENDER.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/RENDER.H -------------------------------------------------------------------------------- /MAIN/ROBOT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ROBOT.C -------------------------------------------------------------------------------- /MAIN/ROBOT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ROBOT.ERR -------------------------------------------------------------------------------- /MAIN/ROBOT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ROBOT.H -------------------------------------------------------------------------------- /MAIN/ROBOT_B2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ROBOT_B2.C -------------------------------------------------------------------------------- /MAIN/ROBOT_S2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/ROBOT_S2.C -------------------------------------------------------------------------------- /MAIN/SCORES.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SCORES.C -------------------------------------------------------------------------------- /MAIN/SCORES.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SCORES.ERR -------------------------------------------------------------------------------- /MAIN/SCORES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SCORES.H -------------------------------------------------------------------------------- /MAIN/SCREENS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SCREENS.H -------------------------------------------------------------------------------- /MAIN/SEGMENT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SEGMENT.C -------------------------------------------------------------------------------- /MAIN/SEGMENT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SEGMENT.H -------------------------------------------------------------------------------- /MAIN/SEGMENT2.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SEGMENT2.H -------------------------------------------------------------------------------- /MAIN/SEGMOVE.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SEGMOVE.PAD -------------------------------------------------------------------------------- /MAIN/SEGPOINT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SEGPOINT.H -------------------------------------------------------------------------------- /MAIN/SEGSIZE.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SEGSIZE.PAD -------------------------------------------------------------------------------- /MAIN/SEGUVS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SEGUVS.C -------------------------------------------------------------------------------- /MAIN/SEGUVS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SEGUVS.H -------------------------------------------------------------------------------- /MAIN/SERIAL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SERIAL.C -------------------------------------------------------------------------------- /MAIN/SERIAL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SERIAL.H -------------------------------------------------------------------------------- /MAIN/SETTINGS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SETTINGS.H -------------------------------------------------------------------------------- /MAIN/SHIP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SHIP.C -------------------------------------------------------------------------------- /MAIN/SHIP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SHIP.H -------------------------------------------------------------------------------- /MAIN/SLEW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SLEW.C -------------------------------------------------------------------------------- /MAIN/SLEW.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SLEW.ERR -------------------------------------------------------------------------------- /MAIN/SLEW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SLEW.H -------------------------------------------------------------------------------- /MAIN/SONGS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SONGS.C -------------------------------------------------------------------------------- /MAIN/SONGS.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SONGS.ERR -------------------------------------------------------------------------------- /MAIN/SONGS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SONGS.H -------------------------------------------------------------------------------- /MAIN/SOSCODEC.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SOSCODEC.ASM -------------------------------------------------------------------------------- /MAIN/SOUNDS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SOUNDS.H -------------------------------------------------------------------------------- /MAIN/SPX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SPX.H -------------------------------------------------------------------------------- /MAIN/STATE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/STATE.C -------------------------------------------------------------------------------- /MAIN/STATE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/STATE.ERR -------------------------------------------------------------------------------- /MAIN/STATE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/STATE.H -------------------------------------------------------------------------------- /MAIN/SWITCH.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SWITCH.C -------------------------------------------------------------------------------- /MAIN/SWITCH.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SWITCH.ERR -------------------------------------------------------------------------------- /MAIN/SWITCH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/SWITCH.H -------------------------------------------------------------------------------- /MAIN/T.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/T.C -------------------------------------------------------------------------------- /MAIN/TEMPGAME.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEMPGAME.C -------------------------------------------------------------------------------- /MAIN/TEMPGAME.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEMPGAME.ERR -------------------------------------------------------------------------------- /MAIN/TERRAIN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TERRAIN.C -------------------------------------------------------------------------------- /MAIN/TERRAIN.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TERRAIN.ERR -------------------------------------------------------------------------------- /MAIN/TERRAIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TERRAIN.H -------------------------------------------------------------------------------- /MAIN/TEST.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEST.ASM -------------------------------------------------------------------------------- /MAIN/TEST.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEST.C -------------------------------------------------------------------------------- /MAIN/TEST.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEST.PAD -------------------------------------------------------------------------------- /MAIN/TEST1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEST1.C -------------------------------------------------------------------------------- /MAIN/TESTGAUG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TESTGAUG.C -------------------------------------------------------------------------------- /MAIN/TEXMERGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXMERGE.C -------------------------------------------------------------------------------- /MAIN/TEXMERGE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXMERGE.ERR -------------------------------------------------------------------------------- /MAIN/TEXMERGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXMERGE.H -------------------------------------------------------------------------------- /MAIN/TEXPAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXPAGE.C -------------------------------------------------------------------------------- /MAIN/TEXPAGE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXPAGE.H -------------------------------------------------------------------------------- /MAIN/TEXT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXT.C -------------------------------------------------------------------------------- /MAIN/TEXT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXT.H -------------------------------------------------------------------------------- /MAIN/TEXTURE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXTURE.C -------------------------------------------------------------------------------- /MAIN/TEXTURE.PAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXTURE.PAD -------------------------------------------------------------------------------- /MAIN/TEXTURES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TEXTURES.H -------------------------------------------------------------------------------- /MAIN/TITLES.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TITLES.C -------------------------------------------------------------------------------- /MAIN/TITLES.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TITLES.ERR -------------------------------------------------------------------------------- /MAIN/TITLES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/TITLES.H -------------------------------------------------------------------------------- /MAIN/VCLIP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VCLIP.C -------------------------------------------------------------------------------- /MAIN/VCLIP.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VCLIP.ERR -------------------------------------------------------------------------------- /MAIN/VCLIP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VCLIP.H -------------------------------------------------------------------------------- /MAIN/VERS_ID.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VERS_ID.H -------------------------------------------------------------------------------- /MAIN/VFX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VFX.C -------------------------------------------------------------------------------- /MAIN/VFX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VFX.H -------------------------------------------------------------------------------- /MAIN/VFX1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VFX1.H -------------------------------------------------------------------------------- /MAIN/VICTOR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VICTOR.C -------------------------------------------------------------------------------- /MAIN/VICTOR.ERR: -------------------------------------------------------------------------------- 1 | victor.c(205): Warning! W101: Non-portable pointer conversion 2 | -------------------------------------------------------------------------------- /MAIN/VICTOR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/VICTOR.H -------------------------------------------------------------------------------- /MAIN/W.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/W.C -------------------------------------------------------------------------------- /MAIN/WALL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/WALL.C -------------------------------------------------------------------------------- /MAIN/WALL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/WALL.ERR -------------------------------------------------------------------------------- /MAIN/WALL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/WALL.H -------------------------------------------------------------------------------- /MAIN/WEAPON.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/WEAPON.C -------------------------------------------------------------------------------- /MAIN/WEAPON.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/WEAPON.ERR -------------------------------------------------------------------------------- /MAIN/WEAPON.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/WEAPON.H -------------------------------------------------------------------------------- /MAIN/WSTUB.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAIN/WSTUB.EXE -------------------------------------------------------------------------------- /MAKED1.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAKED1.BAT -------------------------------------------------------------------------------- /MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MAKEFILE -------------------------------------------------------------------------------- /MED.MNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MED.MNU -------------------------------------------------------------------------------- /MEM/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MEM/MAKEFILE -------------------------------------------------------------------------------- /MEM/MEM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MEM/MEM.C -------------------------------------------------------------------------------- /MEM/MEM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MEM/MEM.H -------------------------------------------------------------------------------- /MEM/MEM1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MEM/MEM1.C -------------------------------------------------------------------------------- /MISC/ERROR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MISC/ERROR.C -------------------------------------------------------------------------------- /MISC/ERROR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MISC/ERROR.H -------------------------------------------------------------------------------- /MISC/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MISC/MAKEFILE -------------------------------------------------------------------------------- /MISC/PARSARG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MISC/PARSARG.C -------------------------------------------------------------------------------- /MISC/PARSARG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/MISC/PARSARG.H -------------------------------------------------------------------------------- /PAL/IFF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PAL/IFF.C -------------------------------------------------------------------------------- /PAL/IFF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PAL/IFF.H -------------------------------------------------------------------------------- /PAL/IFF15BPP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PAL/IFF15BPP.C -------------------------------------------------------------------------------- /PAL/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PAL/MAKEFILE -------------------------------------------------------------------------------- /PAL/TESTP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PAL/TESTP.C -------------------------------------------------------------------------------- /PAL/TGA.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PAL/TGA.C -------------------------------------------------------------------------------- /PCXVIEW/PCX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PCXVIEW/PCX.C -------------------------------------------------------------------------------- /PSLIB/BITIO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/BITIO.C -------------------------------------------------------------------------------- /PSLIB/CF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/CF.H -------------------------------------------------------------------------------- /PSLIB/CFLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/CFLIB.H -------------------------------------------------------------------------------- /PSLIB/LIBRARY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/LIBRARY.C -------------------------------------------------------------------------------- /PSLIB/LIBRARY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/LIBRARY.H -------------------------------------------------------------------------------- /PSLIB/LZW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/LZW.C -------------------------------------------------------------------------------- /PSLIB/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/MAKEFILE -------------------------------------------------------------------------------- /PSLIB/PSLIB.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/PSLIB.C -------------------------------------------------------------------------------- /PSLIB/READFILE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/READFILE.C -------------------------------------------------------------------------------- /PSLIB/READFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/PSLIB/READFILE.H -------------------------------------------------------------------------------- /README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/README.TXT -------------------------------------------------------------------------------- /TEXMAP/JOHN.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/JOHN.ASM -------------------------------------------------------------------------------- /TEXMAP/JOHN1.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/JOHN1.ASM -------------------------------------------------------------------------------- /TEXMAP/LIGHTABS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/LIGHTABS.ASM -------------------------------------------------------------------------------- /TEXMAP/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/MAKEFILE -------------------------------------------------------------------------------- /TEXMAP/MESH/NTMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/MESH/NTMAP.C -------------------------------------------------------------------------------- /TEXMAP/NTMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/NTMAP.C -------------------------------------------------------------------------------- /TEXMAP/NTMAP.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/NTMAP.ERR -------------------------------------------------------------------------------- /TEXMAP/QUAD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/QUAD.C -------------------------------------------------------------------------------- /TEXMAP/SCANLINE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/SCANLINE.C -------------------------------------------------------------------------------- /TEXMAP/SCANLINE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/SCANLINE.ERR -------------------------------------------------------------------------------- /TEXMAP/SCANLINE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/SCANLINE.H -------------------------------------------------------------------------------- /TEXMAP/SELECTOR.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/SELECTOR.ASM -------------------------------------------------------------------------------- /TEXMAP/TEMP.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TEMP.ASM -------------------------------------------------------------------------------- /TEXMAP/TEXMAP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TEXMAP.H -------------------------------------------------------------------------------- /TEXMAP/TEXMAPL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TEXMAPL.H -------------------------------------------------------------------------------- /TEXMAP/TMAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP.C -------------------------------------------------------------------------------- /TEXMAP/TMAPDITH.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAPDITH.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAPFADE.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAPFADE.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAPFLAT.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAPFLAT.C -------------------------------------------------------------------------------- /TEXMAP/TMAPFLAT.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAPFLAT.ERR -------------------------------------------------------------------------------- /TEXMAP/TMAPSKY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAPSKY.C -------------------------------------------------------------------------------- /TEXMAP/TMAPV.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAPV.C -------------------------------------------------------------------------------- /TEXMAP/TMAPZ.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAPZ.C -------------------------------------------------------------------------------- /TEXMAP/TMAP_16.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_16.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_16G.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_16G.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_16L.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_16L.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_16P.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_16P.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_16R.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_16R.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_AA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_AA.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_FL1.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_FL1.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_FLT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_FLT.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_INC.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_INC.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_KL.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_KL.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_LD.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_LD.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_LIN.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_LIN.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_LL.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_LL.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_MUL.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_MUL.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_P2.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_P2.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_PER.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_PER.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_RGB.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_RGB.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_SKV.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_SKV.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_SKY.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_SKY.ASM -------------------------------------------------------------------------------- /TEXMAP/TMAP_Z.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/TMAP_Z.ASM -------------------------------------------------------------------------------- /TEXMAP/VESA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/TEXMAP/VESA.ASM -------------------------------------------------------------------------------- /UI/BARBOX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/BARBOX.C -------------------------------------------------------------------------------- /UI/BUTTON.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/BUTTON.C -------------------------------------------------------------------------------- /UI/CHECKBOX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/CHECKBOX.C -------------------------------------------------------------------------------- /UI/FILE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/FILE.C -------------------------------------------------------------------------------- /UI/FUNC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/FUNC.H -------------------------------------------------------------------------------- /UI/GADGET.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/GADGET.C -------------------------------------------------------------------------------- /UI/HARDERR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/HARDERR.C -------------------------------------------------------------------------------- /UI/ICON.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/ICON.C -------------------------------------------------------------------------------- /UI/INPUTBOX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/INPUTBOX.C -------------------------------------------------------------------------------- /UI/JOHN.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/JOHN.C -------------------------------------------------------------------------------- /UI/KEY1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/KEY1.C -------------------------------------------------------------------------------- /UI/KEYPAD.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/KEYPAD.C -------------------------------------------------------------------------------- /UI/KEYPRESS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/KEYPRESS.C -------------------------------------------------------------------------------- /UI/KEYS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/KEYS.C -------------------------------------------------------------------------------- /UI/KEYS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/KEYS.H -------------------------------------------------------------------------------- /UI/KEYTRAP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/KEYTRAP.C -------------------------------------------------------------------------------- /UI/LISTBOX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/LISTBOX.C -------------------------------------------------------------------------------- /UI/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/MAKEFILE -------------------------------------------------------------------------------- /UI/MEDFUNC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/MEDFUNC.C -------------------------------------------------------------------------------- /UI/MENU.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/MENU.C -------------------------------------------------------------------------------- /UI/MENUBAR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/MENUBAR.C -------------------------------------------------------------------------------- /UI/MENUBAR1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/MENUBAR1.C -------------------------------------------------------------------------------- /UI/MESSAGE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/MESSAGE.C -------------------------------------------------------------------------------- /UI/MOUSE.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/MOUSE.C -------------------------------------------------------------------------------- /UI/MOUSE.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/MOUSE.ERR -------------------------------------------------------------------------------- /UI/NUMBER.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/NUMBER.C -------------------------------------------------------------------------------- /UI/POPUP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/POPUP.C -------------------------------------------------------------------------------- /UI/RADIO.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/RADIO.C -------------------------------------------------------------------------------- /UI/SAMP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/SAMP.C -------------------------------------------------------------------------------- /UI/SCROLL.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/SCROLL.C -------------------------------------------------------------------------------- /UI/TESTG.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/TESTG.C -------------------------------------------------------------------------------- /UI/TTY.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/TTY.C -------------------------------------------------------------------------------- /UI/UI.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/UI.C -------------------------------------------------------------------------------- /UI/UI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/UI.H -------------------------------------------------------------------------------- /UI/UI1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/UI1.H -------------------------------------------------------------------------------- /UI/UIDRAW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/UIDRAW.C -------------------------------------------------------------------------------- /UI/USERBOX.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/USERBOX.C -------------------------------------------------------------------------------- /UI/WINDOW.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/UI/WINDOW.C -------------------------------------------------------------------------------- /VECMAT/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/VECMAT/MAKEFILE -------------------------------------------------------------------------------- /VECMAT/VECMAT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/VECMAT/VECMAT.ASM -------------------------------------------------------------------------------- /VECMAT/VECMAT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/VECMAT/VECMAT.H -------------------------------------------------------------------------------- /VECMAT/VECMAT.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/VECMAT/VECMAT.INC -------------------------------------------------------------------------------- /XCOLOR/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/XCOLOR/MAKEFILE -------------------------------------------------------------------------------- /XCOLOR/XCOLOR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/descent/HEAD/XCOLOR/XCOLOR.C --------------------------------------------------------------------------------