├── .gitignore ├── AudioVista.pas ├── FFmpeg.txt ├── Instalator └── mca64Launcher.nsi ├── ListaStrumieni.pas ├── README.md ├── ShittyPluginDwaKropkaZero---Delphi-XE7 └── ShittyPluginDwaKropkaZero.dpr ├── Streamy.txt ├── Tlumaczenia.pas ├── TwitchCzat---Delphi-XE7 └── TwitchCzat.dpr ├── WinampPlugin---Delphi-XE7 └── gen_mca64launcher.dpr ├── mca64Launcher.manifest └── wDetectorPatch---Delphi-XE7 └── wDetectorPatch.dpr /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/.gitignore -------------------------------------------------------------------------------- /AudioVista.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/AudioVista.pas -------------------------------------------------------------------------------- /FFmpeg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/FFmpeg.txt -------------------------------------------------------------------------------- /Instalator/mca64Launcher.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/Instalator/mca64Launcher.nsi -------------------------------------------------------------------------------- /ListaStrumieni.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/ListaStrumieni.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/README.md -------------------------------------------------------------------------------- /ShittyPluginDwaKropkaZero---Delphi-XE7/ShittyPluginDwaKropkaZero.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/ShittyPluginDwaKropkaZero---Delphi-XE7/ShittyPluginDwaKropkaZero.dpr -------------------------------------------------------------------------------- /Streamy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/Streamy.txt -------------------------------------------------------------------------------- /Tlumaczenia.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/Tlumaczenia.pas -------------------------------------------------------------------------------- /TwitchCzat---Delphi-XE7/TwitchCzat.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/TwitchCzat---Delphi-XE7/TwitchCzat.dpr -------------------------------------------------------------------------------- /WinampPlugin---Delphi-XE7/gen_mca64launcher.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/WinampPlugin---Delphi-XE7/gen_mca64launcher.dpr -------------------------------------------------------------------------------- /mca64Launcher.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/mca64Launcher.manifest -------------------------------------------------------------------------------- /wDetectorPatch---Delphi-XE7/wDetectorPatch.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mca64/mca64Launcher/HEAD/wDetectorPatch---Delphi-XE7/wDetectorPatch.dpr --------------------------------------------------------------------------------