Commit Graph
100 Commits
Author SHA1 Message Date
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
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 f82a6c7b9c Remove AdvacedOptions_Load 2022-07-29 21:22:05 +02:00
miku-666 27965ab906 Update AudioEditor related stuff 2022-07-29 21:15:03 +02:00
miku-666 bf164b795f Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-07-29 21:08:49 +02:00
Miku-666 5eb3346058 Update and rename build_test.yml to CI.yml 2022-07-29 21:01:51 +02:00
Miku-666 695295f3b8 Create build_test.yml 2022-07-29 20:36:17 +02:00
miku-666 05606e1c3a Set AssemblyVersion same as FileVersion and remove SecurityPermission 2022-07-29 20:31:58 +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 598cf7a97e Update .csproj file 2022-07-28 21:56:29 +02:00
miku-666 2ccef30b1c Add folder deletion functionality and folder rename functionality 2022-07-25 13:11:08 +02:00
miku-666 f61f581ee2 Add Add Language to LocEditor 2022-07-22 21:55:13 +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 8ee083a455 Remove MetaAdd 2022-07-22 13:36:43 +02:00
miku-666 eabac8a333 Add Unicode detection in StreamDataReader 2022-07-21 23:50:04 +02:00
miku-666 66931beb62 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-07-21 22:34:48 +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
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
miku-666 2d319747a9 Simplefied XMLVERSION check in PCKFileReader/Writer 2022-07-14 14:34:10 +02:00
miku-666 98e8d6e6fe Remove settings.ini from Resources 2022-07-14 04:16:28 +02:00
miku-666 49eced19c9 Move COLEditor and LOCEditor to Forms/Editor/ 2022-07-14 03:57:19 +02:00
miku-666 7f477b1b28 Add StreamData{Reader/Writer} 2022-07-14 03:51:25 +02:00
miku-666 63d80d639f Move COLEditor and LOCEditor to Forms/Editor/ 2022-07-14 01:52:18 +02:00
miku-666 86567ceb27 Update RenamePrompt to use MetroTextBox 2022-07-14 01:15:07 +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 69e004ee2b Fix add Package reference to .csproj file 2022-07-07 20:49:35 +02:00
miku-666 f16f54acc7 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-07-07 20:30:24 +02:00
miku-666 e7ee1f2027 Add GRFFile class and GRFFileReader 2022-06-30 17:53:40 +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
miku-666 2dbe03b60b Update Discord RPC 2022-06-26 19:09:29 +02:00
miku-666 cf2d689bf4 Update rename file to only rebuild tree view when rename was preesed 2022-06-26 16:29:23 +02:00
miku-666 856da29a00 Rename Sin_titulo991.ico -> Icon.ico 2022-06-26 15:52:45 +02:00
miku-666 d2f5403871 Fix and moved Program.cs 2022-06-26 15:51:27 +02:00
miku-666 081bafdbdd Update LOCEditor and simplefied key donw delete call 2022-06-25 23:51:25 +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 c0db2049a3 Move and Rename Form1 ro MainForm 2022-06-25 23:38:40 +02:00
miku-666 d16e5a027f [WIP] update generateModel 2022-06-25 16:53:13 +02:00
miku-666 8d3f377415 Update required file for main form 2022-06-25 15:36:39 +02:00
miku-666 58b6615fe7 Update MainForm for audio editor and other small changes 2022-06-25 15:25:51 +02:00
miku-666 271e4dc179 Improve small things in AudioEditor 2022-06-25 15:17:48 +02:00
miku-666 59ada5a677 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-06-25 14:05:35 +02:00
miku-666 233bc88838 Update ChangeTile UI and set tree view in tab control 2022-06-23 21:44:40 +02:00
miku-666 7d7f3e8165 Update MainForm to only set File count when opening file 2022-06-23 16:09:40 +02: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 226a0adfa5 Remove libs and data folder 2022-06-23 15:52:28 +02:00
miku-666 c6da045520 refactor addnewskin and fixed a fix linking capes to skins 2022-06-21 20:52:39 +02:00
miku-666 0ce792cc49 Add summary header to RenamePrompt.NewText property 2022-06-21 18:19:16 +02:00
miku-666 b0e9c9b0f4 Update Audio and Animation Editor related stuff 2022-06-20 19:01:44 +02:00
miku-666 59a1958a9a simplefied PCKFile.HasFile 2022-06-20 18:43:03 +02:00
miku-666 6d3b137493 Update MainForm re-added folder view 2022-06-20 18:27:33 +02:00
miku-666 a7548c2d48 Add description to AssemblyInfo 2022-06-17 10:51:12 +02:00
miku-666 759b3a6ea3 Remove unnecessary comments and added a pck type check 2022-06-12 19:55:18 +02:00
miku-666 80866408c7 Remove man.png 2022-06-12 19:49:14 +02:00
miku-666 12b32801dc Remove addmetadvanced due to duplication 2022-06-12 19:47:48 +02:00
miku-666 5fbff95d83 (Auto)Update project file for icon file move 2022-06-12 02:40:20 +02:00
miku-666 07b441b833 Remove try catch in meta.refresh 2022-06-12 02:38:56 +02:00
miku-666 4c6230aa71 Add HasFile in PCKFile 2022-06-12 02:37:36 +02:00
miku-666 c5f9f2f8db Refactor importSkin, editModel in MainForm and add Try{Get|Set}LocFile 2022-06-12 02:36:57 +02:00
miku-666 27a3db8d32 Fix typo 'reearch' -> 'research' in tileData.json 2022-06-12 02:30:35 +02:00
miku-666 9e1fb05b5d Rename and move Sin_titulo991 -> Resources/PCK-Studio_Logo 2022-06-12 02:29:32 +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 db7a9cd072 Update AudioEditor Component names 2022-06-11 07:40:05 +02:00
miku-666 5d19d32f9e Update addNewSkin and remove unused ui components in addnewSkin 2022-06-11 00:14:43 +02:00
miku-666 8346e62d21 Re-Add AudioEditor remove entry functionality 2022-06-10 12:37:51 +02:00
miku-666 eb42e5a3ec Update PCKFile.FileData copy constructor 2022-06-10 12:35:24 +02:00
miku-666 30f43291e9 Update addMeta 2022-06-10 12:34:34 +02:00
miku-666 6ade4b3f75 Refactor Form1 2022-06-10 12:32:31 +02:00
miku-666 d764367cfb Enable AutoGenerateBindingRedirects 2022-06-10 09:32:47 +02:00
miku-666 9da50994a2 Update App.config 2022-06-10 09:28:46 +02:00
miku-666 a31cde182c Remove old generateModel code 2022-06-10 09:06:22 +02:00
miku-666 dd13c03a1e Changed from .Net 4.5.2 to .Net 4.8 2022-06-10 09:05:14 +02:00
miku-666 55daef7268 Update some UI's in Additional Pop-ups 2022-06-09 23:34:30 +02:00
miku-666 0be84e9580 Update Audio Editor UI to be resizeable 2022-06-09 23:32:47 +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