├── .clang-format ├── .clang-format-ignore ├── .clangd ├── .github └── workflows │ └── build.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── Engine ├── ABC_Behavior.cpp ├── AGW_Altitude.cpp ├── A_StockData.cpp ├── A_StockRoads.cpp ├── Binary_Z.cpp ├── Bitmap_Z.cpp ├── BoneNode_Z.cpp ├── BuilderRoads.cpp ├── BuilderRoadsMP.cpp ├── CameraEngineZoneCapture_Z.cpp ├── ComDBodbc_Z.cpp ├── ComObj_Z.cpp ├── ComPipe_Z.cpp ├── ComServer_Z.cpp ├── ConsoleCommand_Z.cpp ├── Console_Z.cpp ├── DecorBushes.cpp ├── DecorGrass.cpp ├── DecorMesh.cpp ├── DecorObjectParameters.cpp ├── DecorPaysage.cpp ├── DecorRocks.cpp ├── DecorSandDunes.cpp ├── DecorTrees.cpp ├── DrawPrimitive.cpp ├── ExtrasParser.cpp ├── FractalMachin.cpp ├── GenWorldMaterial_Z.cpp ├── GraphLevel_Z.cpp ├── GraphLoad_Z.cpp ├── Graph_Z.cpp ├── HField_Z.cpp ├── Handle_Z.cpp ├── Includes │ ├── ABC_Message_Engine.h │ ├── AGW_TerraBase.h │ ├── AGW_TerraCache.h │ ├── AGW_TerraFlat.h │ ├── ARamXAllocator_Z.h │ ├── A_BigLake.h │ ├── A_Gulch.h │ ├── A_Roads.h │ ├── A_WorkBump.h │ ├── Agent_Z.h │ ├── AnimFrame_Z.h │ ├── Anim_Symbol_Engine.h │ ├── AnimatedAgent_Z.h │ ├── AnimatedMsgAgent_Z.h │ ├── Animation_Z.h │ ├── BigFileHeaders_Z.h │ ├── Binary_Z.h │ ├── Bitmap_Z.h │ ├── BnkDynArray_Z.h │ ├── BnkLinkArray_Z.h │ ├── BnkNoLinkArray_Z.h │ ├── BnkSafeArray_Z.h │ ├── CameraAgent_Z.h │ ├── CameraEngineZone_Z.h │ ├── CameraOccluder_Z.h │ ├── CameraStream_Z.h │ ├── CameraZone_Z.h │ ├── Camera_Z.h │ ├── CollisionVol_Z.h │ ├── ComClient_Z.h │ ├── ComServer_Z.h │ ├── ComWorld_Z.h │ ├── ConsoleInterp_Z.h │ ├── DecorBushes.h │ ├── DecorContainer.h │ ├── DecorMesh.h │ ├── DecorObjectParameters.h │ ├── DecorTrees.h │ ├── DynArray_Z.h │ ├── DynPtrArray_Z.h │ ├── DynString_Z.h │ ├── DynamicAnim2_Z.h │ ├── Emiter_Z.h │ ├── FIFO_Z.h │ ├── Floating2dCache.h │ ├── Fonts_Z.h │ ├── GameObj_Z.h │ ├── Game_Z.h │ ├── GenWorldSurface_Z.h │ ├── GenWorld_Z.h │ ├── Graph_Z.h │ ├── GwRoad_Z.h │ ├── HFog_Z.h │ ├── HashTable_Z.h │ ├── HugeDynArray_Z.h │ ├── InGameDatas_Z.h │ ├── InGameObjectsManipulator_Z.h │ ├── LightData_Z.h │ ├── Light_Z.h │ ├── List_Z.h │ ├── LiveNetPlayManager_Z.h │ ├── LiveOverlapped_Z.h │ ├── LodAgent_Z.h │ ├── LodDynAgent_Z.h │ ├── LodMove_Z.h │ ├── Lod_Z.h │ ├── Main_Z.h │ ├── MaterialAnim_Z.h │ ├── MaterialObj_Z.h │ ├── Material_Z.h │ ├── MemList_Z.h │ ├── MovingAgent_Z.h │ ├── Name_Z.h │ ├── NetPlayManager_Z.h │ ├── Node_Z.h │ ├── ObjectCache_Z.h │ ├── ObjectMove_Z.h │ ├── ObjectThrow_Z.h │ ├── Object_Z.h │ ├── ObjectsGame_Z.h │ ├── Occluder_Z.h │ ├── Omni_Z.h │ ├── ParticlesAgent_Z.h │ ├── Particles_Z.h │ ├── Perlin3D_Z.h │ ├── PhysicAgt_Z.h │ ├── PhysicObj_Z.h │ ├── PhysicWorld_Z.h │ ├── PlayAnim_Z.h │ ├── PlayBlendAnim_Z.h │ ├── PlayerInfo_Z.h │ ├── Points_Z.h │ ├── Renderer_Z.h │ ├── ResIDBackGlobalInGameDef.h │ ├── ResIDDef.h │ ├── ResIDGlobalInGameDef.h │ ├── Road_Z.h │ ├── RtcAgent_Z.h │ ├── RtcPlayer_Z.h │ ├── Rtc_Z.h │ ├── Sead2D.h │ ├── Sead2D_Z.h │ ├── SequenceAnim_Z.h │ ├── SequenceMixAnim_Z.h │ ├── SkinAgent_Z.h │ ├── Sound_Symbol_Engine.h │ ├── Sound_Z.h │ ├── SplineGraph_Z.h │ ├── SplineZone_Z.h │ ├── Spline_Z.h │ ├── StreamFile_Z.h │ ├── String_Z.h │ ├── StyleStatus.h │ ├── SubLevelVolumeAgent_Z.h │ ├── SubWorld_Z.h │ ├── SuperSpray_Z.h │ ├── Surface_Z.h │ ├── Throwable_Z.h │ ├── Tree_Z.h │ ├── Txt_Z.h │ ├── Types_Z.h │ ├── UnPack_Z.h │ ├── UserDefine_Z.h │ ├── VehiculeMove_Z.h │ ├── VisibleObjectContainer.h │ ├── VisibleObjectMgr.h │ ├── VolumeAgent_Z.h │ ├── WaterHeightMap_Z.h │ ├── WinLiveNetManager_Z.h │ ├── WinLiveNetPlayManager_Z.h │ ├── WinMovieManipulator_Z.h │ ├── WorldRef_Z.h │ ├── World_Z.h │ └── cA_ValidityMap.h ├── InterfacesTscParser.cpp ├── LiveBackendLeaderboard_Z.cpp ├── LiveNetPlayManager_Z.cpp ├── LiveOverlapped_Z.cpp ├── Lod_Z.cpp ├── Main_Z.cpp ├── MemoryBank_Z.cpp ├── MenuParser.cpp ├── ModelOrder1C.cpp ├── Name_Z.cpp ├── NetPlayManager_Z.cpp ├── NetWorkPeerToPeer_XBL.cpp ├── Pack_Z.cpp ├── PackerArith_Z.cpp ├── Private │ ├── AnimationManagerMes_Z.cpp │ ├── BitmapLoad_Z.cpp │ ├── File_Z.cpp │ ├── LodLoad_Z.cpp │ ├── MeshLoad_Z.cpp │ ├── MetaStreamFile_Z.cpp │ ├── Movie_Z.cpp │ ├── RendererPrimitiveBuffers_Z.cpp │ ├── Renderer_Z.cpp │ ├── SkelLoad_Z.cpp │ ├── SoundLoad_Z.cpp │ ├── SurfaceLoad_Z.cpp │ └── SystemObject_Z.cpp ├── Skel_Z.cpp ├── String_Z.cpp ├── SubAlloc.cpp ├── UnPack_Z.cpp ├── UserDefineCmd_Z.cpp ├── VoiceManager_Z.cpp └── VolatileMem_Z.cpp ├── EngineConfig └── EngineConfig.h.in ├── LIBPC_Common ├── D3D_RendererHelpers_Z.cpp ├── Includes │ ├── FlarePc_Z.h │ ├── HFieldPc_Z.h │ ├── HW │ │ └── Memory_Z.h │ ├── InGameObjectsPc_Z.h │ ├── MeshPc_Z.h │ ├── ParticlesPc_Z.h │ ├── RotShapePc_Z.h │ ├── SkelPc_Z.h │ ├── SkinPc_Z.h │ ├── SurfacePc_Z.h │ └── WarpPc_Z.h ├── SaveGamePc_Z.cpp ├── WinConsole_Z.cpp ├── WinInputConnect_Z.cpp ├── WinIntState_Z.cpp ├── WinLiveNetPlayManager_Z.cpp ├── WinMain_Z.cpp ├── WinMutex_Z.cpp ├── WinThread_Z.cpp ├── WinTrophyManager_Z.cpp └── WinXRamManager_Z.cpp ├── LIBPC_TNL ├── D3DTnL_RendererAvi_Z.cpp ├── D3DTnL_Renderer_Z.cpp └── Includes │ └── D3DTnL_Renderer_Z.h ├── OffRoad ├── BaseInGameDatas_G.cpp ├── BufferPack_G.cpp ├── CheatCodeHUD.cpp ├── Client │ ├── ClientGameMain.cpp │ ├── Includes │ │ ├── ClientGame.h │ │ └── Client_G.h │ └── ScriptManagerClient_G.cpp ├── ClipMapsSystem_G.cpp ├── DebugCarHUD.cpp ├── DialogMenu_G.cpp ├── Dialog_G.cpp ├── Dialog_MsgBox.cpp ├── Dialog_NetworkAlert.cpp ├── Dialog_SigninAlert.cpp ├── Dialog_StartLang.cpp ├── Dialogs_MainMenu.cpp ├── EditorHUD.cpp ├── EnemyGenerator_G.cpp ├── F14Move.cpp ├── FlashScreenFxManipulator_G.cpp ├── GPSMgr_G.cpp ├── GUI │ └── LogicComponents │ │ ├── Gauge_G.cpp │ │ ├── ListBox_G.cpp │ │ ├── NumericUpDown_G.cpp │ │ ├── RotatingList_G.cpp │ │ ├── ScrollBar_G.cpp │ │ ├── StaticText_G.cpp │ │ └── Window_G.cpp ├── GameMgr_G.cpp ├── GameNetworkStatics.cpp ├── GameWorldClt.cpp ├── GameWorldSrv.cpp ├── GenWorld_Z.cpp ├── Graphics2D_G.cpp ├── HubVolumeAgent_G.cpp ├── IAManipulator.cpp ├── IAPathManager_G.cpp ├── IT_Dyn_VehicleMove_G.cpp ├── InGameMenuHUD.cpp ├── InGamePauseHUD.cpp ├── InGamePausePageEditor_G.cpp ├── InGamePausePageMap_G.cpp ├── Includes │ ├── ActionHelper_G.h │ ├── BackGlobalInGameData_G.h │ ├── BaseAgent_G.h │ ├── CameraAgent_G.h │ ├── CameraGame_G.h │ ├── CareerModeManager_G.h │ ├── ChangeLevelVolumeAgent_G.h │ ├── CharsData_G.h │ ├── CheckpointVolAgent_G.h │ ├── CollectAgent_G.h │ ├── CommandStatesMachine_G.h │ ├── CreaturesBoneManip.h │ ├── CreaturesCommands_Enums.h │ ├── CreaturesMove_G.h │ ├── CreaturesStatesMachine_G.h │ ├── Creatures_G.h │ ├── DaylightManipulator_G.h │ ├── DetectVolumeAgent_G.h │ ├── DialogGroup_G.h │ ├── DiscoveryPointVisibleObject.h │ ├── DrapeauxAgent_G.h │ ├── EndMissionVolumeAgent_G.h │ ├── Enemies_G.h │ ├── EnemyGenerator_G.h │ ├── Enum_CreaturesStates_G.h │ ├── EvenementVolAgent_G.h │ ├── F14.h │ ├── F14Move.h │ ├── FXParticlesDraw_G.h │ ├── FXVolumeAgent_G.h │ ├── FadeManager_G.h │ ├── FakeShadows_G.h │ ├── FlashScreenFxManipulator_G.h │ ├── FrontGlobalInGameData_G.h │ ├── GPSMgr_G.h │ ├── GameAgent_G.h │ ├── GameLogicAgent_G.h │ ├── Game_ParticleMgr_G.h │ ├── Game_SoundMgr_G.h │ ├── Heros_G.h │ ├── HubVolumeAgent_G.h │ ├── IADynATVPathFinder.h │ ├── IADynPathGrid_G.h │ ├── IAManipulator.h │ ├── IAPathManager_G.h │ ├── IT_ANIMATED.h │ ├── IT_Bird.h │ ├── IT_BirdMove.h │ ├── IT_Break.h │ ├── IT_BreakMove.h │ ├── IT_COLLECTMove_G.h │ ├── IT_Condition.h │ ├── IT_DECORDYNMESH.h │ ├── IT_DECORMESH_G.h │ ├── IT_DYNCOLLECTMove_G.h │ ├── IT_DYNCOLLECT_G.h │ ├── IT_DYNOBJMove_G.h │ ├── IT_DYNOBJ_G.h │ ├── IT_Debris.h │ ├── IT_DebrisMove.h │ ├── IT_DynPilot.h │ ├── IT_DynPilotMove.h │ ├── IT_Dyn_VehicleMove_G.h │ ├── IT_Dyn_Vehicle_G.h │ ├── IT_FuelAgent.h │ ├── IT_FuelMove.h │ ├── IT_Helico.h │ ├── IT_HelicoMove.h │ ├── IT_LiveryAgent.h │ ├── IT_LiveryMove.h │ ├── IT_MAGNET.h │ ├── IT_POWERJOBManipulator_G.h │ ├── IT_POWERJOB_G.h │ ├── IT_PanoramaPointAgent.h │ ├── IT_PanoramaPointMove.h │ ├── IT_Pilot.h │ ├── IT_PilotMove.h │ ├── IT_SOUND_G.h │ ├── IT_SmallDebris.h │ ├── IT_SmallDebrisMove.h │ ├── IT_SpinCollectAgent.h │ ├── IT_SpinCollectMove.h │ ├── IT_Stone_G.h │ ├── IT_TornadoDebrisAgent.h │ ├── IT_TornadoDebrisManipulator.h │ ├── IT_TornadoPath.h │ ├── IT_TornadoPathMove.h │ ├── ImpactVolumeAgent_G.h │ ├── InGameCreatures_G.h │ ├── InGameFx_G.h │ ├── InGameMenuHUD.h │ ├── InGamePauseHUD.h │ ├── InGamePlayer_G.h │ ├── ItemMgr_G.h │ ├── KillVolume.h │ ├── LevelAdvancement_G.h │ ├── LevelAgent_G.h │ ├── LevelData_G.h │ ├── LevelManipulator_G.h │ ├── LightVolumeAgent_G.h │ ├── LiquidFlow_G.h │ ├── LoadingDraw_G.h │ ├── LogicAgent_G.h │ ├── MVehicle_G.h │ ├── MVehicle_Manager_G.h │ ├── MapHUD.h │ ├── MapVolumeAgent_G.h │ ├── MemoryCardMgr_G.h │ ├── MenuLogicAgent_G.h │ ├── MenuManager_G.h │ ├── MissionStartMiddleAgent.h │ ├── MissionStatus.h │ ├── MotherTornadoAgent_G.h │ ├── MotherTornadoManipulator_G.h │ ├── MusicManager_G.h │ ├── NoGeneratedObjectVolumeAgent.h │ ├── NodeVolumeAgent_G.h │ ├── ObjectAgent_G.h │ ├── PaddleChecker_G.h │ ├── PermanentDraw.h │ ├── PhysicAgt_G.h │ ├── PhysicObj_G.h │ ├── PlayerMove_G.h │ ├── Player_G.h │ ├── ProGroundMgr_G.h │ ├── RollingBush.h │ ├── RollingBushMove.h │ ├── RtcScriptAgent_G.h │ ├── RtcScripted_G.h │ ├── SaveVolumeAgent_G.h │ ├── SmallTornadoAgent_G.h │ ├── SmallTornadoManipulator_G.h │ ├── SpecialEffectsManager_G.h │ ├── StatesMachine_G.h │ ├── TextGameDraw_G.h │ ├── ThrownMove_G.h │ ├── TornadoAgent_G.h │ ├── TornadoEventVolumeAgent_G.h │ ├── TornadoManipulator_G.h │ ├── TrafficManipulator_G.h │ ├── VehiclesDataMgr_G.h │ ├── VibrationManager_G.h │ ├── ViewportHUD.h │ ├── VolumeDelayedStartMove_G.h │ ├── VolumeDelayedStart_G.h │ ├── VolumeRTCMove_G.h │ ├── VolumeRTC_G.h │ ├── WeatherManager_G.h │ ├── ZoneVolumeAgent_G.h │ └── vftables.hpp ├── LiquidFlow_G.cpp ├── Loading_Icon.cpp ├── Loading_Logo.cpp ├── MVehicle_G_Effects.cpp ├── MapHUD.cpp ├── MapHUD_ClipMapSystem.cpp ├── MapHUD_FogOfWar.cpp ├── MemoryCardMgr_G.cpp ├── MenuItemButtonTT_G.cpp ├── MenuItemButton_G.cpp ├── MenuItemFillRect_G.cpp ├── MenuItemImage_G.cpp ├── MenuItemLabelTT_G.cpp ├── MenuItemLabel_G.cpp ├── MenuItemListBoxTT_G.cpp ├── MenuItemListBox_G.cpp ├── MenuItemRegionImage_G.cpp ├── MenuItemVirtualLabel_G.cpp ├── MenuItem_G.cpp ├── MenuManager_G.cpp ├── MissionFilter.cpp ├── MissionGenerator.cpp ├── MissionStatusStart.cpp ├── Missions │ └── Includes │ │ ├── MissionEnum_G.h │ │ ├── MissionManager_G.h │ │ └── OfflineMissionVolumeAgent_G.h ├── Navigator3DArrows.cpp ├── Navigator3dHUD.cpp ├── NetWorkPeerToPeer_G.cpp ├── NetworkGameSessionManager_G.cpp ├── PilotLiveryMesh.cpp ├── QuadTree_G.cpp ├── SandTornadoManipulator_G.cpp ├── ScriptManager_G.cpp ├── ServerMapStat.cpp ├── Servers │ ├── ServerGame │ │ └── ServerGame_G.h │ └── Server_G.h ├── SignallingHUD.cpp ├── SmallTornadoManipulator_G.cpp ├── SpecialEffectsCloudTop.cpp ├── SpecialEffectsManager_G.cpp ├── SpecialEffectsRainTank_G.cpp ├── SpecialEffectsSandMesh_G.cpp ├── SpecialEffectsSandTank_G.cpp ├── SpecialEffectsSnowTank_G.cpp ├── SpecialEffectsSuperCell_G.cpp ├── SpecialEffectsTank_G.cpp ├── SpecialEffectsTornadoMesh_G.cpp ├── SpecialEffectsTornado_G.cpp ├── SpecialEffectsUniqueEmitters_G.cpp ├── SpecialEffectsWheelEmitter_G.cpp ├── SpecialEffectsWindTank_G.cpp ├── StaticTextInfos.cpp ├── StuntHUD.cpp ├── TornadoManipulator_G.cpp ├── TrafficManipulator_G.cpp ├── UserCommand_G.cpp ├── VehicleLiveryMesh.cpp ├── VehiclesDataMgr_G.cpp ├── VibrationManager_G.cpp ├── ViewportHUD.cpp ├── VisibleObjectMgr.cpp ├── WeatherManagerEffects.cpp ├── floats.cpp ├── strings.cpp ├── strings_utf8.cpp ├── trivial.cpp ├── vftables.cpp └── xcu.c ├── README.md ├── Resources ├── FUEL.rc ├── ICON101_1.ico ├── ICON142_1.ico ├── MANIFEST1_1.txt ├── SPAFILE.bin ├── __GDF_THUMBNAIL.bin └── __GDF_XML.txt ├── libs ├── AVIFIL32.def ├── MSVFW32.def ├── binkw32.def ├── crtheap.c ├── dmalloc │ ├── LICENSE.txt │ ├── README.md │ ├── append.c │ ├── append.h │ ├── arg_check.c │ ├── arg_check.h │ ├── chunk.c │ ├── chunk.h │ ├── chunk_loc.h │ ├── compat.c │ ├── compat.h │ ├── conf.h │ ├── debug_tok.h │ ├── dmalloc.h │ ├── dmalloc_loc.h │ ├── dmalloc_rand.c │ ├── dmalloc_rand.h │ ├── dmalloc_tab.c │ ├── dmalloc_tab.h │ ├── dmalloc_tab_loc.h │ ├── env.c │ ├── env.h │ ├── error.c │ ├── error.h │ ├── error_val.h │ ├── heap.c │ ├── heap.h │ ├── return.h │ ├── settings.h │ ├── user_malloc.c │ ├── user_malloc.h │ └── version.h ├── include │ ├── SecuRom.h │ ├── bink.h │ └── radbase.h ├── iob.cpp ├── libfuel.obj └── xlive.def ├── objdiff.json └── tools ├── coffdrop.c ├── comments2coffdrop.py └── dibs.c /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/.clang-format -------------------------------------------------------------------------------- /.clang-format-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/.clang-format-ignore -------------------------------------------------------------------------------- /.clangd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/.clangd -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/.gitmodules -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Engine/ABC_Behavior.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/AGW_Altitude.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/A_StockData.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/A_StockRoads.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Binary_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Bitmap_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/BoneNode_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/BuilderRoads.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/BuilderRoadsMP.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/CameraEngineZoneCapture_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/ComDBodbc_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/ComObj_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/ComPipe_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/ComServer_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/ConsoleCommand_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Console_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DecorBushes.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DecorGrass.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DecorMesh.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DecorObjectParameters.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DecorPaysage.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DecorRocks.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DecorSandDunes.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DecorTrees.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/DrawPrimitive.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/ExtrasParser.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/FractalMachin.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/GenWorldMaterial_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/GraphLevel_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/GraphLoad_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Graph_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/HField_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Handle_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ABC_Message_Engine.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/AGW_TerraBase.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/AGW_TerraCache.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/AGW_TerraFlat.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ARamXAllocator_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/A_BigLake.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/A_Gulch.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/A_Roads.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/A_WorkBump.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Agent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/AnimFrame_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Anim_Symbol_Engine.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/AnimatedAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/AnimatedMsgAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Animation_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/BigFileHeaders_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Binary_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Bitmap_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/BnkDynArray_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/BnkLinkArray_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/BnkNoLinkArray_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/BnkSafeArray_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/CameraAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/CameraEngineZone_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/CameraOccluder_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/CameraStream_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/CameraZone_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Camera_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/CollisionVol_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ComClient_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ComServer_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ComWorld_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ConsoleInterp_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DecorBushes.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DecorContainer.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DecorMesh.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DecorObjectParameters.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DecorTrees.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DynArray_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DynPtrArray_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DynString_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/DynamicAnim2_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Emiter_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/FIFO_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Floating2dCache.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Fonts_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/GameObj_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Game_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/GenWorldSurface_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/GenWorld_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Graph_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/GwRoad_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/HFog_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/HashTable_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/HugeDynArray_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/InGameDatas_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/InGameObjectsManipulator_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/LightData_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Light_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/List_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/LiveNetPlayManager_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/LiveNetPlayManager_Z.h -------------------------------------------------------------------------------- /Engine/Includes/LiveOverlapped_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/LodAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/LodDynAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/LodMove_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Lod_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Main_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/Main_Z.h -------------------------------------------------------------------------------- /Engine/Includes/MaterialAnim_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/MaterialObj_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Material_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/MemList_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/MovingAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Name_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/Name_Z.h -------------------------------------------------------------------------------- /Engine/Includes/NetPlayManager_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/NetPlayManager_Z.h -------------------------------------------------------------------------------- /Engine/Includes/Node_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ObjectCache_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ObjectMove_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ObjectThrow_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Object_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ObjectsGame_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Occluder_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Omni_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ParticlesAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Particles_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Perlin3D_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/PhysicAgt_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/PhysicObj_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/PhysicWorld_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/PlayAnim_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/PlayBlendAnim_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/PlayerInfo_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Points_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Renderer_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/Renderer_Z.h -------------------------------------------------------------------------------- /Engine/Includes/ResIDBackGlobalInGameDef.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ResIDDef.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/ResIDGlobalInGameDef.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Road_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/RtcAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/RtcPlayer_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Rtc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Sead2D.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Sead2D_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/SequenceAnim_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/SequenceMixAnim_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/SkinAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Sound_Symbol_Engine.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Sound_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/SplineGraph_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/SplineZone_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Spline_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/StreamFile_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/String_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/String_Z.h -------------------------------------------------------------------------------- /Engine/Includes/StyleStatus.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/SubLevelVolumeAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/SubWorld_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/SuperSpray_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Surface_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Throwable_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Tree_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Txt_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/Types_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/Types_Z.h -------------------------------------------------------------------------------- /Engine/Includes/UnPack_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/UnPack_Z.h -------------------------------------------------------------------------------- /Engine/Includes/UserDefine_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/VehiculeMove_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/VisibleObjectContainer.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/VisibleObjectMgr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/VolumeAgent_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/WaterHeightMap_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/WinLiveNetManager_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/WinLiveNetPlayManager_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Includes/WinLiveNetPlayManager_Z.h -------------------------------------------------------------------------------- /Engine/Includes/WinMovieManipulator_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/WorldRef_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/World_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Includes/cA_ValidityMap.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/InterfacesTscParser.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/LiveBackendLeaderboard_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/LiveNetPlayManager_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/LiveNetPlayManager_Z.cpp -------------------------------------------------------------------------------- /Engine/LiveOverlapped_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Lod_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Lod_Z.cpp -------------------------------------------------------------------------------- /Engine/Main_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Main_Z.cpp -------------------------------------------------------------------------------- /Engine/MemoryBank_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/MenuParser.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/ModelOrder1C.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Name_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Name_Z.cpp -------------------------------------------------------------------------------- /Engine/NetPlayManager_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/NetWorkPeerToPeer_XBL.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Pack_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/PackerArith_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/AnimationManagerMes_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/BitmapLoad_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/File_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/LodLoad_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/MeshLoad_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/MetaStreamFile_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/Movie_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/RendererPrimitiveBuffers_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/Renderer_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/Private/Renderer_Z.cpp -------------------------------------------------------------------------------- /Engine/Private/SkelLoad_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/SoundLoad_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/SurfaceLoad_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Private/SystemObject_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/Skel_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/String_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/String_Z.cpp -------------------------------------------------------------------------------- /Engine/SubAlloc.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/UnPack_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Engine/UnPack_Z.cpp -------------------------------------------------------------------------------- /Engine/UserDefineCmd_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/VoiceManager_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engine/VolatileMem_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /EngineConfig/EngineConfig.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/EngineConfig/EngineConfig.h.in -------------------------------------------------------------------------------- /LIBPC_Common/D3D_RendererHelpers_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/FlarePc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/HFieldPc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/HW/Memory_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/LIBPC_Common/Includes/HW/Memory_Z.h -------------------------------------------------------------------------------- /LIBPC_Common/Includes/InGameObjectsPc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/MeshPc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/ParticlesPc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/RotShapePc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/SkelPc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/SkinPc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/SurfacePc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/Includes/WarpPc_Z.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/SaveGamePc_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/WinConsole_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/WinInputConnect_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/WinIntState_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/WinLiveNetPlayManager_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/WinMain_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/LIBPC_Common/WinMain_Z.cpp -------------------------------------------------------------------------------- /LIBPC_Common/WinMutex_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/WinThread_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/WinTrophyManager_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_Common/WinXRamManager_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_TNL/D3DTnL_RendererAvi_Z.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LIBPC_TNL/D3DTnL_Renderer_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/LIBPC_TNL/D3DTnL_Renderer_Z.cpp -------------------------------------------------------------------------------- /LIBPC_TNL/Includes/D3DTnL_Renderer_Z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/LIBPC_TNL/Includes/D3DTnL_Renderer_Z.h -------------------------------------------------------------------------------- /OffRoad/BaseInGameDatas_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/BufferPack_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/CheatCodeHUD.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Client/ClientGameMain.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Client/Includes/ClientGame.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Client/Includes/Client_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Client/ScriptManagerClient_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/ClipMapsSystem_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/DebugCarHUD.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/DialogMenu_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Dialog_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Dialog_MsgBox.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Dialog_NetworkAlert.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Dialog_SigninAlert.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Dialog_StartLang.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Dialogs_MainMenu.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/EditorHUD.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/EnemyGenerator_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/F14Move.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/FlashScreenFxManipulator_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GPSMgr_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GUI/LogicComponents/Gauge_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GUI/LogicComponents/ListBox_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GUI/LogicComponents/NumericUpDown_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GUI/LogicComponents/RotatingList_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GUI/LogicComponents/ScrollBar_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GUI/LogicComponents/StaticText_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GUI/LogicComponents/Window_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GameMgr_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GameNetworkStatics.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GameWorldClt.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GameWorldSrv.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/GenWorld_Z.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/GenWorld_Z.cpp -------------------------------------------------------------------------------- /OffRoad/Graphics2D_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/HubVolumeAgent_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/IAManipulator.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/IAPathManager_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/IT_Dyn_VehicleMove_G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/IT_Dyn_VehicleMove_G.cpp -------------------------------------------------------------------------------- /OffRoad/InGameMenuHUD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/InGameMenuHUD.cpp -------------------------------------------------------------------------------- /OffRoad/InGamePauseHUD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/InGamePauseHUD.cpp -------------------------------------------------------------------------------- /OffRoad/InGamePausePageEditor_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/InGamePausePageMap_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ActionHelper_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/BackGlobalInGameData_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/BaseAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CameraAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CameraGame_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CareerModeManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ChangeLevelVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CharsData_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CheckpointVolAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CollectAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CommandStatesMachine_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CreaturesBoneManip.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CreaturesCommands_Enums.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CreaturesMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/CreaturesStatesMachine_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/Creatures_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/DaylightManipulator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/DetectVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/DialogGroup_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/DiscoveryPointVisibleObject.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/DrapeauxAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/EndMissionVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/Enemies_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/EnemyGenerator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/Enum_CreaturesStates_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/EvenementVolAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/F14.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/F14Move.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/FXParticlesDraw_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/FXVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/FadeManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/FakeShadows_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/FlashScreenFxManipulator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/FrontGlobalInGameData_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/GPSMgr_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/GameAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/GameLogicAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/Game_ParticleMgr_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/Game_SoundMgr_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/Heros_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/HubVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IADynATVPathFinder.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IADynPathGrid_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IAManipulator.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IAPathManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_ANIMATED.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Bird.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_BirdMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Break.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_BreakMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_COLLECTMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Condition.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DECORDYNMESH.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DECORMESH_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DYNCOLLECTMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DYNCOLLECT_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DYNOBJMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DYNOBJ_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Debris.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DebrisMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DynPilot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_DynPilotMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Dyn_VehicleMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Dyn_Vehicle_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_FuelAgent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_FuelMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Helico.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_HelicoMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_LiveryAgent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_LiveryMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_MAGNET.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_POWERJOBManipulator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_POWERJOB_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_PanoramaPointAgent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_PanoramaPointMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Pilot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_PilotMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_SOUND_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_SmallDebris.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_SmallDebrisMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_SpinCollectAgent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_SpinCollectMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_Stone_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_TornadoDebrisAgent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_TornadoDebrisManipulator.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_TornadoPath.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/IT_TornadoPathMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ImpactVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/InGameCreatures_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/InGameFx_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/InGameMenuHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/Includes/InGameMenuHUD.h -------------------------------------------------------------------------------- /OffRoad/Includes/InGamePauseHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/Includes/InGamePauseHUD.h -------------------------------------------------------------------------------- /OffRoad/Includes/InGamePlayer_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ItemMgr_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/KillVolume.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/LevelAdvancement_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/LevelAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/LevelData_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/LevelManipulator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/LightVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/LiquidFlow_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/LoadingDraw_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/LogicAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MVehicle_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MVehicle_Manager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MapHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/Includes/MapHUD.h -------------------------------------------------------------------------------- /OffRoad/Includes/MapVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MemoryCardMgr_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MenuLogicAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MenuManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MissionStartMiddleAgent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MissionStatus.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MotherTornadoAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MotherTornadoManipulator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/MusicManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/NoGeneratedObjectVolumeAgent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/NodeVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ObjectAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/PaddleChecker_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/PermanentDraw.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/PhysicAgt_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/PhysicObj_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/PlayerMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/Player_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ProGroundMgr_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/RollingBush.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/RollingBushMove.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/RtcScriptAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/RtcScripted_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/SaveVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/SmallTornadoAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/SmallTornadoManipulator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/SpecialEffectsManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/StatesMachine_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/TextGameDraw_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ThrownMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/TornadoAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/TornadoEventVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/TornadoManipulator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/TrafficManipulator_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/VehiclesDataMgr_G.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/Includes/VehiclesDataMgr_G.h -------------------------------------------------------------------------------- /OffRoad/Includes/VibrationManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ViewportHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/Includes/ViewportHUD.h -------------------------------------------------------------------------------- /OffRoad/Includes/VolumeDelayedStartMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/VolumeDelayedStart_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/VolumeRTCMove_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/VolumeRTC_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/WeatherManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/ZoneVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Includes/vftables.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/Includes/vftables.hpp -------------------------------------------------------------------------------- /OffRoad/LiquidFlow_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Loading_Icon.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Loading_Logo.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MVehicle_G_Effects.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MapHUD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/MapHUD.cpp -------------------------------------------------------------------------------- /OffRoad/MapHUD_ClipMapSystem.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MapHUD_FogOfWar.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MemoryCardMgr_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemButtonTT_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemButton_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemFillRect_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemImage_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemLabelTT_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemLabel_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemListBoxTT_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemListBox_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemRegionImage_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItemVirtualLabel_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuItem_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MenuManager_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MissionFilter.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MissionGenerator.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/MissionStatusStart.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Missions/Includes/MissionEnum_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Missions/Includes/MissionManager_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Missions/Includes/OfflineMissionVolumeAgent_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Navigator3DArrows.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Navigator3dHUD.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/NetWorkPeerToPeer_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/NetworkGameSessionManager_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/PilotLiveryMesh.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/QuadTree_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SandTornadoManipulator_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/ScriptManager_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/ServerMapStat.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Servers/ServerGame/ServerGame_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/Servers/Server_G.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SignallingHUD.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SmallTornadoManipulator_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsCloudTop.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsManager_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsRainTank_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsSandMesh_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsSandTank_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsSnowTank_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsSuperCell_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsTank_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsTornadoMesh_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsTornado_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsUniqueEmitters_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsWheelEmitter_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/SpecialEffectsWindTank_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/StaticTextInfos.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/StuntHUD.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/TornadoManipulator_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/TrafficManipulator_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/UserCommand_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/VehicleLiveryMesh.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/VehiclesDataMgr_G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/VehiclesDataMgr_G.cpp -------------------------------------------------------------------------------- /OffRoad/VibrationManager_G.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/ViewportHUD.cpp: -------------------------------------------------------------------------------- 1 | #include "ViewportHUD.h" 2 | -------------------------------------------------------------------------------- /OffRoad/VisibleObjectMgr.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/WeatherManagerEffects.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OffRoad/floats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/floats.cpp -------------------------------------------------------------------------------- /OffRoad/strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/strings.cpp -------------------------------------------------------------------------------- /OffRoad/strings_utf8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/strings_utf8.cpp -------------------------------------------------------------------------------- /OffRoad/trivial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/trivial.cpp -------------------------------------------------------------------------------- /OffRoad/vftables.cpp: -------------------------------------------------------------------------------- 1 | #include "vftables.hpp" 2 | -------------------------------------------------------------------------------- /OffRoad/xcu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/OffRoad/xcu.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/README.md -------------------------------------------------------------------------------- /Resources/FUEL.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Resources/FUEL.rc -------------------------------------------------------------------------------- /Resources/ICON101_1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Resources/ICON101_1.ico -------------------------------------------------------------------------------- /Resources/ICON142_1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Resources/ICON142_1.ico -------------------------------------------------------------------------------- /Resources/MANIFEST1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Resources/MANIFEST1_1.txt -------------------------------------------------------------------------------- /Resources/SPAFILE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Resources/SPAFILE.bin -------------------------------------------------------------------------------- /Resources/__GDF_THUMBNAIL.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Resources/__GDF_THUMBNAIL.bin -------------------------------------------------------------------------------- /Resources/__GDF_XML.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/Resources/__GDF_XML.txt -------------------------------------------------------------------------------- /libs/AVIFIL32.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/AVIFIL32.def -------------------------------------------------------------------------------- /libs/MSVFW32.def: -------------------------------------------------------------------------------- 1 | LIBRARY MSVFW32 2 | EXPORTS 3 | VideoForWindowsVersion @2 NONAME 4 | -------------------------------------------------------------------------------- /libs/binkw32.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/binkw32.def -------------------------------------------------------------------------------- /libs/crtheap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/crtheap.c -------------------------------------------------------------------------------- /libs/dmalloc/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/LICENSE.txt -------------------------------------------------------------------------------- /libs/dmalloc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/README.md -------------------------------------------------------------------------------- /libs/dmalloc/append.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/append.c -------------------------------------------------------------------------------- /libs/dmalloc/append.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/append.h -------------------------------------------------------------------------------- /libs/dmalloc/arg_check.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/arg_check.c -------------------------------------------------------------------------------- /libs/dmalloc/arg_check.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/arg_check.h -------------------------------------------------------------------------------- /libs/dmalloc/chunk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/chunk.c -------------------------------------------------------------------------------- /libs/dmalloc/chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/chunk.h -------------------------------------------------------------------------------- /libs/dmalloc/chunk_loc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/chunk_loc.h -------------------------------------------------------------------------------- /libs/dmalloc/compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/compat.c -------------------------------------------------------------------------------- /libs/dmalloc/compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/compat.h -------------------------------------------------------------------------------- /libs/dmalloc/conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/conf.h -------------------------------------------------------------------------------- /libs/dmalloc/debug_tok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/debug_tok.h -------------------------------------------------------------------------------- /libs/dmalloc/dmalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/dmalloc.h -------------------------------------------------------------------------------- /libs/dmalloc/dmalloc_loc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/dmalloc_loc.h -------------------------------------------------------------------------------- /libs/dmalloc/dmalloc_rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/dmalloc_rand.c -------------------------------------------------------------------------------- /libs/dmalloc/dmalloc_rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/dmalloc_rand.h -------------------------------------------------------------------------------- /libs/dmalloc/dmalloc_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/dmalloc_tab.c -------------------------------------------------------------------------------- /libs/dmalloc/dmalloc_tab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/dmalloc_tab.h -------------------------------------------------------------------------------- /libs/dmalloc/dmalloc_tab_loc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/dmalloc_tab_loc.h -------------------------------------------------------------------------------- /libs/dmalloc/env.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/env.c -------------------------------------------------------------------------------- /libs/dmalloc/env.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/env.h -------------------------------------------------------------------------------- /libs/dmalloc/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/error.c -------------------------------------------------------------------------------- /libs/dmalloc/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/error.h -------------------------------------------------------------------------------- /libs/dmalloc/error_val.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/error_val.h -------------------------------------------------------------------------------- /libs/dmalloc/heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/heap.c -------------------------------------------------------------------------------- /libs/dmalloc/heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/heap.h -------------------------------------------------------------------------------- /libs/dmalloc/return.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/return.h -------------------------------------------------------------------------------- /libs/dmalloc/settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/settings.h -------------------------------------------------------------------------------- /libs/dmalloc/user_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/user_malloc.c -------------------------------------------------------------------------------- /libs/dmalloc/user_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/user_malloc.h -------------------------------------------------------------------------------- /libs/dmalloc/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/dmalloc/version.h -------------------------------------------------------------------------------- /libs/include/SecuRom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/include/SecuRom.h -------------------------------------------------------------------------------- /libs/include/bink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/include/bink.h -------------------------------------------------------------------------------- /libs/include/radbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/include/radbase.h -------------------------------------------------------------------------------- /libs/iob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/iob.cpp -------------------------------------------------------------------------------- /libs/libfuel.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/libfuel.obj -------------------------------------------------------------------------------- /libs/xlive.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/libs/xlive.def -------------------------------------------------------------------------------- /objdiff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/objdiff.json -------------------------------------------------------------------------------- /tools/coffdrop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/tools/coffdrop.c -------------------------------------------------------------------------------- /tools/comments2coffdrop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/tools/comments2coffdrop.py -------------------------------------------------------------------------------- /tools/dibs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widberg/FUELDecompilation/HEAD/tools/dibs.c --------------------------------------------------------------------------------