Commit Graph
53 Commits
Author SHA1 Message Date
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 1ecb43dd34 Add CHANGELOG.md as a resource reference 2022-08-09 09:29:45 +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 b0e840fa04 Refactored GRFFile Implementation 2022-08-09 02:47:58 +02:00
miku-666 ad90a245df Added Import -> Add Texture function 2022-08-05 20:31:20 +02:00
miku-666 5f3efa7e04 Add RPC text when opening/closing a pck 2022-08-04 19:16:34 +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 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 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 50ce3e2666 Removed unused Forms 2022-07-31 19:39:31 +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 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
miku-666 3f171e5da4 Remove Debug label and updated RPC details string
- debug label is now visble next to the version
2022-07-29 23:26:33 +02:00
miku-666 c6298406f5 Fix Drag N Drop feature to now load the editor tab 2022-07-29 23:21:15 +02:00
miku-666 e7f124b059 Fix CS1503 2022-07-29 21:29:24 +02:00
miku-666 b6075a119e Add LoadEditorTab and CloseEditorTab 2022-07-28 22:26:03 +02:00
miku-666 ae17a1ca89 Add Add Mash-Up Pack functionality 2022-07-28 22:21:04 +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 2ccef30b1c Add folder deletion functionality and folder rename functionality 2022-07-25 13:11:08 +02:00
miku-666 8ee083a455 Remove MetaAdd 2022-07-22 13:36:43 +02:00
miku-666 9c478dc9c9 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-07-17 22:03:22 +02:00
miku-666 8b7d1fa361 Update Password check and converted if else statements to switch 2022-07-17 22:01:48 +02:00
MattNL 5957124e3d Small bug fix and addition to Animated Texture list
-Added icons for previously untextured tiles in the Change Tile menu
-Designer no longer fails to load
2022-07-17 15:57:26 -04: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 49eced19c9 Move COLEditor and LOCEditor to Forms/Editor/ 2022-07-14 03:57:19 +02:00
miku-666 46dec04d48 Add GRF/GRH File support 2022-07-14 01:02:22 +02:00
miku-666 5aead0d339 Update extrating file name to exclude path 2022-06-27 23:15:29 +02:00
miku-666 e3e12db152 Update addnewskin properties 2022-06-26 20:15:06 +02:00
miku-666 ac5655fed4 Move CreateAudioPck to AudioEditor and add overloader to AudioEditor 2022-06-26 20:14:02 +02:00
miku-666 537aa153c9 Rename addnewskin -> addNewSkin 2022-06-26 19:27:36 +02:00
miku-666 aa3654ffc4 Update Meta Tab Control to MetroTabConrtol 2022-06-26 19:23:55 +02:00
miku-666 0e7fa17005 Rename reloadMetaTreeView -> ReloadMetaTreeView 2022-06-26 19:11:35 +02:00