Commit Graph

  • cd21ee8017 Marked generateModel as obsolete MattNL 2023-04-25 19:42:22 -04:00
  • 591e1ac5dc Fixed part and offset names in GenerateModel MattNL 2023-04-25 19:41:58 -04:00
  • 455b266a6b Box Editor now utilizes the new SkinBox class rather than its own MattNL 2023-04-25 19:40:39 -04:00
  • ffbb8fa578 Colons are now removed when using the edit all entries function MattNL 2023-04-25 19:40:16 -04:00
  • 35fb42ecaa Added a SkinBox class for multiple forms to use MattNL 2023-04-25 19:29:24 -04:00
  • 2e889ab8f0 Added ColorExtensions miku-666 2023-04-25 18:23:40 +02:00
  • 12b7fce6ef MainForm.cs - Removed unnecessary mods folder creation on startup miku-666 2023-04-25 18:19:10 +02:00
  • 931bc861c7 ImageExtensions.cs - Renamed ImageFromImageArray to CombineImages miku-666 2023-04-25 18:17:09 +02:00
  • 4a41612188 Updated ProgramInfo.BuildVersion to only return the version format miku-666 2023-04-25 18:15:02 +02:00
  • 4225372021 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-04-24 15:15:07 +02:00
  • 995fb47f42 Renamed folder 'IO/PCK' to 'IO/PckAudio' and renamed PCKAudioFile to PckAudioFile miku-666 2023-04-24 15:14:15 +02:00
  • 314ea2b107 Merge main into 'SkinPackConversion' miku-666 2023-04-23 20:19:07 +02:00
  • a6e5548746 Added LegacySkinExporter miku-666 2023-04-23 20:17:56 +02:00
  • 3577529fac Move Bedrock json definitions to Conversion/CommonJsonDefinitions miku-666 2023-04-23 19:30:59 +02:00
  • 6acbb8c209 remove link to unknown developer PhoenixARC 2023-04-19 16:14:28 -04:00
  • 485011c552 Removed unused BedrockJSONtoCSM and CSMtoBedrockJSON miku-666 2023-04-17 17:58:57 +02:00
  • 809f6166dc Updated CBH Theme repo link and removed MechanikaDesign from Vendors miku-666 2023-04-16 19:59:39 +02:00
  • 876a05d05d ImageExtensions.cs - Add size check when blending two images miku-666 2023-04-16 19:23:05 +02:00
  • f99d0f4fd2 Add default value for GraphicsConfig.CompositingMode miku-666 2023-04-16 19:20:46 +02:00
  • ba188630d2 Update README update section to recurs submodules miku-666 2023-04-13 10:39:05 +02:00
  • 092d76e1bc Rename and Moved ListUtils miku-666 2023-04-10 12:26:42 +02:00
  • 04b0b66f67 Remove CSM.cs and 3DSUtil and created reader/writer for 3ds textures miku-666 2023-04-10 11:29:18 +02:00
  • 60fbdfe795 ImageExtensions.cs - Improve Blend function when blending with a color miku-666 2023-04-10 11:01:23 +02:00
  • 4b105ab819 ImageExtensions.cs - Rename some function member names and use Math.DivRem miku-666 2023-04-10 10:59:19 +02:00
  • f2ced4285a ImageExtensions.cs - Move 'ImageLayoutDirection' to namespace level miku-666 2023-04-10 10:57:34 +02:00
  • 4cd8c64ea3 ImageExtensions- Add 'ImageLayoutInfo.SectionArea' miku-666 2023-04-09 19:27:43 +02:00
  • 499ed6f292 ImageExtensions - 'CalculateImageSize' now checks for all images to be the same size miku-666 2023-04-09 19:25:13 +02:00
  • 7ec2a70ee0 ImageExtensions - Remove GraphicsUnit argument from 'GetArea' miku-666 2023-04-09 19:23:59 +02:00
  • 9d3104fe96 Added 'BlendMode.Screen' miku-666 2023-04-09 19:20:12 +02:00
  • 0e12fd5a8e Add GraphicsExtensions and move GraphicsConfig miku-666 2023-04-09 18:34:23 +02:00
  • 59cd8575b1 Fix wrong spelling of 'Extentions' to 'Extensions' and Add blending to 'ImageExtension' miku-666 2023-04-08 22:34:44 +02:00
  • 1c01544a48 ThemeForm.cs - Fixed forms not laoding in designer miku-666 2023-04-07 18:17:05 +02:00
  • 476b4755ee AboutThisProgram.cs - Made setting developer icons and names thread safe miku-666 2023-04-07 17:59:53 +02:00
  • cf7aa3ccbe Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-04-07 17:28:06 +02:00
  • a5a408a30e Remove StreamDataReader/Writer and use OMI.EndianAwareBinaryreader/Writer miku-666 2023-04-06 14:15:34 +02:00
  • 3aa5a3818a Update OMI Lib ref commit to latest miku-666 2023-04-06 13:27:52 +02:00
  • 9313ab3656 InMemoryExportContext.cs - Fixed _buffer being null miku-666 2023-04-06 13:24:33 +02:00
  • 91ac72a7f8 BedrockSkinExporter.cs - Fixed Exceptions thrown at runtime miku-666 2023-04-06 13:05:18 +02:00
  • 04e547ccf5 Geometry.cs - Add Offset struct miku-666 2023-04-06 13:02:51 +02:00
  • a3b218d7d4 SkinBOX - Made 'SkinBOX.FromString' most exceptions safty miku-666 2023-04-06 13:00:20 +02:00
  • 79c1ac34d7 Renamed BedrockConverter to BedrockSkinExporter, Added ExportContext and Update Json Definitions miku-666 2023-04-06 10:37:52 +02:00
  • 256fe9ca41 BedrockConverter - Move Json Definition to their own file miku-666 2023-04-02 23:53:23 +02:00
  • 4d3f2f1703 Update BedrockConverter and Move Box to its own file its now in SkinBOX.cs miku-666 2023-04-02 20:39:21 +02:00
  • 9d4fa3674b Merge 'main' into 'SkinPackConversion' miku-666 2023-04-02 18:15:51 +02:00
  • fcea7f6cc3 Rename 'LCEToBedrock' to 'BedrockConverter' miku-666 2023-04-02 18:14:36 +02:00
  • 948a5a3ac8 Imageextentions - Added GraphicsConfig to be used in the Resize Method miku-666 2023-04-02 18:00:44 +02:00
  • 5ee36b520d ANIMEditor - Simplefied initial image draw in 'exportButton_Click' miku-666 2023-04-02 17:49:27 +02:00
  • 46231069a7 ANIMEditor - Rename 'uncheckButton' to 'uncheckAllButton' and 'checkButton' to 'checkAllButton' + there respective Click event miku-666 2023-04-02 17:45:53 +02:00
  • 2fcd7e19ef ANIMEditor - Update ANIMRuleSet miku-666 2023-04-02 17:41:47 +02:00
  • e2ff5a772d Animation - Rename 'FrameTextureCount' to 'TextureCount' miku-666 2023-04-02 17:40:12 +02:00
  • bc75726787 RenamePrompt - Removed unused methods miku-666 2023-04-02 17:31:49 +02:00
  • 3eaabe840f MipMapPrompt - Removed unused methods miku-666 2023-04-02 17:30:56 +02:00
  • a4aac09f58 Update CreateTexturePack prompt miku-666 2023-04-02 17:29:32 +02:00
  • 9bf4b77ee0 Update 'SetBulkSpeed' member variable name miku-666 2023-04-02 11:25:59 +02:00
  • 04305c409f TextPrompt - Update default 'TextOutput' to be Array.Empty instead of null miku-666 2023-04-02 11:24:16 +02:00
  • deab8b7bef Update AddFilePrompt miku-666 2023-04-02 10:38:17 +02:00
  • 43e69798d3 MainForm - Fixed Pck File label showing previous file name when opening a template file miku-666 2023-04-01 16:41:35 +02:00
  • 083ebaeb8c FrameEditor - removed unused variable and set label text directly miku-666 2023-04-01 11:14:23 +02:00
  • 04fda240a2 Update Discord RPC class miku-666 2023-04-01 11:12:07 +02:00
  • cc788d35cb Animation - Removed implicit frame to image operator miku-666 2023-03-29 19:40:53 +02:00
  • f0de26fc97 Improved ANIMEditor miku-666 2023-03-28 20:10:43 +02:00
  • fafb4b85bf SkinANIM - Add ICloneable and IEquatable interface miku-666 2023-03-28 19:30:37 +02:00
  • d44dc2a72c Move ANIMEditor and BoxEditor and Update SkinAnim class miku-666 2023-03-28 14:57:15 +02:00
  • e5130f390d Imporved AnimEditor miku-666 2023-03-27 19:06:40 +02:00
  • 50fe39183e Update LOCEditor and MainForm with LOCFileReader/Writer miku-666 2023-03-27 18:24:18 +02:00
  • ac70183f5b Update OMI commit ref to fix a bug when creating new skin packs miku-666 2023-03-25 17:50:48 +01:00
  • 1a6d34476f Update 'ModelsResources.ModelsFileInitializer' miku-666 2023-03-23 18:15:16 +01:00
  • 27880c013f Remove 'PckPreview', 'MyTablePanel' and 'MyNameLabel' Control miku-666 2023-03-23 18:12:08 +01:00
  • de079d9d9a Rename Util files and update OMI commit ref miku-666 2023-03-23 17:56:03 +01:00
  • ebb971f96a Moved unused 'ResizeImage' function to ImageExtentions miku-666 2023-03-22 21:05:49 +01:00
  • 6ab5a59ffd Update LCEToBedrock converter miku-666 2023-03-22 20:37:50 +01:00
  • 52b624f436 Merge 'main' into 'SkinPackConversion' miku-666 2023-03-22 17:57:11 +01:00
  • e38e52eea1 Merge branch 'main' into EntityModelsFile-Support MattNL 2023-03-16 01:23:17 -04:00
  • f3dcdc3fff Update Animation Editor Start position to center parent miku-666 2023-03-19 18:47:46 +01:00
  • f32d4b3a99 Changed Anchor in Audio Editor miku-666 2023-03-19 18:46:58 +01:00
  • ce16e94c55 [WIP] Update COLEditor to now show colors again - has still some issues miku-666 2023-03-19 18:45:51 +01:00
  • fea060b0a6 Update 'AboutThisProgram.cs' to update developer icons based on there github avatar miku-666 2023-03-19 16:14:12 +01:00
  • f59d4fef56 Moved color picker code to Vendor folder and Updated README miku-666 2023-03-19 12:34:04 +01:00
  • 6a09db6af4 Animation Editor - Add 'InterpolationCheckbox.Anchor' miku-666 2023-03-19 11:15:08 +01:00
  • ff7d7df692 Fixed all "error" with the rename prompt miku-666 2023-03-17 23:36:37 +01:00
  • 1d7d76ba83 Merge branch 'main' into UI-UpdateBranch miku-666 2023-03-17 23:10:39 +01:00
  • 6cdf1daa3b Update OMI submodule commit ref miku-666 2023-03-17 23:08:54 +01:00
  • 20a1fa8c80 Add endian check when opening pck file miku-666 2023-03-17 23:08:04 +01:00
  • d1aa3267f0 Merge 'main' into 'UI-UpdateBranch' miku-666 2023-03-17 20:58:10 +01:00
  • 4d3df85b0e Merge 'main' into 'UI-UpdateBranch' miku-666 2023-03-17 20:05:42 +01:00
  • ab544b786b Swapped Title and Product name miku-666 2023-03-17 19:55:08 +01:00
  • 7999900152 Refactored AnimationEditor miku-666 2023-03-17 19:53:10 +01:00
  • 559f855923 Update OMI lib submodule commit ref miku-666 2023-03-16 16:59:59 +01:00
  • 20518ac9da Made special conditions when editing compass and clock textures MattNL 2023-03-15 17:09:21 -04:00
  • 9336db1e04 Updated items data to include Clock and Compass MattNL 2023-03-15 12:17:55 -04:00
  • 77faa3eaa9 Added warning when deleting compass.png or clock.png MattNL 2023-03-15 11:44:14 -04:00
  • 08c536c35b Checkbox now only shows when appropriate MattNL 2023-03-15 11:31:23 -04:00
  • bbe04258a5 Changed "Compression Type" text color to Menu MattNL 2023-03-15 09:13:54 -04:00
  • 9025951494 Restoring colors now displays the correct alpha MattNL 2023-03-15 08:37:11 -04:00
  • 8f0da57bbf Fix automatic target bug in COL Editor MattNL 2023-03-15 08:28:17 -04:00
  • 3c76388ade Updated the UI for many forms. EternalModz 2023-03-14 13:54:42 -07:00
  • 6a94f952d5 Remove MetaList form miku-666 2023-03-13 17:42:50 +01:00
  • 97aee9ca6e Rename and move addCategory form/popup miku-666 2023-03-13 16:58:35 +01:00
  • 9461a0a125 Merge 'use-OMI-lib' into 'main' miku-666 2023-03-13 16:41:02 +01:00
  • 27de251622 Move Material processing to OMI lib miku-666 2023-03-13 16:32:47 +01:00