Commit Graph

124 Commits

Author SHA1 Message Date
MattNL
dbd506b1f7 Adopted Minecraft Java Snapshot format for keeping tabs on wip versions and features 2023-03-02 07:08:49 -05:00
MattNL
772898009b Fixed "Extract" tool not working properly on SubPCK folders 2023-03-02 06:41:09 -05:00
MattNL
cf42fa6efc Added Current PCK File label to Editor Tab 2023-03-01 06:28:16 -05:00
MattNL
092742d94a Added "Add File" Tool and Prompts to the context menu 2023-03-01 05:56:47 -05:00
MattNL
4d052a086e Added WIP PCK File Sorter 2023-03-01 03:50:48 -05:00
miku-666
ff605b03e4 Add check for changes in an open pck file before opening another one with 'LoadPck' 2023-02-28 17:52:42 +01:00
miku-666
9da6542988 SkinAnim.cs - Improved functuion naming and rename 'eANIM_EFFECTS' to 'ANIM_EFFECTS' 2023-02-21 14:45:18 +01:00
MattNL
870bede8ee Removed Move Up/Down functions 2023-01-29 22:11:32 -05:00
MattNL
8df61a5bb0 Added proper handling of the file type exception 2023-01-29 22:08:33 -05:00
MattNL
c9ace98c54 Fix for crash when double clicking a non animation texture file 2023-01-15 18:39:00 -05:00
MattNL
2d8d830d07 Added "EDIT BEHAVIOURS" button 2023-01-14 10:49:01 -05:00
MattNL
72232c19f7 Remove filename condition for AudioFiles
AudioFiles do not have to be named "audio.pck" in order to function
2023-01-14 10:37:02 -05:00
MattNL
00aeb21e9a Added Entity Materials Icon 2023-01-14 10:33:55 -05:00
MattNL
9563e4b278 Added BehavioursEditor 2023-01-13 17:30:45 -05:00
miku-666
72d588522a Update PCKFile.FileData member variable names 2023-01-13 17:49:00 +01:00
miku-666
0b32b8470a MainForm.cs - Rename 'LoadFromPath' to 'LoadPck' 2023-01-13 16:48:39 +01:00
MattNL
b0f44e79b3 IsSubPCKNode will now only print to the console when a file is a SubPCK file 2023-01-09 11:53:43 -05:00
miku-666
07bcde39dc PCKFile - Add "XMLVERSION" const, Rename 'GatherPropertiesList' -> 'GetPropertyList' 2023-01-06 17:11:30 +01:00
miku-666
b99854a9f2 MainForm - Remove check for clock and compass texture 2023-01-05 14:46:11 +01:00
miku-666
84144755be MainForm - Moved comments above steps in 'IsFilePathMipMapped' 2023-01-05 14:44:54 +01:00
miku-666
f5b6d54f0c Main.cs - Bug fix 'Creating a new pack would override open pck without user asking to save'
bug where we fogot to check if a pck is currently open
2023-01-01 22:45:04 +01:00
miku-666
482f9495a2 Main.cs - Rename GetNodes to GetAllChildNode and Update variable names in a few functions 2023-01-01 22:42:11 +01:00
miku-666
dbfd50a133 Update ARCUtil.Inject to accept Stream instead of filepath 2022-12-24 13:22:00 +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
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
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
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
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
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
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
MattNL
21ffb89178 Completed SubPCK Support (: 2022-11-28 17:54:38 -05:00
MattNL
c10c607c20 Most file operations now work with Sub-Pcks (mostly) 2022-11-26 21:37:52 -05:00
miku-666
893ee0d9a5 Add proper slim model rendering 2022-11-20 15:43:09 +01:00
MattNL
08c1e95baa Fixed weird exception with the replace file dialog 2022-11-19 19:40:05 -05:00