1504 Commits

Author SHA1 Message Date
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
miku-666
95c1dd5bf2 AnimationEditor - Fix gif importing not working 2024-03-31 23:29:31 +02:00
MattN-L
1381b741fc Fix Target Version Duplication bug 2024-03-31 17:06:17 -04:00
MattN-L
9615114d71 Added Menu Tool for PS4 Biome Water Colors 2024-03-31 15:37:34 -04:00
MattN-L
a272fcb32f Improved Copy + Paste functionality 2024-03-31 15:01:56 -04:00
MattN-L
000743d370 Fixed color text box in color editor 2024-03-31 13:27:33 -04:00
miku-666
ce2358618a MainForm - Updated limiting recent file count 2024-03-31 18:55:42 +02:00
miku-666
74633b5729 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2024-03-31 18:54:36 +02:00
MattN-L
21636f9215 Fixed tga animations not displaying 2024-03-31 12:44:02 -04:00
miku-666
d461454027 MainForm - Fix PckManager window being on top of everything 2024-03-31 18:12:32 +02:00
miku-666
bb452dcf0a Merge branch 'main' into https://github.com/PhoenixARC/-PCK-Studio 2024-03-31 17:29:58 +02:00
miku-666
e36ebe5878 Add IPckSerializer and IPckDeserializer and Update Animation/AnimationEditor 2024-03-31 17:26:25 +02:00