├── Includes ├── AsyncRunner.hpp ├── BCLIM.hpp ├── BadgeManager.hpp ├── BlueCoinChallenge.hpp ├── BootSceneHandler.hpp ├── CTPreview.hpp ├── CharacterHandler.hpp ├── CourseCredits.hpp ├── CourseManager.hpp ├── CrashReport.hpp ├── CustomTextEntries.hpp ├── CwavReplace.hpp ├── DataStructures.hpp ├── ExtraResource.hpp ├── ExtraUIElements.hpp ├── GameAlloc.hpp ├── HokakuCTR.hpp ├── HookInit.hpp ├── IntelliSense.h ├── ItemHandler.hpp ├── LED_Control.hpp ├── Lang.hpp ├── MK7Memory.hpp ├── MK7NetworkBuffer.hpp ├── MarioKartFramework.hpp ├── MarioKartTimer.hpp ├── Math.hpp ├── MenuPage.hpp ├── Minibson.hpp ├── MiscUtils.hpp ├── MissionHandler.hpp ├── MusicSlotMngr.hpp ├── Net.hpp ├── NetHandler.hpp ├── OSDManager.hpp ├── OnionFS.hpp ├── OnlineMenuEntry.hpp ├── PointsModeHandler.hpp ├── QrCode.hpp ├── RMCLogger.hpp ├── SaveBackupHandler.hpp ├── SaveHandler.hpp ├── SaveHandlerInfos.hpp ├── SequenceHandler.hpp ├── Sound.hpp ├── StaffRoll.hpp ├── StatsHandler.hpp ├── Stresser.hpp ├── TCPStream.hpp ├── TLSAccessPatcher.hpp ├── TextFileParser.hpp ├── Unicode.h ├── UserCTHandler.hpp ├── VersusHandler.hpp ├── VisualControl.hpp ├── VoiceChatHandler.hpp ├── acta.h ├── base64.hpp ├── csvc.h ├── entrystructs.hpp ├── foolsday.hpp ├── frdExtension.h ├── httpcPatch.h ├── lz.hpp ├── main.hpp ├── mallocDebug.hpp ├── plgldr.h ├── rt.hpp ├── socCustom.h ├── str16utils.hpp └── types.h ├── README.md └── Sources ├── BCLIM.cpp ├── BadgeManager.cpp ├── BlueCoinChallenge.cpp ├── BootSceneHandler.cpp ├── CTPreview.cpp ├── CTRPFMenuEntries.cpp ├── CharacterHandler.cpp ├── CourseCredits.cpp ├── CourseManager.cpp ├── CrashReport.cpp ├── CwavReplace.cpp ├── DataStructures.cpp ├── ExtraResource.cpp ├── ExtraUIElements.cpp ├── GameAlloc.cpp ├── HokakuCTR.cpp ├── HookInit.cpp ├── ItemHandler.cpp ├── LED_Control.cpp ├── Lang.cpp ├── MarioKartFramework.cpp ├── MarioKartTimer.cpp ├── MenuPage.cpp ├── Minibson.cpp ├── MiscUtils.cpp ├── MissionHandler.cpp ├── MusicSlotMngr.cpp ├── Net.cpp ├── NetHandler.cpp ├── OSDManager.cpp ├── OnionFS.cpp ├── OnlineMenuEntry.cpp ├── PointsModeHandler.cpp ├── QrCode.cpp ├── RMCLogger.cpp ├── SaveBackupHandler.cpp ├── SaveHandler.cpp ├── SequenceHandler.cpp ├── Sound.cpp ├── StaffRoll.cpp ├── StatsHandler.cpp ├── Stresser.cpp ├── TCPStream.cpp ├── TLSAccessPatcher.cpp ├── TextFileParser.cpp ├── UserCTHandler.cpp ├── VersusHandler.cpp ├── VisualControl.cpp ├── VoiceChatHandler.cpp ├── acta.c ├── base64.cpp ├── foolsday.cpp ├── frdExtension.c ├── httpcPatch.c ├── lz.cpp ├── main.cpp ├── mallocDebug.cpp ├── rt.cpp └── socCustom.c /Includes/AsyncRunner.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/AsyncRunner.hpp -------------------------------------------------------------------------------- /Includes/BCLIM.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/BCLIM.hpp -------------------------------------------------------------------------------- /Includes/BadgeManager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/BadgeManager.hpp -------------------------------------------------------------------------------- /Includes/BlueCoinChallenge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/BlueCoinChallenge.hpp -------------------------------------------------------------------------------- /Includes/BootSceneHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/BootSceneHandler.hpp -------------------------------------------------------------------------------- /Includes/CTPreview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/CTPreview.hpp -------------------------------------------------------------------------------- /Includes/CharacterHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/CharacterHandler.hpp -------------------------------------------------------------------------------- /Includes/CourseCredits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/CourseCredits.hpp -------------------------------------------------------------------------------- /Includes/CourseManager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/CourseManager.hpp -------------------------------------------------------------------------------- /Includes/CrashReport.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/CrashReport.hpp -------------------------------------------------------------------------------- /Includes/CustomTextEntries.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/CustomTextEntries.hpp -------------------------------------------------------------------------------- /Includes/CwavReplace.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/CwavReplace.hpp -------------------------------------------------------------------------------- /Includes/DataStructures.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/DataStructures.hpp -------------------------------------------------------------------------------- /Includes/ExtraResource.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/ExtraResource.hpp -------------------------------------------------------------------------------- /Includes/ExtraUIElements.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/ExtraUIElements.hpp -------------------------------------------------------------------------------- /Includes/GameAlloc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/GameAlloc.hpp -------------------------------------------------------------------------------- /Includes/HokakuCTR.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/HokakuCTR.hpp -------------------------------------------------------------------------------- /Includes/HookInit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/HookInit.hpp -------------------------------------------------------------------------------- /Includes/IntelliSense.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/IntelliSense.h -------------------------------------------------------------------------------- /Includes/ItemHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/ItemHandler.hpp -------------------------------------------------------------------------------- /Includes/LED_Control.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/LED_Control.hpp -------------------------------------------------------------------------------- /Includes/Lang.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/Lang.hpp -------------------------------------------------------------------------------- /Includes/MK7Memory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/MK7Memory.hpp -------------------------------------------------------------------------------- /Includes/MK7NetworkBuffer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/MK7NetworkBuffer.hpp -------------------------------------------------------------------------------- /Includes/MarioKartFramework.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/MarioKartFramework.hpp -------------------------------------------------------------------------------- /Includes/MarioKartTimer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/MarioKartTimer.hpp -------------------------------------------------------------------------------- /Includes/Math.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/Math.hpp -------------------------------------------------------------------------------- /Includes/MenuPage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/MenuPage.hpp -------------------------------------------------------------------------------- /Includes/Minibson.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/Minibson.hpp -------------------------------------------------------------------------------- /Includes/MiscUtils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/MiscUtils.hpp -------------------------------------------------------------------------------- /Includes/MissionHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/MissionHandler.hpp -------------------------------------------------------------------------------- /Includes/MusicSlotMngr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/MusicSlotMngr.hpp -------------------------------------------------------------------------------- /Includes/Net.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/Net.hpp -------------------------------------------------------------------------------- /Includes/NetHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/NetHandler.hpp -------------------------------------------------------------------------------- /Includes/OSDManager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/OSDManager.hpp -------------------------------------------------------------------------------- /Includes/OnionFS.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/OnionFS.hpp -------------------------------------------------------------------------------- /Includes/OnlineMenuEntry.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/OnlineMenuEntry.hpp -------------------------------------------------------------------------------- /Includes/PointsModeHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/PointsModeHandler.hpp -------------------------------------------------------------------------------- /Includes/QrCode.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/QrCode.hpp -------------------------------------------------------------------------------- /Includes/RMCLogger.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/RMCLogger.hpp -------------------------------------------------------------------------------- /Includes/SaveBackupHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/SaveBackupHandler.hpp -------------------------------------------------------------------------------- /Includes/SaveHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/SaveHandler.hpp -------------------------------------------------------------------------------- /Includes/SaveHandlerInfos.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/SaveHandlerInfos.hpp -------------------------------------------------------------------------------- /Includes/SequenceHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/SequenceHandler.hpp -------------------------------------------------------------------------------- /Includes/Sound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/Sound.hpp -------------------------------------------------------------------------------- /Includes/StaffRoll.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/StaffRoll.hpp -------------------------------------------------------------------------------- /Includes/StatsHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/StatsHandler.hpp -------------------------------------------------------------------------------- /Includes/Stresser.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/Stresser.hpp -------------------------------------------------------------------------------- /Includes/TCPStream.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/TCPStream.hpp -------------------------------------------------------------------------------- /Includes/TLSAccessPatcher.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/TLSAccessPatcher.hpp -------------------------------------------------------------------------------- /Includes/TextFileParser.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/TextFileParser.hpp -------------------------------------------------------------------------------- /Includes/Unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/Unicode.h -------------------------------------------------------------------------------- /Includes/UserCTHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/UserCTHandler.hpp -------------------------------------------------------------------------------- /Includes/VersusHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/VersusHandler.hpp -------------------------------------------------------------------------------- /Includes/VisualControl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/VisualControl.hpp -------------------------------------------------------------------------------- /Includes/VoiceChatHandler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/VoiceChatHandler.hpp -------------------------------------------------------------------------------- /Includes/acta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/acta.h -------------------------------------------------------------------------------- /Includes/base64.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/base64.hpp -------------------------------------------------------------------------------- /Includes/csvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/csvc.h -------------------------------------------------------------------------------- /Includes/entrystructs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/entrystructs.hpp -------------------------------------------------------------------------------- /Includes/foolsday.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/foolsday.hpp -------------------------------------------------------------------------------- /Includes/frdExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/frdExtension.h -------------------------------------------------------------------------------- /Includes/httpcPatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/httpcPatch.h -------------------------------------------------------------------------------- /Includes/lz.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/lz.hpp -------------------------------------------------------------------------------- /Includes/main.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/main.hpp -------------------------------------------------------------------------------- /Includes/mallocDebug.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/mallocDebug.hpp -------------------------------------------------------------------------------- /Includes/plgldr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/plgldr.h -------------------------------------------------------------------------------- /Includes/rt.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/rt.hpp -------------------------------------------------------------------------------- /Includes/socCustom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/socCustom.h -------------------------------------------------------------------------------- /Includes/str16utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/str16utils.hpp -------------------------------------------------------------------------------- /Includes/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Includes/types.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/README.md -------------------------------------------------------------------------------- /Sources/BCLIM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/BCLIM.cpp -------------------------------------------------------------------------------- /Sources/BadgeManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/BadgeManager.cpp -------------------------------------------------------------------------------- /Sources/BlueCoinChallenge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/BlueCoinChallenge.cpp -------------------------------------------------------------------------------- /Sources/BootSceneHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/BootSceneHandler.cpp -------------------------------------------------------------------------------- /Sources/CTPreview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/CTPreview.cpp -------------------------------------------------------------------------------- /Sources/CTRPFMenuEntries.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/CTRPFMenuEntries.cpp -------------------------------------------------------------------------------- /Sources/CharacterHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/CharacterHandler.cpp -------------------------------------------------------------------------------- /Sources/CourseCredits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/CourseCredits.cpp -------------------------------------------------------------------------------- /Sources/CourseManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/CourseManager.cpp -------------------------------------------------------------------------------- /Sources/CrashReport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/CrashReport.cpp -------------------------------------------------------------------------------- /Sources/CwavReplace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/CwavReplace.cpp -------------------------------------------------------------------------------- /Sources/DataStructures.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/DataStructures.cpp -------------------------------------------------------------------------------- /Sources/ExtraResource.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/ExtraResource.cpp -------------------------------------------------------------------------------- /Sources/ExtraUIElements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/ExtraUIElements.cpp -------------------------------------------------------------------------------- /Sources/GameAlloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/GameAlloc.cpp -------------------------------------------------------------------------------- /Sources/HokakuCTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/HokakuCTR.cpp -------------------------------------------------------------------------------- /Sources/HookInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/HookInit.cpp -------------------------------------------------------------------------------- /Sources/ItemHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/ItemHandler.cpp -------------------------------------------------------------------------------- /Sources/LED_Control.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/LED_Control.cpp -------------------------------------------------------------------------------- /Sources/Lang.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/Lang.cpp -------------------------------------------------------------------------------- /Sources/MarioKartFramework.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/MarioKartFramework.cpp -------------------------------------------------------------------------------- /Sources/MarioKartTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/MarioKartTimer.cpp -------------------------------------------------------------------------------- /Sources/MenuPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/MenuPage.cpp -------------------------------------------------------------------------------- /Sources/Minibson.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/Minibson.cpp -------------------------------------------------------------------------------- /Sources/MiscUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/MiscUtils.cpp -------------------------------------------------------------------------------- /Sources/MissionHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/MissionHandler.cpp -------------------------------------------------------------------------------- /Sources/MusicSlotMngr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/MusicSlotMngr.cpp -------------------------------------------------------------------------------- /Sources/Net.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/Net.cpp -------------------------------------------------------------------------------- /Sources/NetHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/NetHandler.cpp -------------------------------------------------------------------------------- /Sources/OSDManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/OSDManager.cpp -------------------------------------------------------------------------------- /Sources/OnionFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/OnionFS.cpp -------------------------------------------------------------------------------- /Sources/OnlineMenuEntry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/OnlineMenuEntry.cpp -------------------------------------------------------------------------------- /Sources/PointsModeHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/PointsModeHandler.cpp -------------------------------------------------------------------------------- /Sources/QrCode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/QrCode.cpp -------------------------------------------------------------------------------- /Sources/RMCLogger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/RMCLogger.cpp -------------------------------------------------------------------------------- /Sources/SaveBackupHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/SaveBackupHandler.cpp -------------------------------------------------------------------------------- /Sources/SaveHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/SaveHandler.cpp -------------------------------------------------------------------------------- /Sources/SequenceHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/SequenceHandler.cpp -------------------------------------------------------------------------------- /Sources/Sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/Sound.cpp -------------------------------------------------------------------------------- /Sources/StaffRoll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/StaffRoll.cpp -------------------------------------------------------------------------------- /Sources/StatsHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/StatsHandler.cpp -------------------------------------------------------------------------------- /Sources/Stresser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/Stresser.cpp -------------------------------------------------------------------------------- /Sources/TCPStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/TCPStream.cpp -------------------------------------------------------------------------------- /Sources/TLSAccessPatcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/TLSAccessPatcher.cpp -------------------------------------------------------------------------------- /Sources/TextFileParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/TextFileParser.cpp -------------------------------------------------------------------------------- /Sources/UserCTHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/UserCTHandler.cpp -------------------------------------------------------------------------------- /Sources/VersusHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/VersusHandler.cpp -------------------------------------------------------------------------------- /Sources/VisualControl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/VisualControl.cpp -------------------------------------------------------------------------------- /Sources/VoiceChatHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/VoiceChatHandler.cpp -------------------------------------------------------------------------------- /Sources/acta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/acta.c -------------------------------------------------------------------------------- /Sources/base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/base64.cpp -------------------------------------------------------------------------------- /Sources/foolsday.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/foolsday.cpp -------------------------------------------------------------------------------- /Sources/frdExtension.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/frdExtension.c -------------------------------------------------------------------------------- /Sources/httpcPatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/httpcPatch.c -------------------------------------------------------------------------------- /Sources/lz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/lz.cpp -------------------------------------------------------------------------------- /Sources/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/main.cpp -------------------------------------------------------------------------------- /Sources/mallocDebug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/mallocDebug.cpp -------------------------------------------------------------------------------- /Sources/rt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/rt.cpp -------------------------------------------------------------------------------- /Sources/socCustom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PabloMK7/CTGP-7_Open_Source/HEAD/Sources/socCustom.c --------------------------------------------------------------------------------