Commit Graph

876 Commits

Author SHA1 Message Date
miku-666
b5e1b7c158 Merge 'main' into EntityModelsFile-Support 2023-04-30 21:09:38 +02:00
MattNL
56fb1c5562 Fixed subpck filepaths bug 2023-04-29 21:12:53 -04:00
MattNL
2511c0cf08 Merged all entity data jsons into entityData.json 2023-04-29 20:33:36 -04:00
MattNL
b62a5af4c2 Added link to the public Trello board 2023-04-29 19:34:31 -04:00
miku-666
1420f8a491 Binka.cs - Implemented 'ToWav' properly 2023-04-29 19:15:04 +02:00
miku-666
f75b58a1ef ColorExtensions.cs - Renamed 'CalculateColorBlendValue' to 'BlendValues' 2023-04-29 17:34:09 +02:00
miku-666
1db7e49b05 Network.cs, Update.cs - Marked as Obsolete 2023-04-29 15:50:44 +02:00
miku-666
92bc2a20ea AnimationEditor.cs - Fixed 'CreateImageList' having wrong 'ImageLayoutDirection' when parsing frame textures 2023-04-29 15:48:30 +02:00
miku-666
406dbc3ab0 ImageExtensions.cs - Update 'ImageLayoutInfo' and fixed issue in 'CombineImages' 2023-04-29 15:46:41 +02:00
miku-666
d5a3d8fee4 Update OMI-Lib commit ref to fix save issue iun loc editor 2023-04-26 15:10:40 +02:00
MattNL
95664ad003 Fixed SkinBox not converting bool to int 2023-04-26 09:04:04 -04:00
MattNL
0b697e92bb Added missing (duplicate?) armor names
Some 4J skins use these names but the ones prior work the same. Adding them just in case.
2023-04-26 09:01:37 -04:00
MattNL
f772711eef Fixed HD 64x32 skins not working in the Add Skin form 2023-04-25 21:15:16 -04:00
MattNL
de52230aaa Removed console stuff 2023-04-25 21:05:43 -04:00
MattNL
2650e115df GenerateModel now uses the texture immediately 2023-04-25 20:56:42 -04:00
MattNL
518f077682 Fixed error with the generator template 2023-04-25 20:49:51 -04:00
MattNL
29910b803a Expanded valid skin check for import function 2023-04-25 20:31:28 -04:00
MattNL
b434df93f4 Added proper offset for all box types 2023-04-25 20:10:04 -04:00
MattNL
ee562c2c93 ComboBox in GenerateModel now displays all box types 2023-04-25 20:09:04 -04:00
MattNL
39171fb41a Replaced ModelPart class and added support for HD Skins 2023-04-25 20:07:33 -04:00
MattNL
779a2bb655 Fixed member names in BoxEditor 2023-04-25 20:01:15 -04:00
MattNL
de6f7e9f35 Added ToProperty method to SkinBox 2023-04-25 19:48:46 -04:00
MattNL
cd21ee8017 Marked generateModel as obsolete 2023-04-25 19:42:22 -04:00
MattNL
591e1ac5dc Fixed part and offset names in GenerateModel 2023-04-25 19:41:58 -04:00
MattNL
455b266a6b Box Editor now utilizes the new SkinBox class rather than its own 2023-04-25 19:40:39 -04:00
MattNL
ffbb8fa578 Colons are now removed when using the edit all entries function 2023-04-25 19:40:16 -04:00
MattNL
35fb42ecaa Added a SkinBox class for multiple forms to use 2023-04-25 19:29:24 -04:00
miku-666
2e889ab8f0 Added ColorExtensions 2023-04-25 18:23:40 +02:00
miku-666
12b7fce6ef MainForm.cs - Removed unnecessary mods folder creation on startup 2023-04-25 18:19:10 +02:00
miku-666
931bc861c7 ImageExtensions.cs - Renamed ImageFromImageArray to CombineImages 2023-04-25 18:17:09 +02:00
miku-666
4a41612188 Updated ProgramInfo.BuildVersion to only return the version format 2023-04-25 18:15:02 +02:00
miku-666
4225372021 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-04-24 15:15:07 +02:00
miku-666
995fb47f42 Renamed folder 'IO/PCK' to 'IO/PckAudio' and renamed PCKAudioFile to PckAudioFile 2023-04-24 15:14:15 +02:00
PhoenixARC
6acbb8c209 remove link to unknown developer
as was requested by the developer, their GitHub link has been removed
2023-04-19 16:14:28 -04:00
miku-666
485011c552 Removed unused BedrockJSONtoCSM and CSMtoBedrockJSON 2023-04-17 17:58:57 +02:00
miku-666
876a05d05d ImageExtensions.cs - Add size check when blending two images 2023-04-16 19:23:05 +02:00
miku-666
f99d0f4fd2 Add default value for GraphicsConfig.CompositingMode 2023-04-16 19:20:46 +02:00
miku-666
ba188630d2 Update README update section to recurs submodules 2023-04-13 10:39:05 +02:00
miku-666
092d76e1bc Rename and Moved ListUtils 2023-04-10 14:40:07 +02:00
miku-666
04b0b66f67 Remove CSM.cs and 3DSUtil and created reader/writer for 3ds textures 2023-04-10 11:35:10 +02:00
miku-666
60fbdfe795 ImageExtensions.cs - Improve Blend function when blending with a color 2023-04-10 11:01:23 +02:00
miku-666
4b105ab819 ImageExtensions.cs - Rename some function member names and use Math.DivRem 2023-04-10 10:59:19 +02:00
miku-666
f2ced4285a ImageExtensions.cs - Move 'ImageLayoutDirection' to namespace level 2023-04-10 10:57:34 +02:00
miku-666
4cd8c64ea3 ImageExtensions- Add 'ImageLayoutInfo.SectionArea' 2023-04-09 19:27:43 +02:00
miku-666
499ed6f292 ImageExtensions - 'CalculateImageSize' now checks for all images to be the same size 2023-04-09 19:26:32 +02:00
miku-666
7ec2a70ee0 ImageExtensions - Remove GraphicsUnit argument from 'GetArea' 2023-04-09 19:23:59 +02:00
miku-666
9d3104fe96 Added 'BlendMode.Screen' 2023-04-09 19:20:12 +02:00
miku-666
0e12fd5a8e Add GraphicsExtensions and move GraphicsConfig 2023-04-09 18:34:23 +02:00
miku-666
59cd8575b1 Fix wrong spelling of 'Extentions' to 'Extensions' and Add blending to 'ImageExtension' 2023-04-08 22:34:44 +02:00
miku-666
a5a408a30e Remove StreamDataReader/Writer and use OMI.EndianAwareBinaryreader/Writer 2023-04-06 14:15:34 +02:00