MattNL
fd9ecad8ae
Expanded ANIM support in the converter
2023-11-11 15:46:44 -05:00
MattNL
c5a4969d9d
Changed converter file extension to zip instead of mcpack
...
The reason for this is that most skin packs will not work with the standard mcpack format. There will be a setting for this in the program settings eventually.
2023-11-11 15:24:50 -05:00
MattNL
abbb99cc60
Fixed a bug where 64x32 skins were incorrectly set as 64x64
2023-11-11 15:13:10 -05:00
miku-666
70e04069d1
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
2023-06-15 18:36:18 +02:00
miku-666
d38747f3a4
NumericPrompt.cs - Changed minimum and maximum values in constructor
2023-06-13 18:15:19 +02:00
miku-666
6024c4ad22
Added SettingsManager.cs
2023-06-13 18:14:34 +02:00
miku-666
8ba073092e
MainForm - Changed addCustomPackIcon tool to use same 'OpenFileDialog' instance
2023-06-11 20:07:49 +02:00
miku-666
3fa454a40b
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
2023-06-11 20:03:20 +02:00
MattNL
486944fb62
Added entity material type to form list
2023-06-11 08:33:27 -04:00
MattNL
04a26f952f
Fix for incorrect material type
2023-06-11 08:29:48 -04:00
MattNL
3927511632
Moved and resized context label
2023-06-10 23:36:29 -04:00
MattNL
c63d6d870d
Fixed check for existing file
2023-06-10 23:25:58 -04:00
MattNL
ff6c51fb97
Improved clone function
2023-06-10 23:22:08 -04:00
MattNL
034ccb61a0
Improved SubPCK methods
2023-06-10 22:28:15 -04:00
MattNL
aeb1d9b192
Changed RPC button punctuation
2023-06-10 08:18:12 -04:00
MattNL
7246ce1ea0
Renamed RenamePrompt form to TextPrompt
2023-06-10 07:51:32 -04:00
MattNL
230f7a88c7
Renamed TextPrompt form to MultiTextPrompt
2023-06-10 07:50:11 -04:00
MattNL
ce991c69c5
Removed ARCUtil class
2023-06-10 07:46:15 -04:00
MattNL
4c587a27a2
Expanded pack icon feature
2023-06-10 07:29:39 -04:00
miku-666
a6cb8a386a
NumericPrompt - Hide ValueUpDown control and added setter for min and max
2023-06-07 19:44:37 +02:00
miku-666
9dbadf8394
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
2023-06-06 17:12:18 +02:00
MattNL
484a49ba7a
Renamed MipMapPrompt to NumericPrompt
2023-06-04 20:38:37 -04:00
MattNL
756201296a
UserSettings now loaded before form loading
...
-This way users who select the little endian option can open their pck files directly
2023-06-04 19:22:37 -04:00
MattNL
90a9feb815
Set SubPCK default value to true
...
-I feel that most users would rather have this on by default
2023-06-04 18:57:58 -04:00
MattNL
99e9ff2c29
Fixed spelling in Settings Form
2023-06-04 18:54:06 -04:00
MattNL
0fd1457a60
Added methods to ARCUtil
2023-06-04 18:22:34 -04:00
miku-666
b38f584e80
MainForm - Allowed only one PCK Manager at a time and added BinkaConverter.cs
2023-06-04 18:33:27 +02:00
miku-666
b12b4481b0
Removed unused members in multiple files
2023-06-03 19:19:13 +02:00
miku-666
e005c31cb2
PckManager - Prevented re-creating same panel
2023-06-03 19:15:45 +02:00
miku-666
33c8431276
Removed TextureSelector.cs and Teture.cs
2023-06-03 19:14:20 +02:00
miku-666
7d57ef70fc
MainForm - Improved pck file access by specifing the filetype
2023-06-03 17:53:18 +02:00
miku-666
8e312d4ae4
Moved RPC init/deinit to Program file
2023-06-03 17:49:13 +02:00
miku-666
e117c0236a
Renamed 'ApplicationScope.AppDataCacher' to 'ApplicationScope.DataCacher'
2023-06-03 17:45:52 +02:00
miku-666
ba4aff2e13
Added 'Show Rich Presence' to settings
2023-06-03 17:44:38 +02:00
miku-666
e3860782b8
Cemu Panel - disable specific radio button if content path doesn't exists
2023-06-03 14:08:26 +02:00
miku-666
504e6c6794
Cemu Panel - Added feature to open dlc foler in explorer when clicking on the text box
2023-06-03 13:31:07 +02:00
miku-666
358730bcc9
Cemu Panel - Added try catch to 'TryApplyCemuConfig' and check that the settings file also exists
2023-06-03 13:29:22 +02:00
miku-666
31e272a9a0
Updated OMI to fix properties.HasProperty
2023-06-03 13:27:00 +02:00
miku-666
fb912805d2
ANIM/BOX Editor - Added secondary constructor
2023-06-03 12:43:51 +02:00
miku-666
7da62a0f18
SkinANIM, SkinBOX - Added empty readonly field
2023-06-03 12:40:51 +02:00
MattNL
119bb36ccc
Added menu items to make ANIM and BOX entries
...
-with access to their respective editors
2023-06-03 06:09:30 -04:00
miku-666
2e4cf6f1c8
Program.cs - Removed unnecessary using statement
2023-06-03 12:00:09 +02:00
miku-666
e1bfb2d9c6
Image Extentions - Return early in 'CalculateImageSize' when only one or less images are present
2023-06-03 11:59:13 +02:00
miku-666
878dbd849a
Cemu Panel - Added Exception logging in debug mode
2023-06-03 11:57:38 +02:00
miku-666
439bfb22ee
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
2023-06-03 11:56:32 +02:00
miku-666
bc517e65b0
Added Setting for loading sub pcks
2023-06-03 11:55:43 +02:00
MattNL
932612ab88
Updated error message text to include warning of an OMI issue
2023-06-03 05:33:41 -04:00
MattNL
9ae43b61c2
Expanded Bulk Property function
...
-Property type text box is now enabled and any value can be entered
-Replaced "PNG", "64x32", "64x64" filters with all PCK file types
-Now works properly with SubPCKs
2023-06-03 05:08:16 -04:00
MattNL
9f32a4fefa
Added check for unknown tile names
2023-06-02 18:37:45 -04:00
MattNL
d520e02128
Updated the help messages to describe the current editor
2023-06-02 15:58:51 -04:00