Commit Graph

947 Commits

Author SHA1 Message Date
miku-666
56aa41bb66 AddFilePrompt - Changes namespace and changed 'Filetype' to be 'PckFile.FileData.FileType' 2023-05-14 16:56:12 +02:00
miku-666
6b7ec71cef AnimationEditor - Refactored and moved import/export function under 'File' menu item 2023-05-14 16:55:39 +02:00
miku-666
38d14661ef Improved performance im ChangeTile form 2023-05-14 16:46:20 +02:00
MattNL
45ea0aec21 Fix for texture exported in the wrong folder 2023-05-13 14:16:31 -04:00
miku-666
f727f52658 Animation - Fixed null reference exception in constructor 2023-05-13 20:12:35 +02:00
miku-666
1f47f0cfd1 Animation - Fixed bug where constructor would add frames twice 2023-05-13 19:56:03 +02:00
miku-666
7c62a19d05 AnimationEditor - Added menu bar item to import animation from gif files 2023-05-13 19:39:50 +02:00
miku-666
ce41a6c355 Splited ImageLayoutDirection and ImageSection into their own files 2023-05-13 19:00:34 +02:00
miku-666
4da4b40afa ImageExtensions - Fixed CreateImage skipping images and changed functions to internal 2023-05-13 18:56:13 +02:00
miku-666
7943b97459 Made ColorExtension functions internal 2023-05-13 18:54:02 +02:00
miku-666
9349b7d435 PictureBoxWithInterpolationMode - Added PixelOffestMode to be HighQuality 2023-05-13 18:53:10 +02:00
miku-666
b5d121f285 Added ApplicationScope static class 2023-05-12 21:51:27 +02:00
miku-666
11d56af848 Animation.cs - Removed index operator 2023-05-12 17:22:11 +02:00
miku-666
ea8484a6d9 "PCK Manager".cs - Marked as Obsolete 2023-05-12 17:15:21 +02:00
miku-666
4f06ee8165 MainForm - Updated 'IsSubPCKNode' and removed unreferenced functions 2023-05-12 16:50:33 +02:00
miku-666
0f60436baf AddEntry.cs - Made EntityJSONData static 2023-05-11 22:19:13 +02:00
miku-666
2c21976abb CemuPanel now tries to get cemu user settings upon selecting 2023-05-11 22:18:10 +02:00
miku-666
3977fe4e6d AnimationEditor - fixed menu bar item being disabled 2023-05-11 22:16:18 +02:00
miku-666
82d9ac511d Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-05-11 22:12:33 +02:00
miku-666
c5d32f9329 AnimationEditor - Merged Start and Stop button into on button 2023-05-11 21:00:15 +02:00
miku-666
8e01aceec2 Added proper support for Packs that include Xml Version string 2023-05-11 20:45:59 +02:00
MattNL
31521c89b8 Fixed EntityData not loading in the AddEntry form 2023-05-11 11:22:13 -04:00
MattNL
16c3037a80 Removed ModelResources.cs 2023-05-11 11:16:56 -04:00
miku-666
ae1d1147a5 AnimationPictureBox - Fixed multiple bugs when exiting playing interpolated animation 2023-05-10 20:15:40 +02:00
MattNL
6d86f495cf Changed interpolation checkbox label 2023-05-10 10:34:13 -04:00
miku-666
3e5958de97 AnimationEditor - Added Interpolation to animation 2023-05-10 15:23:37 +02:00
miku-666
a8d958348d Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-05-10 15:18:00 +02:00
MattNL
3c56551b63 Removed credits editor from Audio Editor 2023-05-10 07:17:55 -04:00
MattNL
71fe1e4cd8 Fix for crash when organizing binka files 2023-05-10 07:17:17 -04:00
MattNL
0190c18be2 Fix for backslash bug in Audio Editor 2023-05-10 07:16:28 -04:00
MattNL
97bf6a11db Added a warning when using the Model Generator 2023-05-10 05:38:23 -04:00
MattNL
367205b409 Corrected box and offset names in Model Generator 2023-05-10 05:35:17 -04:00
miku-666
080c972550 Animation.cs - Changed Frame struct to class 2023-05-09 13:03:15 +02:00
miku-666
045d9fb7ff AnimationPlayer.cs - Renamed 'BaseTickSpeed' and set its value to 50 2023-05-09 13:00:15 +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
6ffca2e226 Added file_import and file_export icons 2023-05-07 16:21:51 +02:00
miku-666
e8061dbd38 Added Windows 10 as a supported os in app.manifest 2023-05-07 16:00:50 +02:00
miku-666
7fbde5593b Removed More2.png and sdDownload.png 2023-05-07 15:59:27 +02:00
miku-666
73d665f8ae Moved music and replace icon 2023-05-07 15:56:07 +02:00
miku-666
5ffa230c8a Removed unused Resources, moved corp logo to external folder and add simple icons 2023-05-07 15:36:47 +02:00
miku-666
a305d99c38 Removed unused power icons and renamed MROE ro HamburgerMenuIcon 2023-05-07 15:14:46 +02:00
miku-666
c287a50e96 Removed apps.zip and pckClosed.bmp 2023-05-07 14:17:57 +02:00
miku-666
f942dcab8b Animation.cs - Fixed anim containing empty entry at the end of the string 2023-05-07 13:54:52 +02:00
MattNL
7ff6956d99 Fix to allow negative values in behaviour files 2023-05-06 05:32:48 -04:00
miku-666
0447930900 MainForm.cs - Fixed Editor trying to load empty sub pck file 2023-05-04 22:31:27 +02:00
miku-666
b4059ca20f MainForm.cs - Fixed issue with gdi trying to play gif files 2023-05-04 15:26:11 +02:00
miku-666
bef679dc82 PckStudio.csproj - Added condition to only aquire commit hash and branch name when in debug mode 2023-05-04 14:37:40 +02:00
miku-666
7777fb21ca Moved Extensions folder out of Classes folder 2023-05-04 13:00:48 +02:00
miku-666
47cd6e4629 MainForm.cs - Fixed Application not showing Title in task bar 2023-05-03 17:02:29 +02:00
miku-666
cb7b4565f5 SkinBOX.cs - Added ICloneable and IEquatable interfaces 2023-05-03 16:50:57 +02:00