* [WIP] MainForm - Re-implemented drag n drop
* MainForm - Fix drag n drop issue for files
* MainForm - Add drag n drop for external files
* MainForm - Add folder drag n drop
commit 95bd1957d8
Author: MattN-L <MattNL.XBLD@gmail.com>
Date: Sun Mar 31 19:26:17 2024 -0400
Added endianness conversion feature
Redone because it originally included a bunch of sub pck support, which is no longer planned.
commit 03ebbd3d58
Author: MattN-L <MattNL.XBLD@gmail.com>
Date: Sun Mar 31 18:53:46 2024 -0400
Revert "Added PCK Endianness conversion features"
This reverts commit 565dabf38a.
commit 565dabf38a
Author: MattN-L <MattNL.XBLD@gmail.com>
Date: Mon Dec 11 21:02:14 2023 -0500
Added PCK Endianness conversion features
* Added PCK-Studio-Updater project
* Updated PCK-Studio-Updater to be a standanlone executable and added checkbox for using beta builds in the settings panel
* Rename constant define '_NOT_DEBUG' to 'NDEBUG' and moved it to .csproj file
* Add Console Installer Form
* Improved FTPClient constructor
* Add FTPClient.SetTimeoutLimit and made download and upload file accept a stream
* Add new Panels and move old for reference
* Update WiiU Install Panel
* Update FTPClient.ListDirectory
* Add Cemu Installer Panel
* CemuInstallPanel - Add path validation
* ConsoleInstaller - Removed PS3 support
* Rename 'Additional-Features' folder to 'Features'
* CemuInstallPanel - Add context item to add new custom pcks
* CemuInstallerPanel - Add function to remove pck from DLC folder
* CemuInstallPanel - Add directory exist check
* Rename 'ConsoleInstaller' to 'PckManager'
* Renamed Panels
* FTPClient.cs - Prefixed private class members with an underscore
* PckManager.cs - Renamed 'selectedPlatformComboBox' to 'supportedPlatformComboBox'
* CemuPanel.cs - Add better Directory name validation
* WiiUPanel.cs - Renamed some designer component names
* PS3Panel.cs - Removed unused text box
* PckManager.cs - Added message box for unimplemented panels
* CemuPanel.cs - Improved file path handling
* Removed PS3Panel.cs
* PckManager.cs - For now only Cemu is supported !
* Moved Features folder to project root and changed namespace of PckManager
* Removed StringExtensions and made method 'ContainsAny' generic and moved it to EnumerableExtensions