Commit Graph

1315 Commits

Author SHA1 Message Date
miku-666
76c8a856fe AnimationEditor - Fix null reference exception when loading treeview 2024-04-29 20:56:28 +02:00
miku-666
8f475070e3 AnimationPictureBox - Update animation system as a whole 2024-04-29 20:46:58 +02:00
miku-666
792399ca50 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2024-04-29 16:14:50 +02:00
miku-666
aadb8519b1 MainForm - Fix animation file name when creating a new one 2024-04-29 16:03:43 +02:00
MattN-L
b3dcb7160b MainForm: Added "Edit Texture Atlas" Button 2024-04-28 20:20:12 -04:00
miku-666
a3098bb39b Move 'IO' folder from 'Classes' to 'internal' folder 2024-04-28 20:52:22 +02:00
miku-666
37a920e578 Remove obsolete PCK-Studio.Installer project 2024-04-28 18:53:27 +02:00
miku-666
9410f7a0ad MainForm - Change description when adding a folder 2024-04-28 18:21:34 +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
MattN-L
8d487f8e3c ColEditor: Updated context menu
-Added icons for context menu items
-Context menu items now only appear in the proper context
2024-04-24 14:49:11 -04:00
MattN-L
ae8e9c0c23 Added file icons for copy, paste, and restore functions 2024-04-24 14:47:47 -04:00
miku-666
5d70172739 Update OMI submodule ref 2024-04-24 20:37:03 +02:00
MattN-L
bdf0411cd5 ColEditor: Added ability to add and remove colors (normal colors only) 2024-04-24 13:16:48 -04:00
MattN-L
3812015cd7 AnimEditor: Fixed model checkbox enabling not setting correctly when both set 2024-04-24 12:48:21 -04:00
MattN-L
aebdb64814 ColEditor: Fix for exception when restoring color that doesn't exist 2024-04-24 00:23:54 -04:00
miku-666
9c8ecdff0e Rename IPckSerializer/IPckDeserializer to IPckAssetSerializer/IPckAssetDeserializer 2024-04-23 17:55:24 +02:00
miku-666
c696ad9892 Remove deprecated resx files 2024-04-23 17:46:18 +02:00
miku-666
e6efd420a8 Remove Classes/API/PCKCenter folder as it's no longer supported 2024-04-21 14:16:54 +02:00
miku-666
6f93b0629b Rename PckFileDataExtensions to PckAssetExtensions 2024-04-21 14:13:26 +02:00
miku-666
dc8c7ba41a Update OMI and change PckFileData to PckAsset 2024-04-21 13:20:13 +02:00
miku-666
67ad95f623 Remove WiiUPanel.cs and FTPClient.cs 2024-04-21 13:06:28 +02:00
miku-666
034a3a0336 Rename 'IPckFileSerializer' to 'IPckSerializer'
To be more consistent with the name of 'IPckDeserializer'
2024-04-21 01:20:53 +02:00
miku-666
d91f3cca52 Update OMI submodule ref to fix loc file reading issue 2024-04-21 01:05:42 +02:00
miku-666
99a04c25a4 MainForm(Drag'n Drag) - Fix target node being null 2024-04-20 22:29:11 +02:00
miku-666
1622ea72ac CemuPanel - Change region name for japanese to "JP" 2024-04-20 11:12:44 +02:00
miku-666
a9416b1201 MainForm - Fix drag n drop working when not moving dragged item into folder thus causing a useless move and refresh over the treview 2024-04-19 19:28:02 +02:00
miku-666
55ef0e07b3 MainForm - Fix showing empty named folders and fix rename to show the actual file name 2024-04-19 19:26:10 +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
miku-666
f685ee29f6 AddFilePrompt - Fix Unused file type being selectable Beta_7.0 2024-04-12 20:39:19 +02:00
miku-666
b5081d4973 CemuPanel - Fix null reference exception thrown when double clicking no node 2024-04-06 11:38:17 +02:00
miku-666
5b1c429ccf MainForm - Fix PckManager preventing application to exit 2024-04-05 23:03:03 +02:00
miku-666
1580827fa6 MainForm - Update if condition in 'HandleOpenFile' 2024-04-05 23:01:14 +02:00
miku-666
f8eeb5da48 MainForm - Set file type handler for sub pck files to null 2024-04-05 23:00:11 +02:00
miku-666
4e19ccc7a3 MainForm - Rename 'openPck' to 'OpenPck' 2024-04-05 22:57:07 +02:00
miku-666
88af7fadb7 MainForm - Rename 'checkSaveState' to 'CheckSaveState' 2024-04-05 22:55:35 +02:00
miku-666
3d3dde49cc PckFileDataExtensions - Rename 'SetData<T>' to 'SetSerializedData' 2024-04-05 22:49:34 +02:00
miku-666
a4e9440ea0 PckFileDataExtensions - Rename 'Get<T>' to 'GetDeserializedData'/'GetData' respectively 2024-04-05 22:47:51 +02:00
miku-666
8784a12237 MainForm - Rename 'setModelVersion' to 'SetModelVersion' 2024-04-05 14:36:19 +02:00
miku-666
e40eea5fcb MainForm - Update setModelVersion 2024-04-05 14:34:17 +02:00
miku-666
966782567f MainForm - Rename 'setPCKEndiannessStripMenuItem_Click' to 'SetPckEndianness' 2024-04-05 14:14:27 +02:00
miku-666
c547a828ab MainForm - Update setPCKEndiannessStripMenuItem_Click to not use the dynamic keyword 2024-04-05 13:45:01 +02:00
miku-666
aaeda546e4 PckFileDataExtensions - Add SetTexture 2024-04-05 00:34:48 +02:00
miku-666
29ee312d71 Add ImageSerializer/Deserializer 2024-04-05 00:32:36 +02:00
miku-666
c287d7c03f Move Animation Serializer/Deserializer to Serializer/Deserializer folder 2024-04-05 00:30:44 +02:00
MattN-L
aa21857b53 Added models.bin conversion feature 2024-04-02 13:05:33 -04:00
MattN-L
97b336a89a Updated and split entity json data 2024-04-01 02:22:45 -04:00
MattN-L
29d43035ff Fix for modified collection in CorrectSkinDecimals function 2024-03-31 20:45:25 -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
71728d3bd7 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2024-03-31 23:30:05 +02:00