Commit Graph

2086 Commits

Author SHA1 Message Date
miku-666
54b81e2c2f Main Form - disable convert PC Textrure Pack menu item 2023-03-04 17:17:07 +01:00
miku-666
3a25cc30c0 BehaviourEditor - Fix editor throwing exception when adding new entity 2023-03-04 17:01:09 +01:00
miku-666
e64331107d ImageExtentions - Update getting a tile/sub image 2023-03-04 16:46:54 +01:00
miku-666
fed21920e0 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-03-04 16:45:33 +01:00
MattNL
fb55adee7f Added MaterialsEditor 2023-03-04 10:40:58 -05:00
MattNL
a75046a856 AddEntry now alphabetically sorts the entity list 2023-03-04 10:40:42 -05:00
miku-666
1ea67a5cc7 Add setting to set Compression Level on grf files 2023-03-04 16:30:33 +01:00
miku-666
22bffbf878 AnimationEditor - Fix potential bug where thread would not exit when closing editor and an animation was playing 2023-03-04 14:54:04 +01:00
miku-666
170994237c ImageExtentions - Add another overload for CreateImageList that accepts an ImageLayoutDirection 2023-03-04 14:45:24 +01:00
miku-666
21ec9e25f2 Update ImageExtention to support different width and height sub images 2023-03-04 14:12:28 +01:00
miku-666
599a66c9b5 Remove Password check when opening pck file 2023-03-04 13:11:01 +01:00
miku-666
a143417432 Renmae programInof.cs to CreditsForm 2023-03-04 13:05:04 +01:00
miku-666
aba4d6ab34 PCKFile - Add 'CreateNew' method 2023-03-04 12:41:53 +01:00
miku-666
e45be4300a Rename Imageutil to ImageExtentions and improved util classes 2023-03-04 12:17:56 +01:00
miku-666
f29780d7c0 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2023-03-04 11:48:21 +01:00
miku-666
b7145a72c8 Improved NodeSorter 2023-03-04 11:47:56 +01:00
MattNL
8604a2d524 Added PS4 variants of some mobs 2023-03-04 04:34:03 -05:00
MattNL
a63c4634bc Added PS4 Exclusive Entities to EntityMaterialData 2023-03-04 04:26:19 -05:00
MattNL
9430cc5163 Update PckStudio.csproj 2023-03-04 04:24:38 -05:00
MattNL
b3b19fe2ba Added one example entry to newly created MaterialFiles 2023-03-04 04:24:25 -05:00
MattNL
f885ac7cf9 Forgot to push this change somehow lol 2023-03-04 02:27:50 -05:00
MattNL
44de363bd6 Create MaterialUtil.cs 2023-03-04 02:27:36 -05:00
MattNL
8f7d9c413a Changed display text to accurately describe the changes 2023-03-04 02:26:02 -05:00
MattNL
41710e9d8a Added Wither to MaterialData resource 2023-03-04 02:11:39 -05:00
MattNL
0c8ecf6c50 Added EntityMaterialData to Resources 2023-03-04 02:02:44 -05:00
MattNL
ec8a3c82a3 Created MaterialsFile IO methods 2023-03-04 01:54:21 -05:00
MattNL
6ec6038abe Create MaterialsFile class 2023-03-04 01:45:05 -05:00
MNL
fbb986f66a Update README.md 2023-03-04 00:57:43 -05:00
MattNL
a34721fd99 Changed AddEntry to be better adapted for multiple purposes 2023-03-04 00:52:02 -05:00
MattNL
51ae9207fc slightly adjusted some icons 2023-03-03 23:28:23 -05:00
MattNL
4ca8c30409 Renamed AddBehaviour to AddEntry for reuse in other Entity related forms 2023-03-03 22:06:38 -05:00
MattNL
617f0da71b Fixed display bug when adding a new Behaviour entry 2023-03-03 22:06:05 -05:00
MattNL
9dd6bea516 Created EntityMaterialData resource 2023-03-03 21:16:07 -05:00
MattNL
67bceb02b6 Updated entity resources 2023-03-03 21:15:39 -05:00
miku-666
e2f77169f2 Rename 'saved' to 'wasModified' 2023-03-03 18:55:19 +01:00
miku-666
225fb48285 Merge 'main' into https://github.com/PhoenixARC/-PCK-Studio/tree/main 2023-03-03 17:39:18 +01:00
miku-666
61bcef1c9f Program.cs - Remove 'Debug.WriteLine(Info.LastCommitHash)' 2023-03-03 17:38:05 +01:00
MattNL
34f2cdfe47 Fix for a potential crash in BehaviourEditor 2023-03-03 09:19:05 -05:00
MattNL
12f3be70b3 Changed build from "a" to "b" 2023-03-03 05:23:47 -05:00
MattNL
8e333b62e7 Changed Rename tool to Change tool in BehaviourEditor 2023-03-03 05:10:28 -05:00
MattNL
0630e35d8c Changed AcceptButton access to public 2023-03-03 04:50:19 -05:00
MattNL
5db8e3ada5 Added tool to create new Behaviour files 2023-03-03 04:46:26 -05:00
MattNL
e4605b1634 Fixed NodeIcon for RiderOverride from showing in the Entity menu 2023-03-03 04:45:56 -05:00
MattNL
0dbb08ffa8 Removed parameters from CreateNewBehaviourFile 2023-03-03 04:43:17 -05:00
MattNL
7093ee2412 Fixed a small bug involving skins 2023-03-03 04:38:16 -05:00
MattNL
a08dda7a04 Updated Entity Resources 2023-03-03 04:26:10 -05:00
MattNL
f7d0180951 Updated BehaviourEditor 2023-03-03 04:25:58 -05:00
MattNL
87138f9853 Added AddBehvaiour to BehaviourEditor 2023-03-03 01:43:31 -05:00
MattNL
ebca55434b Created BehaviourUtil for handling BehaviourFiles 2023-03-02 21:57:01 -05:00
MattNL
70b22237d7 Edited AnimationUtil to now utilize ImageUtils for ImageList creation instead 2023-03-02 21:56:31 -05:00