Commit Graph
100 Commits
Author SHA1 Message Date
miku-666 d779e3abdf Update .csproj file to diable fody when in debug mode 2022-09-20 18:27:50 +02:00
miku-666 badb86c587 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-09-20 18:14:47 +02:00
miku-666 0fad80d787 Add PCKProperties.GetPropertyValue 2022-09-20 18:12:58 +02:00
miku-666 55852a3132 Renamed IsPathMipMapped to IsFilePathMipMapped 2022-09-20 18:12:07 +02:00
miku-666 74ea2a3a90 Update CloseEditorTab to reset all class member variables 2022-09-20 18:11:15 +02:00
miku-666 de811af008 Re-Added replacing backward slashes with forward slashes in BuildPckTreeView and added a comment explaining why 2022-09-20 18:10:08 +02:00
miku-666 944fbefb41 Update MainForm.viewFileInfoToolStripMenuItem to only be visible when having a PckFile.FileData selected 2022-09-20 14:48:34 +02:00
miku-666 776b977f3f Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-09-20 14:35:14 +02:00
miku-666 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 2022-09-20 14:29:08 +02:00
miku-666 9d235b39ea Fixed ProgrammInfo hidding close button 2022-09-20 13:50:03 +02:00
miku-666 6dcdda2d4b Remove redundant string replace call when Building Node tree 2022-09-20 12:27:58 +02:00
miku-666 6f20a70778 Add Language check when trying to set discord rich presence 2022-09-20 12:20:52 +02:00
miku-666 0b509a25e6 Add Fody config to diable fody when in debug mode 2022-09-20 10:50:32 +02:00
miku-666 d600d24aec Update addnewskin to return when skin id is not valid and re-linked textSkinID_TextChanged 2022-09-04 10:41:54 +02:00
miku-666 7cbdc616b4 Removed some unused Properties from the ModelView Control 2022-09-03 22:19:42 +02:00
miku-666 bf8b114c15 Updated csproj file to include Steve64x64Model.cs 2022-09-03 22:09:51 +02:00
miku-666 3f2550ef83 Add pckFileTypeHandlers to Main Form 2022-09-03 22:06:41 +02:00
miku-666 b197a38422 Add Steve64x64Model 2022-09-03 22:02:21 +02:00
miku-666 632fde3eb9 Fixed SkinPreviewer and refactored/simplefied Model/Render related classes 2022-09-03 20:36:18 +02:00
miku-666 6d1b461397 Add {Read/Write}Float and {Reader/Write}Bool to StreamData{Reader/Writer} 2022-09-03 15:43:39 +02:00
miku-666 0d3184c21c Update AssemblyName from PCK Studio to PCK-Studio 2022-09-01 20:25:28 +02:00
miku-666 61b13599dc Update COLEditor to only return DialogResult.OK once saved 2022-09-01 20:23:19 +02:00
miku-666 9d0ab00599 Disable Maximize Button and set max size in ANIMEditor 2022-09-01 20:18:06 +02:00
miku-666 007ee5f374 Fix MainForm from LOCEditor 2022-09-01 20:12:33 +02:00
miku-666 08564191d1 Update ARCFile{Reader/Writer} to not always use little endian when reading data from a file 2022-09-01 20:06:56 +02:00
miku-666 3f791d55f4 Update LOCEditor for consistentcy 2022-09-01 19:52:39 +02:00
miku-666 1f0233dbb4 Update PCKFileReader to replace back slashes to forward slashes 2022-09-01 19:44:04 +02:00
miku-666 6f9f1f0e50 Add static strings to Program class 2022-09-01 19:41:06 +02:00
miku-666 7f4cbbb82d Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-30 19:55:39 +02:00
miku-666 1bff6b7349 Fix csproj file reference to MySql.Data.dll 2022-08-30 19:48:01 +02:00
miku-666 91b89780d5 Update ARCFile.cs, ARCFileReader.cs and ARCFileWriter and add ARCUtil.cs 2022-08-30 18:55:43 +02:00
miku-666 6408d33125 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-30 15:26:53 +02:00
miku-666 14746d8c51 Add loading pck via terminal 2022-08-27 14:16:45 +02:00
miku-666 fcf3018d0d Remove Promo.cs 2022-08-27 14:00:13 +02:00
miku-666 46436d1c4d Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-27 12:08:05 +02:00
miku-666 6166364193 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-27 10:36:46 +02:00
Miku-666 89c66cd142 Merge pull request #7 from zugebot/patch-1
Update LOCFile.cs
2022-08-27 10:08:37 +02:00
miku-666 1c920bd39a Fixed typo in PCKFileReader and PCKAudioFileReader 2022-08-21 16:23:44 +02:00
miku-666 7b17ae21fe Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio into main 2022-08-21 16:13:25 +02:00
miku-666 561d0c19ec Moved AudioFile creation to main form 2022-08-21 16:06:30 +02:00
miku-666 30bdc935c2 Update and rename PCKFile.FileData.type property to PCKFile.FileData.filetype and change type to eFileType(EDLCType) 2022-08-21 16:03:59 +02:00
miku-666 29550a33fa Update ANIMEditor and SkinANIM struct
- add |(pipe) operator overload and simplefied Anim Templates
2022-08-21 15:33:10 +02:00
miku-666 6b9dbc48e3 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio into Animation-Editor-refactor 2022-08-21 09:08:00 +02:00
miku-666 885677d33d Refactored Animation Editor 2022-08-21 09:07:24 +02:00
miku-666 b75c8a9509 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-15 22:15:59 +02:00
miku-666 5e790e98e0 Update README.md 2022-08-15 22:15:00 +02:00
miku-666 18559bcf4d Update MainForm.checkForPassword to use TryGetFile 2022-08-11 21:47:49 +02:00
miku-666 768bdc4dc7 Rename MinecraftUSkinEditor -> PCK-Studio, PckStudio.Installer
-> `PCK-Studio.Installer` and rename solution
2022-08-11 21:25:00 +02:00
miku-666 a78b2a1b8a Move StreamData{Reader/Writer} to Classes/IO 2022-08-11 21:00:44 +02:00
miku-666 95085cb9ad Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-11 19:47:30 +02:00
miku-666 d963f42539 Update Try{Set/Get}LocFile 2022-08-11 19:46:46 +02:00
miku-666 6d990de65c Update ImportExtractedSkinsFolder 2022-08-11 19:43:36 +02:00
miku-666 7ef830aa03 Fix GRFFileWriter writting logic 2022-08-10 06:39:51 +02:00
miku-666 d5249087ae Update COLFile and added Reader/Writer to keep consistency 2022-08-10 06:27:32 +02:00
miku-666 6f8ba9221c Update replace function 2022-08-10 04:37:47 +02:00
miku-666 7a486998d2 Remove UnblockAllFiles.ps1 and update readme 2022-08-09 11:43:02 +02:00
miku-666 1ecb43dd34 Add CHANGELOG.md as a resource reference 2022-08-09 09:29:45 +02:00
miku-666 56921d4e02 Remove MySql.Data.dll and some old assemblyIdentities 2022-08-09 08:25:25 +02:00
miku-666 bcf9a16736 Bumped version to 6.5.0.0 2022-08-09 07:01:14 +02:00
miku-666 65858be014 ReDesign Main UI
- concept UI by `! rr9.#2328`(DiscordId: 586717099041488897)
2022-08-09 06:50:35 +02:00
miku-666 7f2ed7b372 Remove CSM Visualiser and nobleUpdater 2022-08-09 03:55:26 +02:00
miku-666 9267ca8457 Update Discord Rich Presence Text when exiting LOCEditor 2022-08-09 02:49:35 +02:00
miku-666 b0e840fa04 Refactored GRFFile Implementation 2022-08-09 02:47:58 +02:00
miku-666 0c9e98f92b Simplefied PCKFile.GetFile by using FirstOrDefault 2022-08-09 00:46:47 +02:00
miku-666 bad2043e4c Add Doc strings to PCKFile class and add TryGetFile 2022-08-08 22:57:37 +02:00
miku-666 fb3a45cf92 Changed PCKFileWriter methods visibility and rename PCKFileReader private function name ReadFileFromStream -> ReadFromStream 2022-08-08 22:54:20 +02:00
miku-666 55faf154e6 Fixed Index Out of Range Exception when retriving available categories 2022-08-06 18:54:07 +02:00
miku-666 46496d1e5f Fixed Index Out of Range Exception when retriving available categories 2022-08-06 06:38:53 +02:00
miku-666 9eaf30bc27 Merge branch 'PCKAudioFile' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-06 06:24:56 +02:00
miku-666 6466dfcf8e Simplefied PCKAudioFile.Categories and removed null check when looping over PCKAudioFile.Categories 2022-08-06 06:23:41 +02:00
miku-666 2c2fd9d691 Merge branch 'PCKAudioFile' of https://github.com/PhoenixARC/-PCK-Studio into PCKAudioFile 2022-08-06 01:05:34 +02:00
miku-666 8522fabd60 Move AudioEditor to Forms/Editor and related files to Additional-Popups and renamed some namespaces related to Additional-Popups 2022-08-06 01:04:51 +02:00
miku-666 61f02c19c9 Fix AddingDuplicate Error when setting credits and add GetCreditsString Property 2022-08-06 00:13:41 +02:00
Miku-666 20806d6838 Update CI to run on any branch 2022-08-05 20:42:04 +02:00
miku-666 1302ed5a0e Add AudioPCKFile 2022-08-05 20:38:21 +02:00
miku-666 ad90a245df Added Import -> Add Texture function 2022-08-05 20:31:20 +02:00
miku-666 d99409ee74 Add maxChar to RenamePrompt 2022-08-04 19:17:24 +02:00
miku-666 5f3efa7e04 Add RPC text when opening/closing a pck 2022-08-04 19:16:34 +02:00
miku-666 46ecfd6743 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-04 18:54:11 +02:00
miku-666 ff32407e71 Set DialogResult when invalid anim is passed to ANIMEditor 2022-08-03 15:07:25 +02:00
miku-666 7aca4eb856 Fix addPassword from creating a 2nd LOCK property 2022-08-03 02:59:58 +02:00
miku-666 db800c76d3 Add using statement to addEntryToolStrip 2022-08-03 02:58:33 +02:00
miku-666 c83bd7f655 Replace try catch with if case when checking ANIM for ANIMEditor 2022-08-03 02:57:28 +02:00
miku-666 fd88eeffc6 Update SkinANIM and changed to struct and add string parsing 2022-08-03 02:41:20 +02:00
miku-666 3cb60810d9 Set ANIMEditor.MinimumSize and changed Style to Silver 2022-08-03 02:04:39 +02:00
miku-666 5eb91abf82 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-03 00:57:50 +02:00
miku-666 8ce6ae2b9f Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-02 22:53:43 +02:00
miku-666 4c7a53d15b Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-02 22:29:27 +02:00
miku-666 83d529b2a3 Re-Add .tga file check when setting image and updated check for existing audio.pck file 2022-08-02 21:59:03 +02:00
miku-666 0d2ec6b3f3 Remove textBoxFailCheck from generateModel 2022-08-02 21:26:25 +02:00
miku-666 795444196b simplefied PCKCollectionsLocal 2022-08-02 21:25:16 +02:00
miku-666 7921a2832f Simplefied bool switch case in SaveLocalJSON 2022-08-02 21:03:52 +02:00
miku-666 511b0490d8 Set SetBulkSpeed.Designer minimumSize 2022-08-02 20:37:19 +02:00
miku-666 fa783a4ca7 SetrameEditor.Designer minimumSize and update StartPosition 2022-08-02 20:35:27 +02:00
miku-666 50ce3e2666 Removed unused Forms 2022-07-31 19:39:31 +02:00
miku-666 4ffb254d78 Fixed LOCEditor Add Display ID function 2022-07-31 14:49:53 +02:00
miku-666 c97955b3bf Fixed some issue in GRFEditor
- mainly the fact that you couldnt add to an empty Tree Node
2022-07-31 14:39:48 +02:00
miku-666 a47f4b3afe Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-07-31 12:46:34 +02:00
miku-666 c43aa72d0c Add using statement to generateModel 2022-07-31 12:44:40 +02:00
miku-666 853343413a Simplefied deleteFileToolStrip 2022-07-31 12:43:13 +02:00