In animation editor, added a button "Disable box border" (above the sprite) to disable the black outer border of body boxes, attack boxes, and range boxes. You can toggle in on/off by pressing the button. Without this outer border there will be no ambiguity where the box boundaries start/end @Kratus
In main editor, when an entity file is loaded, there is now a right side panel that lists all animations (same as in entity/anim editor).
This side bar lets you scroll instantly to the portion of the text that corresponds to selected animation. @bWWd
Same as in entity/anim editor, you can filter the anim list using "F3" key or the search widget at the top of the panel.
"Tools" -> "Convert Mugen character" was not working on Windows. Now it does. @maxman
Fixed the issues : ChronoCrash Modders Tools @O Ilusionista
- changed the default color of comment in Dark mode
- added second color for comments with double ##
- also now font in editor defaults to bold. As a lot of you use dark theme, I figured it was a good thing to make the font bold by default to make the text a lot more readable.
- if you don't like it, you can disable this option by clicking on the "Bold" button in the main text editor.
- also code is now automatically included in uploads made here, in "code" folder @msmalik681
Fixed a severe bug : while in level editor or entity editor, and closing current file (Ctrl + W or right click close in file browser), all the data of the closed entity/level was kept in memory and transferred to the new current file (the next opened file in stack) on the next update event. It didn't save the file on the disk, just changed it's current unsaved content in editor. But if you saved the file, then yeah it would overwrite it with the wrong content.
Now every time you close the current file while you were in entity/level editor, it will automatically revert to text editor to prevent this bug. That way the entity/level editor can't trigger an update on the wrong file.
@O Ilusionista hopefully that was it. If you remember using Ctrl + W or closing file/folder with right click mouse before having this bug, then that's probably it. So it turns out it had nothing to do with the switch project function, just with closing files while in entity/level editors.
While testing the app on Windows to see if the bug Ilu mentioned is specific to Windows, I noticed some icons were missing. Especially the icon that indicates a file is unsaved. So now those icons will be properly displayed in Windows.
Also as Windows uses both '/' and '\' as path separator (...), sometimes the same file could be opened twice in CMT if one separator was different in the path used. Now CMT will load libraries entities and levels using '/' only.
Recently I added a feature to force empty lines between animations. In this revision I changed three things related to this feature :
- Sometimes it added two empty lines instead of one, now it will always add only one.
- It added empty line at the end of file, even if it was not necessary as there was no animation after that. Now it doesn't do that.
- Also if you still have issues with this feature, you can disable it altogether by unchecking "Options" -> "Force empty lines between animations" @Kratus
Added a little tool to preview pixel fonts in "Tools" -> "Font preview" @bWWd @O Ilusionista