Commit Graph

1413 Commits

Author SHA1 Message Date
miku-666
4a554569dc SkinPartOffset - Change member variables 'Type' and 'Value' to properties 2024-03-29 14:32:35 +01:00
miku-666
5627aaa68f SkinRenderer - Add GetOffsets 2024-03-29 14:31:03 +01:00
miku-666
e4db9a55b1 NumericPrompt - Fix up down not rendering when tooltip is not set 2024-03-29 14:28:30 +01:00
miku-666
fb2cb24055 Skin.cs - Made 'AdditionalBoxes' and 'PartOffsets' members readonly 2024-03-29 14:27:10 +01:00
miku-666
72548b0d0a SkinEditor - Validate offset type in SetPartOffset 2024-03-29 14:25:59 +01:00
miku-666
5856d20b65 CustomSkinEditor - Update LoadModelData function 2024-03-29 14:24:06 +01:00
miku-666
ad7e431899 CSMBFileReader -Implemented FromFile method 2024-03-26 18:37:48 +01:00
miku-666
7d4c2908d6 Update - CSMBOffsetType enum values 2024-03-26 18:33:52 +01:00
miku-666
e66fe5f42e CustomSkinEditor - Remove JSONToCSM function 2024-03-24 16:53:07 +01:00
miku-666
ff753b7003 Merge branch 'main' into '3dSkinRenderer' 2024-03-24 16:47:28 +01:00
miku-666
8fee4c96d1 PckStudio.csproj - Remove Forms/Utilities folder 2024-03-24 16:40:54 +01:00
miku-666
8d34d98fd9 MainForm - Remove tool strip to pck center and cleaned up tool strip menu header 2024-03-24 16:27:29 +01:00
miku-666
8c46cccef1 Merge branch 'main' into '3dSkinRenderer' 2024-03-24 15:51:58 +01:00
miku-666
4642d58383 MainForm - Use explicit type when type cannot be inferred 2024-03-24 15:47:44 +01:00
miku-666
9ab906920d MainForm - Mark SubPck functions as obsolete 2024-03-24 15:07:34 +01:00
miku-666
0198beb6e8 MainForm - Fix 3dst export crashing when file is tga image 2024-03-24 15:06:35 +01:00
Miku-666
f645914ee6 Add Tga file support (#25)
* Add minimal tga image loader

* Update TGA class ,add support for importing tga texture files and generate mipmap from tga images

* Add copyright and resource links

* Partial Add SaveImage

* Move TGAReader/Writer outside of TGA.cs

* Add check to return early when `DataTypeCode` is set to NO_DATA

* Add support for loading ExtensionData

* Change PNG signature check more clear

* Remove unnecessary using statements

* Move Debug stuff into Debug methods and call LoadImage before LoadFooter

* Update TGAReader

* Update TGA Reader/Writer

* Remove TGATimeSpan and use TimeSpan and DateTime instead

* Update TGAHeader member varible name and type

* Update TGA- Reader/Writer Constructor to not accept boolean flag 'useLittleEndian'

* TGAReader - Optimized 'TGA_HandleRGB'

* TGAReader - Update and rename 'TGA_HandleRLE_RGB'

* TGAWriter - Remove RLE RGB from switch statement

* TGA - Add TGA.FromFile, Move TGADataTypeCode to its own file

* Move Header, Footer and ExtentionData to there own cs file

* Move Tga files into IO folder

* Changed visibility of tga related classes to internal

* TGA - Only support reading/writting of raw RGB 32 bit images

* Update IO/TGA classes
2024-03-24 14:48:49 +01:00
miku-666
3cb6097d14 MainForm - Fix importing file that already exists 2024-03-23 18:58:33 +01:00
miku-666
20a97bafb4 MainForm - Fix clone function working on folders 2024-03-23 18:21:53 +01:00
miku-666
e980aeeae9 MainForm - Fix checking for audio file instead of a specific name 2024-03-23 18:15:30 +01:00
miku-666
123d529270 MainForm - Fix deleting folder being flaged as having compass or clock textures inside 2024-03-23 16:17:07 +01:00
miku-666
4ce56fe682 MainForm - Only set file icons and click event if file is supported 2024-03-23 11:15:20 +01:00
miku-666
90fb2b15af Merge branch 'main' into 3dSkinRenderer 2024-03-23 10:32:52 +01:00
miku-666
efee37b7d4 Update OMI to fix loc file issue 2024-03-23 09:35:01 +01:00
miku-666
e2b05b70ff SceneViewport - Use DrawContext to store data for drawing bounding boxes 2024-03-23 09:32:14 +01:00
miku-666
f6e08f3336 SkinRenderer - Change name of InitializeGL to Initialize 2024-03-23 09:28:28 +01:00
miku-666
48d08c0ee6 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2024-03-18 20:05:00 +01:00
miku-666
ea4328389c Update OMI for GRF Editor 2024-03-18 17:39:43 +01:00
miku-666
08063ce85e ImageExtensions - Add ReleaseFromFile to not keep file handle open 2024-03-17 17:22:51 +01:00
MattN-L
68188e84e7 Import .Gif in AnimationEditor now scales frames 2024-03-16 16:05:47 -04:00
MattN-L
d8cf0107f3 Fix for .gif import not setting correct category 2024-03-16 13:48:32 -04:00
MattN-L
954b062d36 Fix for ChangeTile not working in Animation Editor 2024-03-16 10:58:59 -04:00
MattN-L
2e44db92c8 Fix for ChangeTile filter exception 2024-03-16 02:06:43 -04:00
MattN-L
13da223633 Merge branch 'TextureAtlasEditor' 2024-03-16 00:46:53 -04:00
MattN-L
444a366aca Added PS4 Banners to banner data 2024-03-16 00:46:30 -04:00
MattN-L
48e40a0e4f Merge branch 'TextureAtlasEditor' 2024-03-16 00:10:17 -04:00
MattN-L
c34868abee Added Banner support for Atlas Editor 2024-03-16 00:05:20 -04:00
MattN-L
95a70cf8cd Fix for nonuniform tile images being incorrectly set 2024-03-16 00:03:26 -04:00
MattN-L
07b962e007 Corrected particle data 2024-03-15 23:42:18 -04:00
MattN-L
ae74ed7d14 Made all atlas types uniform 2024-03-15 22:16:02 -04:00
MattN-L
c2fe826a06 Fixed SetTile bug with "child" tiles 2024-03-15 20:43:16 -04:00
MattN-L
a26f282476 Added Painting support to Atlas Editor 2024-03-15 20:34:35 -04:00
MattN-L
81322a0ca3 Renamed atlas resources 2024-03-15 19:25:55 -04:00
MattN-L
b942cb9f5b Fixed bizarre drawing issue with MapIcons atlas 2024-03-15 19:19:17 -04:00
MattN-L
5b240b670d Split Tile Data 2024-03-15 19:07:44 -04:00
miku-666
839771190d Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2024-03-15 23:27:33 +01:00
MattN-L
bec3d5d643 Added color data for particles in Atlas Editor 2024-03-15 18:26:35 -04:00
miku-666
65ad649737 MainForm - Move subpck reading to filetype click events 2024-03-15 23:17:27 +01:00
miku-666
18310537ae MainForm - Add simple indecator when file has unsaved changes 2024-03-15 23:15:57 +01:00
miku-666
b07462b439 Update OMI submodule
- Changed pck file property api
- Move LocFile InitializeDefault to extension class
2024-03-15 23:13:58 +01:00