Commit Graph

83 Commits

Author SHA1 Message Date
miku-666
61f02c19c9 Fix AddingDuplicate Error when setting credits and add GetCreditsString Property 2022-08-06 00:13:41 +02:00
miku-666
1302ed5a0e Add AudioPCKFile 2022-08-05 20:38:21 +02:00
miku-666
5f3efa7e04 Add RPC text when opening/closing a pck 2022-08-04 19:16:34 +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
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
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
MattNL
853d8e8429 fixed usage of deprecated form 2022-07-31 16:15:38 -04:00
miku-666
6ba76b6a3f Rename PCKFile.FileData.name -> PCKFile.FileData.filepath 2022-07-31 02:28:39 +02:00
miku-666
6a24653f25 Add simple Endian check in PCKFileReader 2022-07-30 22:15:37 +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
49520402ad Add simple GRFTag API interface and moved Compression Type to GRFFileWriteer 2022-07-28 22:13:28 +02:00
miku-666
3934a26f5c Fix string writting issue in LOCFileWriter and updated LOCFile "API 2022-07-22 18:38:49 +02:00
miku-666
eabac8a333 Add Unicode detection in StreamDataReader 2022-07-21 23:50:04 +02:00
miku-666
f6b614233f Remove meta_data from PCKFile and updated PCKFile reader/writer 2022-07-16 01:08:44 +02:00
miku-666
e0d08ecdc5 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-07-15 16:25:21 +02:00
miku-666
317df94bbe Update LOCFile interface 2022-07-15 16:24:57 +02:00
MattNL
64627705bb Reimplemented Clone Tool and added Set File Type tool 2022-07-15 10:17:16 -04:00
miku-666
2d319747a9 Simplefied XMLVERSION check in PCKFileReader/Writer 2022-07-14 14:34:10 +02:00
miku-666
7f477b1b28 Add StreamData{Reader/Writer} 2022-07-14 03:51:25 +02:00
miku-666
35c9216f93 Update LCESkin and added Setter and Getter functions for ANIM flags 2022-07-14 01:13:00 +02:00
Miku-666
2686a1eb86 Merge pull request #4 from PhoenixARC/grf-support
Add Grf support
2022-07-14 01:04:27 +02:00
miku-666
46dec04d48 Add GRF/GRH File support 2022-07-14 01:02:22 +02:00
miku-666
f16f54acc7 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-07-07 20:30:24 +02:00
Felix Miller
ab745d085e Add CSM-JSON and JSON-CSM Conversion classes 2022-07-01 18:41:36 -04:00
miku-666
e7ee1f2027 Add GRFFile class and GRFFileReader 2022-06-30 17:53:40 +02:00
miku-666
2dbe03b60b Update Discord RPC 2022-06-26 19:09:29 +02:00
miku-666
d2f5403871 Fix and moved Program.cs 2022-06-26 15:51:27 +02:00
miku-666
1bd961d60d Remove unecessary Console.WriteLine in LOCFileReader 2022-06-25 23:49:09 +02:00
miku-666
e3f0d2d708 Move and Rename Form1 ro MainForm 2022-06-25 23:42:34 +02:00
miku-666
59ada5a677 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-06-25 14:05:35 +02:00
MattNL
272347219e Audio Editor overhaul 2022-06-24 19:21:33 -04:00
miku-666
92a2237cc8 Rename PCKFileWriter.WriteFileToStream -> PCKFileWriter.WriteToStream 2022-06-23 16:02:44 +02:00
miku-666
fdec0e7322 Add PCKFile.ValidateMeta 2022-06-23 15:59:37 +02:00
miku-666
59a1958a9a simplefied PCKFile.HasFile 2022-06-20 18:43:03 +02:00
miku-666
80866408c7 Remove man.png 2022-06-12 19:49:14 +02:00
miku-666
4c6230aa71 Add HasFile in PCKFile 2022-06-12 02:37:36 +02:00
miku-666
8c1b2f78a3 Fix typo the saved skins.pck wrong 2022-06-11 08:00:05 +02:00
miku-666
7373443ced Move redundant int Read/Write to Read/WriteString 2022-06-11 07:41:41 +02:00
miku-666
eb42e5a3ec Update PCKFile.FileData copy constructor 2022-06-10 12:35:24 +02:00
miku-666
8586c2b88e Remove unnecessary includes in Entry point 2022-06-09 23:31:35 +02:00
miku-666
13c39d9fe6 Changed some member variables in LOCFile 2022-06-09 23:30:28 +02:00
miku-666
620721482d Add copy constructor to PCKFile.FileData and helper function in PCKFile 2022-06-09 20:01:49 +02:00
miku-666
803679dc33 Merge main into pck_cleanup_and_refactor 2022-06-09 02:19:48 +02:00
miku-666
bc0e7b4286 POC build! 2022-06-09 02:00:09 +02:00