Commit Graph

876 Commits

Author SHA1 Message Date
miku-666
4cb48ea213 Remove TextureUtils and moved it to TextureCodec and renamed it to TextureConverter 2022-12-24 01:26:34 +01:00
miku-666
6b1487efc4 Moved discord RPC appId to settings 2022-12-24 00:30:34 +01:00
miku-666
3e159b9827 Update FTP Client and add AppendFile 2022-12-23 22:27:02 +01:00
miku-666
ab01b5ae1c Add using block for FTPClient 2022-12-23 20:58:58 +01:00
miku-666
78eccdd9bd Update NuGet packages 2022-12-23 20:38:16 +01:00
miku-666
b23aa91a93 Replaced FTP dll with FTPClient class 2022-12-23 20:20:29 +01:00
miku-666
44e92c3507 Updated parameter names in some methods 2022-12-19 18:37:57 +01:00
miku-666
a11760e6bb Removed unnecessary usings 2022-12-19 18:37:10 +01:00
miku-666
92fbb752dc Updated Networking classes 2022-12-19 17:36:00 +01:00
miku-666
554370752d Refactored and moved some PCK Center related classes 2022-12-19 17:34:14 +01:00
miku-666
9b29a02e09 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-12-17 23:56:25 +01:00
Miku-666
1ce80bff96 Merge pull request #16 from PhoenixARC/UI-UpdateBranch
Added submodul checkout and removed old SFGraphics ref
2022-12-17 23:53:26 +01:00
miku-666
d97c54db1e Remove old SFGraphics reference 2022-12-17 23:49:37 +01:00
Miku-666
8a0811b6d1 Update CI.yml 2022-12-17 23:42:35 +01:00
Miku-666
acae58dc69 Update CI.yml 2022-12-17 23:39:25 +01:00
Miku-666
12145017a0 Update CI.yml
add submodul checkout and updating
2022-12-17 23:36:10 +01:00
miku-666
3f8d80135c Update InitializeTexturePack to use MemoryStream with the using keyword 2022-12-06 17:28:54 +01:00
miku-666
1a02ec0d15 Clean up and some code style fixes 2022-12-06 17:27:42 +01:00
miku-666
ec7ae2aa84 Update treeMeta_DoubleClick to use switch statement 2022-12-06 17:24:45 +01:00
miku-666
4ee0825837 Small clean up in RebuildSubPCK 2022-12-06 17:20:51 +01:00
miku-666
472cf1f210 Made IsSubPCKNode more flexible 2022-12-06 17:19:28 +01:00
miku-666
b4a7a256db Small Function(MainForm.GetSubPCK) refactor 2022-12-06 17:16:17 +01:00
miku-666
c2aec80e0e Rename member variable in TextPrompt 2022-12-02 21:26:59 +01:00
miku-666
5a51ab3257 Made Dict readonly, remove unused usings and moved endregion in ANIM Editor 2022-12-02 21:25:17 +01:00
miku-666
c77f0fad0b Refactored Network and Update class 2022-12-02 21:23:03 +01:00
miku-666
f351380665 Rename meta to MetaList 2022-12-02 21:20:04 +01:00
miku-666
0d39c227f6 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-12-02 21:02:46 +01:00
miku-666
ef9a337320 Refactored BoxEditor small 2022-12-02 21:02:26 +01:00
miku-666
6d1436ba84 Made RPC Start Up time readonly 2022-12-02 20:51:43 +01:00
miku-666
96e9e94370 Format code and remove old comments 2022-12-02 20:48:15 +01:00
MattNL
acd0e7e313 Added "Edit All Entries" tool to MetaContextMenu 2022-11-30 15:04:48 -05:00
MattNL
31c2db2de0 TextPrompts can now take an initial array to work with 2022-11-30 15:04:19 -05:00
MattNL
724f61ff43 Fixed Style issue in BoxEditor 2022-11-29 17:08:27 -05:00
MattNL
f6cf610739 Changed label from Inflation to Scale to make value more clear 2022-11-29 12:46:47 -05:00
MattNL
9ccd7687d6 Added BoxEditor for double clicking a BOX value in the meta tree 2022-11-29 00:28:08 -05:00
MattNL
33d903d6c8 Added SubPCK support for CorrectSkinDecimals 2022-11-29 00:02:45 -05:00
MattNL
ae4222a0ab Added SubPCK support for adding multiple meta entries 2022-11-29 00:01:48 -05:00
MattNL
cadbc23393 Fixed NumericUpDown background colors in COLEditor 2022-11-28 22:31:49 -05:00
MattNL
122c2f9e3f Changed Door names in ChangeTile from "Upper" to "Top" and "Lower" to "Bottom" 2022-11-28 21:27:30 -05:00
MattNL
1564c36d65 AddCustomPackIcon now only works in packs with a PackID present 2022-11-28 21:25:22 -05:00
MattNL
12f7fe3ee4 Streams now dispose in InitializeTexturePack 2022-11-28 21:05:48 -05:00
MattNL
cb7ae80a9c Template packs now include pack comparison and icon images 2022-11-28 21:04:05 -05:00
MattNL
9575e2439c Added Pack Comparison and Icon image Resources 2022-11-28 21:03:14 -05:00
MattNL
94db89084a Creating Template files will now create Skins folders in Skins.pck 2022-11-28 20:00:05 -05:00
MattNL
e47819c0fb New Skin Pack and Mash-Up Pack functions now create Skins.pck 2022-11-28 19:54:50 -05:00
MattNL
799c5cdace Fixed CreateSkinsPCK function name 2022-11-28 19:25:28 -05:00
MattNL
5cf9c5517f Added "Create Skins.pck" tool 2022-11-28 19:19:26 -05:00
MNL
0dbdfa0532 Merge pull request #12 from PhoenixARC/SubPCK-Support
Merged SubPck-Support branch to Main
2022-11-28 18:43:09 -05:00
MattNL
a6a8046c4f Fixed small oversight in merged code 2022-11-28 18:38:14 -05:00
MNL
c305d87487 Merge branch 'main' into SubPCK-Support 2022-11-28 18:29:49 -05:00