├── BuildingHomeworld.doc ├── EB Levels ├── BellyOfTheBeast2 │ ├── AsteroidDust.dist │ ├── AsteroidLong.dist │ ├── BellyOfTheBeast2.level │ ├── Description.txt │ ├── DustCloud.dist │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── ResourceSphere_1.missphere │ ├── high_orbit.HSF │ ├── high_orbit.btg │ ├── mission.mdr │ └── vssver.scc ├── BellyOfTheBeast3 │ ├── AsteroidDust.dist │ ├── AsteroidLong.dist │ ├── BellyOfTheBeast3.level │ ├── Description.txt │ ├── DustCloud.dist │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── ResourceSphere_1.missphere │ ├── high_orbit.HSF │ ├── high_orbit.btg │ ├── mission.mdr │ └── vssver.scc ├── BellyOfTheBeast4 │ ├── AsteroidDust.dist │ ├── AsteroidLong.dist │ ├── BellyOfTheBeast4.level │ ├── Description.txt │ ├── DustCloud.dist │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── Mothership_3.missphere │ ├── ResourceSphere_1.missphere │ ├── high_orbit.HSF │ ├── high_orbit.btg │ ├── mission.mdr │ └── vssver.scc ├── BellyOfTheBeast5 │ ├── AsteroidDust.dist │ ├── AsteroidLong.dist │ ├── BellyOfTheBeast5.level │ ├── Description.txt │ ├── DustCloud.dist │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── Mothership_3.missphere │ ├── Mothership_4.missphere │ ├── ResourceSphere_1.missphere │ ├── high_orbit.HSF │ ├── high_orbit.btg │ ├── mission.mdr │ └── vssver.scc ├── BellyOfTheBeast6 │ ├── AsteroidDust.dist │ ├── AsteroidLong.dist │ ├── BellyOfTheBeast6.level │ ├── Description.txt │ ├── DustCloud.dist │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── Mothership_3.missphere │ ├── Mothership_4.missphere │ ├── Mothership_5.missphere │ ├── ResourceSphere_1.missphere │ ├── high_orbit.HSF │ ├── high_orbit.btg │ ├── mission.mdr │ └── vssver.scc ├── BellyOfTheBeast7 │ ├── AsteroidDust.dist │ ├── AsteroidLong.dist │ ├── BellyOfTheBeast7.level │ ├── Description.txt │ ├── DustCloud.dist │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── Mothership_3.missphere │ ├── Mothership_4.missphere │ ├── Mothership_5.missphere │ ├── Mothership_6.missphere │ ├── ResourceSphere_1.missphere │ ├── high_orbit.HSF │ ├── high_orbit.btg │ ├── mission.mdr │ └── vssver.scc ├── GasGiant2 │ ├── AsteroidDust.dist │ ├── Description.txt │ ├── DustClouds.dist │ ├── GasClouds.dist │ ├── GasGiant2.level │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── ResourceSphere_1.missphere │ ├── giant.HSF │ ├── giant.btg │ ├── mission.mdr │ └── vssver.scc ├── GasGiant3 │ ├── AsteroidDust.dist │ ├── DustClouds.dist │ ├── GasClouds.dist │ ├── GasGiant2.level │ ├── GasGiant3.level │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── ResourceSphere_1.missphere │ ├── giant.HSF │ ├── giant.btg │ ├── mission.mdr │ └── vssver.scc ├── GasGiant4 │ ├── AsteroidDust.dist │ ├── DustClouds.dist │ ├── GasClouds.dist │ ├── GasGiant2.level │ ├── GasGiant3.level │ ├── GasGiant4.level │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── Mothership_3.missphere │ ├── ResourceSphere_1.missphere │ ├── giant.HSF │ ├── giant.btg │ ├── mission.mdr │ └── vssver.scc ├── GasGiant5 │ ├── AsteroidDust.dist │ ├── DustClouds.dist │ ├── GasClouds.dist │ ├── GasGiant2.level │ ├── GasGiant3.level │ ├── GasGiant4.level │ ├── GasGiant5.level │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── Mothership_3.missphere │ ├── Mothership_4.missphere │ ├── ResourceSphere_1.missphere │ ├── giant.HSF │ ├── giant.btg │ ├── mission.mdr │ └── vssver.scc └── GasGiant6 │ ├── AsteroidDust.dist │ ├── DustClouds.dist │ ├── GasClouds.dist │ ├── GasGiant2.level │ ├── GasGiant3.level │ ├── GasGiant4.level │ ├── GasGiant5.level │ ├── GasGiant6.level │ ├── Mothership_0.missphere │ ├── Mothership_1.missphere │ ├── Mothership_2.missphere │ ├── Mothership_3.missphere │ ├── Mothership_4.missphere │ ├── Mothership_5.missphere │ ├── ResourceSphere_1.missphere │ ├── giant.HSF │ ├── giant.btg │ ├── mission.mdr │ └── vssver.scc ├── Lib ├── 3dFX │ ├── fxmisc.lib │ ├── fxpci.lib │ ├── glide2x.lib │ ├── texus.lib │ └── vssver.scc ├── Smacker │ ├── binkw32.lib │ └── vssver.scc ├── Titan │ ├── EasySocket_W95.lib │ ├── auth_W95.lib │ ├── common_W95.lib │ ├── crypt_W95.lib │ ├── msg_W95.lib │ └── vssver.scc └── d3d │ ├── d3dim.lib │ ├── d3drm.lib │ ├── d3dxof.lib │ ├── ddraw.lib │ ├── ddraw16.lib │ ├── dinput.lib │ ├── dplayx.lib │ ├── dsetup.lib │ ├── dsound.lib │ ├── dxguid.lib │ └── vssver.scc ├── documents ├── FormatsReleasedToPublic │ ├── BIGaddendum.doc │ ├── GEOSpecification.doc │ ├── LiFspecification.doc │ └── vssver.scc ├── MissionMan │ ├── MissionFormat.txt │ ├── MissionManKey.xls │ ├── User's Guide.doc │ └── vssver.scc ├── technical │ ├── AI Scripting System Specs.doc │ ├── BattleChatter.doc │ ├── BuildingHomeworld.doc │ ├── CompilingHomeworld.doc │ ├── Computer_Player_Commands.doc │ ├── ETGUserGuide.doc │ ├── FEManBinary.doc │ ├── FEManLocalize.doc │ ├── FontSpec.doc │ ├── Homeworld_debug.doc │ ├── KAS Reference v2.doc │ ├── MeshAnim.doc │ ├── MeshExtensions.doc │ ├── NISPipeline.doc │ ├── TextureMapping.doc │ └── vssver.scc └── vssver.scc ├── exe ├── Homeworld.exe ├── binkw32.dll ├── devstats.dat ├── rgl.dll ├── rgld3d.dll └── rglsw.dll ├── license.txt ├── obj ├── Debug │ ├── dct.obj │ ├── fqcodec.obj │ ├── fqeffect.obj │ └── fquant.obj ├── Interim │ ├── dct.obj │ ├── fqcodec.obj │ ├── fqeffect.obj │ └── fquant.obj └── Release │ ├── dct.obj │ ├── fqcodec.obj │ ├── fqeffect.obj │ └── fquant.obj ├── sound ├── SFX │ ├── Special FX │ │ ├── SpecExpEventDefs.h │ │ ├── SpecHitEventDefs.h │ │ ├── Special_FX_Bank.mdb │ │ ├── Special_FX_SFX.mdb │ │ ├── miscobjects.h │ │ └── vssver.scc │ ├── UI │ │ ├── UIEventDefs.h │ │ ├── UI_Bank.mdb │ │ ├── UI_SFX.MDB │ │ ├── miscobjects.h │ │ └── vssver.scc │ ├── guns │ │ ├── GunEventDefs.h │ │ ├── Guns _Bank.mdb │ │ ├── Guns_SFX.mdb │ │ ├── gunobjects.h │ │ └── vssver.scc │ └── ships │ │ ├── DerelictObjects.h │ │ ├── ShipCmnEventDefs.h │ │ ├── ShipDerelictEventDefs.h │ │ ├── ShipEventDefs.h │ │ ├── Ships_Bank.mdb │ │ ├── Ships_SFX.mdb │ │ ├── miscobjects.h │ │ ├── shipobjects.h │ │ └── vssver.scc └── speech │ ├── IDdefs.h │ ├── Speech.mdb │ ├── VAR_Bearings.h │ ├── VAR_Class.h │ ├── VAR_Damage.h │ ├── VAR_Fluff.h │ ├── VAR_Formations.h │ ├── VAR_Letters.h │ ├── VAR_Motion.h │ ├── VAR_Nick.h │ ├── VAR_Numbers.h │ ├── VAR_PickingUp.h │ ├── VAR_Races.h │ ├── VAR_Resources.h │ ├── VAR_Roger.h │ ├── VAR_Ships.h │ ├── VAR_SuperCapital.h │ ├── VAR_Technologies.h │ ├── VAR_Technologies_edited.h │ ├── VAR_Unknown.h │ ├── speechevents.h │ └── vssver.scc ├── src ├── Game │ ├── AIAttackMan.c │ ├── AIAttackMan.h │ ├── AIDefenseMan.c │ ├── AIDefenseMan.h │ ├── AIEvents.c │ ├── AIEvents.h │ ├── AIFeatures.h │ ├── AIFleetMan.c │ ├── AIFleetMan.h │ ├── AIHandler.c │ ├── AIHandler.h │ ├── AIMoves.c │ ├── AIMoves.h │ ├── AIMoves1.c │ ├── AIMoves2.c │ ├── AIOrders.c │ ├── AIOrders.h │ ├── AIOrders2.c │ ├── AIPlayer.c │ ├── AIPlayer.h │ ├── AIResourceMan.c │ ├── AIResourceMan.h │ ├── AIShip.c │ ├── AIShip.h │ ├── AITeam.c │ ├── AITeam.h │ ├── AIUtilities.c │ ├── AIUtilities.h │ ├── AIVar.c │ ├── AIVar.h │ ├── AItrack.c │ ├── AItrack.h │ ├── Alliance.c │ ├── Alliance.h │ ├── Attributes.h │ ├── BitIO.c │ ├── BitIO.h │ ├── CameraCommand.c │ ├── CameraCommand.h │ ├── Captaincy.c │ ├── Captaincy.h │ ├── ChannelFSM.c │ ├── ChannelFSM.h │ ├── ClassDefs.h │ ├── CommandDefs.h │ ├── CommandLayer.c │ ├── CommandLayer.h │ ├── CommandNetwork.c │ ├── CommandNetwork.h │ ├── CommandWrap.c │ ├── CommandWrap.h │ ├── Debug.c │ ├── Debug.h │ ├── FEColour.h │ ├── FeFlow.c │ ├── FeFlow.h │ ├── FeReg.c │ ├── FeReg.h │ ├── FlightManDefs.h │ ├── FormationDefs.h │ ├── GameChat.c │ ├── GameChat.h │ ├── Globals.c │ ├── Globals.h │ ├── HorseRace.c │ ├── HorseRace.h │ ├── InfoOverlay.c │ ├── InfoOverlay.h │ ├── KAS.c │ ├── KAS.h │ ├── KASFunc.c │ ├── KASFunc.h │ ├── KEY.H │ ├── KeyBindings.c │ ├── KeyBindings.h │ ├── LOD.c │ ├── LOD.h │ ├── LZSS.C │ ├── LZSS.h │ ├── LagPrint.c │ ├── LagPrint.h │ ├── LetterDefs.h │ ├── MaxMultiPlayer.h │ ├── MultiplayerGame.c │ ├── MultiplayerGame.h │ ├── MultiplayerLANGame.c │ ├── MultiplayerLANGame.h │ ├── NumberDefs.h │ ├── Objectives.c │ ├── Objectives.h │ ├── PlugScreen.c │ ├── PlugScreen.h │ ├── ProfileTimers.c │ ├── ProfileTimers.h │ ├── RaceDefs.h │ ├── SaveGame.c │ ├── SaveGame.h │ ├── ShipDefs.h │ ├── SoundEventPrivate.h │ ├── SoundEventStop.c │ ├── Strings.c │ ├── Strings.h │ ├── StringsOnly.h │ ├── TYPES.H │ ├── Timer.c │ ├── Timer.h │ ├── TradeMgr.c │ ├── TradeMgr.h │ ├── Tutor.c │ ├── Tutor.h │ ├── UIcontrols.c │ ├── UIcontrols.h │ ├── VolTweakDefs.h │ ├── Volume.c │ ├── Volume.h │ ├── animatic.c │ ├── animatic.h │ ├── attack.c │ ├── attack.h │ ├── autodownloadmap.c │ ├── autodownloadmap.h │ ├── autolod.c │ ├── autolod.h │ ├── b-spline.c │ ├── b-spline.h │ ├── battle.c │ ├── battle.h │ ├── bigfile.c │ ├── bigfile.h │ ├── blobs.c │ ├── blobs.h │ ├── bmp.c │ ├── bmp.h │ ├── bounties.c │ ├── bounties.h │ ├── btg.c │ ├── btg.h │ ├── camera.c │ ├── camera.h │ ├── chatting.c │ ├── chatting.h │ ├── clamp.c │ ├── clamp.h │ ├── clipper.c │ ├── clipper.h │ ├── clouds.c │ ├── clouds.h │ ├── collision.c │ ├── collision.h │ ├── colpick.c │ ├── colpick.h │ ├── consMgr.c │ ├── consMgr.h │ ├── crates.c │ ├── crates.h │ ├── crc32.c │ ├── crc32.h │ ├── damage.c │ ├── damage.h │ ├── demo.c │ ├── demo.h │ ├── dock.c │ ├── dock.h │ ├── etg.c │ ├── etg.h │ ├── eval.c │ ├── eval.h │ ├── fastmath.c │ ├── fastmath.h │ ├── file.c │ ├── file.h │ ├── flightman.c │ ├── flightman.h │ ├── fontreg.c │ ├── fontreg.h │ ├── formation.c │ ├── formation.h │ ├── gamepick.c │ ├── gamepick.h │ ├── gamestats.h │ ├── gun.c │ ├── gun.h │ ├── hash.c │ ├── hash.h │ ├── hs.c │ ├── hs.h │ ├── key.c │ ├── knitransform.cpp │ ├── launchMgr.c │ ├── launchMgr.h │ ├── levelload.c │ ├── levelload.h │ ├── liloptions.h │ ├── linkedlist.c │ ├── linkedlist.h │ ├── madLinkIn.c │ ├── madLinkIn.h │ ├── madLinkInDefs.h │ ├── matrix.c │ ├── matrix.h │ ├── memory.c │ ├── memory.h │ ├── mesh.c │ ├── mesh.h │ ├── meshanim.c │ ├── meshanim.h │ ├── mex.c │ ├── mex.h │ ├── navlights.c │ ├── navlights.h │ ├── nebulae.c │ ├── nebulae.h │ ├── netcheck.c │ ├── netcheck.h │ ├── nis.c │ ├── nis.h │ ├── objtypes.c │ ├── objtypes.h │ ├── options.c │ ├── options.h │ ├── particle.c │ ├── particle.h │ ├── physics.c │ ├── physics.h │ ├── pieplate.c │ ├── pieplate.h │ ├── ping.c │ ├── ping.h │ ├── randy.c │ ├── randy.h │ ├── region.c │ ├── region.h │ ├── rescollect.c │ ├── rescollect.h │ ├── researchapi.c │ ├── researchapi.h │ ├── researchgui.c │ ├── researchgui.h │ ├── scenpick.c │ ├── scenpick.h │ ├── scroller.c │ ├── scroller.h │ ├── select.c │ ├── select.h │ ├── sensors.c │ ├── sensors.h │ ├── shader.c │ ├── shader.h │ ├── ships.h │ ├── shipselect.c │ ├── shipselect.h │ ├── shipview.c │ ├── shipview.h │ ├── singleplayer.c │ ├── singleplayer.h │ ├── soundevent.c │ ├── soundevent.h │ ├── soundeventdefs.h │ ├── soundeventplay.c │ ├── soundmusic.h │ ├── soundstructs.h │ ├── spaceobj.h │ ├── speechevent.c │ ├── speechevent.h │ ├── star3d.c │ ├── star3d.h │ ├── stats.c │ ├── stats.h │ ├── statscript.c │ ├── statscript.h │ ├── switches.h │ ├── tactical.c │ ├── tactical.h │ ├── tactics.c │ ├── tactics.h │ ├── task.c │ ├── task.h │ ├── taskbar.c │ ├── taskbar.h │ ├── teams.c │ ├── teams.h │ ├── titannet.c │ ├── titannet.h │ ├── tracking.c │ ├── tracking.h │ ├── transformer.c │ ├── transformer.h │ ├── tutorial.c │ ├── tutorial.h │ ├── tweak.c │ ├── tweak.h │ ├── twiddle.c │ ├── twiddle.h │ ├── undo.c │ ├── undo.h │ ├── universe.c │ ├── universe.h │ ├── univupdate.c │ ├── univupdate.h │ ├── vector.c │ ├── vector.h │ └── vssver.scc ├── JPG │ ├── INTERFCE.H │ ├── INTERFCE.c │ ├── JCAPIMIN.c │ ├── JCAPISTD.c │ ├── JCCOEFCT.c │ ├── JCCOLOR.c │ ├── JCDCTMGR.c │ ├── JCHUFF.H │ ├── JCHUFF.c │ ├── JCINIT.c │ ├── JCMAINCT.c │ ├── JCMARKER.c │ ├── JCMASTER.c │ ├── JCOMAPI.c │ ├── JCONFIG.H │ ├── JCPARAM.c │ ├── JCPHUFF.c │ ├── JCPREPCT.c │ ├── JCSAMPLE.c │ ├── JCTRANS.c │ ├── JDAPIMIN.c │ ├── JDAPISTD.c │ ├── JDATADST.c │ ├── JDATASRC.c │ ├── JDCOEFCT.c │ ├── JDCOLOR.c │ ├── JDCT.H │ ├── JDDCTMGR.c │ ├── JDHUFF.H │ ├── JDHUFF.c │ ├── JDINPUT.c │ ├── JDMAINCT.c │ ├── JDMARKER.c │ ├── JDMASTER.c │ ├── JDMERGE.c │ ├── JDPHUFF.c │ ├── JDPOSTCT.c │ ├── JDSAMPLE.c │ ├── JDTRANS.c │ ├── JERROR.H │ ├── JERROR.c │ ├── JFDCTFLT.c │ ├── JFDCTFST.c │ ├── JFDCTINT.c │ ├── JIDCTFLT.c │ ├── JIDCTFST.c │ ├── JIDCTINT.c │ ├── JIDCTRED.c │ ├── JINCLUDE.H │ ├── JMEMMGR.c │ ├── JMEMNOBS.c │ ├── JMEMSYS.H │ ├── JMORECFG.H │ ├── JPEGINT.H │ ├── JPEGLIB.H │ ├── JPEGRC.H │ ├── JQUANT1.c │ ├── JQUANT2.c │ ├── JUTILS.c │ ├── JVERSION.H │ └── vssver.scc ├── OEMVersion.txt ├── Ships │ ├── AdvanceSupportFrigate.c │ ├── AdvanceSupportFrigate.h │ ├── Carrier.c │ ├── Carrier.h │ ├── CloakGenerator.c │ ├── CloakGenerator.h │ ├── DDDFrigate.c │ ├── DDDFrigate.h │ ├── DFGFrigate.c │ ├── DFGFrigate.h │ ├── DefaultShip.c │ ├── DefaultShip.h │ ├── DefenseFighter.c │ ├── DefenseFighter.h │ ├── Drone.c │ ├── Drone.h │ ├── FloatingCity.c │ ├── FloatingCity.h │ ├── GenericDefender.c │ ├── GenericDefender.h │ ├── GenericInterceptor.c │ ├── GenericInterceptor.h │ ├── GravWellGenerator.c │ ├── GravWellGenerator.h │ ├── HeavyCorvette.c │ ├── HeavyCorvette.h │ ├── HeavyCruiser.c │ ├── HeavyCruiser.h │ ├── IonCannonFrigate.c │ ├── IonCannonFrigate.h │ ├── LightCorvette.c │ ├── LightCorvette.h │ ├── MinelayerCorvette.c │ ├── MinelayerCorvette.h │ ├── MissileDestroyer.c │ ├── MissileDestroyer.h │ ├── Mothership.c │ ├── Mothership.h │ ├── MultiGunCorvette.c │ ├── MultiGunCorvette.h │ ├── P1IonArrayFrigate.c │ ├── P1IonArrayFrigate.h │ ├── P1MissileCorvette.c │ ├── P1MissileCorvette.h │ ├── P1Mothership.c │ ├── P1Mothership.h │ ├── P1StandardCorvette.c │ ├── P1StandardCorvette.h │ ├── P2AdvanceSwarmer.c │ ├── P2AdvanceSwarmer.h │ ├── P2FuelPod.c │ ├── P2FuelPod.h │ ├── P2Mothership.c │ ├── P2Mothership.h │ ├── P2MultiBeamFrigate.c │ ├── P2MultiBeamFrigate.h │ ├── P2Swarmer.c │ ├── P2Swarmer.h │ ├── P3StandardShip.c │ ├── P3StandardShip.h │ ├── Probe.c │ ├── Probe.h │ ├── ProximitySensor.c │ ├── ProximitySensor.h │ ├── RepairCorvette.c │ ├── RepairCorvette.h │ ├── ResearchShip.c │ ├── ResearchShip.h │ ├── ResourceCollector.c │ ├── ResourceCollector.h │ ├── ResourceController.c │ ├── ResourceController.h │ ├── SalCapCorvette.c │ ├── SalCapCorvette.h │ ├── SensorArray.c │ ├── SensorArray.h │ ├── StandardDestroyer.c │ ├── StandardDestroyer.h │ ├── StandardFrigate.c │ ├── StandardFrigate.h │ └── vssver.scc ├── Sigs │ ├── SNTypes.h │ ├── SNWValidateSDK.h │ ├── SierraNWAPI.h │ └── vssver.scc ├── SinglePlayer │ ├── Mission01.kas │ ├── Mission01.mdb │ ├── Mission02.kas │ ├── Mission02.mdb │ ├── Mission03.kas │ ├── Mission03.mdb │ ├── Mission04.kas │ ├── Mission04.mdb │ ├── Mission05.kas │ ├── Mission05.mdb │ ├── Mission05_OEM.kas │ ├── Mission05_OEM.mdb │ ├── Mission06.kas │ ├── Mission06.mdb │ ├── Mission07.kas │ ├── Mission07.mdb │ ├── Mission08.kas │ ├── Mission08.mdb │ ├── Mission09.kas │ ├── Mission09.mdb │ ├── Mission10.kas │ ├── Mission10.mdb │ ├── Mission11.kas │ ├── Mission11.mdb │ ├── Mission12.kas │ ├── Mission12.mdb │ ├── Mission13.kas │ ├── Mission13.mdb │ ├── Mission14.kas │ ├── Mission14.mdb │ ├── Mission15.kas │ ├── Mission15.mdb │ ├── Mission16.kas │ ├── Mission16.mdb │ ├── Swarmer.kash │ ├── Utilities.kash │ └── vssver.scc ├── Titan │ ├── EasySocket │ │ ├── ES_ErrorType.h │ │ ├── EasySocket.h │ │ ├── EasySocketEngine.h │ │ ├── EasyTitanSocket.h │ │ ├── PipeCmd.h │ │ ├── SocketPipe.h │ │ └── vssver.scc │ ├── auth │ │ ├── Auth1Certificate.h │ │ ├── Auth1Container.h │ │ ├── Auth1PublicKeyBlock.h │ │ ├── AuthCertificate1.h │ │ ├── AuthCertificateBase.h │ │ ├── AuthFamilies.h │ │ ├── AuthFamilyBuffer.h │ │ ├── AuthPublicKeyBlock1.h │ │ ├── AuthPublicKeyBlockBase.h │ │ ├── CryptFlags.h │ │ └── vssver.scc │ ├── common │ │ ├── CRC16.h │ │ ├── CriticalSection.h │ │ ├── DataObject.h │ │ ├── EventLog.h │ │ ├── OutputOperators.h │ │ ├── RegKey.h │ │ ├── Threadbase.h │ │ ├── WON.h │ │ ├── WONDebug.h │ │ ├── WONExceptCodes.h │ │ ├── WONException.h │ │ └── vssver.scc │ ├── crypt │ │ ├── BFSymmetricKey.h │ │ ├── CryptException.h │ │ ├── CryptKeyBase.h │ │ ├── EGPrivateKey.h │ │ ├── EGPublicKey.h │ │ ├── PrivateKey.h │ │ ├── PublicKey.h │ │ ├── SymmetricKey.h │ │ └── vssver.scc │ ├── db │ │ ├── DBTypes.h │ │ ├── dbconstants.h │ │ └── vssver.scc │ ├── inc │ │ ├── ALGORITHM │ │ ├── DEQUE │ │ ├── ISTREAM │ │ ├── LIST │ │ ├── MAP │ │ ├── MEMORY │ │ ├── SET │ │ ├── STRING │ │ ├── XMEMORY │ │ ├── XSTRING │ │ ├── XTREE │ │ └── vssver.scc │ └── msg │ │ ├── Auth │ │ ├── TMsgAuth1GetPubKeys.h │ │ ├── TMsgAuth1Login2.h │ │ ├── TMsgAuth1LoginBase2.h │ │ ├── TMsgAuth1LoginHL.h │ │ ├── TMsgAuth1LoginHW.cpp │ │ ├── TMsgAuth1LoginHW.h │ │ ├── TMsgAuth1LoginReply.h │ │ ├── TMsgAuth1PeerToPeer.h │ │ ├── TMsgAuthLastRawBufferBase.h │ │ ├── TMsgAuthRawBufferBase.h │ │ ├── TMsgTypesAuth.h │ │ └── vssver.scc │ │ ├── BadMsgException.h │ │ ├── Comm │ │ ├── MMsgCommGetNumUsers.h │ │ ├── MMsgCommIsUserPresent.h │ │ ├── MMsgCommPing.h │ │ ├── MMsgTypesComm.h │ │ ├── SMsgCommRegisterRequest.h │ │ ├── SMsgCommStatusReply.cpp │ │ ├── SMsgCommStatusReply.h │ │ ├── SMsgTypesComm.h │ │ ├── TMsgCommDebugLevel.h │ │ ├── TMsgCommNoOp.h │ │ ├── TMsgCommPing.h │ │ ├── TMsgCommProtocol.h │ │ ├── TMsgCommRegisterRequest.h │ │ ├── TMsgCommRehupOptions.h │ │ ├── TMsgCommShutDownConfirmation.h │ │ ├── TMsgCommShutDownConfirmationReply.h │ │ ├── TMsgCommShutDownRequest.h │ │ ├── TMsgCommStatusReply.h │ │ ├── TMsgCommTimeout.h │ │ ├── TMsgCommTracing.h │ │ ├── TMsgTypesComm.h │ │ └── vssver.scc │ │ ├── Dir │ │ ├── DirEntity.h │ │ ├── DirG2Flags.h │ │ ├── DirServerEntry.h │ │ ├── DirServerSKMasks.h │ │ ├── SMsgDirG2AddService.h │ │ ├── SMsgDirG2EntityBase.h │ │ ├── SMsgDirG2EntityListBase.h │ │ ├── SMsgDirG2GetEntity.h │ │ ├── SMsgDirG2KeyedBase.h │ │ ├── SMsgDirG2MultiEntityReply.h │ │ ├── SMsgDirG2PeerDataBase.h │ │ ├── SMsgDirG2QueryBase.h │ │ ├── SMsgDirG2QueryExtendBase.h │ │ ├── SMsgDirG2QueryGetBase.h │ │ ├── SMsgDirG2StatusReply.h │ │ ├── SMsgDirG2UpdateBase.h │ │ ├── SMsgDirG2UpdateExtendBase.h │ │ ├── SMsgTypesDir.h │ │ ├── TMsgDirAddDirectory.h │ │ ├── TMsgDirAddService.h │ │ ├── TMsgDirChangeDirectory.h │ │ ├── TMsgDirChangeService.h │ │ ├── TMsgDirDirectoryBase.h │ │ ├── TMsgDirFindService.h │ │ ├── TMsgDirGetDirContents.h │ │ ├── TMsgDirPeerDataBase.h │ │ ├── TMsgDirRemoveDirectory.h │ │ ├── TMsgDirRemoveService.h │ │ ├── TMsgDirRenewDirectory.h │ │ ├── TMsgDirRenewService.h │ │ ├── TMsgDirServiceBase.h │ │ ├── TMsgDirStatusReply.h │ │ ├── TMsgTypesDir.h │ │ └── vssver.scc │ │ ├── Event │ │ ├── SMsgEventRecordEvent.h │ │ ├── SMsgEventTaggedRecordEvent.h │ │ ├── SMsgTypesEvent.h │ │ └── vssver.scc │ │ ├── Fact │ │ ├── AllMsgStartProcessBase.h │ │ ├── SMsgFactStartProcessBase.h │ │ ├── SMsgFactStartProcessUnicode.h │ │ ├── SMsgFactStatusReply.h │ │ ├── SMsgTypesFact.h │ │ ├── TMsgFactGetProcessConfiguration.h │ │ ├── TMsgFactGetProcessList.h │ │ ├── TMsgFactProcessConfigurationReply.h │ │ ├── TMsgFactProcessListReply.h │ │ ├── TMsgFactStartProcess.h │ │ ├── TMsgFactStartProcessBase.h │ │ ├── TMsgFactStartProcessUnicode.h │ │ ├── TMsgFactStatusReply.h │ │ ├── TMsgFactStopProcess.h │ │ ├── TMsgTypesFact.h │ │ └── vssver.scc │ │ ├── Firewall │ │ ├── SMsgFirewallDetect.h │ │ ├── SMsgFirewallStatusReply.h │ │ ├── SMsgTypesFirewall.h │ │ └── vssver.scc │ │ ├── HeaderTypes.h │ │ ├── MServiceTypes.h │ │ ├── Routing │ │ ├── AddresseeList.h │ │ ├── MMsgRoutingBaseDataObject.h │ │ ├── MMsgRoutingClientChange.h │ │ ├── MMsgRoutingCreateDataObject.h │ │ ├── MMsgRoutingDeleteDataObject.h │ │ ├── MMsgRoutingDisconnectClient.h │ │ ├── MMsgRoutingGetClientList.h │ │ ├── MMsgRoutingGroupChange.h │ │ ├── MMsgRoutingModifyDataObject.h │ │ ├── MMsgRoutingPeerChat.h │ │ ├── MMsgRoutingPeerData.h │ │ ├── MMsgRoutingPeerDataMultiple.h │ │ ├── MMsgRoutingReadDataObject.h │ │ ├── MMsgRoutingReadDataObjectReply.h │ │ ├── MMsgRoutingReconnectClient.h │ │ ├── MMsgRoutingRegisterClient.h │ │ ├── MMsgRoutingRenewDataObject.h │ │ ├── MMsgRoutingReplaceDataObject.h │ │ ├── MMsgRoutingSendChat.h │ │ ├── MMsgRoutingSendData.h │ │ ├── MMsgRoutingSendDataBroadcast.h │ │ ├── MMsgRoutingStatusReply.h │ │ ├── MMsgRoutingSubscribeDataObject.h │ │ ├── MMsgRoutingUnsubscribeDataObject.h │ │ ├── MMsgTypesRouting.h │ │ ├── MiniMessageWithAddresseeList.h │ │ ├── RoutingServerMessage.h │ │ ├── RoutingServerTypes.h │ │ └── vssver.scc │ │ ├── SServiceTypes.h │ │ ├── ServerStatus.h │ │ ├── TServiceTypes.h │ │ ├── tmessage.h │ │ └── vssver.scc ├── Tutorials │ ├── Tutorial1.kas │ ├── Tutorial1.mdb │ └── vssver.scc ├── Win32 │ ├── ClientCDKey.cpp │ ├── ClientCDKey.h │ ├── Debug.depend │ ├── Homeworld.ex │ ├── Homeworld.ico │ ├── Homeworld.mif │ ├── Homeworld.rc │ ├── HomeworldLogo.ico │ ├── Interim.depend │ ├── LinkEnd.c │ ├── LinkLimits.h │ ├── LinkStart.c │ ├── MAKEFILE │ ├── MAKEFILE.NoDebugInfo │ ├── Md52.cpp │ ├── Md52.h │ ├── Queue.c │ ├── Queue.h │ ├── Release.depend │ ├── Subtitle.c │ ├── Subtitle.h │ ├── TimeoutTimer.c │ ├── TimeoutTimer.h │ ├── Titan.c │ ├── Titan.h │ ├── TitanInterface.cpp │ ├── TitanInterface.h │ ├── TitanInterfaceC.h │ ├── TitanPacketMsg.cpp │ ├── TitanPacketMsg.h │ ├── avi.cpp │ ├── avi.h │ ├── bink.c │ ├── bink.h │ ├── color.c │ ├── color.h │ ├── dct.h │ ├── ddraw.cpp │ ├── debugwnd.c │ ├── debugwnd.h │ ├── devstats.h │ ├── dxdraw.cpp │ ├── dxdraw.h │ ├── font.c │ ├── font.h │ ├── fqcodec.h │ ├── fqeffect.h │ ├── fquant.h │ ├── glcaps.c │ ├── glcaps.h │ ├── glcompat.c │ ├── glcompat.h │ ├── gldefines.h │ ├── gldll.c │ ├── gldll.h │ ├── glext.h │ ├── glinc.h │ ├── hw.mak │ ├── leakyfaucet.h │ ├── light.c │ ├── light.h │ ├── main.c │ ├── main.h │ ├── mainrgn.c │ ├── mainrgn.h │ ├── mainswitches.h │ ├── mixfft.c │ ├── mouse.c │ ├── mouse.h │ ├── mssccprj.scc │ ├── prim2d.c │ ├── prim2d.h │ ├── prim3d.c │ ├── prim3d.h │ ├── rad.h │ ├── radbink.h │ ├── regkey.h │ ├── render.c │ ├── render.h │ ├── res.geo │ ├── resource.h │ ├── rglu.c │ ├── rglu.h │ ├── rinit.cpp │ ├── rinit.h │ ├── screenshot.c │ ├── screenshot.h │ ├── smixer.c │ ├── soundcmn.h │ ├── soundlow.c │ ├── soundlow.h │ ├── sstglide.c │ ├── sstglide.h │ ├── sstream.c │ ├── sw.mak │ ├── texreg.c │ ├── texreg.h │ ├── trails.c │ ├── trails.h │ ├── utility.c │ ├── utility.h │ ├── vc50.pdb │ ├── vssver.scc │ ├── wassert.c │ ├── wassert.h │ ├── wave.c │ ├── wave.h │ └── zmouse.h ├── rgl │ ├── 3dfx │ │ ├── 3DFX.H │ │ ├── FXDLL.H │ │ ├── FXGLOB.H │ │ ├── FXOS.H │ │ ├── SST1VID.H │ │ ├── fxmisc.lib │ │ ├── fxpci.lib │ │ ├── glide.h │ │ ├── glide2x.lib │ │ ├── glidesys.h │ │ ├── glideutl.h │ │ ├── texus.lib │ │ └── vssver.scc │ ├── 3dhw.h │ ├── D3D │ │ ├── d3d.h │ │ ├── d3dcaps.h │ │ ├── d3drm.h │ │ ├── d3drmdef.h │ │ ├── d3drmobj.h │ │ ├── d3drmwin.h │ │ ├── d3dtypes.h │ │ ├── d3dvec.inl │ │ ├── ddraw.h │ │ ├── dinput.h │ │ ├── dls1.h │ │ ├── dmusicc.h │ │ ├── dmusicf.h │ │ ├── dmusici.h │ │ ├── dplay.h │ │ ├── dplobby.h │ │ ├── dsetup.h │ │ ├── dsound.h │ │ ├── dvp.h │ │ ├── dxfile.h │ │ ├── dxsdk.inc │ │ ├── multimon.h │ │ ├── rmxfguid.h │ │ ├── rmxftmpl.h │ │ ├── rmxftmpl.x │ │ └── vssver.scc │ ├── asm.c │ ├── asm.h │ ├── clip.c │ ├── clip.h │ ├── d3dblt.cpp │ ├── d3dblt.h │ ├── d3denum.cpp │ ├── d3denum.h │ ├── d3dinit.cpp │ ├── d3dinit.h │ ├── d3dlist.h │ ├── d3driver.cpp │ ├── d3drv.h │ ├── d3dtex.cpp │ ├── d3dtex.h │ ├── draw.cpp │ ├── draw.def │ ├── fixed.h │ ├── fxclose.c │ ├── fxdriver.c │ ├── fxdrv.h │ ├── fxtmg.c │ ├── gldefines.h │ ├── glide3 │ │ ├── include │ │ │ ├── 3dfx3.h │ │ │ ├── fxdll3.h │ │ │ ├── fxglob3.h │ │ │ ├── fxos3.h │ │ │ ├── glide3.h │ │ │ ├── glide3sys.h │ │ │ ├── glide3utl.h │ │ │ ├── sst1init3.h │ │ │ ├── sst1vid3.h │ │ │ └── vssver.scc │ │ └── lib │ │ │ ├── fxmisc.lib │ │ │ ├── fxpci.lib │ │ │ ├── glide3x.lib │ │ │ └── vssver.scc │ ├── hash.c │ ├── hash.h │ ├── invert.c │ ├── kgl.c │ ├── kgl.h │ ├── kgl_macros.h │ ├── kglu.c │ ├── kvb.c │ ├── kvb.h │ ├── lines.c │ ├── lines.h │ ├── linetemp.h │ ├── makefile │ ├── maths.c │ ├── maths.h │ ├── newblendtextri.c │ ├── newpersptri.c │ ├── newrgbapersptri.c │ ├── newrgbatextri.c │ ├── newtextri.c │ ├── newtriangle.c │ ├── newtriangle.h │ ├── newtritemp.h │ ├── rgl.exp │ ├── rgld3d.exp │ ├── rglext.c │ ├── rglext.h │ ├── rglsw.exp │ ├── rparams.dat │ ├── scan.c │ ├── scan.h │ ├── span.c │ ├── span.h │ ├── stipple.c │ ├── stipple.h │ ├── swdriver.c │ ├── swdrv.h │ ├── vssver.scc │ └── wgl.c └── vssver.scc └── tools ├── batch ├── BigGet.bat ├── BigMake.btm ├── BigPut.bat ├── BlankDepend.bat ├── DemoBigGet.bat ├── DemoBigPut.bat ├── DoFXFont.bat ├── DoFXLate.bat ├── DoFXTract.bat ├── MakeCDKey.bat ├── OneBunchaLifsAnySize.bat ├── PATCH.TXT ├── RemoveOldTex.bat ├── ToBETA.bat ├── ToNormal.bat ├── big ├── bigpaco.pl ├── bigproc.pl ├── count.pl ├── depend.pl ├── getRGL.bat ├── getSound.bat ├── getSpeechDe.bat ├── getSpeechFr.bat ├── getmovies.bat ├── getrgl2.bat ├── hwget.bat ├── makeSpeechIcons.bat ├── makeart.bat ├── makefeman.bat ├── makelagIcon.bat ├── makelnk.pl ├── makenis.bat ├── makenisScripts.bat ├── makeresearch.bat ├── oneHSF.bat ├── onebunchalifs.bat ├── onemeshanim.bat ├── onepaco.bat ├── oneship.bat ├── onetexanim.bat ├── putRGL.bat ├── setvc5.bat └── vssver.scc ├── bin ├── AddValidVersion.exe ├── BTG.exe ├── BigTree.exe ├── BigViewer.exe ├── Biggie.exe ├── CDKeyer.exe ├── FEMan.exe ├── FXFont.exe ├── FXLate.exe ├── FXTract.exe ├── FileTrunc.exe ├── Fontastic.exe ├── HWDetect.exe ├── HWVideoTweaker.exe ├── IniScript.exe ├── LWExport.exe ├── MMHash.exe ├── MissionMan │ ├── Mission.cfg │ ├── Mission.doc │ ├── MissionMan.exe │ ├── Objects │ │ ├── 100769087.mor │ │ ├── 100881087.mor │ │ ├── 101279855.mor │ │ ├── 101538143.mor │ │ ├── 101788143.mor │ │ ├── 102046159.mor │ │ ├── 102346799.mor │ │ ├── 102443503.mor │ │ ├── 102525791.mor │ │ ├── 102525903.mor │ │ ├── 102574575.mor │ │ ├── 103395375.mor │ │ ├── 104572607.mor │ │ ├── 104883519.mor │ │ ├── 104883631.mor │ │ ├── 110139887.mor │ │ ├── 110715599.mor │ │ ├── 111088831.mor │ │ ├── 111253919.mor │ │ ├── 111525167.mor │ │ ├── 112573743.mor │ │ ├── 114546159.mor │ │ ├── 123220047.mor │ │ ├── 124417599.mor │ │ ├── 125664767.mor │ │ ├── 125664943.mor │ │ ├── 125977679.mor │ │ ├── 127563327.mor │ │ ├── 128509407.mor │ │ ├── 132431727.mor │ │ ├── 134559503.mor │ │ ├── 134842431.mor │ │ ├── 135251599.mor │ │ ├── 135251871.mor │ │ ├── 138750399.mor │ │ ├── 140520303.mor │ │ ├── 141892415.mor │ │ ├── 143060015.mor │ │ ├── 150320943.mor │ │ ├── 151536351.mor │ │ ├── 154953503.mor │ │ ├── 155210895.mor │ │ ├── 158673343.mor │ │ ├── 164390687.mor │ │ ├── 164648079.mor │ │ ├── 167526943.mor │ │ ├── 168114447.mor │ │ ├── 168358879.mor │ │ ├── 168979279.mor │ │ ├── 168979295.mor │ │ ├── 169023775.mor │ │ ├── 171383247.mor │ │ ├── 171997311.mor │ │ ├── 1725775.mor │ │ ├── 173087695.mor │ │ ├── 174906559.mor │ │ ├── 179061103.mor │ │ ├── 179097967.mor │ │ ├── 181150655.mor │ │ ├── 18306111.mor │ │ ├── 183378879.mor │ │ ├── 184230847.mor │ │ ├── 185018031.mor │ │ ├── 189511359.mor │ │ ├── 189570879.mor │ │ ├── 189571055.mor │ │ ├── 190754975.mor │ │ ├── 194211807.mor │ │ ├── 194757647.mor │ │ ├── 197953439.mor │ │ ├── 198649519.mor │ │ ├── 200436607.mor │ │ ├── 202577599.mor │ │ ├── 20660319.mor │ │ ├── 208516799.mor │ │ ├── 210609999.mor │ │ ├── 210630479.mor │ │ ├── 213798543.mor │ │ ├── 213859983.mor │ │ ├── 214701983.mor │ │ ├── 218192095.mor │ │ ├── 218192879.mor │ │ ├── 218757583.mor │ │ ├── 218883023.mor │ │ ├── 218949839.mor │ │ ├── 219079375.mor │ │ ├── 21959423.mor │ │ ├── 22688095.mor │ │ ├── 23086943.mor │ │ ├── 240519967.mor │ │ ├── 242136031.mor │ │ ├── 242205663.mor │ │ ├── 242341375.mor │ │ ├── 246765823.mor │ │ ├── 248956687.mor │ │ ├── 248956735.mor │ │ ├── 257076911.mor │ │ ├── 257468751.mor │ │ ├── 257472847.mor │ │ ├── 259382415.mor │ │ ├── 260863007.mor │ │ ├── 260891679.mor │ │ ├── 261501983.mor │ │ ├── 264085407.mor │ │ ├── 33699327.mor │ │ ├── 41184063.mor │ │ ├── 41184175.mor │ │ ├── 41899343.mor │ │ ├── 43499999.mor │ │ ├── 43805455.mor │ │ ├── 45586063.mor │ │ ├── 47142223.mor │ │ ├── 480319.mor │ │ ├── 4988063.mor │ │ ├── 52468335.mor │ │ ├── 52673535.mor │ │ ├── 54988207.mor │ │ ├── 55610495.mor │ │ ├── 5630191.mor │ │ ├── 58448463.mor │ │ ├── 64762415.mor │ │ ├── 65552895.mor │ │ ├── 65589759.mor │ │ ├── 66305023.mor │ │ ├── 67416591.mor │ │ ├── 68369951.mor │ │ ├── 70191135.mor │ │ ├── 70364447.mor │ │ ├── 70413231.mor │ │ ├── 72203343.mor │ │ ├── 72236863.mor │ │ ├── 72416415.mor │ │ ├── 80410111.mor │ │ ├── 80737679.mor │ │ ├── 81048079.mor │ │ ├── 82119023.mor │ │ ├── 82119103.mor │ │ ├── 82147455.mor │ │ ├── 83601519.mor │ │ ├── 85276479.mor │ │ ├── 86771743.mor │ │ ├── 90628559.mor │ │ ├── 92338463.mor │ │ ├── 93602447.mor │ │ ├── 94897471.mor │ │ └── vssver.scc │ ├── mission.dll │ ├── mission.ini │ ├── mission.mdr │ └── vssver.scc ├── NetLogView.exe ├── Paco.exe ├── Patcher.exe ├── PktView.exe ├── Plumber.exe ├── PushHWBuild.exe ├── PushPatch.exe ├── Roofer.exe ├── SEDemo │ ├── SEDemo.exe │ ├── sengine.dll │ └── vssver.scc ├── SFXTool │ ├── Bank.mdb │ ├── SFX.mdb │ ├── SFXTool.exe │ ├── sfx.dll │ └── vssver.scc ├── SPTool │ ├── SPTool.exe │ ├── Speech.mdb │ ├── speech.dll │ └── vssver.scc ├── SPVal.exe ├── Scaly.exe ├── SetLang.exe ├── VolTool │ ├── VolTool.exe │ ├── vol.dll │ └── vssver.scc ├── WAVExport.exe ├── bison.exe ├── builder.exe ├── controls.txt ├── cw3230mt.dll ├── dec.exe ├── enc.exe ├── flex.exe ├── kas2c.exe ├── liflist.exe ├── perl.dll ├── perl.exe ├── polycount.exe ├── stackdump.exe ├── statviewer.exe ├── teapot.exe ├── vssver.scc └── wmake.exe └── win32 ├── BTG ├── BMPContainer.cpp ├── BMPContainer.h ├── BTG.DSP ├── BTG.cpp ├── BTG.h ├── BTG.ncb ├── BTG.rc ├── BTG.sln ├── BTG.vcproj ├── BTGDialogBar.cpp ├── BTGDialogBar.h ├── BTGDoc.cpp ├── BTGDoc.h ├── BTGGL.H ├── BTGPolygon.cpp ├── BTGPolygon.h ├── BTGStar.cpp ├── BTGStar.h ├── BTGVertex.cpp ├── BTGVertex.h ├── BTGView.cpp ├── BTGView.h ├── MainFrm.cpp ├── MainFrm.h ├── PageSizeDlg.cpp ├── PageSizeDlg.h ├── ReadMe.txt ├── StdAfx.cpp ├── StdAfx.h ├── TGAContainer.cpp ├── TGAContainer.h ├── bmp.cpp ├── bmp.h ├── btgGL.cpp ├── cclist.cpp ├── cclist.h ├── res │ ├── BTG.ico │ ├── BTG.rc2 │ ├── BTGDoc.ico │ ├── Toolbar.bmp │ └── vssver.scc ├── resource.h ├── tga.cpp ├── tga.h └── vssver.scc ├── BigTree ├── BigTree.dsp ├── BigTree.dsw ├── bigtree.cpp ├── bigtree.h └── vssver.scc ├── Biggie ├── Biggie.dsp ├── Biggie.plg ├── BitIO.c ├── BitIO.h ├── LZSS.C ├── LZSS.h ├── TYPES.H ├── bigfile.c ├── bigfile.h ├── crc32.c ├── crc32.h ├── main.c ├── options.c ├── options.h ├── version.c ├── version.h └── vssver.scc ├── CDKeyer ├── CDKeyer.cpp ├── CDKeyer.dsp ├── CDKeyer.dsw ├── ClientCDKey.cpp ├── ClientCDKey.h └── vssver.scc ├── FEMan ├── FEMan.cpp ├── FEMan.dsp ├── FEMan.dsw ├── FEMan.h ├── FEMan.mak ├── FEMan.mdp ├── FEMan.rc ├── FEManDoc.cpp ├── FEManDoc.h ├── FEManView.cpp ├── FEManView.h ├── FlowTreeView.cpp ├── FlowTreeView.h ├── GridOptionsDlg.cpp ├── GridOptionsDlg.h ├── MainFrm.cpp ├── MainFrm.h ├── ReadMe.txt ├── Screen.cpp ├── Screen.h ├── ScreenEditView.cpp ├── ScreenEditView.h ├── ScreenLinkPropertiesDlg.cpp ├── ScreenLinkPropertiesDlg.h ├── ScreenObjectBitmapPropertiesDlg.cpp ├── ScreenObjectBitmapPropertiesDlg.h ├── ScreenObjectRectPropertiesDlg.cpp ├── ScreenObjectRectPropertiesDlg.h ├── ScreenPropertiesDlg.cpp ├── ScreenPropertiesDlg.h ├── StdAfx.cpp ├── StdAfx.h ├── StringObjectStringPropertiesDlg.cpp ├── StringObjectStringPropertiesDlg.h ├── bmp.cpp ├── bmp.h ├── cclist.cpp ├── cclist.h ├── hwexport.cpp ├── hwexport.h ├── mssccprj.scc ├── res │ ├── FEMan.ico │ ├── FEMan.rc2 │ ├── FEManDoc.ico │ ├── Toolbar.bmp │ └── vssver.scc ├── resource.h └── vssver.scc ├── FXFont ├── FXFont.cpp ├── FXFont.dsp ├── FXFont.dsw ├── FXFont.h └── vssver.scc ├── FXLate ├── FXLate.cpp ├── FXLate.dsp ├── FXLate.dsw ├── FXLate.h └── vssver.scc ├── FXTract ├── FXTract.cpp ├── FXTract.dsp ├── FXTract.dsw ├── FXTract.h └── vssver.scc ├── FileTrunc ├── FileTrunc.c ├── FileTrunc.dsp ├── FileTrunc.dsw ├── FileTrunc.exe └── vssver.scc ├── Fontastic ├── ChooseFontDlg.cpp ├── ChooseFontDlg.h ├── ChooseFontPage.cpp ├── ChooseFontPage.h ├── ChooseOptionsDlg.cpp ├── ChooseOptionsDlg.h ├── ChooseOptionsPage.cpp ├── ChooseOptionsPage.h ├── ChooseOutputDlg.cpp ├── ChooseOutputDlg.h ├── ChooseOutputPage.cpp ├── ChooseOutputPage.h ├── ChooseTextDlg.cpp ├── ChooseTextDlg.h ├── ChooseTextPage.cpp ├── ChooseTextPage.h ├── Fontastic.cpp ├── Fontastic.dsp ├── Fontastic.h ├── Fontastic.mak ├── Fontastic.mdp ├── Fontastic.rc ├── FontasticDlg.cpp ├── FontasticDlg.h ├── ReadMe.txt ├── StdAfx.cpp ├── StdAfx.h ├── hff.cpp ├── hff.h ├── mssccprj.scc ├── res │ ├── Fontastic.ico │ ├── Fontastic.rc2 │ └── vssver.scc ├── resource.h └── vssver.scc ├── HWDetect ├── HWDetect.cpp ├── HWDetect.dsp ├── HWDetect.dsw └── vssver.scc ├── HWVideoTweaker ├── HWVideoTweaker.aps ├── HWVideoTweaker.clw ├── HWVideoTweaker.cpp ├── HWVideoTweaker.dsp ├── HWVideoTweaker.dsw ├── HWVideoTweaker.h ├── HWVideoTweaker.rc ├── HWVideoTweaker.txt ├── HWVideoTweakerDlg.cpp ├── HWVideoTweakerDlg.h ├── HomeworldLogo.ico ├── StdAfx.cpp ├── StdAfx.h ├── crc.cpp ├── crc.h ├── devstats.h ├── dxguid.lib ├── res │ ├── HWVideoTweaker.ico │ ├── HWVideoTweaker.rc2 │ └── vssver.scc ├── resource.h └── vssver.scc ├── IniScript ├── IniScript.dsp ├── IniScript.dsw ├── iniscript.cpp ├── iniscript.h ├── iniscript.ini └── vssver.scc ├── KAS ├── KAS2C.c ├── KAS2C.h ├── KAS2C.l ├── KAS2C.y ├── bison.hairy ├── bison.simple ├── makeexe.bat ├── makelexer.bat ├── makeparser.bat └── vssver.scc ├── LWExport ├── LWExport.dsp ├── LWExport.mak ├── LWExport.mdp ├── cclist.cpp ├── cclist.h ├── export.cpp ├── export.h ├── fastmath.cpp ├── fastmath.h ├── geoparse.cpp ├── geoparse.h ├── hsfparse.cpp ├── hsfparse.h ├── lwmath.cpp ├── lwmath.h ├── lwoparse.cpp ├── lwoparse.h ├── lwsparse.cpp ├── lwsparse.h ├── madparse.cpp ├── madparse.h ├── matrix.cpp ├── matrix.h ├── mexparse.cpp ├── mexparse.h ├── mssccprj.scc ├── nisparse.cpp ├── nisparse.h ├── parsefunc.cpp ├── parsefunc.h ├── raceDefs.h ├── readwrite.cpp ├── readwrite.h ├── reorient.cpp ├── reorient.h ├── types.h ├── vector.cpp ├── vector.h └── vssver.scc ├── LiFList ├── Debug.c ├── Debug.h ├── LIFLIST.MDP ├── Quantize.c ├── Quantize.h ├── TYPES.H ├── color.c ├── color.h ├── crc32.c ├── crc32.h ├── file.c ├── file.h ├── layerimg.c ├── layerimg.h ├── liflist.c ├── liflist.mak ├── liflist.ncb ├── memory.c ├── memory.h ├── mssccprj.scc ├── prim2d.h ├── psd.c ├── psd.h ├── resource.h ├── test.ll ├── tga.c ├── tga.h ├── twiddle.c ├── twiddle.h └── vssver.scc ├── Mission ├── Hash │ ├── MMHash.cpp │ ├── MMHash.dsp │ ├── MMHash.dsw │ ├── MMHash.h │ └── vssver.scc ├── Install │ ├── MissionMan.wse │ ├── MissionMan │ │ ├── Mission.cfg │ │ ├── Mission.doc │ │ ├── Mission.ini │ │ └── vssver.scc │ └── vssver.scc ├── Lib │ ├── directdraw.cpp │ ├── directdraw.h │ ├── euler.cpp │ ├── euler.h │ ├── lwob.cpp │ ├── lwob.h │ ├── matrix.cpp │ ├── matrix.h │ ├── mission.cpp │ ├── mission.def │ ├── mission.dsp │ ├── mission.dsw │ ├── mission.h │ ├── render.cpp │ ├── render.h │ └── vssver.scc └── Man │ ├── FrmTree.frx │ ├── Mission.ico │ ├── MissionMan.vbp │ ├── frmAttribs.frm │ ├── frmAttribs.frx │ ├── frmCamera.frm │ ├── frmCamera.frx │ ├── frmFront.frm │ ├── frmFront.frx │ ├── frmLayers.frm │ ├── frmLayers.frx │ ├── frmLevels.frm │ ├── frmLevels.frx │ ├── frmList.frm │ ├── frmList.frx │ ├── frmMain.frm │ ├── frmMain.frx │ ├── frmMission.frm │ ├── frmMission.frx │ ├── frmObjects.frm │ ├── frmObjects.frx │ ├── frmOptions.frm │ ├── frmOptions.frx │ ├── frmProgress.frm │ ├── frmProgress.frx │ ├── frmSide.frm │ ├── frmSide.frx │ ├── frmTop.frm │ ├── frmTop.frx │ ├── frmTree.frm │ ├── mdlMain.bas │ ├── mssccprj.scc │ └── vssver.scc ├── NetLogView ├── NetLogView.cpp ├── NetLogView.dsp ├── NetLogView.dsw ├── TYPES.H └── vssver.scc ├── OpenBTG ├── BMPContainer.cpp ├── BMPContainer.h ├── BTG.clw ├── BTG.cpp ├── BTG.dsp ├── BTG.dsw ├── BTG.h ├── BTG.rc ├── BTGDialogBar.cpp ├── BTGDialogBar.h ├── BTGDoc.cpp ├── BTGDoc.h ├── BTGGL.H ├── BTGLight.cpp ├── BTGLight.h ├── BTGPolygon.cpp ├── BTGPolygon.h ├── BTGStar.cpp ├── BTGStar.h ├── BTGVertex.cpp ├── BTGVertex.h ├── BTGView.cpp ├── BTGView.h ├── MainFrm.cpp ├── MainFrm.h ├── PageSizeDlg.cpp ├── PageSizeDlg.h ├── StdAfx.cpp ├── StdAfx.h ├── TGAContainer.cpp ├── TGAContainer.h ├── bmp.cpp ├── bmp.h ├── btgGL.cpp ├── cclist.cpp ├── cclist.h ├── hsf │ ├── hsf.cpp │ ├── hsf.dsp │ └── vssver.scc ├── resource.h ├── tga.cpp ├── tga.h └── vssver.scc ├── Paco ├── Input.cpp ├── Input.h ├── Main.cpp ├── Main.h ├── Mex.cpp ├── Mex.h ├── Pack.cpp ├── Pack.h ├── Paco.cpp ├── Paco.dsp ├── Paco.dsw ├── Paco.h ├── crc.cpp ├── crc.h ├── lif.cpp ├── lif.h ├── list.h ├── tga.cpp ├── tga.h ├── types.h └── vssver.scc ├── Patcher ├── Patcher.cpp ├── Patcher.dsp ├── Patcher.dsw ├── PatcherLocalize.h └── vssver.scc ├── PktView ├── CommandNetworkSimple.h ├── PktView.c ├── PktView.dsp ├── PktView.dsw ├── TYPES.H └── vssver.scc ├── Plumber ├── Plumber.cpp ├── Plumber.dsp ├── Plumber.dsw ├── Plumber.h ├── leakyfaucet.h └── vssver.scc ├── Roofer ├── Roofer.cpp ├── Roofer.dsp ├── Roofer.dsw └── vssver.scc ├── Scaly.mak ├── Scaly.mdp ├── Scaly.ncb ├── SetLang ├── SetLang.cpp ├── SetLang.dsp ├── SetLang.dsw ├── SetLang.h └── vssver.scc ├── StackDump ├── Debug.c ├── Debug.h ├── TYPES.H ├── TestCallStack.GIF ├── memory.c ├── memory.h ├── resource.h ├── stackdump.c ├── stackdump.dsp ├── stackdump.dsw ├── stackdump.ncb ├── stackdump.opt ├── stackdump.plg └── vssver.scc ├── Vol ├── Lib │ ├── vol.cpp │ ├── vol.def │ ├── vol.dsp │ ├── vol.dsw │ ├── vol.h │ └── vssver.scc └── Tool │ ├── FrmInfo.frm │ ├── FrmLookup.frm │ ├── FrmVol.Frm │ ├── MdlMain.bas │ ├── VolTool.vbp │ ├── mssccprj.scc │ └── vssver.scc ├── Win32.dsw ├── builder ├── builder.c ├── builder.dsp ├── builder.dsw └── vssver.scc ├── mssccprj.scc ├── polycount ├── file.cpp ├── file.h ├── main.cpp ├── mex.cpp ├── mex.h ├── polycount.dsp ├── types.h └── vssver.scc ├── scaly.cpp ├── scaly.h ├── statviewer ├── AIDefenseMan.c ├── AIEvents.c ├── AIFleetMan.h ├── AdvanceSupportFrigate.h ├── Attributes.h ├── CameraCommand.h ├── Carrier.h ├── ClassDefs.h ├── CloakGenerator.h ├── CommandDefs.h ├── CommandLayer.h ├── DDDFrigate.h ├── DFGFrigate.h ├── Debug.h ├── DefenseFighter.h ├── Drone.h ├── FlightManDefs.h ├── FormationDefs.h ├── GenericDefender.h ├── GenericInterceptor.h ├── GravWellGenerator.h ├── HeavyCorvette.h ├── HeavyCruiser.h ├── IonCannonFrigate.h ├── KEY.H ├── LOD.h ├── LightCorvette.h ├── MaxMultiPlayer.h ├── MinelayerCorvette.h ├── MissileDestroyer.h ├── Mothership.h ├── MultiGunCorvette.h ├── Probe.h ├── ProximitySensor.h ├── RaceDefs.h ├── RepairCorvette.h ├── ResearchShip.h ├── ResourceCollector.h ├── ResourceController.h ├── SalCapCorvette.h ├── SensorArray.h ├── ShipDefs.h ├── StandardDestroyer.h ├── StandardFrigate.h ├── TYPES.H ├── attack.h ├── b-spline.h ├── camera.h ├── clouds.h ├── color.h ├── crc32.h ├── dock.h ├── etg.h ├── flightman.h ├── font.h ├── formation.h ├── gamestats.h ├── linkedlist.h ├── main.h ├── mainswitches.h ├── matrix.h ├── mesh.h ├── meshanim.h ├── nebulae.h ├── objtypes.h ├── pieplate.h ├── prim2d.h ├── region.h ├── rescollect.h ├── researchapi.h ├── select.h ├── shipselect.h ├── soundstructs.h ├── spaceobj.h ├── star3d.h ├── statscript.c ├── statscript.h ├── statview.c ├── statviewer.dsp ├── statviewer.dsw ├── task.h ├── universe.h ├── vector.c ├── vector.h └── vssver.scc ├── teapot ├── Teapot.mak ├── controls.txt ├── mssccprj.scc ├── teapot.c ├── teapot.mdp └── vssver.scc └── vssver.scc /BuildingHomeworld.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/BuildingHomeworld.doc -------------------------------------------------------------------------------- /Lib/3dFX/fxmisc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/3dFX/fxmisc.lib -------------------------------------------------------------------------------- /Lib/3dFX/fxpci.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/3dFX/fxpci.lib -------------------------------------------------------------------------------- /Lib/3dFX/glide2x.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/3dFX/glide2x.lib -------------------------------------------------------------------------------- /Lib/3dFX/texus.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/3dFX/texus.lib -------------------------------------------------------------------------------- /Lib/3dFX/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/3dFX/vssver.scc -------------------------------------------------------------------------------- /Lib/Smacker/binkw32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/Smacker/binkw32.lib -------------------------------------------------------------------------------- /Lib/Smacker/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/Smacker/vssver.scc -------------------------------------------------------------------------------- /Lib/Titan/EasySocket_W95.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/Titan/EasySocket_W95.lib -------------------------------------------------------------------------------- /Lib/Titan/auth_W95.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/Titan/auth_W95.lib -------------------------------------------------------------------------------- /Lib/Titan/common_W95.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/Titan/common_W95.lib -------------------------------------------------------------------------------- /Lib/Titan/crypt_W95.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/Titan/crypt_W95.lib -------------------------------------------------------------------------------- /Lib/Titan/msg_W95.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/Titan/msg_W95.lib -------------------------------------------------------------------------------- /Lib/Titan/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/Titan/vssver.scc -------------------------------------------------------------------------------- /Lib/d3d/d3dim.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/d3dim.lib -------------------------------------------------------------------------------- /Lib/d3d/d3drm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/d3drm.lib -------------------------------------------------------------------------------- /Lib/d3d/d3dxof.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/d3dxof.lib -------------------------------------------------------------------------------- /Lib/d3d/ddraw.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/ddraw.lib -------------------------------------------------------------------------------- /Lib/d3d/ddraw16.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/ddraw16.lib -------------------------------------------------------------------------------- /Lib/d3d/dinput.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/dinput.lib -------------------------------------------------------------------------------- /Lib/d3d/dplayx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/dplayx.lib -------------------------------------------------------------------------------- /Lib/d3d/dsetup.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/dsetup.lib -------------------------------------------------------------------------------- /Lib/d3d/dsound.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/dsound.lib -------------------------------------------------------------------------------- /Lib/d3d/dxguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/dxguid.lib -------------------------------------------------------------------------------- /Lib/d3d/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/Lib/d3d/vssver.scc -------------------------------------------------------------------------------- /documents/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/documents/vssver.scc -------------------------------------------------------------------------------- /exe/Homeworld.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/exe/Homeworld.exe -------------------------------------------------------------------------------- /exe/binkw32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/exe/binkw32.dll -------------------------------------------------------------------------------- /exe/devstats.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/exe/devstats.dat -------------------------------------------------------------------------------- /exe/rgl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/exe/rgl.dll -------------------------------------------------------------------------------- /exe/rgld3d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/exe/rgld3d.dll -------------------------------------------------------------------------------- /exe/rglsw.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/exe/rglsw.dll -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/license.txt -------------------------------------------------------------------------------- /obj/Debug/dct.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Debug/dct.obj -------------------------------------------------------------------------------- /obj/Debug/fqcodec.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Debug/fqcodec.obj -------------------------------------------------------------------------------- /obj/Debug/fqeffect.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Debug/fqeffect.obj -------------------------------------------------------------------------------- /obj/Debug/fquant.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Debug/fquant.obj -------------------------------------------------------------------------------- /obj/Interim/dct.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Interim/dct.obj -------------------------------------------------------------------------------- /obj/Interim/fqcodec.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Interim/fqcodec.obj -------------------------------------------------------------------------------- /obj/Interim/fqeffect.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Interim/fqeffect.obj -------------------------------------------------------------------------------- /obj/Interim/fquant.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Interim/fquant.obj -------------------------------------------------------------------------------- /obj/Release/dct.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Release/dct.obj -------------------------------------------------------------------------------- /obj/Release/fqcodec.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Release/fqcodec.obj -------------------------------------------------------------------------------- /obj/Release/fqeffect.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Release/fqeffect.obj -------------------------------------------------------------------------------- /obj/Release/fquant.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/obj/Release/fquant.obj -------------------------------------------------------------------------------- /sound/SFX/Special FX/miscobjects.h: -------------------------------------------------------------------------------- 1 | #define Misc 0 2 | -------------------------------------------------------------------------------- /sound/SFX/UI/UIEventDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/SFX/UI/UIEventDefs.h -------------------------------------------------------------------------------- /sound/SFX/UI/UI_Bank.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/SFX/UI/UI_Bank.mdb -------------------------------------------------------------------------------- /sound/SFX/UI/UI_SFX.MDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/SFX/UI/UI_SFX.MDB -------------------------------------------------------------------------------- /sound/SFX/UI/miscobjects.h: -------------------------------------------------------------------------------- 1 | #define Misc 0 2 | -------------------------------------------------------------------------------- /sound/SFX/UI/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/SFX/UI/vssver.scc -------------------------------------------------------------------------------- /sound/SFX/guns/Guns_SFX.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/SFX/guns/Guns_SFX.mdb -------------------------------------------------------------------------------- /sound/SFX/guns/gunobjects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/SFX/guns/gunobjects.h -------------------------------------------------------------------------------- /sound/SFX/guns/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/SFX/guns/vssver.scc -------------------------------------------------------------------------------- /sound/SFX/ships/miscobjects.h: -------------------------------------------------------------------------------- 1 | #define Misc 0 2 | -------------------------------------------------------------------------------- /sound/SFX/ships/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/SFX/ships/vssver.scc -------------------------------------------------------------------------------- /sound/speech/IDdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/IDdefs.h -------------------------------------------------------------------------------- /sound/speech/Speech.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/Speech.mdb -------------------------------------------------------------------------------- /sound/speech/VAR_Bearings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Bearings.h -------------------------------------------------------------------------------- /sound/speech/VAR_Class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Class.h -------------------------------------------------------------------------------- /sound/speech/VAR_Damage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Damage.h -------------------------------------------------------------------------------- /sound/speech/VAR_Fluff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Fluff.h -------------------------------------------------------------------------------- /sound/speech/VAR_Letters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Letters.h -------------------------------------------------------------------------------- /sound/speech/VAR_Motion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Motion.h -------------------------------------------------------------------------------- /sound/speech/VAR_Nick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Nick.h -------------------------------------------------------------------------------- /sound/speech/VAR_Numbers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Numbers.h -------------------------------------------------------------------------------- /sound/speech/VAR_PickingUp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_PickingUp.h -------------------------------------------------------------------------------- /sound/speech/VAR_Races.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Races.h -------------------------------------------------------------------------------- /sound/speech/VAR_Resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Resources.h -------------------------------------------------------------------------------- /sound/speech/VAR_Roger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Roger.h -------------------------------------------------------------------------------- /sound/speech/VAR_Ships.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Ships.h -------------------------------------------------------------------------------- /sound/speech/VAR_Unknown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/VAR_Unknown.h -------------------------------------------------------------------------------- /sound/speech/speechevents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/speechevents.h -------------------------------------------------------------------------------- /sound/speech/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/sound/speech/vssver.scc -------------------------------------------------------------------------------- /src/Game/AIAttackMan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIAttackMan.c -------------------------------------------------------------------------------- /src/Game/AIAttackMan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIAttackMan.h -------------------------------------------------------------------------------- /src/Game/AIDefenseMan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIDefenseMan.c -------------------------------------------------------------------------------- /src/Game/AIDefenseMan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIDefenseMan.h -------------------------------------------------------------------------------- /src/Game/AIEvents.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIEvents.c -------------------------------------------------------------------------------- /src/Game/AIEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIEvents.h -------------------------------------------------------------------------------- /src/Game/AIFeatures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIFeatures.h -------------------------------------------------------------------------------- /src/Game/AIFleetMan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIFleetMan.c -------------------------------------------------------------------------------- /src/Game/AIFleetMan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIFleetMan.h -------------------------------------------------------------------------------- /src/Game/AIHandler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIHandler.c -------------------------------------------------------------------------------- /src/Game/AIHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIHandler.h -------------------------------------------------------------------------------- /src/Game/AIMoves.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIMoves.c -------------------------------------------------------------------------------- /src/Game/AIMoves.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIMoves.h -------------------------------------------------------------------------------- /src/Game/AIMoves1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIMoves1.c -------------------------------------------------------------------------------- /src/Game/AIMoves2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIMoves2.c -------------------------------------------------------------------------------- /src/Game/AIOrders.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIOrders.c -------------------------------------------------------------------------------- /src/Game/AIOrders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIOrders.h -------------------------------------------------------------------------------- /src/Game/AIOrders2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIOrders2.c -------------------------------------------------------------------------------- /src/Game/AIPlayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIPlayer.c -------------------------------------------------------------------------------- /src/Game/AIPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIPlayer.h -------------------------------------------------------------------------------- /src/Game/AIResourceMan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIResourceMan.c -------------------------------------------------------------------------------- /src/Game/AIResourceMan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIResourceMan.h -------------------------------------------------------------------------------- /src/Game/AIShip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIShip.c -------------------------------------------------------------------------------- /src/Game/AIShip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIShip.h -------------------------------------------------------------------------------- /src/Game/AITeam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AITeam.c -------------------------------------------------------------------------------- /src/Game/AITeam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AITeam.h -------------------------------------------------------------------------------- /src/Game/AIUtilities.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIUtilities.c -------------------------------------------------------------------------------- /src/Game/AIUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIUtilities.h -------------------------------------------------------------------------------- /src/Game/AIVar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIVar.c -------------------------------------------------------------------------------- /src/Game/AIVar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AIVar.h -------------------------------------------------------------------------------- /src/Game/AItrack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AItrack.c -------------------------------------------------------------------------------- /src/Game/AItrack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/AItrack.h -------------------------------------------------------------------------------- /src/Game/Alliance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Alliance.c -------------------------------------------------------------------------------- /src/Game/Alliance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Alliance.h -------------------------------------------------------------------------------- /src/Game/Attributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Attributes.h -------------------------------------------------------------------------------- /src/Game/BitIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/BitIO.c -------------------------------------------------------------------------------- /src/Game/BitIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/BitIO.h -------------------------------------------------------------------------------- /src/Game/CameraCommand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CameraCommand.c -------------------------------------------------------------------------------- /src/Game/CameraCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CameraCommand.h -------------------------------------------------------------------------------- /src/Game/Captaincy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Captaincy.c -------------------------------------------------------------------------------- /src/Game/Captaincy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Captaincy.h -------------------------------------------------------------------------------- /src/Game/ChannelFSM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ChannelFSM.c -------------------------------------------------------------------------------- /src/Game/ChannelFSM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ChannelFSM.h -------------------------------------------------------------------------------- /src/Game/ClassDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ClassDefs.h -------------------------------------------------------------------------------- /src/Game/CommandDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CommandDefs.h -------------------------------------------------------------------------------- /src/Game/CommandLayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CommandLayer.c -------------------------------------------------------------------------------- /src/Game/CommandLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CommandLayer.h -------------------------------------------------------------------------------- /src/Game/CommandNetwork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CommandNetwork.c -------------------------------------------------------------------------------- /src/Game/CommandNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CommandNetwork.h -------------------------------------------------------------------------------- /src/Game/CommandWrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CommandWrap.c -------------------------------------------------------------------------------- /src/Game/CommandWrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/CommandWrap.h -------------------------------------------------------------------------------- /src/Game/Debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Debug.c -------------------------------------------------------------------------------- /src/Game/Debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Debug.h -------------------------------------------------------------------------------- /src/Game/FEColour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/FEColour.h -------------------------------------------------------------------------------- /src/Game/FeFlow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/FeFlow.c -------------------------------------------------------------------------------- /src/Game/FeFlow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/FeFlow.h -------------------------------------------------------------------------------- /src/Game/FeReg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/FeReg.c -------------------------------------------------------------------------------- /src/Game/FeReg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/FeReg.h -------------------------------------------------------------------------------- /src/Game/FlightManDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/FlightManDefs.h -------------------------------------------------------------------------------- /src/Game/FormationDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/FormationDefs.h -------------------------------------------------------------------------------- /src/Game/GameChat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/GameChat.c -------------------------------------------------------------------------------- /src/Game/GameChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/GameChat.h -------------------------------------------------------------------------------- /src/Game/Globals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Globals.c -------------------------------------------------------------------------------- /src/Game/Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Globals.h -------------------------------------------------------------------------------- /src/Game/HorseRace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/HorseRace.c -------------------------------------------------------------------------------- /src/Game/HorseRace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/HorseRace.h -------------------------------------------------------------------------------- /src/Game/InfoOverlay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/InfoOverlay.c -------------------------------------------------------------------------------- /src/Game/InfoOverlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/InfoOverlay.h -------------------------------------------------------------------------------- /src/Game/KAS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/KAS.c -------------------------------------------------------------------------------- /src/Game/KAS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/KAS.h -------------------------------------------------------------------------------- /src/Game/KASFunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/KASFunc.c -------------------------------------------------------------------------------- /src/Game/KASFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/KASFunc.h -------------------------------------------------------------------------------- /src/Game/KEY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/KEY.H -------------------------------------------------------------------------------- /src/Game/KeyBindings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/KeyBindings.c -------------------------------------------------------------------------------- /src/Game/KeyBindings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/KeyBindings.h -------------------------------------------------------------------------------- /src/Game/LOD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/LOD.c -------------------------------------------------------------------------------- /src/Game/LOD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/LOD.h -------------------------------------------------------------------------------- /src/Game/LZSS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/LZSS.C -------------------------------------------------------------------------------- /src/Game/LZSS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/LZSS.h -------------------------------------------------------------------------------- /src/Game/LagPrint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/LagPrint.c -------------------------------------------------------------------------------- /src/Game/LagPrint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/LagPrint.h -------------------------------------------------------------------------------- /src/Game/LetterDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/LetterDefs.h -------------------------------------------------------------------------------- /src/Game/MaxMultiPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/MaxMultiPlayer.h -------------------------------------------------------------------------------- /src/Game/MultiplayerGame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/MultiplayerGame.c -------------------------------------------------------------------------------- /src/Game/MultiplayerGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/MultiplayerGame.h -------------------------------------------------------------------------------- /src/Game/NumberDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/NumberDefs.h -------------------------------------------------------------------------------- /src/Game/Objectives.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Objectives.c -------------------------------------------------------------------------------- /src/Game/Objectives.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Objectives.h -------------------------------------------------------------------------------- /src/Game/PlugScreen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/PlugScreen.c -------------------------------------------------------------------------------- /src/Game/PlugScreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/PlugScreen.h -------------------------------------------------------------------------------- /src/Game/ProfileTimers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ProfileTimers.c -------------------------------------------------------------------------------- /src/Game/ProfileTimers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ProfileTimers.h -------------------------------------------------------------------------------- /src/Game/RaceDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/RaceDefs.h -------------------------------------------------------------------------------- /src/Game/SaveGame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/SaveGame.c -------------------------------------------------------------------------------- /src/Game/SaveGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/SaveGame.h -------------------------------------------------------------------------------- /src/Game/ShipDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ShipDefs.h -------------------------------------------------------------------------------- /src/Game/SoundEventPrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/SoundEventPrivate.h -------------------------------------------------------------------------------- /src/Game/SoundEventStop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/SoundEventStop.c -------------------------------------------------------------------------------- /src/Game/Strings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Strings.c -------------------------------------------------------------------------------- /src/Game/Strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Strings.h -------------------------------------------------------------------------------- /src/Game/StringsOnly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/StringsOnly.h -------------------------------------------------------------------------------- /src/Game/TYPES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/TYPES.H -------------------------------------------------------------------------------- /src/Game/Timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Timer.c -------------------------------------------------------------------------------- /src/Game/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Timer.h -------------------------------------------------------------------------------- /src/Game/TradeMgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/TradeMgr.c -------------------------------------------------------------------------------- /src/Game/TradeMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/TradeMgr.h -------------------------------------------------------------------------------- /src/Game/Tutor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Tutor.c -------------------------------------------------------------------------------- /src/Game/Tutor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Tutor.h -------------------------------------------------------------------------------- /src/Game/UIcontrols.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/UIcontrols.c -------------------------------------------------------------------------------- /src/Game/UIcontrols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/UIcontrols.h -------------------------------------------------------------------------------- /src/Game/VolTweakDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/VolTweakDefs.h -------------------------------------------------------------------------------- /src/Game/Volume.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Volume.c -------------------------------------------------------------------------------- /src/Game/Volume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/Volume.h -------------------------------------------------------------------------------- /src/Game/animatic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/animatic.c -------------------------------------------------------------------------------- /src/Game/animatic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/animatic.h -------------------------------------------------------------------------------- /src/Game/attack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/attack.c -------------------------------------------------------------------------------- /src/Game/attack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/attack.h -------------------------------------------------------------------------------- /src/Game/autodownloadmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/autodownloadmap.c -------------------------------------------------------------------------------- /src/Game/autodownloadmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/autodownloadmap.h -------------------------------------------------------------------------------- /src/Game/autolod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/autolod.c -------------------------------------------------------------------------------- /src/Game/autolod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/autolod.h -------------------------------------------------------------------------------- /src/Game/b-spline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/b-spline.c -------------------------------------------------------------------------------- /src/Game/b-spline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/b-spline.h -------------------------------------------------------------------------------- /src/Game/battle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/battle.c -------------------------------------------------------------------------------- /src/Game/battle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/battle.h -------------------------------------------------------------------------------- /src/Game/bigfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/bigfile.c -------------------------------------------------------------------------------- /src/Game/bigfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/bigfile.h -------------------------------------------------------------------------------- /src/Game/blobs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/blobs.c -------------------------------------------------------------------------------- /src/Game/blobs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/blobs.h -------------------------------------------------------------------------------- /src/Game/bmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/bmp.c -------------------------------------------------------------------------------- /src/Game/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/bmp.h -------------------------------------------------------------------------------- /src/Game/bounties.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/bounties.c -------------------------------------------------------------------------------- /src/Game/bounties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/bounties.h -------------------------------------------------------------------------------- /src/Game/btg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/btg.c -------------------------------------------------------------------------------- /src/Game/btg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/btg.h -------------------------------------------------------------------------------- /src/Game/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/camera.c -------------------------------------------------------------------------------- /src/Game/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/camera.h -------------------------------------------------------------------------------- /src/Game/chatting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/chatting.c -------------------------------------------------------------------------------- /src/Game/chatting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/chatting.h -------------------------------------------------------------------------------- /src/Game/clamp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/clamp.c -------------------------------------------------------------------------------- /src/Game/clamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/clamp.h -------------------------------------------------------------------------------- /src/Game/clipper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/clipper.c -------------------------------------------------------------------------------- /src/Game/clipper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/clipper.h -------------------------------------------------------------------------------- /src/Game/clouds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/clouds.c -------------------------------------------------------------------------------- /src/Game/clouds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/clouds.h -------------------------------------------------------------------------------- /src/Game/collision.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/collision.c -------------------------------------------------------------------------------- /src/Game/collision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/collision.h -------------------------------------------------------------------------------- /src/Game/colpick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/colpick.c -------------------------------------------------------------------------------- /src/Game/colpick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/colpick.h -------------------------------------------------------------------------------- /src/Game/consMgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/consMgr.c -------------------------------------------------------------------------------- /src/Game/consMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/consMgr.h -------------------------------------------------------------------------------- /src/Game/crates.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/crates.c -------------------------------------------------------------------------------- /src/Game/crates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/crates.h -------------------------------------------------------------------------------- /src/Game/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/crc32.c -------------------------------------------------------------------------------- /src/Game/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/crc32.h -------------------------------------------------------------------------------- /src/Game/damage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/damage.c -------------------------------------------------------------------------------- /src/Game/damage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/damage.h -------------------------------------------------------------------------------- /src/Game/demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/demo.c -------------------------------------------------------------------------------- /src/Game/demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/demo.h -------------------------------------------------------------------------------- /src/Game/dock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/dock.c -------------------------------------------------------------------------------- /src/Game/dock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/dock.h -------------------------------------------------------------------------------- /src/Game/etg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/etg.c -------------------------------------------------------------------------------- /src/Game/etg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/etg.h -------------------------------------------------------------------------------- /src/Game/eval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/eval.c -------------------------------------------------------------------------------- /src/Game/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/eval.h -------------------------------------------------------------------------------- /src/Game/fastmath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/fastmath.c -------------------------------------------------------------------------------- /src/Game/fastmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/fastmath.h -------------------------------------------------------------------------------- /src/Game/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/file.c -------------------------------------------------------------------------------- /src/Game/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/file.h -------------------------------------------------------------------------------- /src/Game/flightman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/flightman.c -------------------------------------------------------------------------------- /src/Game/flightman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/flightman.h -------------------------------------------------------------------------------- /src/Game/fontreg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/fontreg.c -------------------------------------------------------------------------------- /src/Game/fontreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/fontreg.h -------------------------------------------------------------------------------- /src/Game/formation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/formation.c -------------------------------------------------------------------------------- /src/Game/formation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/formation.h -------------------------------------------------------------------------------- /src/Game/gamepick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/gamepick.c -------------------------------------------------------------------------------- /src/Game/gamepick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/gamepick.h -------------------------------------------------------------------------------- /src/Game/gamestats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/gamestats.h -------------------------------------------------------------------------------- /src/Game/gun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/gun.c -------------------------------------------------------------------------------- /src/Game/gun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/gun.h -------------------------------------------------------------------------------- /src/Game/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/hash.c -------------------------------------------------------------------------------- /src/Game/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/hash.h -------------------------------------------------------------------------------- /src/Game/hs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/hs.c -------------------------------------------------------------------------------- /src/Game/hs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/hs.h -------------------------------------------------------------------------------- /src/Game/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/key.c -------------------------------------------------------------------------------- /src/Game/knitransform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/knitransform.cpp -------------------------------------------------------------------------------- /src/Game/launchMgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/launchMgr.c -------------------------------------------------------------------------------- /src/Game/launchMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/launchMgr.h -------------------------------------------------------------------------------- /src/Game/levelload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/levelload.c -------------------------------------------------------------------------------- /src/Game/levelload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/levelload.h -------------------------------------------------------------------------------- /src/Game/liloptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/liloptions.h -------------------------------------------------------------------------------- /src/Game/linkedlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/linkedlist.c -------------------------------------------------------------------------------- /src/Game/linkedlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/linkedlist.h -------------------------------------------------------------------------------- /src/Game/madLinkIn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/madLinkIn.c -------------------------------------------------------------------------------- /src/Game/madLinkIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/madLinkIn.h -------------------------------------------------------------------------------- /src/Game/madLinkInDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/madLinkInDefs.h -------------------------------------------------------------------------------- /src/Game/matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/matrix.c -------------------------------------------------------------------------------- /src/Game/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/matrix.h -------------------------------------------------------------------------------- /src/Game/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/memory.c -------------------------------------------------------------------------------- /src/Game/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/memory.h -------------------------------------------------------------------------------- /src/Game/mesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/mesh.c -------------------------------------------------------------------------------- /src/Game/mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/mesh.h -------------------------------------------------------------------------------- /src/Game/meshanim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/meshanim.c -------------------------------------------------------------------------------- /src/Game/meshanim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/meshanim.h -------------------------------------------------------------------------------- /src/Game/mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/mex.c -------------------------------------------------------------------------------- /src/Game/mex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/mex.h -------------------------------------------------------------------------------- /src/Game/navlights.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/navlights.c -------------------------------------------------------------------------------- /src/Game/navlights.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/navlights.h -------------------------------------------------------------------------------- /src/Game/nebulae.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/nebulae.c -------------------------------------------------------------------------------- /src/Game/nebulae.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/nebulae.h -------------------------------------------------------------------------------- /src/Game/netcheck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/netcheck.c -------------------------------------------------------------------------------- /src/Game/netcheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/netcheck.h -------------------------------------------------------------------------------- /src/Game/nis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/nis.c -------------------------------------------------------------------------------- /src/Game/nis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/nis.h -------------------------------------------------------------------------------- /src/Game/objtypes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/objtypes.c -------------------------------------------------------------------------------- /src/Game/objtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/objtypes.h -------------------------------------------------------------------------------- /src/Game/options.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/options.c -------------------------------------------------------------------------------- /src/Game/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/options.h -------------------------------------------------------------------------------- /src/Game/particle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/particle.c -------------------------------------------------------------------------------- /src/Game/particle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/particle.h -------------------------------------------------------------------------------- /src/Game/physics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/physics.c -------------------------------------------------------------------------------- /src/Game/physics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/physics.h -------------------------------------------------------------------------------- /src/Game/pieplate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/pieplate.c -------------------------------------------------------------------------------- /src/Game/pieplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/pieplate.h -------------------------------------------------------------------------------- /src/Game/ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ping.c -------------------------------------------------------------------------------- /src/Game/ping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ping.h -------------------------------------------------------------------------------- /src/Game/randy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/randy.c -------------------------------------------------------------------------------- /src/Game/randy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/randy.h -------------------------------------------------------------------------------- /src/Game/region.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/region.c -------------------------------------------------------------------------------- /src/Game/region.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/region.h -------------------------------------------------------------------------------- /src/Game/rescollect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/rescollect.c -------------------------------------------------------------------------------- /src/Game/rescollect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/rescollect.h -------------------------------------------------------------------------------- /src/Game/researchapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/researchapi.c -------------------------------------------------------------------------------- /src/Game/researchapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/researchapi.h -------------------------------------------------------------------------------- /src/Game/researchgui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/researchgui.c -------------------------------------------------------------------------------- /src/Game/researchgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/researchgui.h -------------------------------------------------------------------------------- /src/Game/scenpick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/scenpick.c -------------------------------------------------------------------------------- /src/Game/scenpick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/scenpick.h -------------------------------------------------------------------------------- /src/Game/scroller.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/scroller.c -------------------------------------------------------------------------------- /src/Game/scroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/scroller.h -------------------------------------------------------------------------------- /src/Game/select.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/select.c -------------------------------------------------------------------------------- /src/Game/select.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/select.h -------------------------------------------------------------------------------- /src/Game/sensors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/sensors.c -------------------------------------------------------------------------------- /src/Game/sensors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/sensors.h -------------------------------------------------------------------------------- /src/Game/shader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/shader.c -------------------------------------------------------------------------------- /src/Game/shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/shader.h -------------------------------------------------------------------------------- /src/Game/ships.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/ships.h -------------------------------------------------------------------------------- /src/Game/shipselect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/shipselect.c -------------------------------------------------------------------------------- /src/Game/shipselect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/shipselect.h -------------------------------------------------------------------------------- /src/Game/shipview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/shipview.c -------------------------------------------------------------------------------- /src/Game/shipview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/shipview.h -------------------------------------------------------------------------------- /src/Game/singleplayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/singleplayer.c -------------------------------------------------------------------------------- /src/Game/singleplayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/singleplayer.h -------------------------------------------------------------------------------- /src/Game/soundevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/soundevent.c -------------------------------------------------------------------------------- /src/Game/soundevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/soundevent.h -------------------------------------------------------------------------------- /src/Game/soundeventdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/soundeventdefs.h -------------------------------------------------------------------------------- /src/Game/soundeventplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/soundeventplay.c -------------------------------------------------------------------------------- /src/Game/soundmusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/soundmusic.h -------------------------------------------------------------------------------- /src/Game/soundstructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/soundstructs.h -------------------------------------------------------------------------------- /src/Game/spaceobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/spaceobj.h -------------------------------------------------------------------------------- /src/Game/speechevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/speechevent.c -------------------------------------------------------------------------------- /src/Game/speechevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/speechevent.h -------------------------------------------------------------------------------- /src/Game/star3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/star3d.c -------------------------------------------------------------------------------- /src/Game/star3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/star3d.h -------------------------------------------------------------------------------- /src/Game/stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/stats.c -------------------------------------------------------------------------------- /src/Game/stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/stats.h -------------------------------------------------------------------------------- /src/Game/statscript.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/statscript.c -------------------------------------------------------------------------------- /src/Game/statscript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/statscript.h -------------------------------------------------------------------------------- /src/Game/switches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/switches.h -------------------------------------------------------------------------------- /src/Game/tactical.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tactical.c -------------------------------------------------------------------------------- /src/Game/tactical.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tactical.h -------------------------------------------------------------------------------- /src/Game/tactics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tactics.c -------------------------------------------------------------------------------- /src/Game/tactics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tactics.h -------------------------------------------------------------------------------- /src/Game/task.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/task.c -------------------------------------------------------------------------------- /src/Game/task.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/task.h -------------------------------------------------------------------------------- /src/Game/taskbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/taskbar.c -------------------------------------------------------------------------------- /src/Game/taskbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/taskbar.h -------------------------------------------------------------------------------- /src/Game/teams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/teams.c -------------------------------------------------------------------------------- /src/Game/teams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/teams.h -------------------------------------------------------------------------------- /src/Game/titannet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/titannet.c -------------------------------------------------------------------------------- /src/Game/titannet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/titannet.h -------------------------------------------------------------------------------- /src/Game/tracking.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tracking.c -------------------------------------------------------------------------------- /src/Game/tracking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tracking.h -------------------------------------------------------------------------------- /src/Game/transformer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/transformer.c -------------------------------------------------------------------------------- /src/Game/transformer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/transformer.h -------------------------------------------------------------------------------- /src/Game/tutorial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tutorial.c -------------------------------------------------------------------------------- /src/Game/tutorial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tutorial.h -------------------------------------------------------------------------------- /src/Game/tweak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tweak.c -------------------------------------------------------------------------------- /src/Game/tweak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/tweak.h -------------------------------------------------------------------------------- /src/Game/twiddle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/twiddle.c -------------------------------------------------------------------------------- /src/Game/twiddle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/twiddle.h -------------------------------------------------------------------------------- /src/Game/undo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/undo.c -------------------------------------------------------------------------------- /src/Game/undo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/undo.h -------------------------------------------------------------------------------- /src/Game/universe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/universe.c -------------------------------------------------------------------------------- /src/Game/universe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/universe.h -------------------------------------------------------------------------------- /src/Game/univupdate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/univupdate.c -------------------------------------------------------------------------------- /src/Game/univupdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/univupdate.h -------------------------------------------------------------------------------- /src/Game/vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/vector.c -------------------------------------------------------------------------------- /src/Game/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/vector.h -------------------------------------------------------------------------------- /src/Game/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Game/vssver.scc -------------------------------------------------------------------------------- /src/JPG/INTERFCE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/INTERFCE.H -------------------------------------------------------------------------------- /src/JPG/INTERFCE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/INTERFCE.c -------------------------------------------------------------------------------- /src/JPG/JCAPIMIN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCAPIMIN.c -------------------------------------------------------------------------------- /src/JPG/JCAPISTD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCAPISTD.c -------------------------------------------------------------------------------- /src/JPG/JCCOEFCT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCCOEFCT.c -------------------------------------------------------------------------------- /src/JPG/JCCOLOR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCCOLOR.c -------------------------------------------------------------------------------- /src/JPG/JCDCTMGR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCDCTMGR.c -------------------------------------------------------------------------------- /src/JPG/JCHUFF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCHUFF.H -------------------------------------------------------------------------------- /src/JPG/JCHUFF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCHUFF.c -------------------------------------------------------------------------------- /src/JPG/JCINIT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCINIT.c -------------------------------------------------------------------------------- /src/JPG/JCMAINCT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCMAINCT.c -------------------------------------------------------------------------------- /src/JPG/JCMARKER.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCMARKER.c -------------------------------------------------------------------------------- /src/JPG/JCMASTER.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCMASTER.c -------------------------------------------------------------------------------- /src/JPG/JCOMAPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCOMAPI.c -------------------------------------------------------------------------------- /src/JPG/JCONFIG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCONFIG.H -------------------------------------------------------------------------------- /src/JPG/JCPARAM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCPARAM.c -------------------------------------------------------------------------------- /src/JPG/JCPHUFF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCPHUFF.c -------------------------------------------------------------------------------- /src/JPG/JCPREPCT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCPREPCT.c -------------------------------------------------------------------------------- /src/JPG/JCSAMPLE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCSAMPLE.c -------------------------------------------------------------------------------- /src/JPG/JCTRANS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JCTRANS.c -------------------------------------------------------------------------------- /src/JPG/JDAPIMIN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDAPIMIN.c -------------------------------------------------------------------------------- /src/JPG/JDAPISTD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDAPISTD.c -------------------------------------------------------------------------------- /src/JPG/JDATADST.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDATADST.c -------------------------------------------------------------------------------- /src/JPG/JDATASRC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDATASRC.c -------------------------------------------------------------------------------- /src/JPG/JDCOEFCT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDCOEFCT.c -------------------------------------------------------------------------------- /src/JPG/JDCOLOR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDCOLOR.c -------------------------------------------------------------------------------- /src/JPG/JDCT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDCT.H -------------------------------------------------------------------------------- /src/JPG/JDDCTMGR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDDCTMGR.c -------------------------------------------------------------------------------- /src/JPG/JDHUFF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDHUFF.H -------------------------------------------------------------------------------- /src/JPG/JDHUFF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDHUFF.c -------------------------------------------------------------------------------- /src/JPG/JDINPUT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDINPUT.c -------------------------------------------------------------------------------- /src/JPG/JDMAINCT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDMAINCT.c -------------------------------------------------------------------------------- /src/JPG/JDMARKER.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDMARKER.c -------------------------------------------------------------------------------- /src/JPG/JDMASTER.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDMASTER.c -------------------------------------------------------------------------------- /src/JPG/JDMERGE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDMERGE.c -------------------------------------------------------------------------------- /src/JPG/JDPHUFF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDPHUFF.c -------------------------------------------------------------------------------- /src/JPG/JDPOSTCT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDPOSTCT.c -------------------------------------------------------------------------------- /src/JPG/JDSAMPLE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDSAMPLE.c -------------------------------------------------------------------------------- /src/JPG/JDTRANS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JDTRANS.c -------------------------------------------------------------------------------- /src/JPG/JERROR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JERROR.H -------------------------------------------------------------------------------- /src/JPG/JERROR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JERROR.c -------------------------------------------------------------------------------- /src/JPG/JFDCTFLT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JFDCTFLT.c -------------------------------------------------------------------------------- /src/JPG/JFDCTFST.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JFDCTFST.c -------------------------------------------------------------------------------- /src/JPG/JFDCTINT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JFDCTINT.c -------------------------------------------------------------------------------- /src/JPG/JIDCTFLT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JIDCTFLT.c -------------------------------------------------------------------------------- /src/JPG/JIDCTFST.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JIDCTFST.c -------------------------------------------------------------------------------- /src/JPG/JIDCTINT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JIDCTINT.c -------------------------------------------------------------------------------- /src/JPG/JIDCTRED.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JIDCTRED.c -------------------------------------------------------------------------------- /src/JPG/JINCLUDE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JINCLUDE.H -------------------------------------------------------------------------------- /src/JPG/JMEMMGR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JMEMMGR.c -------------------------------------------------------------------------------- /src/JPG/JMEMNOBS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JMEMNOBS.c -------------------------------------------------------------------------------- /src/JPG/JMEMSYS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JMEMSYS.H -------------------------------------------------------------------------------- /src/JPG/JMORECFG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JMORECFG.H -------------------------------------------------------------------------------- /src/JPG/JPEGINT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JPEGINT.H -------------------------------------------------------------------------------- /src/JPG/JPEGLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JPEGLIB.H -------------------------------------------------------------------------------- /src/JPG/JPEGRC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JPEGRC.H -------------------------------------------------------------------------------- /src/JPG/JQUANT1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JQUANT1.c -------------------------------------------------------------------------------- /src/JPG/JQUANT2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JQUANT2.c -------------------------------------------------------------------------------- /src/JPG/JUTILS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JUTILS.c -------------------------------------------------------------------------------- /src/JPG/JVERSION.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/JVERSION.H -------------------------------------------------------------------------------- /src/JPG/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/JPG/vssver.scc -------------------------------------------------------------------------------- /src/OEMVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/OEMVersion.txt -------------------------------------------------------------------------------- /src/Ships/Carrier.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/Carrier.c -------------------------------------------------------------------------------- /src/Ships/Carrier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/Carrier.h -------------------------------------------------------------------------------- /src/Ships/CloakGenerator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/CloakGenerator.c -------------------------------------------------------------------------------- /src/Ships/CloakGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/CloakGenerator.h -------------------------------------------------------------------------------- /src/Ships/DDDFrigate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/DDDFrigate.c -------------------------------------------------------------------------------- /src/Ships/DDDFrigate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/DDDFrigate.h -------------------------------------------------------------------------------- /src/Ships/DFGFrigate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/DFGFrigate.c -------------------------------------------------------------------------------- /src/Ships/DFGFrigate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/DFGFrigate.h -------------------------------------------------------------------------------- /src/Ships/DefaultShip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/DefaultShip.c -------------------------------------------------------------------------------- /src/Ships/DefaultShip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/DefaultShip.h -------------------------------------------------------------------------------- /src/Ships/DefenseFighter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/DefenseFighter.c -------------------------------------------------------------------------------- /src/Ships/DefenseFighter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/DefenseFighter.h -------------------------------------------------------------------------------- /src/Ships/Drone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/Drone.c -------------------------------------------------------------------------------- /src/Ships/Drone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/Drone.h -------------------------------------------------------------------------------- /src/Ships/FloatingCity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/FloatingCity.c -------------------------------------------------------------------------------- /src/Ships/FloatingCity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/FloatingCity.h -------------------------------------------------------------------------------- /src/Ships/GenericDefender.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/GenericDefender.c -------------------------------------------------------------------------------- /src/Ships/GenericDefender.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/GenericDefender.h -------------------------------------------------------------------------------- /src/Ships/HeavyCorvette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/HeavyCorvette.c -------------------------------------------------------------------------------- /src/Ships/HeavyCorvette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/HeavyCorvette.h -------------------------------------------------------------------------------- /src/Ships/HeavyCruiser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/HeavyCruiser.c -------------------------------------------------------------------------------- /src/Ships/HeavyCruiser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/HeavyCruiser.h -------------------------------------------------------------------------------- /src/Ships/IonCannonFrigate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/IonCannonFrigate.c -------------------------------------------------------------------------------- /src/Ships/IonCannonFrigate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/IonCannonFrigate.h -------------------------------------------------------------------------------- /src/Ships/LightCorvette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/LightCorvette.c -------------------------------------------------------------------------------- /src/Ships/LightCorvette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/LightCorvette.h -------------------------------------------------------------------------------- /src/Ships/MissileDestroyer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/MissileDestroyer.c -------------------------------------------------------------------------------- /src/Ships/MissileDestroyer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/MissileDestroyer.h -------------------------------------------------------------------------------- /src/Ships/Mothership.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/Mothership.c -------------------------------------------------------------------------------- /src/Ships/Mothership.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/Mothership.h -------------------------------------------------------------------------------- /src/Ships/MultiGunCorvette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/MultiGunCorvette.c -------------------------------------------------------------------------------- /src/Ships/MultiGunCorvette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/MultiGunCorvette.h -------------------------------------------------------------------------------- /src/Ships/P1Mothership.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P1Mothership.c -------------------------------------------------------------------------------- /src/Ships/P1Mothership.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P1Mothership.h -------------------------------------------------------------------------------- /src/Ships/P2AdvanceSwarmer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P2AdvanceSwarmer.c -------------------------------------------------------------------------------- /src/Ships/P2AdvanceSwarmer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P2AdvanceSwarmer.h -------------------------------------------------------------------------------- /src/Ships/P2FuelPod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P2FuelPod.c -------------------------------------------------------------------------------- /src/Ships/P2FuelPod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P2FuelPod.h -------------------------------------------------------------------------------- /src/Ships/P2Mothership.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P2Mothership.c -------------------------------------------------------------------------------- /src/Ships/P2Mothership.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P2Mothership.h -------------------------------------------------------------------------------- /src/Ships/P2Swarmer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P2Swarmer.c -------------------------------------------------------------------------------- /src/Ships/P2Swarmer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P2Swarmer.h -------------------------------------------------------------------------------- /src/Ships/P3StandardShip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P3StandardShip.c -------------------------------------------------------------------------------- /src/Ships/P3StandardShip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/P3StandardShip.h -------------------------------------------------------------------------------- /src/Ships/Probe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/Probe.c -------------------------------------------------------------------------------- /src/Ships/Probe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/Probe.h -------------------------------------------------------------------------------- /src/Ships/ProximitySensor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/ProximitySensor.c -------------------------------------------------------------------------------- /src/Ships/ProximitySensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/ProximitySensor.h -------------------------------------------------------------------------------- /src/Ships/RepairCorvette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/RepairCorvette.c -------------------------------------------------------------------------------- /src/Ships/RepairCorvette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/RepairCorvette.h -------------------------------------------------------------------------------- /src/Ships/ResearchShip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/ResearchShip.c -------------------------------------------------------------------------------- /src/Ships/ResearchShip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/ResearchShip.h -------------------------------------------------------------------------------- /src/Ships/SalCapCorvette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/SalCapCorvette.c -------------------------------------------------------------------------------- /src/Ships/SalCapCorvette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/SalCapCorvette.h -------------------------------------------------------------------------------- /src/Ships/SensorArray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/SensorArray.c -------------------------------------------------------------------------------- /src/Ships/SensorArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/SensorArray.h -------------------------------------------------------------------------------- /src/Ships/StandardFrigate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/StandardFrigate.c -------------------------------------------------------------------------------- /src/Ships/StandardFrigate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/StandardFrigate.h -------------------------------------------------------------------------------- /src/Ships/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Ships/vssver.scc -------------------------------------------------------------------------------- /src/Sigs/SNTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Sigs/SNTypes.h -------------------------------------------------------------------------------- /src/Sigs/SNWValidateSDK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Sigs/SNWValidateSDK.h -------------------------------------------------------------------------------- /src/Sigs/SierraNWAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Sigs/SierraNWAPI.h -------------------------------------------------------------------------------- /src/Sigs/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Sigs/vssver.scc -------------------------------------------------------------------------------- /src/SinglePlayer/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/SinglePlayer/vssver.scc -------------------------------------------------------------------------------- /src/Titan/auth/CryptFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/auth/CryptFlags.h -------------------------------------------------------------------------------- /src/Titan/auth/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/auth/vssver.scc -------------------------------------------------------------------------------- /src/Titan/common/CRC16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/common/CRC16.h -------------------------------------------------------------------------------- /src/Titan/common/EventLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/common/EventLog.h -------------------------------------------------------------------------------- /src/Titan/common/RegKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/common/RegKey.h -------------------------------------------------------------------------------- /src/Titan/common/WON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/common/WON.h -------------------------------------------------------------------------------- /src/Titan/common/WONDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/common/WONDebug.h -------------------------------------------------------------------------------- /src/Titan/common/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/common/vssver.scc -------------------------------------------------------------------------------- /src/Titan/crypt/PrivateKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/crypt/PrivateKey.h -------------------------------------------------------------------------------- /src/Titan/crypt/PublicKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/crypt/PublicKey.h -------------------------------------------------------------------------------- /src/Titan/crypt/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/crypt/vssver.scc -------------------------------------------------------------------------------- /src/Titan/db/DBTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/db/DBTypes.h -------------------------------------------------------------------------------- /src/Titan/db/dbconstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/db/dbconstants.h -------------------------------------------------------------------------------- /src/Titan/db/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/db/vssver.scc -------------------------------------------------------------------------------- /src/Titan/inc/ALGORITHM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/ALGORITHM -------------------------------------------------------------------------------- /src/Titan/inc/DEQUE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/DEQUE -------------------------------------------------------------------------------- /src/Titan/inc/ISTREAM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/ISTREAM -------------------------------------------------------------------------------- /src/Titan/inc/LIST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/LIST -------------------------------------------------------------------------------- /src/Titan/inc/MAP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/MAP -------------------------------------------------------------------------------- /src/Titan/inc/MEMORY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/MEMORY -------------------------------------------------------------------------------- /src/Titan/inc/SET: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/SET -------------------------------------------------------------------------------- /src/Titan/inc/STRING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/STRING -------------------------------------------------------------------------------- /src/Titan/inc/XMEMORY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/XMEMORY -------------------------------------------------------------------------------- /src/Titan/inc/XSTRING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/XSTRING -------------------------------------------------------------------------------- /src/Titan/inc/XTREE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/XTREE -------------------------------------------------------------------------------- /src/Titan/inc/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/inc/vssver.scc -------------------------------------------------------------------------------- /src/Titan/msg/Dir/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/msg/Dir/vssver.scc -------------------------------------------------------------------------------- /src/Titan/msg/HeaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/msg/HeaderTypes.h -------------------------------------------------------------------------------- /src/Titan/msg/ServerStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/msg/ServerStatus.h -------------------------------------------------------------------------------- /src/Titan/msg/tmessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/msg/tmessage.h -------------------------------------------------------------------------------- /src/Titan/msg/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Titan/msg/vssver.scc -------------------------------------------------------------------------------- /src/Tutorials/Tutorial1.kas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Tutorials/Tutorial1.kas -------------------------------------------------------------------------------- /src/Tutorials/Tutorial1.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Tutorials/Tutorial1.mdb -------------------------------------------------------------------------------- /src/Tutorials/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Tutorials/vssver.scc -------------------------------------------------------------------------------- /src/Win32/ClientCDKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/ClientCDKey.cpp -------------------------------------------------------------------------------- /src/Win32/ClientCDKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/ClientCDKey.h -------------------------------------------------------------------------------- /src/Win32/Debug.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Debug.depend -------------------------------------------------------------------------------- /src/Win32/Homeworld.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Homeworld.ex -------------------------------------------------------------------------------- /src/Win32/Homeworld.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Homeworld.ico -------------------------------------------------------------------------------- /src/Win32/Homeworld.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Homeworld.mif -------------------------------------------------------------------------------- /src/Win32/Homeworld.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Homeworld.rc -------------------------------------------------------------------------------- /src/Win32/HomeworldLogo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/HomeworldLogo.ico -------------------------------------------------------------------------------- /src/Win32/Interim.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Interim.depend -------------------------------------------------------------------------------- /src/Win32/LinkEnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/LinkEnd.c -------------------------------------------------------------------------------- /src/Win32/LinkLimits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/LinkLimits.h -------------------------------------------------------------------------------- /src/Win32/LinkStart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/LinkStart.c -------------------------------------------------------------------------------- /src/Win32/MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/MAKEFILE -------------------------------------------------------------------------------- /src/Win32/Md52.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Md52.cpp -------------------------------------------------------------------------------- /src/Win32/Md52.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Md52.h -------------------------------------------------------------------------------- /src/Win32/Queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Queue.c -------------------------------------------------------------------------------- /src/Win32/Queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Queue.h -------------------------------------------------------------------------------- /src/Win32/Release.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Release.depend -------------------------------------------------------------------------------- /src/Win32/Subtitle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Subtitle.c -------------------------------------------------------------------------------- /src/Win32/Subtitle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Subtitle.h -------------------------------------------------------------------------------- /src/Win32/TimeoutTimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/TimeoutTimer.c -------------------------------------------------------------------------------- /src/Win32/TimeoutTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/TimeoutTimer.h -------------------------------------------------------------------------------- /src/Win32/Titan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Titan.c -------------------------------------------------------------------------------- /src/Win32/Titan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/Titan.h -------------------------------------------------------------------------------- /src/Win32/TitanInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/TitanInterface.cpp -------------------------------------------------------------------------------- /src/Win32/TitanInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/TitanInterface.h -------------------------------------------------------------------------------- /src/Win32/TitanInterfaceC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/TitanInterfaceC.h -------------------------------------------------------------------------------- /src/Win32/TitanPacketMsg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/TitanPacketMsg.cpp -------------------------------------------------------------------------------- /src/Win32/TitanPacketMsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/TitanPacketMsg.h -------------------------------------------------------------------------------- /src/Win32/avi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/avi.cpp -------------------------------------------------------------------------------- /src/Win32/avi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/avi.h -------------------------------------------------------------------------------- /src/Win32/bink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/bink.c -------------------------------------------------------------------------------- /src/Win32/bink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/bink.h -------------------------------------------------------------------------------- /src/Win32/color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/color.c -------------------------------------------------------------------------------- /src/Win32/color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/color.h -------------------------------------------------------------------------------- /src/Win32/dct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/dct.h -------------------------------------------------------------------------------- /src/Win32/ddraw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/ddraw.cpp -------------------------------------------------------------------------------- /src/Win32/debugwnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/debugwnd.c -------------------------------------------------------------------------------- /src/Win32/debugwnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/debugwnd.h -------------------------------------------------------------------------------- /src/Win32/devstats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/devstats.h -------------------------------------------------------------------------------- /src/Win32/dxdraw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/dxdraw.cpp -------------------------------------------------------------------------------- /src/Win32/dxdraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/dxdraw.h -------------------------------------------------------------------------------- /src/Win32/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/font.c -------------------------------------------------------------------------------- /src/Win32/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/font.h -------------------------------------------------------------------------------- /src/Win32/fqcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/fqcodec.h -------------------------------------------------------------------------------- /src/Win32/fqeffect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/fqeffect.h -------------------------------------------------------------------------------- /src/Win32/fquant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/fquant.h -------------------------------------------------------------------------------- /src/Win32/glcaps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/glcaps.c -------------------------------------------------------------------------------- /src/Win32/glcaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/glcaps.h -------------------------------------------------------------------------------- /src/Win32/glcompat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/glcompat.c -------------------------------------------------------------------------------- /src/Win32/glcompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/glcompat.h -------------------------------------------------------------------------------- /src/Win32/gldefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/gldefines.h -------------------------------------------------------------------------------- /src/Win32/gldll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/gldll.c -------------------------------------------------------------------------------- /src/Win32/gldll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/gldll.h -------------------------------------------------------------------------------- /src/Win32/glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/glext.h -------------------------------------------------------------------------------- /src/Win32/glinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/glinc.h -------------------------------------------------------------------------------- /src/Win32/hw.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/hw.mak -------------------------------------------------------------------------------- /src/Win32/leakyfaucet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/leakyfaucet.h -------------------------------------------------------------------------------- /src/Win32/light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/light.c -------------------------------------------------------------------------------- /src/Win32/light.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/light.h -------------------------------------------------------------------------------- /src/Win32/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/main.c -------------------------------------------------------------------------------- /src/Win32/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/main.h -------------------------------------------------------------------------------- /src/Win32/mainrgn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/mainrgn.c -------------------------------------------------------------------------------- /src/Win32/mainrgn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/mainrgn.h -------------------------------------------------------------------------------- /src/Win32/mainswitches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/mainswitches.h -------------------------------------------------------------------------------- /src/Win32/mixfft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/mixfft.c -------------------------------------------------------------------------------- /src/Win32/mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/mouse.c -------------------------------------------------------------------------------- /src/Win32/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/mouse.h -------------------------------------------------------------------------------- /src/Win32/mssccprj.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/mssccprj.scc -------------------------------------------------------------------------------- /src/Win32/prim2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/prim2d.c -------------------------------------------------------------------------------- /src/Win32/prim2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/prim2d.h -------------------------------------------------------------------------------- /src/Win32/prim3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/prim3d.c -------------------------------------------------------------------------------- /src/Win32/prim3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/prim3d.h -------------------------------------------------------------------------------- /src/Win32/rad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/rad.h -------------------------------------------------------------------------------- /src/Win32/radbink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/radbink.h -------------------------------------------------------------------------------- /src/Win32/regkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/regkey.h -------------------------------------------------------------------------------- /src/Win32/render.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/render.c -------------------------------------------------------------------------------- /src/Win32/render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/render.h -------------------------------------------------------------------------------- /src/Win32/res.geo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/res.geo -------------------------------------------------------------------------------- /src/Win32/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/resource.h -------------------------------------------------------------------------------- /src/Win32/rglu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/rglu.c -------------------------------------------------------------------------------- /src/Win32/rglu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/rglu.h -------------------------------------------------------------------------------- /src/Win32/rinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/rinit.cpp -------------------------------------------------------------------------------- /src/Win32/rinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/rinit.h -------------------------------------------------------------------------------- /src/Win32/screenshot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/screenshot.c -------------------------------------------------------------------------------- /src/Win32/screenshot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/screenshot.h -------------------------------------------------------------------------------- /src/Win32/smixer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/smixer.c -------------------------------------------------------------------------------- /src/Win32/soundcmn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/soundcmn.h -------------------------------------------------------------------------------- /src/Win32/soundlow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/soundlow.c -------------------------------------------------------------------------------- /src/Win32/soundlow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/soundlow.h -------------------------------------------------------------------------------- /src/Win32/sstglide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/sstglide.c -------------------------------------------------------------------------------- /src/Win32/sstglide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/sstglide.h -------------------------------------------------------------------------------- /src/Win32/sstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/sstream.c -------------------------------------------------------------------------------- /src/Win32/sw.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/sw.mak -------------------------------------------------------------------------------- /src/Win32/texreg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/texreg.c -------------------------------------------------------------------------------- /src/Win32/texreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/texreg.h -------------------------------------------------------------------------------- /src/Win32/trails.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/trails.c -------------------------------------------------------------------------------- /src/Win32/trails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/trails.h -------------------------------------------------------------------------------- /src/Win32/utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/utility.c -------------------------------------------------------------------------------- /src/Win32/utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/utility.h -------------------------------------------------------------------------------- /src/Win32/vc50.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/vc50.pdb -------------------------------------------------------------------------------- /src/Win32/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/vssver.scc -------------------------------------------------------------------------------- /src/Win32/wassert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/wassert.c -------------------------------------------------------------------------------- /src/Win32/wassert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/wassert.h -------------------------------------------------------------------------------- /src/Win32/wave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/wave.c -------------------------------------------------------------------------------- /src/Win32/wave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/wave.h -------------------------------------------------------------------------------- /src/Win32/zmouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/Win32/zmouse.h -------------------------------------------------------------------------------- /src/rgl/3dfx/3DFX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/3DFX.H -------------------------------------------------------------------------------- /src/rgl/3dfx/FXDLL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/FXDLL.H -------------------------------------------------------------------------------- /src/rgl/3dfx/FXGLOB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/FXGLOB.H -------------------------------------------------------------------------------- /src/rgl/3dfx/FXOS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/FXOS.H -------------------------------------------------------------------------------- /src/rgl/3dfx/SST1VID.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/SST1VID.H -------------------------------------------------------------------------------- /src/rgl/3dfx/fxmisc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/fxmisc.lib -------------------------------------------------------------------------------- /src/rgl/3dfx/fxpci.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/fxpci.lib -------------------------------------------------------------------------------- /src/rgl/3dfx/glide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/glide.h -------------------------------------------------------------------------------- /src/rgl/3dfx/glide2x.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/glide2x.lib -------------------------------------------------------------------------------- /src/rgl/3dfx/glidesys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/glidesys.h -------------------------------------------------------------------------------- /src/rgl/3dfx/glideutl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/glideutl.h -------------------------------------------------------------------------------- /src/rgl/3dfx/texus.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/texus.lib -------------------------------------------------------------------------------- /src/rgl/3dfx/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dfx/vssver.scc -------------------------------------------------------------------------------- /src/rgl/3dhw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/3dhw.h -------------------------------------------------------------------------------- /src/rgl/D3D/d3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/d3d.h -------------------------------------------------------------------------------- /src/rgl/D3D/d3dcaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/d3dcaps.h -------------------------------------------------------------------------------- /src/rgl/D3D/d3drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/d3drm.h -------------------------------------------------------------------------------- /src/rgl/D3D/d3drmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/d3drmdef.h -------------------------------------------------------------------------------- /src/rgl/D3D/d3drmobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/d3drmobj.h -------------------------------------------------------------------------------- /src/rgl/D3D/d3drmwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/d3drmwin.h -------------------------------------------------------------------------------- /src/rgl/D3D/d3dtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/d3dtypes.h -------------------------------------------------------------------------------- /src/rgl/D3D/d3dvec.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/d3dvec.inl -------------------------------------------------------------------------------- /src/rgl/D3D/ddraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/ddraw.h -------------------------------------------------------------------------------- /src/rgl/D3D/dinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dinput.h -------------------------------------------------------------------------------- /src/rgl/D3D/dls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dls1.h -------------------------------------------------------------------------------- /src/rgl/D3D/dmusicc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dmusicc.h -------------------------------------------------------------------------------- /src/rgl/D3D/dmusicf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dmusicf.h -------------------------------------------------------------------------------- /src/rgl/D3D/dmusici.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dmusici.h -------------------------------------------------------------------------------- /src/rgl/D3D/dplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dplay.h -------------------------------------------------------------------------------- /src/rgl/D3D/dplobby.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dplobby.h -------------------------------------------------------------------------------- /src/rgl/D3D/dsetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dsetup.h -------------------------------------------------------------------------------- /src/rgl/D3D/dsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dsound.h -------------------------------------------------------------------------------- /src/rgl/D3D/dvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dvp.h -------------------------------------------------------------------------------- /src/rgl/D3D/dxfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dxfile.h -------------------------------------------------------------------------------- /src/rgl/D3D/dxsdk.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/dxsdk.inc -------------------------------------------------------------------------------- /src/rgl/D3D/multimon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/multimon.h -------------------------------------------------------------------------------- /src/rgl/D3D/rmxfguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/rmxfguid.h -------------------------------------------------------------------------------- /src/rgl/D3D/rmxftmpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/rmxftmpl.h -------------------------------------------------------------------------------- /src/rgl/D3D/rmxftmpl.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/rmxftmpl.x -------------------------------------------------------------------------------- /src/rgl/D3D/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/D3D/vssver.scc -------------------------------------------------------------------------------- /src/rgl/asm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/asm.c -------------------------------------------------------------------------------- /src/rgl/asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/asm.h -------------------------------------------------------------------------------- /src/rgl/clip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/clip.c -------------------------------------------------------------------------------- /src/rgl/clip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/clip.h -------------------------------------------------------------------------------- /src/rgl/d3dblt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3dblt.cpp -------------------------------------------------------------------------------- /src/rgl/d3dblt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3dblt.h -------------------------------------------------------------------------------- /src/rgl/d3denum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3denum.cpp -------------------------------------------------------------------------------- /src/rgl/d3denum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3denum.h -------------------------------------------------------------------------------- /src/rgl/d3dinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3dinit.cpp -------------------------------------------------------------------------------- /src/rgl/d3dinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3dinit.h -------------------------------------------------------------------------------- /src/rgl/d3dlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3dlist.h -------------------------------------------------------------------------------- /src/rgl/d3driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3driver.cpp -------------------------------------------------------------------------------- /src/rgl/d3drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3drv.h -------------------------------------------------------------------------------- /src/rgl/d3dtex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3dtex.cpp -------------------------------------------------------------------------------- /src/rgl/d3dtex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/d3dtex.h -------------------------------------------------------------------------------- /src/rgl/draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/draw.cpp -------------------------------------------------------------------------------- /src/rgl/draw.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/draw.def -------------------------------------------------------------------------------- /src/rgl/fixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/fixed.h -------------------------------------------------------------------------------- /src/rgl/fxclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/fxclose.c -------------------------------------------------------------------------------- /src/rgl/fxdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/fxdriver.c -------------------------------------------------------------------------------- /src/rgl/fxdrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/fxdrv.h -------------------------------------------------------------------------------- /src/rgl/fxtmg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/fxtmg.c -------------------------------------------------------------------------------- /src/rgl/gldefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/gldefines.h -------------------------------------------------------------------------------- /src/rgl/glide3/lib/fxpci.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/glide3/lib/fxpci.lib -------------------------------------------------------------------------------- /src/rgl/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/hash.c -------------------------------------------------------------------------------- /src/rgl/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/hash.h -------------------------------------------------------------------------------- /src/rgl/invert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/invert.c -------------------------------------------------------------------------------- /src/rgl/kgl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/kgl.c -------------------------------------------------------------------------------- /src/rgl/kgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/kgl.h -------------------------------------------------------------------------------- /src/rgl/kgl_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/kgl_macros.h -------------------------------------------------------------------------------- /src/rgl/kglu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/kglu.c -------------------------------------------------------------------------------- /src/rgl/kvb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/kvb.c -------------------------------------------------------------------------------- /src/rgl/kvb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/kvb.h -------------------------------------------------------------------------------- /src/rgl/lines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/lines.c -------------------------------------------------------------------------------- /src/rgl/lines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/lines.h -------------------------------------------------------------------------------- /src/rgl/linetemp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/linetemp.h -------------------------------------------------------------------------------- /src/rgl/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/makefile -------------------------------------------------------------------------------- /src/rgl/maths.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/maths.c -------------------------------------------------------------------------------- /src/rgl/maths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/maths.h -------------------------------------------------------------------------------- /src/rgl/newblendtextri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/newblendtextri.c -------------------------------------------------------------------------------- /src/rgl/newpersptri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/newpersptri.c -------------------------------------------------------------------------------- /src/rgl/newrgbapersptri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/newrgbapersptri.c -------------------------------------------------------------------------------- /src/rgl/newrgbatextri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/newrgbatextri.c -------------------------------------------------------------------------------- /src/rgl/newtextri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/newtextri.c -------------------------------------------------------------------------------- /src/rgl/newtriangle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/newtriangle.c -------------------------------------------------------------------------------- /src/rgl/newtriangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/newtriangle.h -------------------------------------------------------------------------------- /src/rgl/newtritemp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/newtritemp.h -------------------------------------------------------------------------------- /src/rgl/rgl.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/rgl.exp -------------------------------------------------------------------------------- /src/rgl/rgld3d.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/rgld3d.exp -------------------------------------------------------------------------------- /src/rgl/rglext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/rglext.c -------------------------------------------------------------------------------- /src/rgl/rglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/rglext.h -------------------------------------------------------------------------------- /src/rgl/rglsw.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/rglsw.exp -------------------------------------------------------------------------------- /src/rgl/rparams.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/rparams.dat -------------------------------------------------------------------------------- /src/rgl/scan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/scan.c -------------------------------------------------------------------------------- /src/rgl/scan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/scan.h -------------------------------------------------------------------------------- /src/rgl/span.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/span.c -------------------------------------------------------------------------------- /src/rgl/span.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/span.h -------------------------------------------------------------------------------- /src/rgl/stipple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/stipple.c -------------------------------------------------------------------------------- /src/rgl/stipple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/stipple.h -------------------------------------------------------------------------------- /src/rgl/swdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/swdriver.c -------------------------------------------------------------------------------- /src/rgl/swdrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/swdrv.h -------------------------------------------------------------------------------- /src/rgl/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/vssver.scc -------------------------------------------------------------------------------- /src/rgl/wgl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/rgl/wgl.c -------------------------------------------------------------------------------- /src/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/src/vssver.scc -------------------------------------------------------------------------------- /tools/batch/BigGet.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/BigGet.bat -------------------------------------------------------------------------------- /tools/batch/BigMake.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/BigMake.btm -------------------------------------------------------------------------------- /tools/batch/BigPut.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/BigPut.bat -------------------------------------------------------------------------------- /tools/batch/BlankDepend.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/BlankDepend.bat -------------------------------------------------------------------------------- /tools/batch/DemoBigGet.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/DemoBigGet.bat -------------------------------------------------------------------------------- /tools/batch/DoFXFont.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/DoFXFont.bat -------------------------------------------------------------------------------- /tools/batch/DoFXLate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/DoFXLate.bat -------------------------------------------------------------------------------- /tools/batch/DoFXTract.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/DoFXTract.bat -------------------------------------------------------------------------------- /tools/batch/MakeCDKey.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/MakeCDKey.bat -------------------------------------------------------------------------------- /tools/batch/PATCH.TXT: -------------------------------------------------------------------------------- 1 | Applying Homeworld 0.951 Patch. Please Wait. 2 | 3 | -------------------------------------------------------------------------------- /tools/batch/ToBETA.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/ToBETA.bat -------------------------------------------------------------------------------- /tools/batch/ToNormal.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/ToNormal.bat -------------------------------------------------------------------------------- /tools/batch/big: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tools/batch/bigpaco.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/bigpaco.pl -------------------------------------------------------------------------------- /tools/batch/bigproc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/bigproc.pl -------------------------------------------------------------------------------- /tools/batch/count.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/count.pl -------------------------------------------------------------------------------- /tools/batch/depend.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/depend.pl -------------------------------------------------------------------------------- /tools/batch/getRGL.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/getRGL.bat -------------------------------------------------------------------------------- /tools/batch/getSound.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/getSound.bat -------------------------------------------------------------------------------- /tools/batch/getmovies.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/getmovies.bat -------------------------------------------------------------------------------- /tools/batch/getrgl2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/getrgl2.bat -------------------------------------------------------------------------------- /tools/batch/hwget.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/hwget.bat -------------------------------------------------------------------------------- /tools/batch/makeart.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/makeart.bat -------------------------------------------------------------------------------- /tools/batch/makefeman.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/makefeman.bat -------------------------------------------------------------------------------- /tools/batch/makelnk.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/makelnk.pl -------------------------------------------------------------------------------- /tools/batch/makenis.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/makenis.bat -------------------------------------------------------------------------------- /tools/batch/oneHSF.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/oneHSF.bat -------------------------------------------------------------------------------- /tools/batch/onepaco.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/onepaco.bat -------------------------------------------------------------------------------- /tools/batch/oneship.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/oneship.bat -------------------------------------------------------------------------------- /tools/batch/putRGL.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/putRGL.bat -------------------------------------------------------------------------------- /tools/batch/setvc5.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/setvc5.bat -------------------------------------------------------------------------------- /tools/batch/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/batch/vssver.scc -------------------------------------------------------------------------------- /tools/bin/BTG.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/BTG.exe -------------------------------------------------------------------------------- /tools/bin/BigTree.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/BigTree.exe -------------------------------------------------------------------------------- /tools/bin/BigViewer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/BigViewer.exe -------------------------------------------------------------------------------- /tools/bin/Biggie.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/Biggie.exe -------------------------------------------------------------------------------- /tools/bin/CDKeyer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/CDKeyer.exe -------------------------------------------------------------------------------- /tools/bin/FEMan.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/FEMan.exe -------------------------------------------------------------------------------- /tools/bin/FXFont.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/FXFont.exe -------------------------------------------------------------------------------- /tools/bin/FXLate.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/FXLate.exe -------------------------------------------------------------------------------- /tools/bin/FXTract.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/FXTract.exe -------------------------------------------------------------------------------- /tools/bin/FileTrunc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/FileTrunc.exe -------------------------------------------------------------------------------- /tools/bin/Fontastic.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/Fontastic.exe -------------------------------------------------------------------------------- /tools/bin/HWDetect.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/HWDetect.exe -------------------------------------------------------------------------------- /tools/bin/IniScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/IniScript.exe -------------------------------------------------------------------------------- /tools/bin/LWExport.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/LWExport.exe -------------------------------------------------------------------------------- /tools/bin/MMHash.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/MMHash.exe -------------------------------------------------------------------------------- /tools/bin/NetLogView.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/NetLogView.exe -------------------------------------------------------------------------------- /tools/bin/Paco.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/Paco.exe -------------------------------------------------------------------------------- /tools/bin/Patcher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/Patcher.exe -------------------------------------------------------------------------------- /tools/bin/PktView.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/PktView.exe -------------------------------------------------------------------------------- /tools/bin/Plumber.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/Plumber.exe -------------------------------------------------------------------------------- /tools/bin/PushHWBuild.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/PushHWBuild.exe -------------------------------------------------------------------------------- /tools/bin/PushPatch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/PushPatch.exe -------------------------------------------------------------------------------- /tools/bin/Roofer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/Roofer.exe -------------------------------------------------------------------------------- /tools/bin/SFXTool/SFX.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/SFXTool/SFX.mdb -------------------------------------------------------------------------------- /tools/bin/SFXTool/sfx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/SFXTool/sfx.dll -------------------------------------------------------------------------------- /tools/bin/SPVal.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/SPVal.exe -------------------------------------------------------------------------------- /tools/bin/Scaly.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/Scaly.exe -------------------------------------------------------------------------------- /tools/bin/SetLang.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/SetLang.exe -------------------------------------------------------------------------------- /tools/bin/VolTool/vol.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/VolTool/vol.dll -------------------------------------------------------------------------------- /tools/bin/WAVExport.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/WAVExport.exe -------------------------------------------------------------------------------- /tools/bin/bison.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/bison.exe -------------------------------------------------------------------------------- /tools/bin/builder.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/builder.exe -------------------------------------------------------------------------------- /tools/bin/controls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/controls.txt -------------------------------------------------------------------------------- /tools/bin/cw3230mt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/cw3230mt.dll -------------------------------------------------------------------------------- /tools/bin/dec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/dec.exe -------------------------------------------------------------------------------- /tools/bin/enc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/enc.exe -------------------------------------------------------------------------------- /tools/bin/flex.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/flex.exe -------------------------------------------------------------------------------- /tools/bin/kas2c.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/kas2c.exe -------------------------------------------------------------------------------- /tools/bin/liflist.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/liflist.exe -------------------------------------------------------------------------------- /tools/bin/perl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/perl.dll -------------------------------------------------------------------------------- /tools/bin/perl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/perl.exe -------------------------------------------------------------------------------- /tools/bin/polycount.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/polycount.exe -------------------------------------------------------------------------------- /tools/bin/stackdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/stackdump.exe -------------------------------------------------------------------------------- /tools/bin/statviewer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/statviewer.exe -------------------------------------------------------------------------------- /tools/bin/teapot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/teapot.exe -------------------------------------------------------------------------------- /tools/bin/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/vssver.scc -------------------------------------------------------------------------------- /tools/bin/wmake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/bin/wmake.exe -------------------------------------------------------------------------------- /tools/win32/BTG/BTG.DSP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTG.DSP -------------------------------------------------------------------------------- /tools/win32/BTG/BTG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTG.cpp -------------------------------------------------------------------------------- /tools/win32/BTG/BTG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTG.h -------------------------------------------------------------------------------- /tools/win32/BTG/BTG.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTG.ncb -------------------------------------------------------------------------------- /tools/win32/BTG/BTG.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTG.rc -------------------------------------------------------------------------------- /tools/win32/BTG/BTG.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTG.sln -------------------------------------------------------------------------------- /tools/win32/BTG/BTGDoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTGDoc.h -------------------------------------------------------------------------------- /tools/win32/BTG/BTGGL.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTGGL.H -------------------------------------------------------------------------------- /tools/win32/BTG/BTGStar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTGStar.h -------------------------------------------------------------------------------- /tools/win32/BTG/BTGView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/BTGView.h -------------------------------------------------------------------------------- /tools/win32/BTG/MainFrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/MainFrm.h -------------------------------------------------------------------------------- /tools/win32/BTG/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/StdAfx.h -------------------------------------------------------------------------------- /tools/win32/BTG/bmp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/bmp.cpp -------------------------------------------------------------------------------- /tools/win32/BTG/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/bmp.h -------------------------------------------------------------------------------- /tools/win32/BTG/btgGL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/btgGL.cpp -------------------------------------------------------------------------------- /tools/win32/BTG/cclist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/cclist.h -------------------------------------------------------------------------------- /tools/win32/BTG/tga.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/tga.cpp -------------------------------------------------------------------------------- /tools/win32/BTG/tga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/BTG/tga.h -------------------------------------------------------------------------------- /tools/win32/Biggie/LZSS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Biggie/LZSS.C -------------------------------------------------------------------------------- /tools/win32/Biggie/LZSS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Biggie/LZSS.h -------------------------------------------------------------------------------- /tools/win32/Biggie/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Biggie/main.c -------------------------------------------------------------------------------- /tools/win32/FEMan/FEMan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/FEMan/FEMan.h -------------------------------------------------------------------------------- /tools/win32/FEMan/bmp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/FEMan/bmp.cpp -------------------------------------------------------------------------------- /tools/win32/FEMan/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/FEMan/bmp.h -------------------------------------------------------------------------------- /tools/win32/KAS/KAS2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/KAS/KAS2C.c -------------------------------------------------------------------------------- /tools/win32/KAS/KAS2C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/KAS/KAS2C.h -------------------------------------------------------------------------------- /tools/win32/KAS/KAS2C.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/KAS/KAS2C.l -------------------------------------------------------------------------------- /tools/win32/KAS/KAS2C.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/KAS/KAS2C.y -------------------------------------------------------------------------------- /tools/win32/KAS/makelexer.bat: -------------------------------------------------------------------------------- 1 | flex -i KAS2C.l 2 | -------------------------------------------------------------------------------- /tools/win32/KAS/makeparser.bat: -------------------------------------------------------------------------------- 1 | bison -d KAS2C.y 2 | -------------------------------------------------------------------------------- /tools/win32/LiFList/psd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/LiFList/psd.c -------------------------------------------------------------------------------- /tools/win32/LiFList/psd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/LiFList/psd.h -------------------------------------------------------------------------------- /tools/win32/LiFList/resource.h: -------------------------------------------------------------------------------- 1 | // 2 | // Nothing to see here. 3 | // 4 | -------------------------------------------------------------------------------- /tools/win32/LiFList/tga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/LiFList/tga.c -------------------------------------------------------------------------------- /tools/win32/LiFList/tga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/LiFList/tga.h -------------------------------------------------------------------------------- /tools/win32/OpenBTG/BTG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/OpenBTG/BTG.h -------------------------------------------------------------------------------- /tools/win32/OpenBTG/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/OpenBTG/bmp.h -------------------------------------------------------------------------------- /tools/win32/OpenBTG/tga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/OpenBTG/tga.h -------------------------------------------------------------------------------- /tools/win32/Paco/Input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Input.h -------------------------------------------------------------------------------- /tools/win32/Paco/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Main.cpp -------------------------------------------------------------------------------- /tools/win32/Paco/Main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Main.h -------------------------------------------------------------------------------- /tools/win32/Paco/Mex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Mex.cpp -------------------------------------------------------------------------------- /tools/win32/Paco/Mex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Mex.h -------------------------------------------------------------------------------- /tools/win32/Paco/Pack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Pack.cpp -------------------------------------------------------------------------------- /tools/win32/Paco/Pack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Pack.h -------------------------------------------------------------------------------- /tools/win32/Paco/Paco.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Paco.cpp -------------------------------------------------------------------------------- /tools/win32/Paco/Paco.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Paco.dsp -------------------------------------------------------------------------------- /tools/win32/Paco/Paco.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Paco.dsw -------------------------------------------------------------------------------- /tools/win32/Paco/Paco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/Paco.h -------------------------------------------------------------------------------- /tools/win32/Paco/crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/crc.cpp -------------------------------------------------------------------------------- /tools/win32/Paco/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/crc.h -------------------------------------------------------------------------------- /tools/win32/Paco/lif.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/lif.cpp -------------------------------------------------------------------------------- /tools/win32/Paco/lif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/lif.h -------------------------------------------------------------------------------- /tools/win32/Paco/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/list.h -------------------------------------------------------------------------------- /tools/win32/Paco/tga.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/tga.cpp -------------------------------------------------------------------------------- /tools/win32/Paco/tga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/tga.h -------------------------------------------------------------------------------- /tools/win32/Paco/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Paco/types.h -------------------------------------------------------------------------------- /tools/win32/Scaly.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Scaly.mak -------------------------------------------------------------------------------- /tools/win32/Scaly.mdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Scaly.mdp -------------------------------------------------------------------------------- /tools/win32/Scaly.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Scaly.ncb -------------------------------------------------------------------------------- /tools/win32/StackDump/resource.h: -------------------------------------------------------------------------------- 1 | // 2 | // Nothing to see here. 3 | // 4 | -------------------------------------------------------------------------------- /tools/win32/Vol/Lib/vol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Vol/Lib/vol.h -------------------------------------------------------------------------------- /tools/win32/Win32.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/Win32.dsw -------------------------------------------------------------------------------- /tools/win32/mssccprj.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/mssccprj.scc -------------------------------------------------------------------------------- /tools/win32/scaly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/scaly.cpp -------------------------------------------------------------------------------- /tools/win32/scaly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/scaly.h -------------------------------------------------------------------------------- /tools/win32/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/homeworld/HEAD/tools/win32/vssver.scc --------------------------------------------------------------------------------