Commit Graph

2086 Commits

Author SHA1 Message Date
miku-666
b027cd91d0 ColorExtensions - Added 'BlendMode.Overlay' 2023-08-06 14:35:34 +02:00
miku-666
cc110af873 generateModel - Premature improvements 2023-08-06 14:35:01 +02:00
miku-666
affaa3ff17 Program.cs - Update 'AppData' path to use the product name of the application 2023-08-06 10:43:25 +02:00
miku-666
66e13bf9a9 PckNodeSorter - Updated node sorting 2023-08-06 10:41:22 +02:00
miku-666
6f07f7520b TextureAtlasEditor - Added settings for disabling playing animations or applying color masks 2023-08-06 09:52:40 +02:00
miku-666
84c0faccc7 tileData.json - Updated fields that have color entries 2023-08-06 09:51:24 +02:00
miku-666
a878e3734b TextureAtlasEditor - Animated Tiles now play in the selected tile picture box and AnimationEditor can now accept Animation in constructor aswell as blend the frames with a given color 2023-08-03 17:51:17 +02:00
miku-666
3a68ba50b9 MainForm.cs - Moved extended version text to Credits form 2023-08-03 13:56:05 +02:00
miku-666
e48e417f2a PckStudio.csproj - Added Target to zip Beta build after compilation 2023-08-03 13:54:51 +02:00
miku-666
afb01e6e32 ImageExtensions - Renamed 'ResizeImage' to 'Resize' 2023-08-03 12:31:10 +02:00
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