Commit Graph

33 Commits

Author SHA1 Message Date
miku-666
9af7924630 Program.cs - Moved 'RPC.Deinitialize();' to 'Application.ApplicationExit' event 2023-06-29 18:32:10 +02:00
miku-666
6024c4ad22 Added SettingsManager.cs 2023-06-13 18:14:34 +02:00
MattNL
756201296a UserSettings now loaded before form loading
-This way users who select the little endian option can open their pck files directly
2023-06-04 19:22:37 -04:00
miku-666
8e312d4ae4 Moved RPC init/deinit to Program file 2023-06-03 17:49:13 +02:00
miku-666
2e4cf6f1c8 Program.cs - Removed unnecessary using statement 2023-06-03 12:00:09 +02:00
miku-666
38d14661ef Improved performance im ChangeTile form 2023-05-14 16:46:20 +02:00
Miku-666
6f273008c9 Manage Pcks feature (#18)
* 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
2023-05-07 16:29:37 +02:00
miku-666
b158981108 Added 'Internals' folder to project and moved SkinANIM, SkinBox, CommitInfo and ProgramInfo(ApplicationBuildInfo now) into 'Internals' 2023-05-03 16:32:36 +02:00
miku-666
85a3909a91 Program.cs - Updated 'ProgramInfo.BuildCalendar' to only initialize once 2023-05-02 18:30:35 +02:00
miku-666
ca298ed5be Added Beta build configuration and added CommitInfo class 2023-05-02 17:04:39 +02:00
miku-666
4a41612188 Updated ProgramInfo.BuildVersion to only return the version format 2023-04-25 18:15:02 +02:00
miku-666
04fda240a2 Update Discord RPC class 2023-04-01 11:12:07 +02:00
MattNL
2374199194 Changed display text for debug release 23w11b 2023-03-08 20:01:22 -05:00
MattNL
13f587e604 Changed display text for debug release 23w11a 2023-03-07 12:07:31 -05:00
MattNL
f166c1c282 Change debug build to "E" 2023-03-05 16:23:01 -05:00
MattNL
3ca723edc2 Changed program build to "D" 2023-03-04 12:53:16 -05:00
MattNL
d4a1cfbebe Change build to "C" 2023-03-04 11:34:29 -05:00
miku-666
54b81e2c2f Main Form - disable convert PC Textrure Pack menu item 2023-03-04 17:17:07 +01:00
miku-666
225fb48285 Merge 'main' into https://github.com/PhoenixARC/-PCK-Studio/tree/main 2023-03-03 17:39:18 +01:00
miku-666
61bcef1c9f Program.cs - Remove 'Debug.WriteLine(Info.LastCommitHash)' 2023-03-03 17:38:05 +01:00
MattNL
12f3be70b3 Changed build from "a" to "b" 2023-03-03 05:23:47 -05:00
miku-666
690785781f Move Version Number construction into ProgramInfo class and add last commit hash as a usable string 2023-03-02 16:05:59 +01:00
miku-666
6ce84603c9 Revert "Program.cs - Change 'System.Globalization.CultureInfo.CurrentCulture' to 'System.Globalization.CultureInfo.CurrentCulture.NumberFormat'"
This reverts commit 3c94ced692.
2023-01-13 17:38:27 +01:00
miku-666
0b32b8470a MainForm.cs - Rename 'LoadFromPath' to 'LoadPck' 2023-01-13 16:48:39 +01:00
miku-666
3c94ced692 Program.cs - Change 'System.Globalization.CultureInfo.CurrentCulture' to 'System.Globalization.CultureInfo.CurrentCulture.NumberFormat' 2023-01-13 16:46:35 +01:00
MattNL
0f2fb17432 Added global fix for localized decimal parsing 2022-11-04 19:38:40 -04:00
miku-666
5a76b9a035 Revert "Add debug log file when in release mode"
This reverts commit 0230be4541.
2022-11-04 11:14:43 +01:00
miku-666
0230be4541 Add debug log file when in release mode 2022-11-04 11:09:46 +01:00
miku-666
2a7d4ad139 Add Debug Listener and made Program variables readonly 2022-09-28 16:45:42 +02:00
miku-666
f19aafaf56 Add file exists check when opening file via cli 2022-09-23 20:46:29 +02:00
miku-666
6f9f1f0e50 Add static strings to Program class 2022-09-01 19:41:06 +02:00
miku-666
14746d8c51 Add loading pck via terminal 2022-08-27 14:16:45 +02:00
miku-666
768bdc4dc7 Rename MinecraftUSkinEditor -> PCK-Studio, PckStudio.Installer
-> `PCK-Studio.Installer` and rename solution
2022-08-11 21:25:00 +02:00