MattN-L
8213fe391f
Added Custom Color support for specific tiles
...
-Custom Color Tiles are Leather Armor, Potion (Overlay) / Potion Contents, Leather Horse Armor, and Cauldron Water
2024-03-13 05:21:09 -04:00
MattN-L
f2c990be11
Adjusted variant column size
2024-03-12 02:01:34 -04:00
MattN-L
c4e797d403
Fix for tiles with only one variant not displaying correctly
2024-03-11 16:54:52 -04:00
MattN-L
c645cef9ed
Added Classic Water variant support
2024-03-10 16:40:25 -04:00
MattN-L
550ee7ab6d
Updated Atlas Editor
...
-Fixed keyboard input not working on tiles with duplicate names
-Duplicate tiles now display the texture, variants, and name of its "parent" tile
-Fixed Animated tiles not correctly displaying variant box
-Water tiles now automatically fill in colors from the water table
2024-03-05 13:28:09 -05:00
MattN-L
b862ffbf0f
Update tileData.json
...
-Added color variants for stems, double tall grass, tall fern, vines
-Added internal names for kelp for use in the atlas editor
2024-03-05 13:26:29 -05:00
MattN-L
11fe0e1ff1
Removed cancel option from invalid entry prompt
2024-03-05 11:23:16 -05:00
MattN-L
4809f6a71f
Improved file extraction code
2024-03-05 11:22:36 -05:00
MattN-L
89c29051d4
EntityMaterials Editor fix
...
-Files with invalid materials, such as TNBC pack, no longer crash the program
-Invalid material entries now have a unique icon
-Invalid materials can be hidden by the user should they be detected.
-Entity Materials Editor UI has been improved slightly
2024-03-04 23:13:55 -05:00
MattN-L
08b769b70d
Updated entity resources
...
-Added an icon for invalid entity entries on the entity atlas resource
-Fix for "Spectral Arrow" icon being incorrectly offset on the entity atlas resource
-Fix for "Zombie Villager" appearing as "Villager" in the Materials Editor
2024-03-04 20:47:13 -05:00
MattN-L
01bea15cfb
Fixed missing label for some PS4 tiles
2023-12-11 08:29:17 -05:00
miku-666
63402857b7
MainForm - Fixed renaming folder throwing exception
2023-11-20 19:41:18 +01:00
MattNL
041eb43462
Fixed rename "deleting" files with identical names
2023-11-13 19:02:41 -05:00
MattNL
5f9d09120f
Fix for file arguments no longer opening the PCK
2023-11-13 16:52:33 -05:00
MattNL
100471c52a
Update OMI
2023-11-12 19:57:26 -05:00
MattNL
f83e562de7
Temporarily added Move Up/Down functionality for skins
2023-10-09 14:10:40 -04:00
Miku-666
1e94d23281
Added new PCK-Studio Updater ( #20 )
...
* Added PCK-Studio-Updater project
* Updated PCK-Studio-Updater to be a standanlone executable and added checkbox for using beta builds in the settings panel
* Rename constant define '_NOT_DEBUG' to 'NDEBUG' and moved it to .csproj file
2023-10-08 15:00:01 +02:00
miku-666
2e8a4316ba
TextureAtlasEditor - Fixed combo box being disabled when color mask is supported
2023-09-23 18:21:15 +02:00
miku-666
db11c0d3e0
Updated GRF Editor and OMI submodule
2023-09-03 17:53:59 +02:00
miku-666
a03a7a0fe5
Update OMI submodule
2023-09-02 14:01:39 +02:00
miku-666
fd612fc8b3
GameRuleFileEditor - Made copression select text const
2023-08-30 18:48:47 +02:00
miku-666
00669c1c45
ItemSelectionPopUp - Changed accessibility to label text and button text
2023-08-30 18:47:40 +02:00
miku-666
993d625330
TreeNodeExtensions - Added constraints to generic type
2023-08-30 18:44:59 +02:00
miku-666
d8d046c110
AnimationPictureBox - Removed 'TickInMillisecond' constant and use 'Animation.GameTickInMilliseconds'
2023-08-30 18:43:55 +02:00
miku-666
4ca35a5e92
AnimationEditor - Added ability to export animation as gif
2023-08-30 18:42:30 +02:00
miku-666
44c9679bd7
Update Animation.cs to avoid cross thread access
2023-08-30 16:15:27 +02:00
miku-666
9f2acace40
Updated OMI submodule
2023-08-30 16:13:47 +02:00
miku-666
040962b166
AnimationEditor.cs - Added 'UpdateTreeView' to reduce calls to 'LoadAnimationTreeView'
2023-08-30 16:13:08 +02:00
miku-666
88b38a88de
Updated AnimationPictureBox.cs
...
Lets hope it won't throw exceptions
2023-08-30 16:09:31 +02:00
miku-666
4f0f0cf66f
Configured Trace log file via app.config file
2023-08-28 21:38:40 +02:00
miku-666
68705baa49
Updated OMI submodule
2023-08-28 21:36:11 +02:00
miku-666
16d6664442
MainForm.cs - Updated PckManager to bring to front when re-opening
2023-08-28 14:01:28 +02:00
miku-666
a47272442f
MainForm - Made toolStripSeparator not generate member variables
2023-08-28 14:00:03 +02:00
miku-666
6949147e47
MainForm.cs - Removed unused 'fAQToolStripMenuItem1_Click' function
2023-08-28 13:58:48 +02:00
miku-666
11d62f921e
MainForm.cs - Marked 'importSkinToolStripMenuItem_Click' as deprecated with message
2023-08-28 13:57:24 +02:00
miku-666
cfae4b00fb
MainForm.cs - Added call to treeViewMain.Sort() in BuildMainTreeView
2023-08-28 13:55:45 +02:00
miku-666
6ad1696b4e
MainForm.cs - Chnaged some debug logging messages to trace logging
2023-08-28 13:54:33 +02:00
miku-666
8b4796416f
MainForm.cs - Added 'BeforeFileRemove' function to check before a file is removed
2023-08-28 13:52:47 +02:00
miku-666
945d9baf8e
Moved PckNodeSorter to 'Internal' folder
2023-08-28 13:50:19 +02:00
miku-666
44456bbf6d
Added TreeNodeExtensions.cs
2023-08-28 13:15:57 +02:00
miku-666
80423098a2
MainForm.cs - Updated and renmaed 'setFileType_Click' to 'SetFileType'
2023-08-28 13:09:52 +02:00
miku-666
caa9a0142f
MainForm.cs - Renamed 'SetPckFileIcon' to 'SetNodeIcon'
2023-08-28 12:56:55 +02:00
miku-666
68f8f83212
Fixed SkinANIM API
2023-08-28 10:23:57 +02:00
miku-666
62b063fa2a
Add config for Trace class
2023-08-25 13:41:42 +02:00
miku-666
871261e43d
Moved AnimationCategory into its own file
2023-08-25 13:11:25 +02:00
miku-666
4978e111b1
PckFileDataExtensions - Improved GetTexture extension
2023-08-25 13:01:34 +02:00
miku-666
939a8b57da
EnumerableExtensions - Added EqualsAny extension
2023-08-25 12:57:57 +02:00
miku-666
8817ae9fc1
AnimationEditor - Added Copyright notice
2023-08-25 12:57:14 +02:00
miku-666
9c357d151a
Updated Animation API and added AnimationHelper
2023-08-25 12:56:22 +02:00
miku-666
9faaf65601
Updated ChangeTile.cs
2023-08-25 12:51:49 +02:00