github lvcabral/brs-engine v1.8.6
v1.8.6 - Fixed m context with IndexedGet

latest release: v2.0.0-alpha.2
19 hours ago

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 BrsDevice static object with deviceInfo, registry and sharedArray by @lvcabral in #469
  • Moved FileSystem to BrsDevice by @lvcabral in #470
  • Moved stdout and stderr from Interpreter to BrsDevice by @lvcabral in #472
  • Fixed the Val() global function to always return Float if no radix parameter is passed by @lvcabral in #474
  • Moved fonts, audio and libraries to common: volume as a zip file by @lvcabral in #475
  • Prevent transforming DeviceInfo into a Map by @lvcabral in #478
  • Moved Rect and Circle type definitions to ifDraw2D by @lvcabral in #481
  • Updating forked dependencies by @lvcabral in #495
  • Invert the remote control mapping for PageUp and PageDown keys by @lvcabral in #497
  • Fixed m context when getting function with index #494 by @lvcabral in #498

Full Changelog: v1.8.5...v1.8.6

Don't miss a new brs-engine release

NewReleases is sending notifications on new releases.