Commit Graph

  • e4d8bdbb70 Moved PCK Studio back to 4.8 upstream/pr/13 MattNL 2022-12-17 16:21:55 -05:00
  • 1d8772a753 Updated PCK Studio to framework 4.8.1 and added reference to work with new theme MattNL 2022-12-16 19:49:32 -05:00
  • 439c2290ac Remove Theme folder from solution MattNL 2022-12-16 18:18:55 -05:00
  • 1577f3aafa Added New Theme as submodule MattNL 2022-12-16 18:17:27 -05:00
  • f128b1bf52 Remove "Themes" folder MattNL 2022-12-16 18:15:40 -05:00
  • c2f2f92712 Github Profile buttons now link to the user's Github profile MattNL 2022-12-16 17:59:06 -05:00
  • b3263222d3 Changed "Legacy Developers" text to "Developers" in Program Info/Credits MattNL 2022-12-16 17:49:10 -05:00
  • 3888de385b Major update for the GUIs EternalModz 2022-12-15 17:55:38 -08:00
  • 3f8d80135c Update InitializeTexturePack to use MemoryStream with the using keyword miku-666 2022-12-06 17:28:54 +01:00
  • 1a02ec0d15 Clean up and some code style fixes miku-666 2022-12-06 17:27:42 +01:00
  • ec7ae2aa84 Update treeMeta_DoubleClick to use switch statement miku-666 2022-12-06 17:24:45 +01:00
  • 4ee0825837 Small clean up in RebuildSubPCK miku-666 2022-12-06 17:20:51 +01:00
  • 472cf1f210 Made IsSubPCKNode more flexible miku-666 2022-12-06 17:19:28 +01:00
  • b4a7a256db Small Function(MainForm.GetSubPCK) refactor miku-666 2022-12-06 17:16:17 +01:00
  • c2aec80e0e Rename member variable in TextPrompt miku-666 2022-12-02 21:26:59 +01:00
  • 5a51ab3257 Made Dict readonly, remove unused usings and moved endregion in ANIM Editor miku-666 2022-12-02 21:25:17 +01:00
  • c77f0fad0b Refactored Network and Update class miku-666 2022-12-02 21:22:23 +01:00
  • f351380665 Rename meta to MetaList miku-666 2022-12-02 21:20:04 +01:00
  • 0d39c227f6 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-12-02 21:02:46 +01:00
  • ef9a337320 Refactored BoxEditor small miku-666 2022-12-02 20:55:50 +01:00
  • 6d1436ba84 Made RPC Start Up time readonly miku-666 2022-12-02 20:51:43 +01:00
  • 96e9e94370 Format code and remove old comments miku-666 2022-12-02 20:48:15 +01:00
  • acd0e7e313 Added "Edit All Entries" tool to MetaContextMenu MattNL 2022-11-30 15:04:48 -05:00
  • 31c2db2de0 TextPrompts can now take an initial array to work with MattNL 2022-11-30 15:04:19 -05:00
  • 724f61ff43 Fixed Style issue in BoxEditor MattNL 2022-11-29 17:08:27 -05:00
  • f6cf610739 Changed label from Inflation to Scale to make value more clear MattNL 2022-11-29 12:46:47 -05:00
  • 9ccd7687d6 Added BoxEditor for double clicking a BOX value in the meta tree MattNL 2022-11-29 00:28:08 -05:00
  • 33d903d6c8 Added SubPCK support for CorrectSkinDecimals MattNL 2022-11-29 00:02:45 -05:00
  • ae4222a0ab Added SubPCK support for adding multiple meta entries MattNL 2022-11-29 00:01:48 -05:00
  • cadbc23393 Fixed NumericUpDown background colors in COLEditor MattNL 2022-11-28 22:31:49 -05:00
  • 122c2f9e3f Changed Door names in ChangeTile from "Upper" to "Top" and "Lower" to "Bottom" MattNL 2022-11-28 21:27:30 -05:00
  • 1564c36d65 AddCustomPackIcon now only works in packs with a PackID present MattNL 2022-11-28 21:25:22 -05:00
  • 12f7fe3ee4 Streams now dispose in InitializeTexturePack MattNL 2022-11-28 21:05:48 -05:00
  • cb7ae80a9c Template packs now include pack comparison and icon images MattNL 2022-11-28 21:04:05 -05:00
  • 9575e2439c Added Pack Comparison and Icon image Resources MattNL 2022-11-28 21:03:14 -05:00
  • 94db89084a Creating Template files will now create Skins folders in Skins.pck MattNL 2022-11-28 20:00:05 -05:00
  • e47819c0fb New Skin Pack and Mash-Up Pack functions now create Skins.pck MattNL 2022-11-28 19:54:50 -05:00
  • 799c5cdace Fixed CreateSkinsPCK function name MattNL 2022-11-28 19:25:28 -05:00
  • 5cf9c5517f Added "Create Skins.pck" tool MattNL 2022-11-28 19:19:26 -05:00
  • 0dbdfa0532 Merge pull request #12 from PhoenixARC/SubPCK-Support MNL 2022-11-28 18:43:09 -05:00
  • a6a8046c4f Fixed small oversight in merged code MattNL 2022-11-28 18:38:14 -05:00
  • c305d87487 Merge branch 'main' into SubPCK-Support MNL 2022-11-28 18:29:49 -05:00
  • 21ffb89178 Completed SubPCK Support (: MattNL 2022-11-28 17:54:38 -05:00
  • c10c607c20 Most file operations now work with Sub-Pcks (mostly) MattNL 2022-11-26 21:37:52 -05:00
  • 37b4ed904e Remove static using in COLFileReader miku-666 2022-11-25 16:29:05 +01:00
  • 6909c57b44 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-11-25 16:28:01 +01:00
  • 7d4c22092f Improved Copy and Paste functions in ColEditor and added Ctrl+C and Ctrl+V support MattNL 2022-11-21 12:18:05 -05:00
  • 893ee0d9a5 Add proper slim model rendering miku-666 2022-11-20 15:43:09 +01:00
  • 08c1e95baa Fixed weird exception with the replace file dialog MattNL 2022-11-19 19:40:05 -05:00
  • 03bde4abde Added support for internal tile names for the ChangeTile filter MattNL 2022-11-19 17:40:52 -05:00
  • 5d0b56197e Added Copy and Paste functions to COL Editor MattNL 2022-11-19 16:41:38 -05:00
  • 1e8c75833f default_colourfile is now set to TU69 upon loading the COL Editor MattNL 2022-11-19 11:02:15 -05:00
  • 877e95e4d7 Remove unnecessary usings Release_v5.8 miku-666 2022-11-19 11:24:26 +01:00
  • 5295aa636b Rename RPC namespace name and made class static miku-666 2022-11-19 11:19:24 +01:00
  • a1248df99a Rename namespaced used in PCKFileReader/Writer miku-666 2022-11-19 11:12:32 +01:00
  • 3fc216e6c1 Rename pckLocked to LockPrompt miku-666 2022-11-16 17:13:53 +01:00
  • f4479669c4 Rename some form member names due to warrnings miku-666 2022-11-16 17:09:10 +01:00
  • dc9558a513 Add Equals and GetHashCode to SkinANIM class miku-666 2022-11-16 17:07:41 +01:00
  • a1f6eb49fe Update namespace name of 3DS tools miku-666 2022-11-16 17:07:06 +01:00
  • 30232bd624 Remove unused member variable miku-666 2022-11-16 17:06:08 +01:00
  • d617368c4f Remove unused usings from RichPresenceClient miku-666 2022-11-16 16:42:37 +01:00
  • baf1df3eee Update ANIM check in SelectNode miku-666 2022-11-16 16:41:50 +01:00
  • b06434dbc2 Add filter to replace function miku-666 2022-11-16 16:40:30 +01:00
  • 3fa7f29803 Update variable names and add Debug Error message miku-666 2022-11-16 16:39:24 +01:00
  • 674d50c6d6 Add == and != operator to SkinANIM class miku-666 2022-11-16 16:37:35 +01:00
  • 242914d571 Add generic GetPropertyValue in PckProperties miku-666 2022-11-16 16:36:23 +01:00
  • 67ee75557a Remove RenderBase and move TextureCodec and TextureUtils to Utils/3DS miku-666 2022-11-12 18:03:55 +01:00
  • a58ba87224 Updated namespace name of PCKCenter api related stuff miku-666 2022-11-12 17:44:22 +01:00
  • fd1edda7e7 Remove unnecessary using statements miku-666 2022-11-12 17:42:31 +01:00
  • 7c9e1fc57d Improved multiline property import miku-666 2022-11-11 22:10:21 +01:00
  • 9da260f87f Rename ModelReader and add ModelFileWriter miku-666 2022-11-11 19:11:47 +01:00
  • 9a7121c56b Update ModelFile class and add public access modifiers to struct members miku-666 2022-11-11 19:09:26 +01:00
  • bd613db898 Change access modifier of StreamDataWriter to public miku-666 2022-11-11 19:08:02 +01:00
  • dcf6f9706f Move "Item" class to pckCenterOpen miku-666 2022-11-11 18:34:14 +01:00
  • d966ee5588 Add copyright to StreamDataReader/Writer miku-666 2022-11-11 18:32:21 +01:00
  • be1c71386f Add Custom Pack Icon injection miku-666 2022-11-07 15:11:14 +01:00
  • 7ea2f8ea96 Fix ARCUtil.Inject to reset stream pos miku-666 2022-11-07 15:05:53 +01:00
  • 265b5d96b8 Update ARC File Reader/Writer miku-666 2022-11-07 15:05:14 +01:00
  • 40ddb22aac Rename ParentPart and OffsetPart to CMSBParentPart and CSMBOffsetPart miku-666 2022-11-06 13:04:40 +01:00
  • 6758601b83 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-11-06 00:59:00 +01:00
  • 096c183b25 Re-Added AdvancedOptions/Advanced Bulk editor miku-666 2022-11-06 00:58:12 +01:00
  • 16c84f87e9 Reorganized Main Context Menu and added "Correct Skin Decimals" tool MattNL 2022-11-05 19:56:40 -04:00
  • f4e83e4cd1 Removed old bedrock conversion code miku-666 2022-11-06 00:23:59 +01:00
  • 5e30fc197b Remove AcceptButton from TextPrompt Form miku-666 2022-11-06 00:21:12 +01:00
  • c34e999d97 Fixed issue where png filter in addNewSkin miku-666 2022-11-06 00:18:51 +01:00
  • a806c77b9c Removed Resetting RPC when Editors exit and add UpdateRPC to Main Form miku-666 2022-11-05 22:58:33 +01:00
  • 2f649174b1 Fix for ANIM values with newlines and whitespace at the end failing to parse MattNL 2022-11-04 22:48:38 -04:00
  • 0f2fb17432 Added global fix for localized decimal parsing MattNL 2022-11-04 19:38:40 -04:00
  • b4fd3087ad Simplified whitespace and added proper localization support for decimals in GenerateModel] MattNL 2022-11-04 19:24:32 -04:00
  • 2e9c25af87 Added parsing for extended whitespaces in GenerateModel MattNL 2022-11-04 17:41:52 -04:00
  • 6c197622ec Added proper support for float values in GenerateModel MattNL 2022-11-04 16:40:23 -04:00
  • 2754b2a186 Added missing MetroFramework.MetroColorStyle to additional popups miku-666 2022-11-04 11:38:57 +01:00
  • 877726f1f4 Update StreamDataReader and StreamDataWriter and made them abstract classes miku-666 2022-11-04 11:37:21 +01:00
  • 5a76b9a035 Revert "Add debug log file when in release mode" miku-666 2022-11-04 11:14:43 +01:00
  • 0a704c52f5 Revert "Add RELEASE constant" miku-666 2022-11-04 11:14:06 +01:00
  • 0230be4541 Add debug log file when in release mode miku-666 2022-11-04 11:09:46 +01:00
  • cc19232635 Add RELEASE constant miku-666 2022-11-04 11:04:29 +01:00
  • 5072c00098 Replace all Console.WriteLine with Debug.WriteLine in main form miku-666 2022-11-04 10:59:09 +01:00
  • 0dc458b6ce Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2022-11-04 10:54:39 +01:00
  • 54f9fd4d5c Replace Console.WriteLine with Debug.WriteLine miku-666 2022-11-04 10:54:03 +01:00