├── ArxCommon ├── ARX_Common.cpp └── ArxCommon.vcproj ├── Athena ├── Athena.cpp ├── Athena.dsp ├── Athena.vcproj ├── Athena_Ambiance.cpp ├── Athena_Ambiance.h ├── Athena_CoDec_ADPCM.cpp ├── Athena_Codec.h ├── Athena_Codec_ADPCM.h ├── Athena_Codec_RAW.cpp ├── Athena_Codec_RAW.h ├── Athena_DLL.cpp ├── Athena_Environment.cpp ├── Athena_Environment.h ├── Athena_FileIO.cpp ├── Athena_FileIO.h ├── Athena_Global.cpp ├── Athena_Global.h ├── Athena_Instance.cpp ├── Athena_Instance.h ├── Athena_Mixer.cpp ├── Athena_Mixer.h ├── Athena_Resource.cpp ├── Athena_Resource.h ├── Athena_Sample.cpp ├── Athena_Sample.h ├── Athena_Stream.cpp ├── Athena_Stream.h ├── Athena_Stream_ASF.cpp ├── Athena_Stream_ASF.h ├── Athena_Stream_WAV.cpp ├── Athena_Stream_WAV.h ├── Athena_Track.cpp └── Athena_Track.h ├── DANAE ├── ARX.bmp ├── ARX_CParticle.cpp ├── ARX_CParticle.h ├── ARX_CParticleSystem.cpp ├── ARX_CParticles.cpp ├── ARX_CSpellFx.cpp ├── ARX_C_cinematique.cpp ├── ARX_C_fx.cpp ├── ARX_C_keyframer.cpp ├── ARX_C_loadsave.cpp ├── ARX_C_mapp.cpp ├── ARX_C_sound.cpp ├── ARX_Cedric.cpp ├── ARX_ChangeLevel.cpp ├── ARX_Collisions.cpp ├── ARX_Damages.cpp ├── ARX_Draw.cpp ├── ARX_Equipment.cpp ├── ARX_FTL.cpp ├── ARX_Fogs.cpp ├── ARX_GlobalMods.cpp ├── ARX_HWTransform.cpp ├── ARX_HWTransform.h ├── ARX_Input.cpp ├── ARX_Interactive.cpp ├── ARX_Interface.cpp ├── ARX_Intro.cpp ├── ARX_Inventory.cpp ├── ARX_Levels.cpp ├── ARX_Loc.cpp ├── ARX_Loc.h ├── ARX_LocHash.cpp ├── ARX_LocHash.h ├── ARX_Menu.cpp ├── ARX_Menu2.cpp ├── ARX_Menu2.h ├── ARX_MenuPublic.cpp ├── ARX_MenuPublic.h ├── ARX_Minimap.cpp ├── ARX_Missile.cpp ├── ARX_NPC.cpp ├── ARX_Network.cpp ├── ARX_Particles.cpp ├── ARX_Paths.cpp ├── ARX_Physics.cpp ├── ARX_Player.cpp ├── ARX_Scene.cpp ├── ARX_Script.cpp ├── ARX_SnapShot.h ├── ARX_Snapshot.cpp ├── ARX_Sound.cpp ├── ARX_Special.cpp ├── ARX_Speech.cpp ├── ARX_SpellFX_Lvl01.cpp ├── ARX_SpellFX_Lvl02.cpp ├── ARX_SpellFX_Lvl03.cpp ├── ARX_SpellFX_Lvl04.cpp ├── ARX_SpellFX_Lvl05.cpp ├── ARX_SpellFX_Lvl06.cpp ├── ARX_SpellFX_Lvl07.cpp ├── ARX_SpellFX_Lvl08.cpp ├── ARX_SpellFX_Lvl09.cpp ├── ARX_SpellFX_Lvl10.cpp ├── ARX_SpellFx.h ├── ARX_SpellFx_Lvl01.h ├── ARX_SpellFx_Lvl02.h ├── ARX_SpellFx_Lvl03.h ├── ARX_SpellFx_Lvl04.h ├── ARX_SpellFx_Lvl05.h ├── ARX_SpellFx_Lvl06.h ├── ARX_SpellFx_Lvl07.h ├── ARX_SpellFx_Lvl08.h ├── ARX_SpellFx_Lvl09.h ├── ARX_SpellFx_Lvl10.h ├── ARX_Spells.cpp ├── ARX_Text.cpp ├── ARX_Time.cpp ├── ARX_ViewImage.cpp ├── ARX_ViewImage.h ├── ARX_carte.cpp ├── ArkaneStudios.ico ├── Arx_Config.cpp ├── Arx_Config.h ├── Arx_icon1_64X64.ico ├── Arx_icon_64X64.ico ├── ConsoleBkg.bmp ├── DANAE.APS ├── DANAE.dsp ├── DANAE.plg ├── DANAE.rc ├── DANAE.rct ├── DANAE.vcproj ├── DANAE_Debugger.cpp ├── Dana.bmp ├── Danae.bmp ├── Danae.cpp ├── Danae.ico ├── DanaeDlg.cpp ├── DanaeSaveLoad.cpp ├── Danae_TB.bmp ├── Danae_TB2.bmp ├── Danae_resource.h ├── Presentation.bmp ├── Resource.rc ├── arkane_logo.bmp ├── bitmap1.bmp ├── bitmap2.bmp ├── consolebkg.ico ├── cursor1.cur ├── directx.ico ├── icon1.ico ├── icon2.ico ├── pass_logo.bmp ├── pass_logo_E3.bmp ├── pass_logo_Etrange_Libellule.bmp ├── toolbar1.bmp └── winmain.rc ├── DANAE_Debugger ├── ARX_SCRIPT_DEBUGGER.dsp ├── ARX_SCRIPT_DEBUGGER.dsw ├── ARX_SCRIPT_DEBUGGER.plg ├── ARX_SCRIPT_DEBUGGER.vcproj ├── SCRIPT_DEBUGGER.def ├── SCRIPT_DEBUGGER.rc ├── SCRIPT_DEBUGGER_Dialog.cpp ├── SCRIPT_DEBUGGER_Dialog.h └── resource.h ├── EERIE ├── EERIEAnchors.cpp ├── EERIEAnim.cpp ├── EERIEClothes.cpp ├── EERIECollisionSpheres.cpp ├── EERIEDraw.cpp ├── EERIEFrame.cpp ├── EERIELight.cpp ├── EERIELinkedObj.cpp ├── EERIEMeshTweak.cpp ├── EERIEPathfinder.cpp ├── EERIEPhysicsBox.cpp ├── EERIEPoly.cpp ├── EERIEProgressive.cpp ├── EERIETexture.cpp ├── EERIE_AVI.cpp ├── EERIEapp.cpp ├── EERIEenum.cpp ├── EERIEframe.dsp ├── EERIEmath.cpp ├── EERIEobject.cpp ├── EERIEutil.cpp ├── EErie.dsp ├── EErie.plg ├── EErie.vcproj ├── EerieFrame.001 ├── EerieFrame.mak ├── EerieFrame.mdp └── makefile ├── Gaia.dsp ├── Gaia.dsw ├── Gaia.sln ├── Gaia.suo ├── HERMES ├── CELLS.JPG ├── ConsoleBkg.bmp ├── DirectX.ico ├── EDGE.GIF ├── HERMES.dsp ├── HERMES.vcproj ├── HERMESDDE.cpp ├── HERMESPerf.cpp ├── HERMES_ClusterSave.cpp ├── HERMES_PAK.cpp ├── HERMES_hachage.cpp ├── HERMES_pack.cpp ├── HERMES_pack_public.cpp ├── HERMESconsole.cpp ├── HERMESmain.cpp ├── HERMESnet.cpp ├── HERMESnet.rc └── consolebkg.ico ├── Include ├── ARX_CParticleParams.h ├── ARX_CParticleSystem.h ├── ARX_CParticles.h ├── ARX_CSpellFx.h ├── ARX_C_cinematique.h ├── ARX_Cedric.h ├── ARX_ChangeLevel.h ├── ARX_Collisions.h ├── ARX_Common.h ├── ARX_Damages.h ├── ARX_Draw.h ├── ARX_Equipment.h ├── ARX_FTL.h ├── ARX_Fogs.h ├── ARX_GlobalMods.h ├── ARX_Input.h ├── ARX_Interactive.h ├── ARX_Interface.h ├── ARX_Levels.h ├── ARX_Menu.h ├── ARX_Minimap.h ├── ARX_Missile.h ├── ARX_NPC.h ├── ARX_Network.h ├── ARX_Particles.h ├── ARX_Paths.h ├── ARX_Physics.h ├── ARX_Player.h ├── ARX_Scene.h ├── ARX_Script.h ├── ARX_Sound.h ├── ARX_Special.h ├── ARX_Speech.h ├── ARX_Spells.h ├── ARX_Text.h ├── ARX_Time.h ├── ARX_carte.h ├── Athena.h ├── Athena_Types.h ├── DANAE_Debugger.h ├── DANAE_VERSION.h ├── Danae.h ├── DanaeDlg.h ├── DanaeSaveLoad.h ├── EERIEAnchors.h ├── EERIEAnim.h ├── EERIEClothes.h ├── EERIECollisionSpheres.h ├── EERIEDraw.h ├── EERIEJpeg.h ├── EERIELight.h ├── EERIELinkedObj.h ├── EERIEMeshTweak.h ├── EERIEPathfinder.h ├── EERIEPhysicsBox.h ├── EERIEPoly.h ├── EERIEProgressive.h ├── EERIETexture.h ├── EERIETypes.h ├── EERIE_AVI.h ├── EERIEapp.h ├── EERIEenum.h ├── EERIEframe.h ├── EERIEmath.h ├── EERIEobject.h ├── EERIEres.h ├── EERIEutil.h ├── HERMESDDE.h ├── HERMESPerf.h ├── HERMES_ClusterSave.h ├── HERMES_PAK.h ├── HERMES_hachage.h ├── HERMES_pack.h ├── HERMES_pack_public.h ├── HERMES_pack_types.h ├── HERMESconsole.h ├── HERMESmain.h ├── HERMESnet.h ├── Mercury_dx_input.h ├── Mercury_extern.h ├── Minos_Common.h ├── Minos_List.h ├── Minos_PathFinder.h ├── OtherLibs │ ├── CDERROR.H │ ├── CDJPEG.H │ ├── IMPLODE.H │ ├── JCHUFF.H │ ├── JDCT.H │ ├── JDHUFF.H │ ├── JINCLUDE.H │ ├── JMEMSYS.H │ ├── JPEGINT.H │ ├── JVERSION.H │ ├── Jconfig.h │ ├── Jerror.h │ ├── Jmorecfg.h │ ├── Jpeglib.h │ ├── audevcod.h │ ├── dshow.h │ ├── eax.h │ ├── eaxac3.h │ ├── transupp.h │ ├── zconf.h │ └── zlib.h ├── ResourceHERMESnet.h ├── TheoData.h └── resource.h ├── MINOS ├── MINOS.dsp ├── MINOS.plg ├── MINOS.vcproj └── Minos_PathFinder.cpp ├── Mercury ├── MSSCCPRJ.SCC ├── Mercury.dsp ├── Mercury.plg ├── Mercury.vcproj ├── Mercury_Main.cpp └── Mercury_global.cpp └── lib └── otherlibs ├── IMPLODE.LIB ├── Jpeglib.lib ├── Otherlibs.dsp ├── amstrmid.lib ├── eax.lib ├── eaxguid.lib └── zlib.lib /ArxCommon/ARX_Common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/ArxCommon/ARX_Common.cpp -------------------------------------------------------------------------------- /ArxCommon/ArxCommon.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/ArxCommon/ArxCommon.vcproj -------------------------------------------------------------------------------- /Athena/Athena.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena.cpp -------------------------------------------------------------------------------- /Athena/Athena.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena.dsp -------------------------------------------------------------------------------- /Athena/Athena.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena.vcproj -------------------------------------------------------------------------------- /Athena/Athena_Ambiance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Ambiance.cpp -------------------------------------------------------------------------------- /Athena/Athena_Ambiance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Ambiance.h -------------------------------------------------------------------------------- /Athena/Athena_CoDec_ADPCM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_CoDec_ADPCM.cpp -------------------------------------------------------------------------------- /Athena/Athena_Codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Codec.h -------------------------------------------------------------------------------- /Athena/Athena_Codec_ADPCM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Codec_ADPCM.h -------------------------------------------------------------------------------- /Athena/Athena_Codec_RAW.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Codec_RAW.cpp -------------------------------------------------------------------------------- /Athena/Athena_Codec_RAW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Codec_RAW.h -------------------------------------------------------------------------------- /Athena/Athena_DLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_DLL.cpp -------------------------------------------------------------------------------- /Athena/Athena_Environment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Environment.cpp -------------------------------------------------------------------------------- /Athena/Athena_Environment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Environment.h -------------------------------------------------------------------------------- /Athena/Athena_FileIO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_FileIO.cpp -------------------------------------------------------------------------------- /Athena/Athena_FileIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_FileIO.h -------------------------------------------------------------------------------- /Athena/Athena_Global.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Global.cpp -------------------------------------------------------------------------------- /Athena/Athena_Global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Global.h -------------------------------------------------------------------------------- /Athena/Athena_Instance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Instance.cpp -------------------------------------------------------------------------------- /Athena/Athena_Instance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Instance.h -------------------------------------------------------------------------------- /Athena/Athena_Mixer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Mixer.cpp -------------------------------------------------------------------------------- /Athena/Athena_Mixer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Mixer.h -------------------------------------------------------------------------------- /Athena/Athena_Resource.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Resource.cpp -------------------------------------------------------------------------------- /Athena/Athena_Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Resource.h -------------------------------------------------------------------------------- /Athena/Athena_Sample.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Sample.cpp -------------------------------------------------------------------------------- /Athena/Athena_Sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Sample.h -------------------------------------------------------------------------------- /Athena/Athena_Stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Stream.cpp -------------------------------------------------------------------------------- /Athena/Athena_Stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Stream.h -------------------------------------------------------------------------------- /Athena/Athena_Stream_ASF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Stream_ASF.cpp -------------------------------------------------------------------------------- /Athena/Athena_Stream_ASF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Stream_ASF.h -------------------------------------------------------------------------------- /Athena/Athena_Stream_WAV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Stream_WAV.cpp -------------------------------------------------------------------------------- /Athena/Athena_Stream_WAV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Stream_WAV.h -------------------------------------------------------------------------------- /Athena/Athena_Track.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Track.cpp -------------------------------------------------------------------------------- /Athena/Athena_Track.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Athena/Athena_Track.h -------------------------------------------------------------------------------- /DANAE/ARX.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX.bmp -------------------------------------------------------------------------------- /DANAE/ARX_CParticle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_CParticle.cpp -------------------------------------------------------------------------------- /DANAE/ARX_CParticle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_CParticle.h -------------------------------------------------------------------------------- /DANAE/ARX_CParticleSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_CParticleSystem.cpp -------------------------------------------------------------------------------- /DANAE/ARX_CParticles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_CParticles.cpp -------------------------------------------------------------------------------- /DANAE/ARX_CSpellFx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_CSpellFx.cpp -------------------------------------------------------------------------------- /DANAE/ARX_C_cinematique.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_C_cinematique.cpp -------------------------------------------------------------------------------- /DANAE/ARX_C_fx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_C_fx.cpp -------------------------------------------------------------------------------- /DANAE/ARX_C_keyframer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_C_keyframer.cpp -------------------------------------------------------------------------------- /DANAE/ARX_C_loadsave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_C_loadsave.cpp -------------------------------------------------------------------------------- /DANAE/ARX_C_mapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_C_mapp.cpp -------------------------------------------------------------------------------- /DANAE/ARX_C_sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_C_sound.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Cedric.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Cedric.cpp -------------------------------------------------------------------------------- /DANAE/ARX_ChangeLevel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_ChangeLevel.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Collisions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Collisions.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Damages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Damages.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Draw.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Equipment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Equipment.cpp -------------------------------------------------------------------------------- /DANAE/ARX_FTL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_FTL.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Fogs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Fogs.cpp -------------------------------------------------------------------------------- /DANAE/ARX_GlobalMods.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_GlobalMods.cpp -------------------------------------------------------------------------------- /DANAE/ARX_HWTransform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_HWTransform.cpp -------------------------------------------------------------------------------- /DANAE/ARX_HWTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_HWTransform.h -------------------------------------------------------------------------------- /DANAE/ARX_Input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Input.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Interactive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Interactive.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Interface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Interface.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Intro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Intro.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Inventory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Inventory.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Levels.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Levels.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Loc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Loc.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Loc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Loc.h -------------------------------------------------------------------------------- /DANAE/ARX_LocHash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_LocHash.cpp -------------------------------------------------------------------------------- /DANAE/ARX_LocHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_LocHash.h -------------------------------------------------------------------------------- /DANAE/ARX_Menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Menu.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Menu2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Menu2.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Menu2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Menu2.h -------------------------------------------------------------------------------- /DANAE/ARX_MenuPublic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_MenuPublic.cpp -------------------------------------------------------------------------------- /DANAE/ARX_MenuPublic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_MenuPublic.h -------------------------------------------------------------------------------- /DANAE/ARX_Minimap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Minimap.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Missile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Missile.cpp -------------------------------------------------------------------------------- /DANAE/ARX_NPC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_NPC.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Network.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Network.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Particles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Particles.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Paths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Paths.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Physics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Physics.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Player.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Scene.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Scene.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Script.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Script.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SnapShot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SnapShot.h -------------------------------------------------------------------------------- /DANAE/ARX_Snapshot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Snapshot.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Sound.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Special.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Special.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Speech.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Speech.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl01.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl01.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl02.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl02.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl03.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl03.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl04.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl04.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl05.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl05.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl06.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl06.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl07.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl07.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl08.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl08.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl09.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl09.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFX_Lvl10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFX_Lvl10.cpp -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl01.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl01.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl02.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl02.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl03.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl03.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl04.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl04.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl05.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl05.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl06.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl06.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl07.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl07.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl08.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl08.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl09.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl09.h -------------------------------------------------------------------------------- /DANAE/ARX_SpellFx_Lvl10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_SpellFx_Lvl10.h -------------------------------------------------------------------------------- /DANAE/ARX_Spells.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Spells.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Text.cpp -------------------------------------------------------------------------------- /DANAE/ARX_Time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_Time.cpp -------------------------------------------------------------------------------- /DANAE/ARX_ViewImage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_ViewImage.cpp -------------------------------------------------------------------------------- /DANAE/ARX_ViewImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_ViewImage.h -------------------------------------------------------------------------------- /DANAE/ARX_carte.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ARX_carte.cpp -------------------------------------------------------------------------------- /DANAE/ArkaneStudios.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ArkaneStudios.ico -------------------------------------------------------------------------------- /DANAE/Arx_Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Arx_Config.cpp -------------------------------------------------------------------------------- /DANAE/Arx_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Arx_Config.h -------------------------------------------------------------------------------- /DANAE/Arx_icon1_64X64.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Arx_icon1_64X64.ico -------------------------------------------------------------------------------- /DANAE/Arx_icon_64X64.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Arx_icon_64X64.ico -------------------------------------------------------------------------------- /DANAE/ConsoleBkg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/ConsoleBkg.bmp -------------------------------------------------------------------------------- /DANAE/DANAE.APS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DANAE.APS -------------------------------------------------------------------------------- /DANAE/DANAE.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DANAE.dsp -------------------------------------------------------------------------------- /DANAE/DANAE.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DANAE.plg -------------------------------------------------------------------------------- /DANAE/DANAE.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DANAE.rc -------------------------------------------------------------------------------- /DANAE/DANAE.rct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DANAE.rct -------------------------------------------------------------------------------- /DANAE/DANAE.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DANAE.vcproj -------------------------------------------------------------------------------- /DANAE/DANAE_Debugger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DANAE_Debugger.cpp -------------------------------------------------------------------------------- /DANAE/Dana.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Dana.bmp -------------------------------------------------------------------------------- /DANAE/Danae.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Danae.bmp -------------------------------------------------------------------------------- /DANAE/Danae.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Danae.cpp -------------------------------------------------------------------------------- /DANAE/Danae.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Danae.ico -------------------------------------------------------------------------------- /DANAE/DanaeDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DanaeDlg.cpp -------------------------------------------------------------------------------- /DANAE/DanaeSaveLoad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/DanaeSaveLoad.cpp -------------------------------------------------------------------------------- /DANAE/Danae_TB.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Danae_TB.bmp -------------------------------------------------------------------------------- /DANAE/Danae_TB2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Danae_TB2.bmp -------------------------------------------------------------------------------- /DANAE/Danae_resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Danae_resource.h -------------------------------------------------------------------------------- /DANAE/Presentation.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Presentation.bmp -------------------------------------------------------------------------------- /DANAE/Resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/Resource.rc -------------------------------------------------------------------------------- /DANAE/arkane_logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/arkane_logo.bmp -------------------------------------------------------------------------------- /DANAE/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/bitmap1.bmp -------------------------------------------------------------------------------- /DANAE/bitmap2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/bitmap2.bmp -------------------------------------------------------------------------------- /DANAE/consolebkg.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/consolebkg.ico -------------------------------------------------------------------------------- /DANAE/cursor1.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/cursor1.cur -------------------------------------------------------------------------------- /DANAE/directx.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/directx.ico -------------------------------------------------------------------------------- /DANAE/icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/icon1.ico -------------------------------------------------------------------------------- /DANAE/icon2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/icon2.ico -------------------------------------------------------------------------------- /DANAE/pass_logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/pass_logo.bmp -------------------------------------------------------------------------------- /DANAE/pass_logo_E3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/pass_logo_E3.bmp -------------------------------------------------------------------------------- /DANAE/pass_logo_Etrange_Libellule.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/pass_logo_Etrange_Libellule.bmp -------------------------------------------------------------------------------- /DANAE/toolbar1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/toolbar1.bmp -------------------------------------------------------------------------------- /DANAE/winmain.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE/winmain.rc -------------------------------------------------------------------------------- /DANAE_Debugger/ARX_SCRIPT_DEBUGGER.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/ARX_SCRIPT_DEBUGGER.dsp -------------------------------------------------------------------------------- /DANAE_Debugger/ARX_SCRIPT_DEBUGGER.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/ARX_SCRIPT_DEBUGGER.dsw -------------------------------------------------------------------------------- /DANAE_Debugger/ARX_SCRIPT_DEBUGGER.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/ARX_SCRIPT_DEBUGGER.plg -------------------------------------------------------------------------------- /DANAE_Debugger/ARX_SCRIPT_DEBUGGER.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/ARX_SCRIPT_DEBUGGER.vcproj -------------------------------------------------------------------------------- /DANAE_Debugger/SCRIPT_DEBUGGER.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/SCRIPT_DEBUGGER.def -------------------------------------------------------------------------------- /DANAE_Debugger/SCRIPT_DEBUGGER.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/SCRIPT_DEBUGGER.rc -------------------------------------------------------------------------------- /DANAE_Debugger/SCRIPT_DEBUGGER_Dialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/SCRIPT_DEBUGGER_Dialog.cpp -------------------------------------------------------------------------------- /DANAE_Debugger/SCRIPT_DEBUGGER_Dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/SCRIPT_DEBUGGER_Dialog.h -------------------------------------------------------------------------------- /DANAE_Debugger/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/DANAE_Debugger/resource.h -------------------------------------------------------------------------------- /EERIE/EERIEAnchors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEAnchors.cpp -------------------------------------------------------------------------------- /EERIE/EERIEAnim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEAnim.cpp -------------------------------------------------------------------------------- /EERIE/EERIEClothes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEClothes.cpp -------------------------------------------------------------------------------- /EERIE/EERIECollisionSpheres.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIECollisionSpheres.cpp -------------------------------------------------------------------------------- /EERIE/EERIEDraw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEDraw.cpp -------------------------------------------------------------------------------- /EERIE/EERIEFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEFrame.cpp -------------------------------------------------------------------------------- /EERIE/EERIELight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIELight.cpp -------------------------------------------------------------------------------- /EERIE/EERIELinkedObj.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIELinkedObj.cpp -------------------------------------------------------------------------------- /EERIE/EERIEMeshTweak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEMeshTweak.cpp -------------------------------------------------------------------------------- /EERIE/EERIEPathfinder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEPathfinder.cpp -------------------------------------------------------------------------------- /EERIE/EERIEPhysicsBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEPhysicsBox.cpp -------------------------------------------------------------------------------- /EERIE/EERIEPoly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEPoly.cpp -------------------------------------------------------------------------------- /EERIE/EERIEProgressive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEProgressive.cpp -------------------------------------------------------------------------------- /EERIE/EERIETexture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIETexture.cpp -------------------------------------------------------------------------------- /EERIE/EERIE_AVI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIE_AVI.cpp -------------------------------------------------------------------------------- /EERIE/EERIEapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEapp.cpp -------------------------------------------------------------------------------- /EERIE/EERIEenum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEenum.cpp -------------------------------------------------------------------------------- /EERIE/EERIEframe.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEframe.dsp -------------------------------------------------------------------------------- /EERIE/EERIEmath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEmath.cpp -------------------------------------------------------------------------------- /EERIE/EERIEobject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEobject.cpp -------------------------------------------------------------------------------- /EERIE/EERIEutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EERIEutil.cpp -------------------------------------------------------------------------------- /EERIE/EErie.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EErie.dsp -------------------------------------------------------------------------------- /EERIE/EErie.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EErie.plg -------------------------------------------------------------------------------- /EERIE/EErie.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EErie.vcproj -------------------------------------------------------------------------------- /EERIE/EerieFrame.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EerieFrame.001 -------------------------------------------------------------------------------- /EERIE/EerieFrame.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EerieFrame.mak -------------------------------------------------------------------------------- /EERIE/EerieFrame.mdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/EerieFrame.mdp -------------------------------------------------------------------------------- /EERIE/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/EERIE/makefile -------------------------------------------------------------------------------- /Gaia.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Gaia.dsp -------------------------------------------------------------------------------- /Gaia.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Gaia.dsw -------------------------------------------------------------------------------- /Gaia.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Gaia.sln -------------------------------------------------------------------------------- /Gaia.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Gaia.suo -------------------------------------------------------------------------------- /HERMES/CELLS.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/CELLS.JPG -------------------------------------------------------------------------------- /HERMES/ConsoleBkg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/ConsoleBkg.bmp -------------------------------------------------------------------------------- /HERMES/DirectX.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/DirectX.ico -------------------------------------------------------------------------------- /HERMES/EDGE.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/EDGE.GIF -------------------------------------------------------------------------------- /HERMES/HERMES.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMES.dsp -------------------------------------------------------------------------------- /HERMES/HERMES.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMES.vcproj -------------------------------------------------------------------------------- /HERMES/HERMESDDE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMESDDE.cpp -------------------------------------------------------------------------------- /HERMES/HERMESPerf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMESPerf.cpp -------------------------------------------------------------------------------- /HERMES/HERMES_ClusterSave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMES_ClusterSave.cpp -------------------------------------------------------------------------------- /HERMES/HERMES_PAK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMES_PAK.cpp -------------------------------------------------------------------------------- /HERMES/HERMES_hachage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMES_hachage.cpp -------------------------------------------------------------------------------- /HERMES/HERMES_pack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMES_pack.cpp -------------------------------------------------------------------------------- /HERMES/HERMES_pack_public.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMES_pack_public.cpp -------------------------------------------------------------------------------- /HERMES/HERMESconsole.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMESconsole.cpp -------------------------------------------------------------------------------- /HERMES/HERMESmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMESmain.cpp -------------------------------------------------------------------------------- /HERMES/HERMESnet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMESnet.cpp -------------------------------------------------------------------------------- /HERMES/HERMESnet.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/HERMESnet.rc -------------------------------------------------------------------------------- /HERMES/consolebkg.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/HERMES/consolebkg.ico -------------------------------------------------------------------------------- /Include/ARX_CParticleParams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_CParticleParams.h -------------------------------------------------------------------------------- /Include/ARX_CParticleSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_CParticleSystem.h -------------------------------------------------------------------------------- /Include/ARX_CParticles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_CParticles.h -------------------------------------------------------------------------------- /Include/ARX_CSpellFx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_CSpellFx.h -------------------------------------------------------------------------------- /Include/ARX_C_cinematique.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_C_cinematique.h -------------------------------------------------------------------------------- /Include/ARX_Cedric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Cedric.h -------------------------------------------------------------------------------- /Include/ARX_ChangeLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_ChangeLevel.h -------------------------------------------------------------------------------- /Include/ARX_Collisions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Collisions.h -------------------------------------------------------------------------------- /Include/ARX_Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Common.h -------------------------------------------------------------------------------- /Include/ARX_Damages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Damages.h -------------------------------------------------------------------------------- /Include/ARX_Draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Draw.h -------------------------------------------------------------------------------- /Include/ARX_Equipment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Equipment.h -------------------------------------------------------------------------------- /Include/ARX_FTL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_FTL.h -------------------------------------------------------------------------------- /Include/ARX_Fogs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Fogs.h -------------------------------------------------------------------------------- /Include/ARX_GlobalMods.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_GlobalMods.h -------------------------------------------------------------------------------- /Include/ARX_Input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Input.h -------------------------------------------------------------------------------- /Include/ARX_Interactive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Interactive.h -------------------------------------------------------------------------------- /Include/ARX_Interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Interface.h -------------------------------------------------------------------------------- /Include/ARX_Levels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Levels.h -------------------------------------------------------------------------------- /Include/ARX_Menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Menu.h -------------------------------------------------------------------------------- /Include/ARX_Minimap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Minimap.h -------------------------------------------------------------------------------- /Include/ARX_Missile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Missile.h -------------------------------------------------------------------------------- /Include/ARX_NPC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_NPC.h -------------------------------------------------------------------------------- /Include/ARX_Network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Network.h -------------------------------------------------------------------------------- /Include/ARX_Particles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Particles.h -------------------------------------------------------------------------------- /Include/ARX_Paths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Paths.h -------------------------------------------------------------------------------- /Include/ARX_Physics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Physics.h -------------------------------------------------------------------------------- /Include/ARX_Player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Player.h -------------------------------------------------------------------------------- /Include/ARX_Scene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Scene.h -------------------------------------------------------------------------------- /Include/ARX_Script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Script.h -------------------------------------------------------------------------------- /Include/ARX_Sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Sound.h -------------------------------------------------------------------------------- /Include/ARX_Special.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Special.h -------------------------------------------------------------------------------- /Include/ARX_Speech.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Speech.h -------------------------------------------------------------------------------- /Include/ARX_Spells.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Spells.h -------------------------------------------------------------------------------- /Include/ARX_Text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Text.h -------------------------------------------------------------------------------- /Include/ARX_Time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_Time.h -------------------------------------------------------------------------------- /Include/ARX_carte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ARX_carte.h -------------------------------------------------------------------------------- /Include/Athena.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/Athena.h -------------------------------------------------------------------------------- /Include/Athena_Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/Athena_Types.h -------------------------------------------------------------------------------- /Include/DANAE_Debugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/DANAE_Debugger.h -------------------------------------------------------------------------------- /Include/DANAE_VERSION.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/DANAE_VERSION.h -------------------------------------------------------------------------------- /Include/Danae.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/Danae.h -------------------------------------------------------------------------------- /Include/DanaeDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/DanaeDlg.h -------------------------------------------------------------------------------- /Include/DanaeSaveLoad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/DanaeSaveLoad.h -------------------------------------------------------------------------------- /Include/EERIEAnchors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEAnchors.h -------------------------------------------------------------------------------- /Include/EERIEAnim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEAnim.h -------------------------------------------------------------------------------- /Include/EERIEClothes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEClothes.h -------------------------------------------------------------------------------- /Include/EERIECollisionSpheres.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIECollisionSpheres.h -------------------------------------------------------------------------------- /Include/EERIEDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEDraw.h -------------------------------------------------------------------------------- /Include/EERIEJpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEJpeg.h -------------------------------------------------------------------------------- /Include/EERIELight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIELight.h -------------------------------------------------------------------------------- /Include/EERIELinkedObj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIELinkedObj.h -------------------------------------------------------------------------------- /Include/EERIEMeshTweak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEMeshTweak.h -------------------------------------------------------------------------------- /Include/EERIEPathfinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEPathfinder.h -------------------------------------------------------------------------------- /Include/EERIEPhysicsBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEPhysicsBox.h -------------------------------------------------------------------------------- /Include/EERIEPoly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEPoly.h -------------------------------------------------------------------------------- /Include/EERIEProgressive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEProgressive.h -------------------------------------------------------------------------------- /Include/EERIETexture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIETexture.h -------------------------------------------------------------------------------- /Include/EERIETypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIETypes.h -------------------------------------------------------------------------------- /Include/EERIE_AVI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIE_AVI.h -------------------------------------------------------------------------------- /Include/EERIEapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEapp.h -------------------------------------------------------------------------------- /Include/EERIEenum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEenum.h -------------------------------------------------------------------------------- /Include/EERIEframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEframe.h -------------------------------------------------------------------------------- /Include/EERIEmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEmath.h -------------------------------------------------------------------------------- /Include/EERIEobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEobject.h -------------------------------------------------------------------------------- /Include/EERIEres.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEres.h -------------------------------------------------------------------------------- /Include/EERIEutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/EERIEutil.h -------------------------------------------------------------------------------- /Include/HERMESDDE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMESDDE.h -------------------------------------------------------------------------------- /Include/HERMESPerf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMESPerf.h -------------------------------------------------------------------------------- /Include/HERMES_ClusterSave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMES_ClusterSave.h -------------------------------------------------------------------------------- /Include/HERMES_PAK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMES_PAK.h -------------------------------------------------------------------------------- /Include/HERMES_hachage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMES_hachage.h -------------------------------------------------------------------------------- /Include/HERMES_pack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMES_pack.h -------------------------------------------------------------------------------- /Include/HERMES_pack_public.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMES_pack_public.h -------------------------------------------------------------------------------- /Include/HERMES_pack_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMES_pack_types.h -------------------------------------------------------------------------------- /Include/HERMESconsole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMESconsole.h -------------------------------------------------------------------------------- /Include/HERMESmain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMESmain.h -------------------------------------------------------------------------------- /Include/HERMESnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/HERMESnet.h -------------------------------------------------------------------------------- /Include/Mercury_dx_input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/Mercury_dx_input.h -------------------------------------------------------------------------------- /Include/Mercury_extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/Mercury_extern.h -------------------------------------------------------------------------------- /Include/Minos_Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/Minos_Common.h -------------------------------------------------------------------------------- /Include/Minos_List.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/Minos_List.h -------------------------------------------------------------------------------- /Include/Minos_PathFinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/Minos_PathFinder.h -------------------------------------------------------------------------------- /Include/OtherLibs/CDERROR.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/CDERROR.H -------------------------------------------------------------------------------- /Include/OtherLibs/CDJPEG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/CDJPEG.H -------------------------------------------------------------------------------- /Include/OtherLibs/IMPLODE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/IMPLODE.H -------------------------------------------------------------------------------- /Include/OtherLibs/JCHUFF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/JCHUFF.H -------------------------------------------------------------------------------- /Include/OtherLibs/JDCT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/JDCT.H -------------------------------------------------------------------------------- /Include/OtherLibs/JDHUFF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/JDHUFF.H -------------------------------------------------------------------------------- /Include/OtherLibs/JINCLUDE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/JINCLUDE.H -------------------------------------------------------------------------------- /Include/OtherLibs/JMEMSYS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/JMEMSYS.H -------------------------------------------------------------------------------- /Include/OtherLibs/JPEGINT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/JPEGINT.H -------------------------------------------------------------------------------- /Include/OtherLibs/JVERSION.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/JVERSION.H -------------------------------------------------------------------------------- /Include/OtherLibs/Jconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/Jconfig.h -------------------------------------------------------------------------------- /Include/OtherLibs/Jerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/Jerror.h -------------------------------------------------------------------------------- /Include/OtherLibs/Jmorecfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/Jmorecfg.h -------------------------------------------------------------------------------- /Include/OtherLibs/Jpeglib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/Jpeglib.h -------------------------------------------------------------------------------- /Include/OtherLibs/audevcod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/audevcod.h -------------------------------------------------------------------------------- /Include/OtherLibs/dshow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/dshow.h -------------------------------------------------------------------------------- /Include/OtherLibs/eax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/eax.h -------------------------------------------------------------------------------- /Include/OtherLibs/eaxac3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/eaxac3.h -------------------------------------------------------------------------------- /Include/OtherLibs/transupp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/transupp.h -------------------------------------------------------------------------------- /Include/OtherLibs/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/zconf.h -------------------------------------------------------------------------------- /Include/OtherLibs/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/OtherLibs/zlib.h -------------------------------------------------------------------------------- /Include/ResourceHERMESnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/ResourceHERMESnet.h -------------------------------------------------------------------------------- /Include/TheoData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/TheoData.h -------------------------------------------------------------------------------- /Include/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Include/resource.h -------------------------------------------------------------------------------- /MINOS/MINOS.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/MINOS/MINOS.dsp -------------------------------------------------------------------------------- /MINOS/MINOS.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/MINOS/MINOS.plg -------------------------------------------------------------------------------- /MINOS/MINOS.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/MINOS/MINOS.vcproj -------------------------------------------------------------------------------- /MINOS/Minos_PathFinder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/MINOS/Minos_PathFinder.cpp -------------------------------------------------------------------------------- /Mercury/MSSCCPRJ.SCC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Mercury/MSSCCPRJ.SCC -------------------------------------------------------------------------------- /Mercury/Mercury.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Mercury/Mercury.dsp -------------------------------------------------------------------------------- /Mercury/Mercury.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Mercury/Mercury.plg -------------------------------------------------------------------------------- /Mercury/Mercury.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Mercury/Mercury.vcproj -------------------------------------------------------------------------------- /Mercury/Mercury_Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Mercury/Mercury_Main.cpp -------------------------------------------------------------------------------- /Mercury/Mercury_global.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/Mercury/Mercury_global.cpp -------------------------------------------------------------------------------- /lib/otherlibs/IMPLODE.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/lib/otherlibs/IMPLODE.LIB -------------------------------------------------------------------------------- /lib/otherlibs/Jpeglib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/lib/otherlibs/Jpeglib.lib -------------------------------------------------------------------------------- /lib/otherlibs/Otherlibs.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/lib/otherlibs/Otherlibs.dsp -------------------------------------------------------------------------------- /lib/otherlibs/amstrmid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/lib/otherlibs/amstrmid.lib -------------------------------------------------------------------------------- /lib/otherlibs/eax.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/lib/otherlibs/eax.lib -------------------------------------------------------------------------------- /lib/otherlibs/eaxguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/lib/otherlibs/eaxguid.lib -------------------------------------------------------------------------------- /lib/otherlibs/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/arxfatalis/HEAD/lib/otherlibs/zlib.lib --------------------------------------------------------------------------------