Commit Graph

156 Commits

Author SHA1 Message Date
miku-666
f0de26fc97 Improved ANIMEditor 2023-03-28 20:10:43 +02:00
miku-666
d44dc2a72c Move ANIMEditor and BoxEditor and Update SkinAnim class 2023-03-28 14:58:35 +02:00
miku-666
e5130f390d Imporved AnimEditor 2023-03-27 19:51:40 +02:00
miku-666
50fe39183e Update LOCEditor and MainForm with LOCFileReader/Writer 2023-03-27 18:24:18 +02:00
miku-666
de079d9d9a Rename Util files and update OMI commit ref 2023-03-23 17:56:03 +01:00
miku-666
ebb971f96a Moved unused 'ResizeImage' function to ImageExtentions 2023-03-22 21:05:49 +01:00
miku-666
20a1fa8c80 Add endian check when opening pck file 2023-03-17 23:08:04 +01:00
MattNL
77faa3eaa9 Added warning when deleting compass.png or clock.png 2023-03-15 11:44:14 -04:00
miku-666
6a94f952d5 Remove MetaList form 2023-03-13 17:42:50 +01:00
miku-666
9461a0a125 Merge 'use-OMI-lib' into 'main' 2023-03-13 16:43:14 +01:00
miku-666
b9dbc25b38 Move PckFile processing to OMI lib 2023-03-13 16:07:02 +01:00
miku-666
d42061bbf3 Move LOC processing to OMI lib 2023-03-13 14:46:33 +01:00
miku-666
05b2dfc1e3 Move GRF processing to OMI lib 2023-03-12 19:57:01 +01:00
MattNL
aa801e5361 Made changes to OpenPCK
OpenPCK now attempts to open pck files with the opposite endian when confronted with an OverflowException which makes it possible to open little endian pck files from outside the program
2023-03-08 12:45:59 -05:00
MattNL
f3ffd3b05b Made a small mistake with the last commit lol 2023-03-07 03:26:29 -05:00
MattNL
e72275918d Fixed a bug where a newly created Audio.pck would be hidden from the user 2023-03-07 03:25:31 -05:00
miku-666
2d251558fc GRFFile - Rename eCompressionType enum values and SubRules to ChildRules 2023-03-05 12:39:09 +01:00
MattNL
9cc4516b15 Fixed bug where adding new files caused it to be added twice 2023-03-05 05:44:03 -05:00
MattNL
788bffbf4e Add .tga to Add Texture filter 2023-03-05 01:06:39 -05:00
MattNL
b83f7e4ea5 Replacing a file with a new extension now properly renames the file 2023-03-04 12:42:30 -05:00
MattNL
f540a56958 Added support for multiple extensions when replacing some formats 2023-03-04 12:32:00 -05:00
MattNL
9e1e6e08d2 Added ability to create new EntityMaterial Files 2023-03-04 11:41:47 -05:00
MattNL
fb55adee7f Added MaterialsEditor 2023-03-04 10:40:58 -05: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
b7145a72c8 Improved NodeSorter 2023-03-04 11:47:56 +01:00
miku-666
e2f77169f2 Rename 'saved' to 'wasModified' 2023-03-03 18:55:19 +01:00
MattNL
5db8e3ada5 Added tool to create new Behaviour files 2023-03-03 04:46:26 -05:00
MattNL
7093ee2412 Fixed a small bug involving skins 2023-03-03 04:38:16 -05:00
miku-666
690785781f Move Version Number construction into ProgramInfo class and add last commit hash as a usable string 2023-03-02 16:05:59 +01:00
MattNL
4a47628677 Fixed bug with new version system 2023-03-02 07:19:30 -05:00
MattNL
dbd506b1f7 Adopted Minecraft Java Snapshot format for keeping tabs on wip versions and features 2023-03-02 07:08:49 -05:00
MattNL
772898009b Fixed "Extract" tool not working properly on SubPCK folders 2023-03-02 06:41:09 -05:00
MattNL
cf42fa6efc Added Current PCK File label to Editor Tab 2023-03-01 06:28:16 -05:00
MattNL
092742d94a Added "Add File" Tool and Prompts to the context menu 2023-03-01 05:56:47 -05:00
MattNL
4d052a086e Added WIP PCK File Sorter 2023-03-01 03:50:48 -05:00
miku-666
ff605b03e4 Add check for changes in an open pck file before opening another one with 'LoadPck' 2023-02-28 17:52:42 +01:00
miku-666
9da6542988 SkinAnim.cs - Improved functuion naming and rename 'eANIM_EFFECTS' to 'ANIM_EFFECTS' 2023-02-21 14:45:18 +01:00
MattNL
870bede8ee Removed Move Up/Down functions 2023-01-29 22:11:32 -05:00
MattNL
8df61a5bb0 Added proper handling of the file type exception 2023-01-29 22:08:33 -05:00
MattNL
c9ace98c54 Fix for crash when double clicking a non animation texture file 2023-01-15 18:39:00 -05:00
MattNL
2d8d830d07 Added "EDIT BEHAVIOURS" button 2023-01-14 10:49:01 -05:00
MattNL
72232c19f7 Remove filename condition for AudioFiles
AudioFiles do not have to be named "audio.pck" in order to function
2023-01-14 10:37:02 -05:00
MattNL
00aeb21e9a Added Entity Materials Icon 2023-01-14 10:33:55 -05:00
MattNL
9563e4b278 Added BehavioursEditor 2023-01-13 17:30:45 -05:00
miku-666
72d588522a Update PCKFile.FileData member variable names 2023-01-13 17:49:00 +01:00
miku-666
0b32b8470a MainForm.cs - Rename 'LoadFromPath' to 'LoadPck' 2023-01-13 16:48:39 +01:00
MattNL
b0f44e79b3 IsSubPCKNode will now only print to the console when a file is a SubPCK file 2023-01-09 11:53:43 -05:00
miku-666
07bcde39dc PCKFile - Add "XMLVERSION" const, Rename 'GatherPropertiesList' -> 'GetPropertyList' 2023-01-06 17:11:30 +01:00