Commit Graph

71 Commits

Author SHA1 Message Date
miku-666
f589b5ad7d [WIP] Sub-pck in new tab with savecontext etc. 2025-03-14 18:17:32 +01:00
miku-666
305e61ba70 Merge 'multi-pck-files-feature' into '3dSkinRenderer' 2025-03-09 09:56:49 +01:00
miku-666
c91def4a77 Add ModelEditor 2024-09-01 17:25:13 +02:00
miku-666
4c41504a0b Fix right click issue on main treeview(#34) 2024-06-24 19:26:59 +02:00
miku-666
2ad8423eff MainForm - Add some main menu icons 2024-06-21 19:49:09 +02:00
miku-666
c5098bf4af Rename every variable-/parameter-/propertyname of type PckAsset from 'file' to 'asset' 2024-06-21 19:19:27 +02:00
miku-666
5725e26ce6 MainForm - Updated context menu
- Move misc functions to main context menu and only show on selected file types
2024-05-19 14:19:43 +02:00
miku-666
ea77b6b6d2 MainForm - Make context menu entries only show on appropriate items 2024-04-26 21:52:44 +02:00
miku-666
d7375f95d6 MainForm - Remove move up/down menu items in favor of drag n' drop 2024-04-26 21:05:23 +02:00
Miku-666
e64acf0317 Re-implemented Drag n drop (#26)
* [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
2024-04-18 19:07:19 +02:00
MattN-L
aa21857b53 Added models.bin conversion feature 2024-04-02 13:05:33 -04:00
MattN-L
8293cd5b61 Added PCK Endianness Conversion
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
2024-03-31 20:17:56 -04:00
miku-666
1f359ce8a7 MainForm - Add functionality to main menu exit button 2024-03-30 12:22:01 +01:00
miku-666
1cadb432ee MainForm - Add Recently open file menu item 2024-03-30 02:20:05 +01:00
miku-666
84afe15f8d MainForm - Remove Extract main menu item 2024-03-30 01:09:12 +01:00
miku-666
526d7cfd86 MainForm - Add Icons to main menu items 2024-03-30 01:02:38 +01:00
miku-666
8d34d98fd9 MainForm - Remove tool strip to pck center and cleaned up tool strip menu header 2024-03-24 16:27:29 +01:00
miku-666
60958860ce MainForm - Remove 'Convert to Bedrock' feature 2024-03-13 18:14:51 +01:00
miku-666
3f4b7b705e MainForm - Remove 'Add Custom Icon' feature 2024-03-13 18:13:19 +01:00
MattNL
f83e562de7 Temporarily added Move Up/Down functionality for skins 2023-10-09 14:10:40 -04:00
Miku-666
1e94d23281 Added new PCK-Studio Updater (#20)
* 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
2023-10-08 15:00:01 +02:00
miku-666
a47272442f MainForm - Made toolStripSeparator not generate member variables 2023-08-28 14:00:03 +02:00
miku-666
a143b65e07 Removed Pref.cs and 'PCK Manager.cs' 2023-08-12 10:58:38 +02:00
miku-666
9bfda0090c Moved ToolboxItems out of 'Classes' folder and moved AnimationPictureBox to ToolboxItems 2023-08-12 10:43:11 +02:00
miku-666
5a3546feb0 Updated every form to use ProjectLogo.ico 2023-07-21 12:31:09 +02:00
miku-666
426792390b MainForm - Added Shortcutkeys for opening and saving files 2023-07-07 21:10:12 +02:00
miku-666
eaec635ad9 MainForm - Reorganized MenuStrip Items and renamed some MenuStrip items 2023-07-07 20:40:53 +02:00
miku-666
80d29d4b66 MainForm - Removed 'binkaConversionToolStripMenuItem' 2023-07-07 19:28:23 +02:00
miku-666
4148f56683 MainForm - Renamed 'pictureBoxImagePreview' to 'previewPictureBox' and hide pictureBox2(pck studio logo) 2023-06-16 16:54:52 +02:00
miku-666
6024c4ad22 Added SettingsManager.cs 2023-06-13 18:14:34 +02:00
MattNL
4c587a27a2 Expanded pack icon feature 2023-06-10 07:29:39 -04:00
miku-666
b12b4481b0 Removed unused members in multiple files 2023-06-03 19:19:13 +02:00
MattNL
119bb36ccc Added menu items to make ANIM and BOX entries
-with access to their respective editors
2023-06-03 06:09:30 -04:00
miku-666
b92511f4a0 Added AppBehaviorSettingsForm and a few user settings 2023-05-15 20:51:11 +02:00
miku-666
2b9579f3de MainForm - Removed unused 'needsUpdate' member 2023-05-15 18:13:25 +02:00
miku-666
8e01aceec2 Added proper support for Packs that include Xml Version string 2023-05-11 20:45:59 +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
5ffa230c8a Removed unused Resources, moved corp logo to external folder and add simple icons 2023-05-07 15:36:47 +02:00
miku-666
81b4870226 MainForm.cs - PckCenter Tool strip now only opens on debug and beta builds 2023-05-03 15:55:22 +02:00
miku-666
1e7db523e2 MainForm.cs - Removed convert PC TextrurePack ToolStrip 2023-05-02 19:20:18 +02:00
MattNL
6f74ba2aca Added simple audio conversion tools 2023-05-01 07:07:29 -04:00
MattNL
b62a5af4c2 Added link to the public Trello board 2023-04-29 19:34:31 -04:00
miku-666
43e69798d3 MainForm - Fixed Pck File label showing previous file name when opening a template file 2023-04-01 16:41:35 +02:00
miku-666
6a94f952d5 Remove MetaList form 2023-03-13 17:42:50 +01:00
MattNL
9e1e6e08d2 Added ability to create new EntityMaterial Files 2023-03-04 11:41:47 -05:00
miku-666
54b81e2c2f Main Form - disable convert PC Textrure Pack menu item 2023-03-04 17:17:07 +01:00
miku-666
599a66c9b5 Remove Password check when opening pck file 2023-03-04 13:11:01 +01:00
miku-666
aba4d6ab34 PCKFile - Add 'CreateNew' method 2023-03-04 12:41:53 +01:00
MattNL
5db8e3ada5 Added tool to create new Behaviour files 2023-03-03 04:46:26 -05:00
MattNL
cf42fa6efc Added Current PCK File label to Editor Tab 2023-03-01 06:28:16 -05:00