miku-666
e1bfb2d9c6
Image Extentions - Return early in 'CalculateImageSize' when only one or less images are present
2023-06-03 11:59:13 +02:00
miku-666
878dbd849a
Cemu Panel - Added Exception logging in debug mode
2023-06-03 11:57:38 +02:00
miku-666
439bfb22ee
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
2023-06-03 11:56:32 +02:00
miku-666
bc517e65b0
Added Setting for loading sub pcks
2023-06-03 11:55:43 +02:00
MattNL
932612ab88
Updated error message text to include warning of an OMI issue
2023-06-03 05:33:41 -04:00
MattNL
9ae43b61c2
Expanded Bulk Property function
...
-Property type text box is now enabled and any value can be entered
-Replaced "PNG", "64x32", "64x64" filters with all PCK file types
-Now works properly with SubPCKs
2023-06-03 05:08:16 -04:00
MattNL
9f32a4fefa
Added check for unknown tile names
2023-06-02 18:37:45 -04:00
MattNL
d520e02128
Updated the help messages to describe the current editor
2023-06-02 15:58:51 -04:00
MattNL
8501d4b7e0
Changed text to display ticks instead of frames
2023-06-02 15:42:04 -04:00
MattNL
b740830892
Added help message for frame times and tick unit
2023-06-02 15:41:36 -04:00
MattNL
e8bd673951
Added message for gif export tool
2023-06-02 15:35:18 -04:00
MattNL
5f78b402f3
Changed text to clearly state tick unit
2023-06-02 15:32:34 -04:00
MattNL
e8cd6fd5db
Min. value is now 1. Removed pointless check.
2023-06-02 15:27:19 -04:00
MattNL
a05fbd63d5
Added check for empty strings in RenamePrompt
2023-06-02 15:20:30 -04:00
MattNL
da5519b813
Added all vanilla materials to initializer
2023-06-01 19:42:52 -04:00
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