Commit Graph
100 Commits
Author SHA1 Message Date
miku-666 8b7d71f750 TextureAtlasEditor - Added arrow navigation
Arrow keys can now be used to move to the next tile
2023-08-02 20:37:51 +02:00
miku-666 4f6078cc0c Merge branch 'main' into TextureAtlasEditor 2023-08-02 17:18:24 +02:00
miku-666 920f78a8e1 GRFEditor - Improved resizing 2023-08-02 15:35:46 +02:00
miku-666 2d3ff781cb MainForm.cs - Updated PckManager
It now only hides itself when closing
2023-08-02 14:46:31 +02:00
miku-666 9e3c300226 Moved CSMBFile and PckAudioFile from 'Classes/FileTypes' to 'FileFormats' folder 2023-08-02 14:03:05 +02:00
miku-666 4a9ed403fd Renamed CreateTexturePack.cs to CreateTexturePackPrompt.cs 2023-08-02 13:33:22 +02:00
miku-666 7f1c459c1d Added AnimationExtensions.cs and moved java animation conversion to AnimationExtensions 2023-08-02 13:31:09 +02:00
miku-666 896e2f6671 Moved Animation.cs to 'Internal' folder and changed namespace 2023-08-02 13:29:08 +02:00
miku-666 dbdb43e32e Updated AdvancedOptions.cs 2023-08-02 13:12:13 +02:00
miku-666 d800339e21 MainForm.cs - File Type Handlers now no longer have to check if data is available 2023-08-01 17:24:03 +02:00
miku-666 07fa88ce51 Added TextureAtlasEditor.cs and moved some extension methods 2023-08-01 17:19:24 +02:00
miku-666 99e580fd85 Added copyright notice to files that I (NessieHax) made 2023-07-31 21:06:28 +02:00
miku-666 c9c69a7ed8 Added Profiler for simple rough time measurement 2023-07-31 20:56:06 +02:00
miku-666 22eff0df73 CemuPanel.cs - Added GameDirectoryContextMenu for opening or copying the directory path 2023-07-22 15:54:33 +02:00
miku-666 ada7a0cc56 Binka.cs - Updated 'ToWav(Stream source, Stream destination)' 2023-07-22 15:47:24 +02:00
miku-666 0662717fe4 SkinAnim.cs - Renamed 'ANIM_EFFECTS' to 'SkinAnimFlag' 2023-07-22 15:42:41 +02:00
miku-666 dedfc9a968 RichPresenceClient.cs - Added ability to disable the rich presence in the settings 2023-07-21 13:08:01 +02:00
miku-666 5a3546feb0 Updated every form to use ProjectLogo.ico 2023-07-21 12:31:09 +02:00
miku-666 1748f65b75 Renamed Icon.ico and Logo.png to ProjectLogo and removed duplicates of logo from resources 2023-07-21 12:21:16 +02:00
miku-666 98ac2c97bd SettingsManager - Renamed Dictionary field 2023-07-18 08:52:34 +02:00
miku-666 97dc92b924 Updated README 2023-07-17 19:47:41 +02:00
miku-666 a900f4670c Changed Visibility of Extension classes to internal 2023-07-17 19:12:34 +02:00
miku-666 a6b01eaa35 Moved Clamp extension method and added MathExtensions.cs 2023-07-17 19:10:48 +02:00
miku-666 99439c612a Project file - Added target to removed libraray pdbs when not in debug mode 2023-07-17 14:24:53 +02:00
miku-666 06e4ebfcfc Improved tileData.json loading 2023-07-16 17:25:44 +02:00
miku-666 eb54a4af86 Updated OMI sym link 2023-07-09 10:31:51 +02:00
miku-666 e04ab341c1 Pref.cs - Marked as Obsolete 2023-07-09 10:29:52 +02:00
miku-666 426792390b MainForm - Added Shortcutkeys for opening and saving files 2023-07-07 21:10:12 +02:00
miku-666 eaec635ad9 MainForm - Reorganized MenuStrip Items and renamed some MenuStrip items 2023-07-07 20:40:53 +02:00
miku-666 80d29d4b66 MainForm - Removed 'binkaConversionToolStripMenuItem' 2023-07-07 19:28:23 +02:00
miku-666 e5059f4b8f MainForm - Cleaned up code and replaced Console.WriteLine to Debug.WriteLine 2023-07-07 19:24:26 +02:00
miku-666 7c951858e2 Updated csproj file to always include branch name when compiling 2023-07-07 19:22:13 +02:00
miku-666 58ca05e600 Updated OMI ref 2023-06-30 20:46:49 +02:00
miku-666 74a327d649 SettingsManager.cs - Renamed namespace 2023-06-29 18:55:49 +02:00
miku-666 b1e5445163 AddFilePrompt - Renamed constructor parameter 2023-06-29 18:36:11 +02:00
miku-666 9af7924630 Program.cs - Moved 'RPC.Deinitialize();' to 'Application.ApplicationExit' event 2023-06-29 18:32:10 +02:00
miku-666 4c2303ce76 MainForm - Renamed 'UpdateRPC' function to 'UpdateRichPresence' 2023-06-17 17:21:44 +02:00
miku-666 fe7123418e TextPrompt.cs - Set Controls to private, added setter properties for them and added empty constructor 2023-06-17 17:21:22 +02:00
miku-666 91c5bcb4ef Binka.cs - Added overloads for 'ToWav' function 2023-06-17 12:06:52 +02:00
miku-666 56f1081723 Renamed 'AppBehaviorSettingsForm' to 'AppSettingsForm' 2023-06-17 11:25:12 +02:00
miku-666 6244399143 Added save icon to csproj file 2023-06-16 17:02:37 +02:00
miku-666 dd4b251e68 MainForm - Improved restoring selected load after 'BuildMainTreeView' 2023-06-16 16:57:33 +02:00
miku-666 03af825270 SettingsManager - Moved private function to the bottom of the class for readability 2023-06-16 16:56:26 +02:00
miku-666 4148f56683 MainForm - Renamed 'pictureBoxImagePreview' to 'previewPictureBox' and hide pictureBox2(pck studio logo) 2023-06-16 16:54:52 +02:00
miku-666 4cc63d2d93 SkinBOX - Updated 'SkinBOX.Empty' 2023-06-15 21:02:17 +02:00
miku-666 d06f82e71a SettingsManager - Updated '_newValue' being set to null after callback 2023-06-15 21:01:13 +02:00
miku-666 045b195a09 RPC - Changed 'LargeImageText' to Application.ProductName 2023-06-15 20:59:38 +02:00
miku-666 45c365b60a AppBehaviorSettingsForm - Fixed SettingsManager firing when loading form 2023-06-15 20:58:44 +02:00
miku-666 2a90afa082 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-06-15 20:55:41 +02:00
miku-666 d38747f3a4 NumericPrompt.cs - Changed minimum and maximum values in constructor 2023-06-13 18:15:19 +02:00
miku-666 6024c4ad22 Added SettingsManager.cs 2023-06-13 18:14:34 +02:00
miku-666 8ba073092e MainForm - Changed addCustomPackIcon tool to use same 'OpenFileDialog' instance 2023-06-11 20:07:49 +02:00
miku-666 3fa454a40b Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-06-11 20:03:20 +02:00
miku-666 a6cb8a386a NumericPrompt - Hide ValueUpDown control and added setter for min and max 2023-06-07 19:44:37 +02:00
miku-666 9dbadf8394 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-06-06 17:12:18 +02:00
miku-666 b38f584e80 MainForm - Allowed only one PCK Manager at a time and added BinkaConverter.cs 2023-06-04 18:33:27 +02:00
miku-666 b12b4481b0 Removed unused members in multiple files 2023-06-03 19:19:13 +02:00
miku-666 e005c31cb2 PckManager - Prevented re-creating same panel 2023-06-03 19:15:45 +02:00
miku-666 33c8431276 Removed TextureSelector.cs and Teture.cs 2023-06-03 19:14:20 +02:00
miku-666 7d57ef70fc MainForm - Improved pck file access by specifing the filetype 2023-06-03 17:53:18 +02:00
miku-666 8e312d4ae4 Moved RPC init/deinit to Program file 2023-06-03 17:49:13 +02:00
miku-666 e117c0236a Renamed 'ApplicationScope.AppDataCacher' to 'ApplicationScope.DataCacher' 2023-06-03 17:45:52 +02:00
miku-666 ba4aff2e13 Added 'Show Rich Presence' to settings 2023-06-03 17:44:38 +02:00
miku-666 e3860782b8 Cemu Panel - disable specific radio button if content path doesn't exists 2023-06-03 14:08:26 +02:00
miku-666 504e6c6794 Cemu Panel - Added feature to open dlc foler in explorer when clicking on the text box 2023-06-03 13:31:07 +02:00
miku-666 358730bcc9 Cemu Panel - Added try catch to 'TryApplyCemuConfig' and check that the settings file also exists 2023-06-03 13:29:22 +02:00
miku-666 31e272a9a0 Updated OMI to fix properties.HasProperty 2023-06-03 13:27:00 +02:00
miku-666 fb912805d2 ANIM/BOX Editor - Added secondary constructor 2023-06-03 12:43:51 +02:00
miku-666 7da62a0f18 SkinANIM, SkinBOX - Added empty readonly field 2023-06-03 12:40:51 +02:00
miku-666 2e4cf6f1c8 Program.cs - Removed unnecessary using statement 2023-06-03 12:00:09 +02:00
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
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
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
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