v1.8.6 - Fixed m context with IndexedGet
Continuing the refactoring in v1.8.x to improve the architecture and support SceneGraph development, the internal device assets (fonts, sounds, images and libraries) are now stored in the common.zip file that holds the common:/ volume in the file system. Created npm packages to several dependencies that were forked of archived or modified components. And mainly this brings a fix for the m context when using indexed get to retrieve functions.
Release Changes
- Created
BrsDevicestatic object withdeviceInfo,registryandsharedArrayby @lvcabral in #469 - Moved
FileSystemtoBrsDeviceby @lvcabral in #470 - Moved
stdoutandstderrfromInterpretertoBrsDeviceby @lvcabral in #472 - Fixed the
Val()global function to always returnFloatif noradixparameter is passed by @lvcabral in #474 - Moved
fonts,audioandlibrariestocommon:volume as azipfile by @lvcabral in #475 - Prevent transforming
DeviceInfointo aMapby @lvcabral in #478 - Moved
RectandCircletype definitions toifDraw2Dby @lvcabral in #481 - Updating forked dependencies by @lvcabral in #495
- Invert the remote control mapping for
PageUpandPageDownkeys by @lvcabral in #497 - Fixed
mcontext when getting function withindex#494 by @lvcabral in #498
Full Changelog: v1.8.5...v1.8.6