Commit Graph
11 Commits
Author SHA1 Message Date
MattNL 91fab0847c Settings resource fix
"Settings1" in the resources file was causing new clones of the repository to fail due to it not existing at run time. Simply commented out for future use.
2022-04-20 06:40:59 -04:00
MattNL 93720cfd6f Quick fix with animation editor
Fixed a bug that did not display the "Edit Texture Animation" button on textures in the "textures/blocks" and "textures/items" folders that were missing an ANIM tag
2022-04-19 18:32:56 -04:00
MattNL 9e31eb847c Animation Editor and small adjustments
-Added an Animation Editor for textures in the "textures/blocks" and "textures/items" folders (besides the clock and compass) and an "EDIT TEXTURE ANIMATION" button.
-Within the animation editor, there is a "Set Bulk Animation Speed" function that sets the entire animation to a set frame speed.
-Improved the drag and drop function.
-Changed some pop up dialogs to child dialogs to prevent multiple extra windows.
-Changed the "EDIT AUDIO" button text to "EDIT MUSIC CUES" to describe the Audio.pck functions more accurately.
-Changed the main tree's double click event to a NodeMouseDoubleClick event to prevent a rare crash and optimize that event's code.
-Adjusted the max display size for large images so that the meta tree would no longer be blocked.
2022-04-19 18:05:55 -04:00
MattNL 8550351dea LOC editor UTF-8 support 2022-04-10 09:22:38 -04:00
MattNL 274aa43b35 Last big feature for this build
-Improved Color Editor
-Fixed Add Display ID in the LOC Editor
-Added a Rename Display ID in the LOC Editor
2022-03-25 15:38:47 -04:00
MattNL 53b358001b Small hotfix
-Fixed a bug that I accidentally made last time
-Added an "Edit Colors" button for .col files
2022-03-24 14:48:28 -04:00
MattNL 196884097a Some small tiny additions
-Added a Drag and Drop feature to the main file tree
-Rename function now properly works with folders
-Fixed the Edit LOC button from appearing on folders and non files
2022-03-15 12:04:12 -04:00
MattNL 3b3c9b385d Numerous changes
Audio Editor has been patched up some more and a new category combining feature has been introduced. Fixed a few bus and typos on the Main Form too. Added myself to the credits and general project info. (:
2022-02-09 19:15:25 -05:00
MattNL 5a59cc36e3 Fixed an Audio Editor bug
In the remove category function, I forgot to remove the MineFile from the PCK file
2022-02-05 15:59:53 -05:00
MattNL 859b7b035b Added and programmed an Audio.Pck Editor 2022-02-05 06:07:12 -05:00
MattNL fe5b5989ef Added rename and clone file functions
Added icons, names, and functionality for Rename and Clone functions. JP translation is placeholder text.
2022-02-04 13:10:42 -05:00