MattNL
a7a4c565e9
Fixed verify tool in audio editor
2022-08-05 23:07:25 -04: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
MattNL
64512b88fa
fixed silly error in music editor code
2022-08-03 23:59:33 -04: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
MattNL
e0a439fbf3
Fixed Audio Editor LOC support
2022-08-02 18:56:22 -04:00
miku-666
8ce6ae2b9f
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
2022-08-02 22:53:43 +02:00
MattNL
58be77a1b8
Improved ANIM string conversion
...
Thanks Miku (:
2022-08-02 16:52:10 -04:00
miku-666
4c7a53d15b
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
2022-08-02 22:29:27 +02:00
MattNL
7461fbae9c
ANIM editor and small changes
...
-Moved and renamed the LCESkin class to the SkinANIM class in preperation of the ANIM Editor
-Added the ANIM editor, which is more or less a port of my ANIM tool on my website. Double click an ANIM tag to open it. If the value is invalid, it will go to the normal meta tag prompt to allow you to fix it.
- Added two template skins in the resources so the ANIM editor can utilize them for creating proper templates.
-Added a resolution combobox for creating Texture Packs.
-Increased the limit from 3 to 5 for the MipMapLevel option in the Animation Editor.
-Fixed some bugs with the Play Overworld Songs in Creative feature in the Music Editor
2022-08-02 16:22:45 -04: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
MattNL
853d8e8429
fixed usage of deprecated form
2022-07-31 16:15:38 -04:00
MattNL
28ee5a59d7
Some Music Editor changes
...
-Fixed a bug where the newly added "Play overworld songs in creative" feature where the songs were being added while in the editor instead of upon closing it.
-The categories now properly sort in the PCK file
2022-07-31 16:13:39 -04: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
MattNL
f92f5b9b00
Massive music editor overhaul
...
Additions
----------
-WAV drag and drop
-BINKA File location verification
-Feature to combine your Creative world tracks with a checkbox in the editor
2022-07-30 23:39:52 -04:00
miku-666
6ba76b6a3f
Rename PCKFile.FileData.name -> PCKFile.FileData.filepath
2022-07-31 02:28:39 +02:00
miku-666
415c1d5e8a
Add try catch scopes when opening pckfile
2022-07-31 00:50:23 +02:00
miku-666
6a24653f25
Add simple Endian check in PCKFileReader
2022-07-30 22:15:37 +02:00
miku-666
0759bf53c9
Update AddPassword UI
2022-07-30 22:08:48 +02:00
miku-666
c6e0b7cbdc
Add convenient functions to PCKProperties
2022-07-30 21:45:28 +02:00
miku-666
1ee12be96e
Remove _isLittleEndian from PCKFile{Reader/Writer} and added StreamData{Reader/Writer}.IsUsingLittleEndian property
2022-07-30 19:50:48 +02:00
miku-666
8242457aca
Fix PCKFile{Reader/Writer} to use LE Unicode when reading vita/ps4 pck
2022-07-30 18:34:33 +02:00
miku-666
5be1a16eef
switches from if else cases to switch case in selectNode
2022-07-30 13:50:03 +02:00
miku-666
6861249702
Move Form1_Load under constructor
2022-07-30 13:47:11 +02:00
miku-666
82815406b3
Update SaveTemplate to set saveLocation and isTemplate to false
2022-07-30 13:19:26 +02:00
miku-666
38d61dc1e8
Fix Drag n' drop feature bypassing password check
2022-07-30 00:00:45 +02:00
miku-666
48652c329d
Add folder extraction support
2022-07-29 23:34:58 +02:00