Commit Graph

876 Commits

Author SHA1 Message Date
MattNL
34366204ec Fixed ChangeTile not working 2022-09-20 11:42:12 -04:00
miku-666
944fbefb41 Update MainForm.viewFileInfoToolStripMenuItem to only be visible when having a PckFile.FileData selected 2022-09-20 14:48:34 +02:00
miku-666
776b977f3f Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-09-20 14:35:14 +02:00
miku-666
682d537f39 Re-Added Mipmap Animation check to open non mipmapped animation if found and fixed a small issue where the save prompt appeared while not having a pck opened 2022-09-20 14:29:08 +02:00
MattNL
bd1d4fad60 removed redundant else statement 2022-09-20 08:24:27 -04:00
MattNL
b9f4b8becf Improved and detailed IsPathMipMapped function 2022-09-20 08:21:54 -04:00
miku-666
9d235b39ea Fixed ProgrammInfo hidding close button 2022-09-20 13:50:03 +02:00
miku-666
6dcdda2d4b Remove redundant string replace call when Building Node tree 2022-09-20 12:27:58 +02:00
miku-666
6f20a70778 Add Language check when trying to set discord rich presence 2022-09-20 12:20:52 +02:00
miku-666
0b509a25e6 Add Fody config to diable fody when in debug mode 2022-09-20 10:50:32 +02:00
Felix Miller
3ee7dc0aa4 Re-add Costura.Fody resource embedder package Beta 2022-09-13 12:58:37 -04:00
MattNL
896e341c4f fixed credit in changelog oops 2022-09-13 07:22:19 -04:00
MattNL
0b3244bca6 Added 7.0 Changelog 2022-09-13 07:17:05 -04:00
MattNL
638cbfd0d9 Added GenerateMipMap feature 2022-09-13 06:27:57 -04:00
MattNL
0171b83462 fixed post merge compiler error 2022-09-12 10:57:13 -04:00
MNL
c43fe7b6d9 Merge pull request #6 from PhoenixARC/Animation-Editor-refactor
Animation editor refactor
2022-09-12 10:50:40 -04:00
MattNL
63c93f7154 Merge branch 'main' into Animation-Editor-refactor 2022-09-12 10:36:42 -04:00
MattNL
8ceb15534b Removed MipMap Support from Animation Editor 2022-09-12 08:36:23 -04:00
MattNL
23ae97286d Added message dialog for Model Files 2022-09-12 07:08:15 -04:00
MattNL
b0da3bcc8f Fixed Main TabPages Order 2022-09-12 07:03:08 -04:00
MattNL
b3a2718b39 Icon Overhaul and added File Info Tool 2022-09-12 07:01:21 -04:00
miku-666
d600d24aec Update addnewskin to return when skin id is not valid and re-linked textSkinID_TextChanged 2022-09-04 10:41:54 +02:00
miku-666
7cbdc616b4 Removed some unused Properties from the ModelView Control 2022-09-03 22:19:42 +02:00
miku-666
bf8b114c15 Updated csproj file to include Steve64x64Model.cs 2022-09-03 22:09:51 +02:00
miku-666
3f2550ef83 Add pckFileTypeHandlers to Main Form 2022-09-03 22:06:41 +02:00
miku-666
b197a38422 Add Steve64x64Model 2022-09-03 22:02:21 +02:00
miku-666
632fde3eb9 Fixed SkinPreviewer and refactored/simplefied Model/Render related classes 2022-09-03 20:36:18 +02:00
miku-666
6d1b461397 Add {Read/Write}Float and {Reader/Write}Bool to StreamData{Reader/Writer} 2022-09-03 15:43:39 +02:00
miku-666
0d3184c21c Update AssemblyName from PCK Studio to PCK-Studio 2022-09-01 20:25:28 +02:00
miku-666
61b13599dc Update COLEditor to only return DialogResult.OK once saved 2022-09-01 20:23:19 +02:00
miku-666
9d0ab00599 Disable Maximize Button and set max size in ANIMEditor 2022-09-01 20:18:06 +02:00
miku-666
007ee5f374 Fix MainForm from LOCEditor 2022-09-01 20:12:33 +02:00
miku-666
08564191d1 Update ARCFile{Reader/Writer} to not always use little endian when reading data from a file 2022-09-01 20:06:56 +02:00
miku-666
3f791d55f4 Update LOCEditor for consistentcy 2022-09-01 19:52:39 +02:00
miku-666
1f0233dbb4 Update PCKFileReader to replace back slashes to forward slashes 2022-09-01 19:44:04 +02:00
miku-666
6f9f1f0e50 Add static strings to Program class 2022-09-01 19:41:06 +02:00
MattNL
a45884343b Added GenerateMipMap and Help message buttons 2022-08-31 13:34:47 -04:00
miku-666
7f4cbbb82d Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-30 19:55:39 +02:00
miku-666
1bff6b7349 Fix csproj file reference to MySql.Data.dll 2022-08-30 19:48:01 +02:00
Felix Miller
1790445f80 Excess garbage collection 2022-08-30 13:41:16 -04:00
Felix Miller
0432542c9d Add pack image selection functionality 2022-08-30 13:39:52 -04:00
Felix Miller
9324701657 Add automatic ARC Garbage collection 2022-08-30 13:38:06 -04:00
Felix Miller
8b39ab627b Implement Pack Image Replacement in the WiiU Pack Installer 2022-08-30 13:36:09 -04:00
miku-666
91b89780d5 Update ARCFile.cs, ARCFileReader.cs and ARCFileWriter and add ARCUtil.cs 2022-08-30 18:55:43 +02:00
miku-666
6408d33125 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-08-30 15:26:53 +02:00
Felix Miller
6904fa7e43 Add ARC file reader/writer 2022-08-29 23:07:42 -04:00
MattNL
f9b36efada Updated ProgramInfo dialog 2022-08-28 14:11:50 -04:00
MattNL
bd83eb55ed Split the help tab into smaller message boxes 2022-08-28 05:11:13 -04:00
MattNL
22b495b718 Added Export Java Animation tool 2022-08-28 04:37:32 -04:00
MattNL
cf8f105312 Fixed Import Java MCMeta Tool 2022-08-28 02:40:07 -04:00