Commit Graph

391 Commits

Author SHA1 Message Date
MattNL
f3e13b1ffc ChangeTile now starts with "Blocks" tab selected 2022-09-25 17:29:14 -04:00
MattNL
851f2f6015 Improved placement of generated mipmaps 2022-09-25 17:20:28 -04:00
MattNL
ab4e9be1bc fix for multiple BuildMainTreeView calls in GenerateMipMap 2022-09-25 17:19:07 -04:00
MattNL
6ba9bc1999 Interpolate checkbox now updates interpolation flag 2022-09-25 17:12:39 -04:00
MattNL
7fc01ddc6e Fixed rare crash when playing animations 2022-09-25 16:47:03 -04:00
MattNL
13841bbbca Fixed incorrect display of .col file icon 2022-09-25 16:43:10 -04:00
MattNL
d6e3e63ba8 added fix for paths with backslashes 2022-09-25 16:32:49 -04:00
MattNL
79b1167ea3 removed skins.pck support until SubPCK overhaul is finished 2022-09-25 16:31:42 -04:00
miku-666
88d5804b7f Fix PCKProperties.GetPropertyValue commit function body 2022-09-20 18:30:20 +02:00
miku-666
d779e3abdf Update .csproj file to diable fody when in debug mode 2022-09-20 18:27:50 +02:00
miku-666
badb86c587 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2022-09-20 18:14:47 +02:00
miku-666
0fad80d787 Add PCKProperties.GetPropertyValue 2022-09-20 18:12:58 +02:00
miku-666
55852a3132 Renamed IsPathMipMapped to IsFilePathMipMapped 2022-09-20 18:12:07 +02:00
miku-666
74ea2a3a90 Update CloseEditorTab to reset all class member variables 2022-09-20 18:11:15 +02:00
miku-666
de811af008 Re-Added replacing backward slashes with forward slashes in BuildPckTreeView and added a comment explaining why 2022-09-20 18:10:08 +02:00
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