0.8.0: mkxp-z compatibility
NEW FEATURES
- Proper mkxp-z compatibility
- New console commands can be set as mkxp-z exclusive
- New mkxp-z exclusive command, 'sysinfo'
- Added copying and pasting in mkxp-z
CTRL + Insert to copy written input, SHIFT + Insert to paste text
ADJUSTMENTS
- 'version' now displays Ruby version & platform
- ConsoleCommand#run and ConsoleCommand#main moved to CommandBase
- New SAASUtils module for utility functions
Currently houses one function: SAASUtils::reboot
BUG FIXES
- Fixed instances where the text entry sprite was redrawn unnecessarily
- Fixed CONSOLE_DEFAULT_FONT being completely ignored
- Fixed command aliases 'man' and 'print' not being set
- Fixed 'exportmap' being accessible outside Debug mode
- Other minor fixes