Skip to content

mesScriptAsseAndDisassembler 1.2

Compare
Choose a tag to compare
@TesterTesterov TesterTesterov released this 25 Dec 20:45
· 6 commits to main since this release
d595bdf

The Big 1.2 Update

  1. Full code refactoring in both GUI and script managing class.
  2. Normal tests in main.
  3. Big optimization for mes script management.
  4. Many mistakes, such as incorrect bytes or incorrect string returning, fixed.
  5. Added directory management option.
  6. Added some convenient functionality in GUI. For example, auto guessing name of other file after choosing one.
  7. Now use threading system, so no locking GUI (well, almost... it can be for a very little time in case of directory management).
  8. Completely new installation script.
  9. More data in .exe.
  10. Help data updated.
  11. Now support more scripts and gives more correct output to some arguments due to implementing new argument parsing system (close to that in SLGScrptTool).
  12. Fixed very rare case then header contain one more section.
  13. Some new commands were named.
  14. Now work with LIBLARY.LIB like with any mes script.