Commit Graph
1518 Commits
Author SHA1 Message Date
MayNL ba46354bd6 Fix AudioEditor not using endianness checkbox 2026-06-21 13:16:51 -04:00
MayNL a590e360b4 Removed "Fix Skin Decimals" Tool 2026-06-21 12:20:35 -04:00
MayNL f52e0aee33 Changed default PCK endianness to little
-Changed "Save as PS4/Switch/Vita PCK" checkbox to list old gen platforms instead to reflect this change
2026-06-21 12:15:11 -04:00
MayNL 7df21c0132 Adjusted armor inflation values in skin editor 2026-06-21 00:49:42 -04:00
MayNL afd6c604be Added dedicated display armor buttons to Skin Editor 2026-06-20 21:42:06 -04:00
MayNL 5ca01d43f3 Fix for dash style members not being used 2026-06-20 21:35:59 -04:00
MayNL 97c27ef1eb Removed Outline Color Button from skin editor 2026-06-20 14:48:11 -04:00
MayNL f8ec040e51 Fixed armor and tool offset rendering in skin editor 2026-06-20 14:37:38 -04:00
MayNL 4964ad74c5 Fix for incorrect leg offset names 2026-06-17 19:05:41 -04:00
MayNL 4b3a228d43 Duplicate OFFSET entries are now ignored 2026-06-17 19:04:39 -04:00
MayNL 2a83292807 Improved skin paper doll draw function 2026-06-16 16:26:38 -04:00
MayNL ecec8dbd16 Fix for negative scaled boxes rendering behind larger scaled boxes despite being placed ahead 2026-05-26 18:12:21 -04:00
MayNL 09d1fc615c Prompt user to correct BOX version if used improperly 2026-05-26 17:35:06 -04:00
MayNL 063f46913e Fixed base boxes reappearing with show armor toggle 2026-05-25 22:27:05 -04:00
MayNL 79597db0af Fixed endianness checkbox not being set on open 2026-05-25 18:54:46 -04:00
MayNL 72a7a60cd8 Fix crash for replacing tile group with smaller images
-The selected image is now stretched to fit the size of the tile group to show the user how the new image is applied
2026-05-11 19:01:26 -04:00
MayNL 7ea36185fb "Show Armor" now hides boxes appropriately 2026-05-11 18:13:22 -04:00
MayNL ec04639928 Added SkinArmorFlags classes 2026-05-11 18:10:06 -04:00
MayNL de98a9217e Added ArmorFlags to Cube rendering class 2026-05-11 11:39:14 -04:00
MayNL 5c4c0eeebc Simplified Generate MipMap tool
-Now generates just one level via the user given value
2026-05-07 00:47:40 -04:00
MayNL 091b91ebe3 Added check for no more offsets in CustomSkinEditor 2026-05-06 00:18:50 -04:00
MayNL adb4f928d2 Added "Add OFFSET Parameter" context tool 2026-05-06 00:13:05 -04:00
MayNL 19f7ebbfe6 Fix for stretched custom cape icons 2026-05-05 23:52:36 -04:00
MayNL 3b05010593 Added tools to custom skin editor 2026-05-05 23:39:11 -04:00
MayNL c4b2f53e5d Added tool to export custom skin and cape icons 2026-05-03 13:13:39 -04:00
MayNL 50b8ccd350 Fixed oversight in custom cape icon code 2026-05-02 23:30:02 -04:00
MayNL cd58e576e8 Removed debug code for custom icons
oops
2026-05-02 23:27:29 -04:00
MayNL dc70f0cec1 Changing custom icon settings now redraws icons 2026-05-02 22:32:28 -04:00
MayNL 1a8083d3f1 Changing BOX Version now redraws icons 2026-05-02 22:32:05 -04:00
MayNL 236c979393 Added settings for custom icons 2026-05-02 22:30:57 -04:00
MayNL 854499c1b6 Added custom icons for skins and capes
-Added settings for custom icons
-Added custom icons
2026-05-02 22:30:02 -04:00
MayNL aa3186a7bd Changed skin and cape icons 2026-05-02 22:27:37 -04:00
MayNL adabdea0a5 Added DrawPaperDoll extension method for Skins 2026-05-02 19:44:51 -04:00
MayNL feeb8b7cc0 Added validate check for skin and cape textures 2026-04-14 20:48:19 -04:00
MayNL dcb7624ccc Create ImageCollectionExtension
-Added basic Insert method for ImageCollections
2026-04-14 19:09:56 -04:00
MayNL 8a45557f55 Fix inflation input not allowing negative values 2026-04-12 20:07:00 -04:00
MayNL 21c956f0f2 PckEditor now uses node icon keys 2026-04-12 11:10:55 -04:00
MayNL 4f2f13a21d Added specialized icons for slim and classic skins 2026-04-11 23:12:14 -04:00
MayNL 3c142ec7df Fixed inflation related bugs with SkinEditor 2026-04-11 20:07:14 -04:00
MayNL ec61c0ae0b Removed GAME_FLAGS value from SkinRenderer 2026-04-11 03:58:21 -04:00
MayNL 904e263f18 BoxEditor now only enabled when 1 box is selected 2026-04-11 03:47:54 -04:00
MayNL 8984bc527e Fix for SetBox firing changed event 2026-04-11 03:40:10 -04:00
MayNL cacdaf36ba SkinEditor now displays box dimensions in list 2026-04-11 01:47:37 -04:00
MayNL e59b7d34d4 Added setting to not render cape in SkinEditor 2026-04-10 23:25:05 -04:00
MayNL 37a57cee84 Cape now rendered in the correct spot in SkinEditor 2026-04-10 10:04:58 -04:00
MayNL ad4bece44d Added SkinAdjustmentsEditor
-Removed ANIM Editor
-Added SkinAdjustments Editor for Skin ANIM and GAME_FLAGS values
-ANIM and GAME_FLAGS are now edited together across the program
-Box Editor made smaller
-Box Editor and SkinAdjustments Editor added to CustomSkinEditor
-SkinGameFlags class created
-Fixed bug where the first listed box wouldn't save changes in CustomSkinEditor
2026-04-09 01:23:44 -04:00
MayNL dcfc37cc02 Fixed anchor of several elements in CustomSkinEditor 2026-04-04 00:28:03 -04:00
MayNL 968bd9f3cd Bandage solution for LittleEndian pcks not saving 2026-04-01 23:03:21 -04:00
MayNL e8dd80f7fe Added Set BOX Version tool for SkinDataFiles 2026-04-01 20:27:32 -04:00
MayNL 22d1983ee3 Renamed PCK "Properties" to "Parameters"
there's a lot of things with this name scheme in this program so definitely possible i missed something.
2026-04-01 19:35:03 -04:00