Inner Space Releases

Inner Space version 1.15 Build 6244
Released: 2017-11-06
  • Inner Space icon updated
  • Fixed an issue preventing the Inner Space tray/notification icon from working for some people. This may re-place the icon in 'Hidden icons'
  • Compatibility update for Blizzard App Beta (Battle.net Launcher)
  • Fixed compatibility with 64-bit .NET apps (A3 Mania launcher, SWGLegends)
  • Fixed compatibility with Mono (The Infinite Black)
  • Fixed compatibility with certain games on AMD systems
  • Lord of the Rings Online test server (Bullroarer) compatibility update
  • Fixed Steam initialization error with Tree of Savior
  • Fixed a bug causing a 'Failed to load required DLLs' message for some games
  • Fixed mouse X-axis issues with DirectInput
  • LavishScript now includes a JSON parser:
    • LavishScript object types:
  • jsonvalue: Base type for json values
    • jsonvaluecontainer: A mutable container for json values
    • jsonarray: An ordered array of jsonvaluecontainers
    • jsonobject: A keyed index of jsonvaluecontainers
    • jsoniterator: An iterator for a jsonarray or jsonobject
      • LavishSettings new members and methods:
  • string settingset.JSON
    • string setting.JSON
    • settingset:ExportJSON[filename]
    • settingset:ImportJSON[filename]