Commit Graph

971 Commits

Author SHA1 Message Date
MattNL
d98a2eaaee Added debug_fourj_item to tileData.json 2023-06-01 03:51:04 -04:00
MattNL
904d71b509 Fixed cocoa names in TileData.json file 2023-06-01 02:33:53 -04:00
MattNL
0a9b24d9ce RenamePrompt now "dynamically" resizes
It's not truly dynamic. It simply resizes to the original RenamePrompt size when extra context isn't given.
2023-05-29 12:50:57 -04:00
miku-666
dee9157b11 MainForm - Updated pck file access 2023-05-25 21:34:23 +02:00
miku-666
c25b5c2a8d GRF Editor - Fixed SetCompressionLevel being called when file failed to load 2023-05-25 20:39:11 +02:00
miku-666
c59317699b Updated Animation Editor to use AnimationCategory 2023-05-25 15:58:27 +02:00
miku-666
871a6a46d0 Animation.cs - Added AnimationCategory enum 2023-05-25 15:56:12 +02:00
miku-666
7301c11f26 Cemu Panel - Fixed Xml reader declaration exception 2023-05-25 15:54:48 +02:00
miku-666
c86cec1a1e ANIM Editor - use '|=' instead when applying template anim 2023-05-25 14:21:53 +02:00
miku-666
be69240fea Changed return type of AddProperty to KeyValuePair 2023-05-25 14:20:15 +02:00
miku-666
e2ff47684c Moved Binka.cs to API/Miles 2023-05-20 12:10:30 +02:00
miku-666
92e573956c Renamed and moved addMeta.cs 2023-05-19 18:06:22 +02:00
miku-666
3e46529d71 Updated property access in OMI 2023-05-19 18:05:09 +02:00
miku-666
5257b9d0b5 AnimationEditor - Changed anchor of start/stop button 2023-05-19 17:20:45 +02:00
miku-666
05a695eeb9 Animation.cs - Added copyright notice 2023-05-19 17:17:11 +02:00
miku-666
567b46ad22 generateModel - Changed MessageBox text 2023-05-19 13:01:35 +02:00
miku-666
ee75e9cb10 MainForm - Added size check in 'HandleSkinFile' 2023-05-19 13:00:24 +02:00
miku-666
c14aeef833 Added AutoSave setting to all file type editors 2023-05-15 20:54:00 +02:00
miku-666
b92511f4a0 Added AppBehaviorSettingsForm and a few user settings 2023-05-15 20:51:11 +02:00
MattNL
a03bb9c229 Fixed numerous ANIM editor bugs 2023-05-15 14:20:22 -04:00
miku-666
2b9579f3de MainForm - Removed unused 'needsUpdate' member 2023-05-15 18:13:25 +02:00
miku-666
b1632d60e1 Added PckFileExtensions 2023-05-15 17:51:42 +02:00
miku-666
777f0ce59a GRF Editor - Changed UI of compression menu item 2023-05-15 17:45:26 +02:00
miku-666
e86a8384be ApplicationScope - Only initialize 'AppDataCacher' once in 'ApplicationScope.Initialize' 2023-05-14 17:05:45 +02:00
miku-666
56aa41bb66 AddFilePrompt - Changes namespace and changed 'Filetype' to be 'PckFile.FileData.FileType' 2023-05-14 16:56:12 +02:00
miku-666
6b7ec71cef AnimationEditor - Refactored and moved import/export function under 'File' menu item 2023-05-14 16:55:39 +02:00
miku-666
38d14661ef Improved performance im ChangeTile form 2023-05-14 16:46:20 +02:00
MattNL
45ea0aec21 Fix for texture exported in the wrong folder 2023-05-13 14:16:31 -04:00
miku-666
f727f52658 Animation - Fixed null reference exception in constructor 2023-05-13 20:12:35 +02:00
miku-666
1f47f0cfd1 Animation - Fixed bug where constructor would add frames twice 2023-05-13 19:56:03 +02:00
miku-666
7c62a19d05 AnimationEditor - Added menu bar item to import animation from gif files 2023-05-13 19:39:50 +02:00
miku-666
ce41a6c355 Splited ImageLayoutDirection and ImageSection into their own files 2023-05-13 19:00:34 +02:00
miku-666
4da4b40afa ImageExtensions - Fixed CreateImage skipping images and changed functions to internal 2023-05-13 18:56:13 +02:00
miku-666
7943b97459 Made ColorExtension functions internal 2023-05-13 18:54:02 +02:00
miku-666
9349b7d435 PictureBoxWithInterpolationMode - Added PixelOffestMode to be HighQuality 2023-05-13 18:53:10 +02:00
miku-666
b5d121f285 Added ApplicationScope static class 2023-05-12 21:51:27 +02:00
miku-666
11d56af848 Animation.cs - Removed index operator 2023-05-12 17:22:11 +02:00
miku-666
ea8484a6d9 "PCK Manager".cs - Marked as Obsolete 2023-05-12 17:15:21 +02:00
miku-666
4f06ee8165 MainForm - Updated 'IsSubPCKNode' and removed unreferenced functions 2023-05-12 16:50:33 +02:00
miku-666
0f60436baf AddEntry.cs - Made EntityJSONData static 2023-05-11 22:19:13 +02:00
miku-666
2c21976abb CemuPanel now tries to get cemu user settings upon selecting 2023-05-11 22:18:10 +02:00
miku-666
3977fe4e6d AnimationEditor - fixed menu bar item being disabled 2023-05-11 22:16:18 +02:00
miku-666
82d9ac511d Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-05-11 22:12:33 +02:00
miku-666
c5d32f9329 AnimationEditor - Merged Start and Stop button into on button 2023-05-11 21:00:15 +02:00
miku-666
8e01aceec2 Added proper support for Packs that include Xml Version string 2023-05-11 20:45:59 +02:00
MattNL
31521c89b8 Fixed EntityData not loading in the AddEntry form 2023-05-11 11:22:13 -04:00
MattNL
16c3037a80 Removed ModelResources.cs 2023-05-11 11:16:56 -04:00
miku-666
ae1d1147a5 AnimationPictureBox - Fixed multiple bugs when exiting playing interpolated animation 2023-05-10 20:15:40 +02:00
MattNL
6d86f495cf Changed interpolation checkbox label 2023-05-10 10:34:13 -04:00
miku-666
3e5958de97 AnimationEditor - Added Interpolation to animation 2023-05-10 15:23:37 +02:00