Commit Graph

1248 Commits

Author SHA1 Message Date
miku-666
fc883d2364 Update Assembly info 2024-03-30 01:48:11 +01:00
miku-666
84afe15f8d MainForm - Remove Extract main menu item 2024-03-30 01:09:12 +01:00
miku-666
526d7cfd86 MainForm - Add Icons to main menu items 2024-03-30 01:02:38 +01:00
miku-666
85ac2ac3a9 MainForm - Fix import extracted skins folder respecting selected node 2024-03-29 23:57:40 +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
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
efee37b7d4 Update OMI to fix loc file issue 2024-03-23 09:35:01 +01:00
miku-666
ea4328389c Update OMI for GRF Editor 2024-03-18 17:39:43 +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
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
MattN-L
1122fefaf0 Added Shulker Box Overlay to tile data
Not used, but it appears that this is what 4J was trying to do
2024-03-15 17:22:44 -04:00
MattN-L
557882f487 Added Particle support for Atlas Editor 2024-03-15 15:44:27 -04:00
MattN-L
3bbfa7a9b4 Non 1x1 tiles now extract and replace correctly 2024-03-15 14:03:03 -04:00
MattN-L
e51bedba4f Added width and height properties for tiles 2024-03-15 02:00:56 -04:00
MattN-L
7e88a06ddc Updated TextureAtlasEditor
-Added support for Explosion atlas
-Added variants for spawn eggs
2024-03-14 23:56:20 -04:00
MattN-L
ede22c5b72 Adjusted interface design 2024-03-14 20:04:38 -04:00
MattN-L
9469ebc3fd Added Slider for XP Orb colors 2024-03-14 18:54:57 -04:00
MattN-L
627cb01bf6 Added Atlas Editor support for Experience Orbs 2024-03-14 16:52:07 -04:00
MattN-L
7b5ef21ab8 Updated Minecraft dye colors for custom color form 2024-03-14 15:20:38 -04:00
miku-666
ab8a42c132 MainForm - Fix trying to delete non existing loc key 2024-03-14 18:00:21 +01:00
MattN-L
86cdc74a9d Fix for SetTile not updating the texture properly 2024-03-13 18:56:50 -04:00
MattN-L
42d6d44e2c Added highlight for selected tiles in Atlas Editor 2024-03-13 18:48:06 -04:00
MattN-L
ceceebfe4c Added MapIcon support to Atlas Editor 2024-03-13 16:35:49 -04:00