Commit Graph

803 Commits

Author SHA1 Message Date
miku-666
f0de26fc97 Improved ANIMEditor 2023-03-28 20:10:43 +02:00
miku-666
fafb4b85bf SkinANIM - Add ICloneable and IEquatable interface 2023-03-28 19:30:37 +02:00
miku-666
d44dc2a72c Move ANIMEditor and BoxEditor and Update SkinAnim class 2023-03-28 14:58:35 +02:00
miku-666
e5130f390d Imporved AnimEditor 2023-03-27 19:51:40 +02:00
miku-666
50fe39183e Update LOCEditor and MainForm with LOCFileReader/Writer 2023-03-27 18:24:18 +02:00
miku-666
ac70183f5b Update OMI commit ref to fix a bug when creating new skin packs 2023-03-25 17:50:48 +01:00
miku-666
1a6d34476f Update 'ModelsResources.ModelsFileInitializer' 2023-03-23 18:15:16 +01:00
miku-666
27880c013f Remove 'PckPreview', 'MyTablePanel' and 'MyNameLabel' Control 2023-03-23 18:12:08 +01:00
miku-666
de079d9d9a Rename Util files and update OMI commit ref 2023-03-23 17:56:03 +01:00
miku-666
ebb971f96a Moved unused 'ResizeImage' function to ImageExtentions 2023-03-22 21:05:49 +01:00
miku-666
6cdf1daa3b Update OMI submodule commit ref 2023-03-17 23:08:54 +01:00
miku-666
20a1fa8c80 Add endian check when opening pck file 2023-03-17 23:08:04 +01:00
miku-666
ab544b786b Swapped Title and Product name 2023-03-17 19:55:08 +01:00
miku-666
7999900152 Refactored AnimationEditor 2023-03-17 19:53:10 +01:00
miku-666
559f855923 Update OMI lib submodule commit ref 2023-03-16 16:59:59 +01:00
MattNL
20518ac9da Made special conditions when editing compass and clock textures 2023-03-15 17:09:21 -04:00
MattNL
9336db1e04 Updated items data to include Clock and Compass 2023-03-15 12:17:55 -04:00
MattNL
77faa3eaa9 Added warning when deleting compass.png or clock.png 2023-03-15 11:44:14 -04:00
MattNL
08c536c35b Checkbox now only shows when appropriate 2023-03-15 11:31:23 -04:00
MattNL
bbe04258a5 Changed "Compression Type" text color to Menu 2023-03-15 09:13:54 -04:00
MattNL
9025951494 Restoring colors now displays the correct alpha 2023-03-15 08:37:11 -04:00
MattNL
8f0da57bbf Fix automatic target bug in COL Editor 2023-03-15 08:28:17 -04:00
miku-666
6a94f952d5 Remove MetaList form 2023-03-13 17:42:50 +01:00
miku-666
97aee9ca6e Rename and move addCategory form/popup 2023-03-13 16:58:35 +01:00
miku-666
9461a0a125 Merge 'use-OMI-lib' into 'main' 2023-03-13 16:43:14 +01:00
miku-666
27de251622 Move Material processing to OMI lib 2023-03-13 16:32:47 +01:00
miku-666
43f8a4293a Remove ModelFile processing (Moved to OMI lib) 2023-03-13 16:20:43 +01:00
miku-666
b9dbc25b38 Move PckFile processing to OMI lib 2023-03-13 16:07:02 +01:00
miku-666
d42061bbf3 Move LOC processing to OMI lib 2023-03-13 14:46:33 +01:00
miku-666
05b2dfc1e3 Move GRF processing to OMI lib 2023-03-12 19:57:01 +01:00
MattNL
4872c033c3 Fixed function name mistake 2023-03-08 23:10:34 -05:00
MattNL
87c74137ef Created ModelsUtil 2023-03-08 23:05:34 -05:00
MattNL
deb10675a1 Added EntityModelData.json as a resource 2023-03-08 22:54:56 -05:00
MattNL
bb3fd51b85 Added Organize Tracks tool to AudioEditor 2023-03-08 21:02:59 -05:00
MattNL
dea25468cb Adjusted display text in the AudioEditor 2023-03-08 20:05:54 -05:00
MattNL
2374199194 Changed display text for debug release 23w11b 2023-03-08 20:01:22 -05:00
MattNL
127ce18de4 .wav files now convert to the correct format 2023-03-08 19:50:52 -05:00
MattNL
0ee2b7b2b1 Added NAudio NuGet packages 2023-03-08 19:49:24 -05:00
MattNL
036ca6d7bd Added message after converting files 2023-03-08 18:31:46 -05:00
MattNL
ad7944722e Fix for multiple PleaseWait dialogs while converting 2023-03-08 17:59:09 -05:00
MattNL
568ecad076 Changed the display text in PleaseWait 2023-03-08 17:13:24 -05:00
MattNL
1e9265c31a Made improvements to WavToBinka conversion
-Filenames with unsupported characters are now fixed for conversion
-Files are copied to the program's cache folder and deleted after conversion
-Added an error message when files fail to convert
2023-03-08 17:08:36 -05:00
MattNL
69638ccdcc Added check for missing files when saving in the AudioEditor 2023-03-08 14:15:06 -05:00
MattNL
aa801e5361 Made changes to OpenPCK
OpenPCK now attempts to open pck files with the opposite endian when confronted with an OverflowException which makes it possible to open little endian pck files from outside the program
2023-03-08 12:45:59 -05:00
MattNL
13f587e604 Changed display text for debug release 23w11a 2023-03-07 12:07:31 -05:00
MattNL
f3ffd3b05b Made a small mistake with the last commit lol 2023-03-07 03:26:29 -05:00
MattNL
e72275918d Fixed a bug where a newly created Audio.pck would be hidden from the user 2023-03-07 03:25:31 -05:00
miku-666
c4914d7f64 Move BehaviourFile processing to OMI lib 2023-03-06 18:32:33 +01:00
MattNL
b45e637c13 Padded EntityBehaviourData.json 2023-03-05 18:14:27 -05:00
MattNL
3f2eb414e2 Padded EntityMaterialData.json 2023-03-05 18:13:57 -05:00