Commit Graph

  • 8babae5a00 Removed addMetaAdvamced.resx files miku-666 2023-08-12 10:32:39 +02:00
  • 9e248ee6e5 Renamed addnewskin to AddNewSkin miku-666 2023-08-12 10:29:07 +02:00
  • 89ba72d49b Moved Tile Json definitions to seperate files inside Internal/Json miku-666 2023-08-12 09:58:27 +02:00
  • 69709154c5 Expanded cauldron water and potion color variants MattNL 2023-08-11 00:05:34 -04:00
  • b0406475d4 All flowing tiles now work correctly in AtlasEditor MattNL 2023-08-10 22:06:27 -04:00
  • 6b778d07a3 completed water and lava flow tiles in tile data MattNL 2023-08-10 22:05:55 -04:00
  • 8b5dea0630 Changed check for duplicate names to Internal instead of Display MattNL 2023-08-10 21:51:56 -04:00
  • 97b0c6d24c ChangeTile now ignores duplicate values (for Flowing textures) MattNL 2023-08-10 21:40:05 -04:00
  • 0277055086 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-08-10 14:53:56 +02:00
  • ce1447cec3 TextureAtlasEditor - Added index check when constructing tiles list miku-666 2023-08-10 13:55:07 +02:00
  • 748f5921ed TextureAtlasEditor - Added check to stop playing animation when closing miku-666 2023-08-10 13:53:56 +02:00
  • bc991aa3ab TextureAtlasEditor - Merged _textureInfos and _textures into '_tiles' miku-666 2023-08-10 13:41:55 +02:00
  • 316997e9b2 MainForm - Set 'wasModified' and call 'BuildMainTreeView' when TextureAtlasEditor exits with changes miku-666 2023-08-10 13:40:14 +02:00
  • 4cba97d6f9 tileData.json - Changed default colur key for Spruce Leaves miku-666 2023-08-10 13:39:12 +02:00
  • 17accd6929 tileData.json - Added color entry for tall grass and fern miku-666 2023-08-10 13:38:37 +02:00
  • 3c1392e433 AnimationEditor - Fixed blend color not being applied miku-666 2023-08-10 13:11:38 +02:00
  • f541565472 ImageExtensions - Improved Blending with color miku-666 2023-08-10 13:11:03 +02:00
  • 9054c64fea tileData.json - Added colorentry for the bed miku-666 2023-08-10 13:09:34 +02:00
  • 2cd8edefdc BlendPictureBox - Moved color check when applying blend miku-666 2023-08-08 14:52:51 +02:00
  • 549470180e AnimationPictureBox - Removed OnPaint override miku-666 2023-08-08 14:51:43 +02:00
  • fc508d0d06 AnimationPictureBox - Added lock object for 'IsPlaying' miku-666 2023-08-08 14:44:55 +02:00
  • 213201c9a0 TextureAtlasEditor - Ordered functions, added better blending handling miku-666 2023-08-07 18:31:59 +02:00
  • a516c3493d AnimationEditor.cs - Updated constructor and removed obsolete member fields miku-666 2023-08-07 18:28:28 +02:00
  • 20527ce161 Updated AnimationPictureBox to inherit from BlendPictureBox miku-666 2023-08-07 18:26:54 +02:00
  • 4aa1b64ddd tileData.json - Added more color entries miku-666 2023-08-07 18:25:56 +02:00
  • 606a92b11f Added BlendPictureBox miku-666 2023-08-07 18:23:35 +02:00
  • 7b2a99ecd5 Merge branch 'main' into TextureAtlasEditor miku-666 2023-08-06 15:13:36 +02:00
  • b027cd91d0 ColorExtensions - Added 'BlendMode.Overlay' miku-666 2023-08-06 14:27:46 +02:00
  • cc110af873 generateModel - Premature improvements miku-666 2023-08-06 14:26:43 +02:00
  • affaa3ff17 Program.cs - Update 'AppData' path to use the product name of the application miku-666 2023-08-06 10:43:25 +02:00
  • 66e13bf9a9 PckNodeSorter - Updated node sorting miku-666 2023-08-06 10:41:22 +02:00
  • 6f07f7520b TextureAtlasEditor - Added settings for disabling playing animations or applying color masks miku-666 2023-08-06 09:52:40 +02:00
  • 84c0faccc7 tileData.json - Updated fields that have color entries miku-666 2023-08-06 09:41:33 +02:00
  • 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 miku-666 2023-08-03 17:51:17 +02:00
  • 3a68ba50b9 MainForm.cs - Moved extended version text to Credits form miku-666 2023-08-03 13:56:05 +02:00
  • e48e417f2a PckStudio.csproj - Added Target to zip Beta build after compilation miku-666 2023-08-03 13:54:51 +02:00
  • afb01e6e32 ImageExtensions - Renamed 'ResizeImage' to 'Resize' miku-666 2023-08-03 12:31:10 +02:00
  • 8b7d71f750 TextureAtlasEditor - Added arrow navigation Arrow keys can now be used to move to the next tile miku-666 2023-08-02 20:37:51 +02:00
  • 4f6078cc0c Merge branch 'main' into TextureAtlasEditor miku-666 2023-08-02 17:18:24 +02:00
  • 920f78a8e1 GRFEditor - Improved resizing miku-666 2023-08-02 15:35:46 +02:00
  • 2d3ff781cb MainForm.cs - Updated PckManager It now only hides itself when closing miku-666 2023-08-02 14:46:31 +02:00
  • 9e3c300226 Moved CSMBFile and PckAudioFile from 'Classes/FileTypes' to 'FileFormats' folder miku-666 2023-08-02 14:03:05 +02:00
  • 4a9ed403fd Renamed CreateTexturePack.cs to CreateTexturePackPrompt.cs miku-666 2023-08-02 13:33:22 +02:00
  • 7f1c459c1d Added AnimationExtensions.cs and moved java animation conversion to AnimationExtensions miku-666 2023-08-02 13:31:09 +02:00
  • 896e2f6671 Moved Animation.cs to 'Internal' folder and changed namespace miku-666 2023-08-02 13:29:08 +02:00
  • dbdb43e32e Updated AdvancedOptions.cs miku-666 2023-08-02 13:12:13 +02:00
  • d800339e21 MainForm.cs - File Type Handlers now no longer have to check if data is available miku-666 2023-08-01 17:24:03 +02:00
  • 07fa88ce51 Added TextureAtlasEditor.cs and moved some extension methods miku-666 2023-08-01 17:19:24 +02:00
  • 99e580fd85 Added copyright notice to files that I (NessieHax) made miku-666 2023-07-31 21:06:28 +02:00
  • c9c69a7ed8 Added Profiler for simple rough time measurement miku-666 2023-07-31 20:47:41 +02:00
  • 22eff0df73 CemuPanel.cs - Added GameDirectoryContextMenu for opening or copying the directory path miku-666 2023-07-22 15:54:33 +02:00
  • ada7a0cc56 Binka.cs - Updated 'ToWav(Stream source, Stream destination)' miku-666 2023-07-22 15:47:24 +02:00
  • 0662717fe4 SkinAnim.cs - Renamed 'ANIM_EFFECTS' to 'SkinAnimFlag' miku-666 2023-07-22 15:42:41 +02:00
  • dedfc9a968 RichPresenceClient.cs - Added ability to disable the rich presence in the settings miku-666 2023-07-21 13:08:01 +02:00
  • 5a3546feb0 Updated every form to use ProjectLogo.ico miku-666 2023-07-21 12:31:09 +02:00
  • 1748f65b75 Renamed Icon.ico and Logo.png to ProjectLogo and removed duplicates of logo from resources miku-666 2023-07-21 12:21:16 +02:00
  • 98ac2c97bd SettingsManager - Renamed Dictionary field miku-666 2023-07-18 08:52:34 +02:00
  • 97dc92b924 Updated README miku-666 2023-07-17 19:47:41 +02:00
  • a900f4670c Changed Visibility of Extension classes to internal miku-666 2023-07-17 19:12:34 +02:00
  • a6b01eaa35 Moved Clamp extension method and added MathExtensions.cs miku-666 2023-07-17 19:10:48 +02:00
  • 99439c612a Project file - Added target to removed libraray pdbs when not in debug mode miku-666 2023-07-17 14:14:27 +02:00
  • f61942c026 Program.cs - Fixed CLI opening first file twice miku-666 2023-07-16 20:20:50 +02:00
  • 070c50ff85 PckEditor - Fixed Edit button not having a Click method miku-666 2023-07-16 19:50:38 +02:00
  • 62d4b7befc MainForm - Fixed 'Save' and 'Save as' menu items being disabled and fixed creating template files miku-666 2023-07-16 19:41:09 +02:00
  • 06e4ebfcfc Improved tileData.json loading miku-666 2023-07-16 17:25:44 +02:00
  • 11f04ef127 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-07-12 20:27:58 +02:00
  • 4ac2659af2 MainForm - Added close all menu item when start page is selected and 1 or more files are open miku-666 2023-07-09 10:53:55 +02:00
  • eb54a4af86 Updated OMI sym link miku-666 2023-07-09 10:31:51 +02:00
  • e04ab341c1 Pref.cs - Marked as Obsolete miku-666 2023-07-09 10:29:52 +02:00
  • 5a98798ae9 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-07-07 21:53:40 +02:00
  • 426792390b MainForm - Added Shortcutkeys for opening and saving files miku-666 2023-07-07 21:10:12 +02:00
  • eaec635ad9 MainForm - Reorganized MenuStrip Items and renamed some MenuStrip items miku-666 2023-07-07 20:33:49 +02:00
  • 80d29d4b66 MainForm - Removed 'binkaConversionToolStripMenuItem' miku-666 2023-07-07 19:28:23 +02:00
  • e5059f4b8f MainForm - Cleaned up code and replaced Console.WriteLine to Debug.WriteLine miku-666 2023-07-07 19:24:26 +02:00
  • 7c951858e2 Updated csproj file to always include branch name when compiling miku-666 2023-07-07 19:22:13 +02:00
  • 54d5474c13 MainForm - Added mechanism to prevent the same file from being opened twice miku-666 2023-07-05 08:50:56 +02:00
  • 58ca05e600 Updated OMI ref miku-666 2023-06-30 20:46:49 +02:00
  • 43aff8199f PckEditor - Updated RPC message miku-666 2023-06-29 19:36:46 +02:00
  • 2ac6234277 CustomTabControl - Changed size and position of close button miku-666 2023-06-29 19:35:39 +02:00
  • 251a9c7b42 MainForm - Reset RPC Message to default when no pck is open miku-666 2023-06-29 19:34:20 +02:00
  • cfce93c805 Program - Added command line support for multiple files miku-666 2023-06-28 19:25:35 +02:00
  • 74a327d649 SettingsManager.cs - Renamed namespace miku-666 2023-06-29 18:55:49 +02:00
  • b1e5445163 AddFilePrompt - Renamed constructor parameter miku-666 2023-06-29 18:36:11 +02:00
  • 9af7924630 Program.cs - Moved 'RPC.Deinitialize();' to 'Application.ApplicationExit' event miku-666 2023-06-29 18:32:10 +02:00
  • f4d9713124 MainForm - Fixed tab not being removed when 'MainForm_FormClosing' is called miku-666 2023-06-28 19:00:52 +02:00
  • eab5e66dbd CustomTabControl - Updated button drawing miku-666 2023-06-28 18:59:18 +02:00
  • 8a3a78b78a PckEditor - Renamed private variables miku-666 2023-06-28 18:14:55 +02:00
  • 1abffa1d48 MainForm - Fixed 'closeToolStripMenuItem_Click' not closing tab miku-666 2023-06-28 17:18:36 +02:00
  • e09ffc018e IPckEditor - Added UpdateView method miku-666 2023-06-28 17:12:13 +02:00
  • bb13068718 PckEditor - Fixed setting save location when oopening from a filepath miku-666 2023-06-28 17:10:08 +02:00
  • 4fa14db479 Added CustomTabControl, PckEditor, IPckEditor miku-666 2023-06-25 20:39:58 +02:00
  • 4c2303ce76 MainForm - Renamed 'UpdateRPC' function to 'UpdateRichPresence' miku-666 2023-06-17 17:21:44 +02:00
  • fe7123418e TextPrompt.cs - Set Controls to private, added setter properties for them and added empty constructor miku-666 2023-06-17 16:07:24 +02:00
  • 91c5bcb4ef Binka.cs - Added overloads for 'ToWav' function miku-666 2023-06-17 12:06:52 +02:00
  • 56f1081723 Renamed 'AppBehaviorSettingsForm' to 'AppSettingsForm' miku-666 2023-06-17 11:25:12 +02:00
  • 6244399143 Added save icon to csproj file miku-666 2023-06-16 17:02:37 +02:00
  • dd4b251e68 MainForm - Improved restoring selected load after 'BuildMainTreeView' miku-666 2023-06-16 16:57:33 +02:00
  • 03af825270 SettingsManager - Moved private function to the bottom of the class for readability miku-666 2023-06-16 16:56:26 +02:00
  • 4148f56683 MainForm - Renamed 'pictureBoxImagePreview' to 'previewPictureBox' and hide pictureBox2(pck studio logo) miku-666 2023-06-16 16:54:52 +02:00
  • ff11cebf56 Added open file tool to LOC Editor External-File-Editors MattNL 2023-06-16 08:59:43 -04:00