Commit Graph

  • 4695a764d2 AnimationEditor now displays frames in the tree MattNL 2022-10-01 19:39:53 -04:00
  • 3d1735fc47 Changed "Cooked Beef" to "Steak" to match the in game name MattNL 2022-10-01 18:42:26 -04:00
  • 6dc7a4b410 Fixed set frame index issue in AnimationEditor MattNL 2022-10-01 16:45:50 -04:00
  • d9365ace99 fixed weird designer bug MattNL 2022-10-01 16:45:23 -04:00
  • c6d037784d Add CSMB File Parsing/Writing Felix Miller 2022-09-30 14:01:11 -04:00
  • e057b48d5d Updated ANIM Flag names in GenerateModel MattNL 2022-09-29 15:50:13 -04:00
  • 49927537eb Fix CSM Files not rendering when imported. Felix Miller 2022-09-29 15:13:35 -04:00
  • 7070c4c0c2 HUGE WIP: Some SubPCK support. MattNL 2022-09-29 13:38:28 -04:00
  • cebda13824 Update README.md Miku-666 2022-09-29 15:07:52 +02:00
  • d46de1c392 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-09-28 16:47:04 +02:00
  • 2a7d4ad139 Add Debug Listener and made Program variables readonly miku-666 2022-09-28 16:45:42 +02:00
  • ea3d342f1b Remove bg2.png miku-666 2022-09-28 15:19:53 +02:00
  • 93c7950176 Add Export Tool Strip Menu Item to Main UI miku-666 2022-09-28 15:17:27 +02:00
  • 7f81e1e4b1 Rename RenderBase.OTextureFormat.rgba8 to RenderBase.OTextureFormat.argb8 miku-666 2022-09-28 15:09:04 +02:00
  • 56a78f0268 Added RestoreColor Tool to COL editor MattNL 2022-09-27 21:24:01 -04:00
  • 2cdb8840fc Replaced COL Editor Delete function with one to restore original colors MattNL 2022-09-26 14:18:04 -04:00
  • c1aa51c8e6 Col Editor now fills in missing color files MattNL 2022-09-26 14:17:28 -04:00
  • d7024b1b1f Update README.md MNL 2022-09-26 09:33:41 -04:00
  • 3431a2fd88 Small tweaks in README MNL 2022-09-26 09:31:24 -04:00
  • ccb2abc929 Added alpha color up down support to color editor MattNL 2022-09-25 20:54:51 -04:00
  • 991a33c40c up down values now updated in color editor MattNL 2022-09-25 19:54:29 -04:00
  • 689d8598e0 added support for underwater and fog colors to color editor MattNL 2022-09-25 19:15:57 -04:00
  • 08971ac69f Added Create->Colours.col feature MattNL 2022-09-25 17:45:34 -04:00
  • 84349f281a Expanded UI for other water color categories in Color Editor MattNL 2022-09-25 17:30:04 -04:00
  • f3e13b1ffc ChangeTile now starts with "Blocks" tab selected MattNL 2022-09-25 17:29:14 -04:00
  • 851f2f6015 Improved placement of generated mipmaps MattNL 2022-09-25 17:20:28 -04:00
  • ab4e9be1bc fix for multiple BuildMainTreeView calls in GenerateMipMap MattNL 2022-09-25 17:19:07 -04:00
  • 6ba9bc1999 Interpolate checkbox now updates interpolation flag MattNL 2022-09-25 17:12:39 -04:00
  • 7fc01ddc6e Fixed rare crash when playing animations MattNL 2022-09-25 16:47:03 -04:00
  • 13841bbbca Fixed incorrect display of .col file icon MattNL 2022-09-25 16:43:10 -04:00
  • d6e3e63ba8 added fix for paths with backslashes MattNL 2022-09-25 16:32:49 -04:00
  • 79b1167ea3 removed skins.pck support until SubPCK overhaul is finished MattNL 2022-09-25 16:31:42 -04:00
  • 5d9ce5539b Add SetImageTo3DST to 3DSUtil miku-666 2022-09-25 13:15:41 +02:00
  • f9b3d6f218 Refactored addNewSkin and add AddTexture Resource miku-666 2022-09-24 17:45:44 +02:00
  • 79c5d53251 Add .3dst texture support to AddNewSkin miku-666 2022-09-24 13:02:26 +02:00
  • d24853e3cf Add skin import from .3dst (3DS Texture file) miku-666 2022-09-24 12:06:41 +02:00
  • f19aafaf56 Add file exists check when opening file via cli miku-666 2022-09-23 20:46:29 +02:00
  • 88d5804b7f Fix PCKProperties.GetPropertyValue commit function body miku-666 2022-09-20 18:30:20 +02:00
  • d779e3abdf Update .csproj file to diable fody when in debug mode miku-666 2022-09-20 18:27:50 +02:00
  • badb86c587 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-09-20 18:14:47 +02:00
  • 0fad80d787 Add PCKProperties.GetPropertyValue miku-666 2022-09-20 18:12:58 +02:00
  • 55852a3132 Renamed IsPathMipMapped to IsFilePathMipMapped miku-666 2022-09-20 18:12:07 +02:00
  • 74ea2a3a90 Update CloseEditorTab to reset all class member variables miku-666 2022-09-20 18:11:15 +02:00
  • de811af008 Re-Added replacing backward slashes with forward slashes in BuildPckTreeView and added a comment explaining why miku-666 2022-09-20 18:10:08 +02:00
  • 34366204ec Fixed ChangeTile not working MattNL 2022-09-20 11:42:12 -04:00
  • 944fbefb41 Update MainForm.viewFileInfoToolStripMenuItem to only be visible when having a PckFile.FileData selected miku-666 2022-09-20 14:48:34 +02:00
  • 776b977f3f Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-09-20 14:32:36 +02:00
  • 682d537f39 Re-Added Mipmap Animation check to open non mipmapped animation if found and fixed a small issue where the save prompt appeared while not having a pck opened miku-666 2022-09-20 14:29:08 +02:00
  • bd1d4fad60 removed redundant else statement MattNL 2022-09-20 08:24:27 -04:00
  • b9f4b8becf Improved and detailed IsPathMipMapped function MattNL 2022-09-20 08:21:54 -04:00
  • 9d235b39ea Fixed ProgrammInfo hidding close button miku-666 2022-09-20 13:50:03 +02:00
  • 6dcdda2d4b Remove redundant string replace call when Building Node tree miku-666 2022-09-20 12:24:55 +02:00
  • 6f20a70778 Add Language check when trying to set discord rich presence miku-666 2022-09-20 12:20:52 +02:00
  • 0b509a25e6 Add Fody config to diable fody when in debug mode miku-666 2022-09-20 10:50:32 +02:00
  • 3ee7dc0aa4 Re-add Costura.Fody resource embedder package Beta Felix Miller 2022-09-13 12:58:37 -04:00
  • 896e341c4f fixed credit in changelog oops MattNL 2022-09-13 07:22:19 -04:00
  • 0b3244bca6 Added 7.0 Changelog MattNL 2022-09-13 07:17:05 -04:00
  • 638cbfd0d9 Added GenerateMipMap feature MattNL 2022-09-13 06:27:57 -04:00
  • 0171b83462 fixed post merge compiler error MattNL 2022-09-12 10:57:13 -04:00
  • c43fe7b6d9 Merge pull request #6 from PhoenixARC/Animation-Editor-refactor MNL 2022-09-12 10:50:40 -04:00
  • 63c93f7154 Merge branch 'main' into Animation-Editor-refactor MattNL 2022-09-12 10:36:42 -04:00
  • 8ceb15534b Removed MipMap Support from Animation Editor MattNL 2022-09-12 08:36:23 -04:00
  • 23ae97286d Added message dialog for Model Files MattNL 2022-09-12 07:08:15 -04:00
  • b0da3bcc8f Fixed Main TabPages Order MattNL 2022-09-12 07:03:08 -04:00
  • b3a2718b39 Icon Overhaul and added File Info Tool MattNL 2022-09-12 07:01:21 -04:00
  • d600d24aec Update addnewskin to return when skin id is not valid and re-linked textSkinID_TextChanged miku-666 2022-09-04 10:41:54 +02:00
  • 7cbdc616b4 Removed some unused Properties from the ModelView Control miku-666 2022-09-03 22:19:42 +02:00
  • bf8b114c15 Updated csproj file to include Steve64x64Model.cs miku-666 2022-09-03 22:09:51 +02:00
  • 3f2550ef83 Add pckFileTypeHandlers to Main Form miku-666 2022-09-03 22:06:41 +02:00
  • 0660fd399f part offsets are now read MattNL 2022-09-03 16:03:25 -04:00
  • b197a38422 Add Steve64x64Model miku-666 2022-09-03 22:02:21 +02:00
  • 632fde3eb9 Fixed SkinPreviewer and refactored/simplefied Model/Render related classes miku-666 2022-09-03 20:36:18 +02:00
  • 6d1b461397 Add {Read/Write}Float and {Reader/Write}Bool to StreamData{Reader/Writer} miku-666 2022-09-03 15:43:39 +02:00
  • 0d3184c21c Update AssemblyName from PCK Studio to PCK-Studio miku-666 2022-09-01 20:25:28 +02:00
  • 61b13599dc Update COLEditor to only return DialogResult.OK once saved miku-666 2022-09-01 20:23:19 +02:00
  • 9d0ab00599 Disable Maximize Button and set max size in ANIMEditor miku-666 2022-09-01 20:18:06 +02:00
  • 007ee5f374 Fix MainForm from LOCEditor miku-666 2022-09-01 20:12:33 +02:00
  • 08564191d1 Update ARCFile{Reader/Writer} to not always use little endian when reading data from a file miku-666 2022-09-01 20:06:56 +02:00
  • 3f791d55f4 Update LOCEditor for consistentcy miku-666 2022-09-01 19:52:39 +02:00
  • 1f0233dbb4 Update PCKFileReader to replace back slashes to forward slashes miku-666 2022-09-01 19:44:04 +02:00
  • 6f9f1f0e50 Add static strings to Program class miku-666 2022-08-31 20:36:18 +02:00
  • 97246392b0 Added ANIM support for Skin Converter MattNL 2022-09-01 06:00:24 -04:00
  • a45884343b Added GenerateMipMap and Help message buttons MattNL 2022-08-31 13:34:47 -04:00
  • ab6ccc6571 Add skin pack conversion Felix Miller 2022-08-31 13:12:46 -04:00
  • 7f4cbbb82d Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-08-30 19:49:15 +02:00
  • 1bff6b7349 Fix csproj file reference to MySql.Data.dll miku-666 2022-08-30 19:48:01 +02:00
  • 1790445f80 Excess garbage collection Felix Miller 2022-08-30 13:41:16 -04:00
  • 0432542c9d Add pack image selection functionality Felix Miller 2022-08-30 13:39:52 -04:00
  • 9324701657 Add automatic ARC Garbage collection Felix Miller 2022-08-30 13:38:06 -04:00
  • 8b39ab627b Implement Pack Image Replacement in the WiiU Pack Installer Felix Miller 2022-08-30 13:36:09 -04:00
  • 91b89780d5 Update ARCFile.cs, ARCFileReader.cs and ARCFileWriter and add ARCUtil.cs miku-666 2022-08-30 18:55:43 +02:00
  • 6408d33125 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-08-30 15:26:53 +02:00
  • 6904fa7e43 Add ARC file reader/writer Felix Miller 2022-08-29 23:07:42 -04:00
  • f9b36efada Updated ProgramInfo dialog MattNL 2022-08-28 14:11:50 -04:00
  • bd83eb55ed Split the help tab into smaller message boxes MattNL 2022-08-28 05:11:13 -04:00
  • 22b495b718 Added Export Java Animation tool MattNL 2022-08-28 04:37:32 -04:00
  • cf8f105312 Fixed Import Java MCMeta Tool MattNL 2022-08-28 02:40:07 -04:00
  • 6bcf71eccf Interpolation sets properly with importing MattNL 2022-08-28 02:24:46 -04:00
  • 14746d8c51 Add loading pck via terminal miku-666 2022-08-27 14:16:45 +02:00
  • fcf3018d0d Remove Promo.cs miku-666 2022-08-27 12:54:36 +02:00