Commit Graph

  • 100471c52a Update OMI MattNL 2023-11-11 13:50:37 -05:00
  • 8615becb64 Update OMI-Lib SkinPackConversion MattNL 2023-11-12 19:49:01 -05:00
  • 57fa3ec457 Merge branch 'main' into SkinPackConversion MattNL 2023-11-12 18:06:04 -05:00
  • ebd81a068f Update OMI-Lib MattNL 2023-11-12 17:46:29 -05:00
  • afaaa99dbe Added IVertexLayout miku-666 2023-11-12 12:10:59 +01:00
  • ebf84dc4ba Added copyright notice to rendering classes miku-666 2023-11-12 12:06:53 +01:00
  • 38d317152e NumericsExtensions - Changed parameter name miku-666 2023-11-12 12:04:55 +01:00
  • 2fef371397 Texture2D - Added texture slot clamping and debug assertion when slot is out of range miku-666 2023-11-12 12:03:25 +01:00
  • fd9ecad8ae Expanded ANIM support in the converter MattNL 2023-11-11 15:46:44 -05:00
  • c5a4969d9d Changed converter file extension to zip instead of mcpack MattNL 2023-11-11 15:24:50 -05:00
  • abbb99cc60 Fixed a bug where 64x32 skins were incorrectly set as 64x64 MattNL 2023-11-11 15:13:10 -05:00
  • a8a34d1551 Update OMI MattNL 2023-11-11 13:50:37 -05:00
  • a90a98f8bc NumericsExtensions - Remove unnecessary using statements miku-666 2023-11-01 10:20:31 +01:00
  • df9bd4cd24 Shader.cs - Added IDisposable interface miku-666 2023-11-01 10:18:48 +01:00
  • a9eec9a3ee Updated vertex positioning miku-666 2023-11-01 10:17:50 +01:00
  • 884eeaef54 Updated SkinPreview to use SkinRenderer control and use it when double clicking a skin file miku-666 2023-10-29 12:16:29 +01:00
  • 6376d709c0 Improved SkinRenderer.cs - Fixed mouse getting stuck when lossing focus of the window miku-666 2023-10-29 12:15:10 +01:00
  • 883e0051fd Shader.cs - Added 'SetUniform2' and added 2nd 'Create' function to not only create vertex and fragment shader miku-666 2023-10-29 12:13:38 +01:00
  • 905066db6a Added Unbind call to Index-,VertexBuffer, VertexArray and Texture2D before deleting miku-666 2023-10-29 12:10:27 +01:00
  • 3134ef402f Removed TestGL.cs miku-666 2023-10-29 12:06:54 +01:00
  • 618e8a10d2 Made Camera an abstract class miku-666 2023-10-29 12:05:12 +01:00
  • 271b1c06a2 RenderGroup - Fixed texture mapping miku-666 2023-10-29 12:03:51 +01:00
  • d5906cac96 [WIP] Added texture/Uv mapping from skinbox data miku-666 2023-10-20 21:50:52 +02:00
  • f2aa8a9324 [WIP] Added Vertex struct for better data management, Updated shaders and renderer miku-666 2023-10-15 17:20:05 +02:00
  • f83e562de7 Temporarily added Move Up/Down functionality for skins MattNL 2023-10-09 14:10:40 -04:00
  • fdf4c4102a Merge branch 'main' into 3dSkinRenderer miku-666 2023-10-08 15:29:28 +02:00
  • 1e94d23281 Added new PCK-Studio Updater (#20) Miku-666 2023-10-08 15:00:01 +02:00
  • 762e266fdb [WIP] Updated Renderer3D miku-666 2023-10-08 13:07:30 +02:00
  • 1382af4a6a Updated LookAngle to use MathHelper.Clamp miku-666 2023-10-01 13:49:09 +02:00
  • de7c97cc2a Changed RotationX/Y to a Vec2 and added rotation clamping miku-666 2023-10-01 13:44:29 +02:00
  • fb5c0e08d0 Removed Classes/Models folder, reworked SKinPreview.cs, renamed MouseRay to Ray and changed Renderer3D member names miku-666 2023-10-01 12:48:28 +02:00
  • 8b4a931673 Add basic implementation of RenderSkin3D Felix Miller 2023-09-30 16:13:50 -04:00
  • a848828a69 Changed IPckEditor to IEditor to be generic miku-666 2023-09-30 16:37:52 +02:00
  • 863513a739 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-09-24 12:22:35 +02:00
  • 2e8a4316ba TextureAtlasEditor - Fixed combo box being disabled when color mask is supported miku-666 2023-09-23 18:21:15 +02:00
  • 3e08444213 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-09-04 16:32:30 +02:00
  • db11c0d3e0 Updated GRF Editor and OMI submodule miku-666 2023-09-03 17:53:59 +02:00
  • a03a7a0fe5 Update OMI submodule miku-666 2023-09-02 14:01:39 +02:00
  • fd612fc8b3 GameRuleFileEditor - Made copression select text const miku-666 2023-08-30 18:48:47 +02:00
  • 00669c1c45 ItemSelectionPopUp - Changed accessibility to label text and button text miku-666 2023-08-30 18:47:40 +02:00
  • 993d625330 TreeNodeExtensions - Added constraints to generic type miku-666 2023-08-30 18:44:59 +02:00
  • d8d046c110 AnimationPictureBox - Removed 'TickInMillisecond' constant and use 'Animation.GameTickInMilliseconds' miku-666 2023-08-30 18:43:55 +02:00
  • 4ca35a5e92 AnimationEditor - Added ability to export animation as gif miku-666 2023-08-30 18:42:30 +02:00
  • 44c9679bd7 Update Animation.cs to avoid cross thread access miku-666 2023-08-30 16:15:27 +02:00
  • 9f2acace40 Updated OMI submodule miku-666 2023-08-30 16:13:47 +02:00
  • 040962b166 AnimationEditor.cs - Added 'UpdateTreeView' to reduce calls to 'LoadAnimationTreeView' miku-666 2023-08-30 16:13:08 +02:00
  • 88b38a88de Updated AnimationPictureBox.cs Lets hope it won't throw exceptions miku-666 2023-08-30 16:09:31 +02:00
  • 4f0f0cf66f Configured Trace log file via app.config file miku-666 2023-08-28 21:38:40 +02:00
  • 68705baa49 Updated OMI submodule miku-666 2023-08-28 21:36:11 +02:00
  • 16d6664442 MainForm.cs - Updated PckManager to bring to front when re-opening miku-666 2023-08-28 14:01:28 +02:00
  • a47272442f MainForm - Made toolStripSeparator not generate member variables miku-666 2023-08-28 14:00:03 +02:00
  • 6949147e47 MainForm.cs - Removed unused 'fAQToolStripMenuItem1_Click' function miku-666 2023-08-28 13:58:48 +02:00
  • 11d62f921e MainForm.cs - Marked 'importSkinToolStripMenuItem_Click' as deprecated with message miku-666 2023-08-28 13:57:24 +02:00
  • cfae4b00fb MainForm.cs - Added call to treeViewMain.Sort() in BuildMainTreeView miku-666 2023-08-28 13:55:45 +02:00
  • 6ad1696b4e MainForm.cs - Chnaged some debug logging messages to trace logging miku-666 2023-08-28 13:54:33 +02:00
  • 8b4796416f MainForm.cs - Added 'BeforeFileRemove' function to check before a file is removed miku-666 2023-08-28 13:52:47 +02:00
  • 945d9baf8e Moved PckNodeSorter to 'Internal' folder miku-666 2023-08-28 13:50:19 +02:00
  • 44456bbf6d Added TreeNodeExtensions.cs miku-666 2023-08-28 13:15:57 +02:00
  • 80423098a2 MainForm.cs - Updated and renmaed 'setFileType_Click' to 'SetFileType' miku-666 2023-08-28 13:09:52 +02:00
  • caa9a0142f MainForm.cs - Renamed 'SetPckFileIcon' to 'SetNodeIcon' miku-666 2023-08-28 12:56:55 +02:00
  • 68f8f83212 Fixed SkinANIM API miku-666 2023-08-28 10:23:57 +02:00
  • 62b063fa2a Add config for Trace class miku-666 2023-08-25 13:41:42 +02:00
  • 871261e43d Moved AnimationCategory into its own file miku-666 2023-08-25 13:10:56 +02:00
  • 4978e111b1 PckFileDataExtensions - Improved GetTexture extension miku-666 2023-08-25 13:01:34 +02:00
  • 939a8b57da EnumerableExtensions - Added EqualsAny extension miku-666 2023-08-25 12:57:57 +02:00
  • 8817ae9fc1 AnimationEditor - Added Copyright notice miku-666 2023-08-25 12:57:14 +02:00
  • 9c357d151a Updated Animation API and added AnimationHelper miku-666 2023-08-25 12:56:22 +02:00
  • 9faaf65601 Updated ChangeTile.cs miku-666 2023-08-25 12:51:49 +02:00
  • 01edf96f9c Removed SoundIO.cs and Sounds.cs miku-666 2023-08-25 12:51:12 +02:00
  • 143984a5d6 Added setting to use a combo box when setting parameter name inside the grf editor miku-666 2023-08-25 12:50:19 +02:00
  • d29cd353aa Fix for incorrect TileData MattNL 2023-08-20 18:00:38 -04:00
  • 0634afd0af MainForm - Fixed RichPresence not be set when mainform loads miku-666 2023-08-16 14:12:26 +02:00
  • 6223ab36dd Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-08-16 14:02:05 +02:00
  • b76e7cf66c MainForm - Made 'CreateNewAudioFile' static miku-666 2023-08-14 17:28:09 +02:00
  • 5051cd58be PckFileDataExtensions - Added GetTexture extension miku-666 2023-08-14 17:19:59 +02:00
  • 0e9c1d3fcc AdvancedOptions - Updated 'applyBulkProperties' to use extension method miku-666 2023-08-14 15:51:49 +02:00
  • 4c7d1a9ca6 AddNewSkin - Updated UI miku-666 2023-08-14 15:48:09 +02:00
  • b57f6cb8c2 generateModel - Fixed CSM Import miku-666 2023-08-14 15:47:05 +02:00
  • 2eed69a647 CreateTexturePackPrompt - Added Checkbox fro creating skins.pck file miku-666 2023-08-14 15:45:44 +02:00
  • 57c82393e5 Added more extensions for PckFile/PckFileData miku-666 2023-08-14 15:43:46 +02:00
  • 268468b0a7 Removed AnimationResources.cs and moved properties to 'Internal/Json/Tiles.cs' miku-666 2023-08-13 21:28:18 +02:00
  • 6e09a9c427 ImageExtensions - Renamed 'CreateImageList' to 'Split' and 'SplitHorizontal' respectively miku-666 2023-08-13 15:30:18 +02:00
  • 721c9649a2 EnumerableExtensions - Renamed 'enumerate' tuple return name miku-666 2023-08-13 15:14:37 +02:00
  • cad6555e88 CreditsForm - Updated build label format miku-666 2023-08-13 15:09:14 +02:00
  • 66fd2315a2 Moved AppSettingsForm and CreditsForm into '/Forms' folder miku-666 2023-08-12 15:24:58 +02:00
  • c706ac51b5 Removed creditsEditor.cs miku-666 2023-08-12 15:23:32 +02:00
  • e1e08b4858 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio miku-666 2023-08-12 13:01:17 +02:00
  • 58633233ea BinkaConverter - Added ToBinka function miku-666 2023-08-12 12:35:21 +02:00
  • 061193d0d4 Binka.cs - Renamed 'FromWav' to 'ToBinka' miku-666 2023-08-12 12:34:38 +02:00
  • 8704120b5f Binka.cs - Added compressionLevel verification miku-666 2023-08-12 12:33:27 +02:00
  • d14f80b18c Updated Binka.cs miku-666 2023-08-12 12:00:11 +02:00
  • e40953fcd4 Updated namespace for ApplicationScope miku-666 2023-08-12 11:44:39 +02:00
  • 23e334af10 Renamed namespace for IO/PckAudio miku-666 2023-08-12 11:30:47 +02:00
  • 1bd949a5fd Renamed namespace for OI/CSMB miku-666 2023-08-12 11:12:08 +02:00
  • 2eb7b9d179 Renamed namespace for IO/3DST miku-666 2023-08-12 11:11:13 +02:00
  • 9b92ef2c0a Moved Animation, Behaviour and Material -Resources to Helper folder miku-666 2023-08-12 11:10:08 +02:00
  • a143b65e07 Removed Pref.cs and 'PCK Manager.cs' miku-666 2023-08-12 10:58:38 +02:00
  • 838020c718 Updated namespace for TextureAtlasEditor miku-666 2023-08-12 10:45:50 +02:00
  • 9bfda0090c Moved ToolboxItems out of 'Classes' folder and moved AnimationPictureBox to ToolboxItems miku-666 2023-08-12 10:43:11 +02:00
  • e8e3445bcc Updated namespace for classes inside 'Skins-And-Textures' miku-666 2023-08-12 10:33:26 +02:00