Commit Graph

303 Commits

Author SHA1 Message Date
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
MattNL
075b8b1d85 changed open file filter for AudioEditor 2022-08-18 17:05:45 -04:00
MattNL
3ad1d038ad fixed method name and added check 2022-08-18 16:45:50 -04:00
MattNL
7f88f09344 crash fix when accessing owner form 2022-08-18 16:01:23 -04:00
MattNL
497d7e8327 changed main form data folder methods 2022-08-18 16:00:19 -04:00
MattNL
582035c07c AudioEditor now uses MainForm functions for DataFolder 2022-08-18 15:18:49 -04:00
MattNL
9c132e76af Moved and split DataFolder methods 2022-08-18 15:17:19 -04:00
MattNL
d48852ad17 Added "Open Data Folder" Tool to AudioEditor 2022-08-18 14:55:26 -04:00
MattNL
6d336df08b Cleaned a bunch of Data Folder code 2022-08-18 14:54:58 -04:00
MattNL
4b4cbe4652 Fixed Verify File Tool in AudioEditor 2022-08-18 14:23:17 -04:00
MattNL
5ded1f24a2 AudioEditor now extracts all MSS resources 2022-08-18 14:17:24 -04:00
MattNL
5eddebbefc Added WAV to BINKA Compression control to AudioEditor 2022-08-16 22:50:29 -04:00
MattNL
f310093740 AudioEditor now checks for changes after saving 2022-08-16 22:49:03 -04:00
MattNL
ad3126fb8a Split help tab in AudioEditor into smaller help messages 2022-08-16 18:24:38 -04:00
MattNL
ae8edfbfa5 deleted unused preset list 2022-08-16 14:59:30 -04:00
MattNL
0fa6e08cf4 fixed checkbox enable bugs in ANIM editor 2022-08-16 14:58:12 -04:00
MattNL
11279b8ab8 Update ANIMEditor.cs 2022-08-16 05:42:25 -04:00
MattNL
f037a362c7 Added Skin Presets to ANIM Editor 2022-08-16 05:32:00 -04:00
MattNL
5dd8aed3c9 made some controls public in AddCategory
So the AddCategory popup dialog can be recycled elsewhere in the program with the ability to change the text within it
2022-08-16 03:24:03 -04: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
MattNL
45468b5cac ANIM editor now kicks user back to rename prompt when failing 2022-08-14 22:45:52 -04:00
MattNL
5674d47c67 ANIM Editor now only fires on Skin files 2022-08-14 22:26:28 -04:00
MattNL
a427d3a9c6 Fix for Skins.pck not having XMLVERSION property 2022-08-14 13:02:34 -04:00
MattNL
e881a42502 added ANIM support to Add Skin menu 2022-08-13 16:37:40 -04:00
MattNL
1a279aec7c Adjusted Add Skin menu design
Credit to yaboiFoxx for the concept design
2022-08-13 14:58:16 -04:00
MattNL
45901d8c8e Added "delete unused binka files" tool in AudioEditor 2022-08-12 06:35:55 -04:00
MattNL
0612eac4b4 fix for missing function 2022-08-12 06:28:18 -04:00
MattNL
bb34a2e193 Improved Data folder access in Audio Editor 2022-08-12 06:26:42 -04: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
Felix Miller
00cc82b6c8 Creates a method of parsing and creating Bedrock JSON Sound files 2022-08-10 23:59:27 -04:00
MattNL
b52de5bc0f fixed small saving bug in AudioEditor 2022-08-10 18:36:40 -04:00
MNL
e3be72f1c6 Merge pull request #5 from PhoenixARC/PCKAudioFile 2022-08-10 16:00:49 -04:00
MNL
465e629c37 Merge branch 'main' into PCKAudioFile 2022-08-10 15:53:46 -04:00
MattNL
a7cdae416b optimized list in PCKAudioFileReader 2022-08-10 14:44:05 -04:00
MattNL
7c0d3d46d4 fix to song order issue in AudioFileReader 2022-08-10 14:27:24 -04: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
MattNL
3ed5598a97 slight change to audio file classes
this also fixes the "Include Overworld songs in Creative" feature. The code for that functionality was already perfect, so that hasn't been touched at all. Just needed to adjust the class a little. (:
2022-08-09 05:16:10 -04:00
MattNL
beca901b80 fixed audio editor save issue 2022-08-09 04:00:16 -04:00