Commit Graph

  • e6efd420a8 Remove Classes/API/PCKCenter folder as it's no longer supported miku-666 2024-04-21 14:16:54 +02:00
  • 6f93b0629b Rename PckFileDataExtensions to PckAssetExtensions miku-666 2024-04-21 14:13:26 +02:00
  • 4285bbdb41 Merge branch 'main' into '3dSkinRenderer' miku-666 2024-04-21 14:00:22 +02:00
  • dc8c7ba41a Update OMI and change PckFileData to PckAsset miku-666 2024-04-21 13:20:13 +02:00
  • 67ad95f623 Remove WiiUPanel.cs and FTPClient.cs miku-666 2024-04-21 13:06:28 +02:00
  • 034a3a0336 Rename 'IPckFileSerializer' to 'IPckSerializer' To be more consistent with the name of 'IPckDeserializer' miku-666 2024-04-21 01:20:53 +02:00
  • d91f3cca52 Update OMI submodule ref to fix loc file reading issue miku-666 2024-04-21 01:05:42 +02:00
  • 99a04c25a4 MainForm(Drag'n Drag) - Fix target node being null miku-666 2024-04-20 22:29:11 +02:00
  • 6cac3eb431 Merge branch 'main' into 'multi-pck-files-feature' miku-666 2024-04-20 21:13:56 +02:00
  • 40195cb9ef Merge branch 'main' into 3dSkinRenderer miku-666 2024-04-20 11:16:45 +02:00
  • 1622ea72ac CemuPanel - Change region name for japanese to "JP" miku-666 2024-04-20 11:12:44 +02:00
  • a9416b1201 MainForm - Fix drag n drop working when not moving dragged item into folder thus causing a useless move and refresh over the treview miku-666 2024-04-19 19:28:02 +02:00
  • 55ef0e07b3 MainForm - Fix showing empty named folders and fix rename to show the actual file name miku-666 2024-04-19 19:26:10 +02:00
  • b39ddccd51 Merge branch 'main' into 3dSkinRenderer miku-666 2024-04-18 19:11:04 +02:00
  • e64acf0317 Re-implemented Drag n drop (#26) Miku-666 2024-04-18 19:07:19 +02:00
  • fd1f64a5f9 CustomSkinEditor - Rename 'skinModelFileFilters' to 'AvailableModelFileFilters' and add check when importing blockbench model miku-666 2024-04-16 20:15:27 +02:00
  • 50959fe7cf CustomSkinEditor - Add bedrock legacy model import support miku-666 2024-04-16 20:11:40 +02:00
  • d8acbcc8ea Move FileDialogFilter to FileDialogFilter.cs miku-666 2024-04-16 19:52:13 +02:00
  • 6f2abf2f22 Merge branch 'main' into 3dSkinRenderer miku-666 2024-04-12 23:20:36 +02:00
  • f685ee29f6 AddFilePrompt - Fix Unused file type being selectable Beta_7.0 miku-666 2024-04-12 20:39:19 +02:00
  • c426522839 SkinRenderer - Replace 'AddCustomModelPart' type checking from exception throwing to writting a trace warning message miku-666 2024-04-08 17:05:09 +02:00
  • dad3cdb27b SkinRenderer - Update 'OverlayScale' const to 0.25f miku-666 2024-04-08 17:03:23 +02:00
  • a7efbd1c34 CustomSkinEditor - Add Bedrock model import miku-666 2024-04-08 16:55:05 +02:00
  • 416ef2424e CubeGroupMesh - Made 'Translation' and 'Pivot' properties getter only properties miku-666 2024-04-08 16:53:39 +02:00
  • e2bf5cff3b CustomSkinEditor - Update 'TranslatePosition' to accept translation Vector miku-666 2024-04-08 16:28:14 +02:00
  • a9853a97f8 CustomSkinEditor - Fix block bench model import that contains child ouliners miku-666 2024-04-08 16:26:12 +02:00
  • be44713be2 CustomSkinEditor - Fix block bench model import that has no texture attached miku-666 2024-04-07 10:32:20 +02:00
  • 1ecf2b99fb CustomSkinEditor - Add simple conversion to overlay part when importing block bench models miku-666 2024-04-06 23:28:54 +02:00
  • 189c28dbd3 SkinBOX - Add static member 'ValidBoxTypes' miku-666 2024-04-06 23:26:53 +02:00
  • 5c08334bf2 CustomSkinEditor - Rename 'FileDialogOption' to 'FileDialogFilter' miku-666 2024-04-06 21:34:08 +02:00
  • 937daca168 CustomSkinEditor - Add block bench model import miku-666 2024-04-06 21:33:17 +02:00
  • bfffad35eb Merge branch 'main' into '3dSkinRenderer' miku-666 2024-04-06 12:22:06 +02:00
  • b5081d4973 CemuPanel - Fix null reference exception thrown when double clicking no node miku-666 2024-04-06 11:38:17 +02:00
  • 5b1c429ccf MainForm - Fix PckManager preventing application to exit miku-666 2024-04-05 23:03:03 +02:00
  • 1580827fa6 MainForm - Update if condition in 'HandleOpenFile' miku-666 2024-04-05 23:01:14 +02:00
  • f8eeb5da48 MainForm - Set file type handler for sub pck files to null miku-666 2024-04-05 23:00:11 +02:00
  • 4e19ccc7a3 MainForm - Rename 'openPck' to 'OpenPck' miku-666 2024-04-05 22:57:07 +02:00
  • 88af7fadb7 MainForm - Rename 'checkSaveState' to 'CheckSaveState' miku-666 2024-04-05 22:55:35 +02:00
  • 3d3dde49cc PckFileDataExtensions - Rename 'SetData<T>' to 'SetSerializedData' miku-666 2024-04-05 22:49:34 +02:00
  • a4e9440ea0 PckFileDataExtensions - Rename 'Get<T>' to 'GetDeserializedData'/'GetData' respectively miku-666 2024-04-05 22:47:51 +02:00
  • 8784a12237 MainForm - Rename 'setModelVersion' to 'SetModelVersion' miku-666 2024-04-05 14:36:19 +02:00
  • e40eea5fcb MainForm - Update setModelVersion miku-666 2024-04-05 14:34:17 +02:00
  • 966782567f MainForm - Rename 'setPCKEndiannessStripMenuItem_Click' to 'SetPckEndianness' miku-666 2024-04-05 14:14:27 +02:00
  • c547a828ab MainForm - Update setPCKEndiannessStripMenuItem_Click to not use the dynamic keyword miku-666 2024-04-05 13:45:01 +02:00
  • aaeda546e4 PckFileDataExtensions - Add SetTexture miku-666 2024-04-05 00:34:48 +02:00
  • 29ee312d71 Add ImageSerializer/Deserializer miku-666 2024-04-05 00:32:36 +02:00
  • c287d7c03f Move Animation Serializer/Deserializer to Serializer/Deserializer folder miku-666 2024-04-05 00:30:44 +02:00
  • aa21857b53 Added models.bin conversion feature MattN-L 2024-04-02 13:05:33 -04:00
  • 10b1fd768b Merge branch 'main' into '3dSkinRenderer' miku-666 2024-04-01 18:34:58 +02:00
  • 97b336a89a Updated and split entity json data MattN-L 2024-04-01 02:22:45 -04:00
  • 29d43035ff Fix for modified collection in CorrectSkinDecimals function MattN-L 2024-03-31 20:45:25 -04:00
  • 8293cd5b61 Added PCK Endianness Conversion MattN-L 2024-03-31 20:12:40 -04:00
  • 95bd1957d8 Added endianness conversion feature PCK-Endianness-Conversion MattN-L 2024-03-31 19:26:17 -04:00
  • 03ebbd3d58 Revert "Added PCK Endianness conversion features" MattN-L 2024-03-31 18:53:46 -04:00
  • 71728d3bd7 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2024-03-31 23:30:05 +02:00
  • 95c1dd5bf2 AnimationEditor - Fix gif importing not working miku-666 2024-03-31 23:29:31 +02:00
  • 1381b741fc Fix Target Version Duplication bug MattN-L 2024-03-31 17:06:17 -04:00
  • 9615114d71 Added Menu Tool for PS4 Biome Water Colors MattN-L 2024-03-31 15:37:34 -04:00
  • a272fcb32f Improved Copy + Paste functionality MattN-L 2024-03-31 14:36:03 -04:00
  • 000743d370 Fixed color text box in color editor MattN-L 2024-03-31 13:27:33 -04:00
  • ce2358618a MainForm - Updated limiting recent file count miku-666 2024-03-31 18:55:42 +02:00
  • 74633b5729 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2024-03-31 18:54:36 +02:00
  • 21636f9215 Fixed tga animations not displaying MattN-L 2024-03-31 12:44:02 -04:00
  • d461454027 MainForm - Fix PckManager window being on top of everything miku-666 2024-03-31 18:12:32 +02:00
  • bb452dcf0a Merge branch 'main' into https://github.com/PhoenixARC/-PCK-Studio miku-666 2024-03-31 17:29:58 +02:00
  • e36ebe5878 Add IPckSerializer and IPckDeserializer and Update Animation/AnimationEditor miku-666 2024-03-31 17:26:25 +02:00
  • 2f0abe3389 Assigned an owner to every instance of show/showdialog MattN-L 2024-03-31 11:25:15 -04:00
  • b0ed143843 Fix for loss of data in rebuilt sub-pcks MattN-L 2024-03-30 15:48:07 -04:00
  • 613795d960 Added compression support to BinkaToWav converter MattN-L 2024-03-30 13:53:28 -04:00
  • 6c2047f6c0 Fix exception when moving skin under or below a folder MattN-L 2024-03-30 13:31:52 -04:00
  • 1f359ce8a7 MainForm - Add functionality to main menu exit button miku-666 2024-03-30 12:22:01 +01:00
  • 5d82ac33d5 Merge branch 'main' into '3dSkinRenderer' miku-666 2024-03-30 02:22:50 +01:00
  • 1cadb432ee MainForm - Add Recently open file menu item miku-666 2024-03-30 02:20:05 +01:00
  • fc883d2364 Update Assembly info miku-666 2024-03-30 01:48:11 +01:00
  • 84afe15f8d MainForm - Remove Extract main menu item miku-666 2024-03-30 01:09:12 +01:00
  • 526d7cfd86 MainForm - Add Icons to main menu items miku-666 2024-03-30 01:02:38 +01:00
  • 85ac2ac3a9 MainForm - Fix import extracted skins folder respecting selected node miku-666 2024-03-29 23:57:40 +01:00
  • 9c7e633fd7 Add documentation for PSM file format miku-666 2024-03-29 22:30:08 +01:00
  • 4a37d46a1a NumericPrompt - Add DecimalPlaces property miku-666 2024-03-29 21:45:11 +01:00
  • 0c271b2777 Rename CSMB to PSM and add loader to CustomSkinEditor for PSM FIles miku-666 2024-03-29 16:44:46 +01:00
  • 8b4d4e6cf3 Move FileFormats folder into Internal folder miku-666 2024-03-29 16:35:34 +01:00
  • ef05ed1dc7 CustomSkinEditor - Add functionality for setting skin parrt offsets miku-666 2024-03-29 14:43:21 +01:00
  • b75028df06 SkinPartOffset - Chnage visibility of 'ValidModelOffsetTypes' miku-666 2024-03-29 14:35:20 +01:00
  • 4a554569dc SkinPartOffset - Change member variables 'Type' and 'Value' to properties miku-666 2024-03-29 14:32:35 +01:00
  • 5627aaa68f SkinRenderer - Add GetOffsets miku-666 2024-03-29 14:31:03 +01:00
  • e4db9a55b1 NumericPrompt - Fix up down not rendering when tooltip is not set miku-666 2024-03-29 14:28:30 +01:00
  • fb2cb24055 Skin.cs - Made 'AdditionalBoxes' and 'PartOffsets' members readonly miku-666 2024-03-29 14:27:10 +01:00
  • 72548b0d0a SkinEditor - Validate offset type in SetPartOffset miku-666 2024-03-29 14:25:59 +01:00
  • 5856d20b65 CustomSkinEditor - Update LoadModelData function miku-666 2024-03-29 14:24:06 +01:00
  • ad7e431899 CSMBFileReader -Implemented FromFile method miku-666 2024-03-26 18:37:48 +01:00
  • 7d4c2908d6 Update - CSMBOffsetType enum values miku-666 2024-03-26 18:33:52 +01:00
  • e66fe5f42e CustomSkinEditor - Remove JSONToCSM function miku-666 2024-03-24 16:53:07 +01:00
  • ff753b7003 Merge branch 'main' into '3dSkinRenderer' miku-666 2024-03-24 16:47:28 +01:00
  • 8fee4c96d1 PckStudio.csproj - Remove Forms/Utilities folder miku-666 2024-03-24 16:40:54 +01:00
  • 8d34d98fd9 MainForm - Remove tool strip to pck center and cleaned up tool strip menu header miku-666 2024-03-24 16:27:29 +01:00
  • 8c46cccef1 Merge branch 'main' into '3dSkinRenderer' miku-666 2024-03-24 15:51:58 +01:00
  • 4642d58383 MainForm - Use explicit type when type cannot be inferred miku-666 2024-03-24 15:47:44 +01:00
  • 9ab906920d MainForm - Mark SubPck functions as obsolete miku-666 2024-03-24 15:07:34 +01:00
  • 0198beb6e8 MainForm - Fix 3dst export crashing when file is tga image miku-666 2024-03-24 15:06:35 +01:00
  • f645914ee6 Add Tga file support (#25) Miku-666 2024-03-24 14:48:49 +01:00