Inner Space Releases

Inner Space version 1.19 Build 6947
Released: 2022-07-27
  • Diablo Immortal compatibility update
  • Direct3D 11 stability update
  • EverQuest 2 compatibility fix
  • .NET compatibility fix
  • Started Agents now propagate to new processes
  • Fixed an issue with video feeds flickering in background
  • JSON parser now supports reading JSON5 format including comments
  • LavishGUI 1
    • Tree Node Handles are now int64, to fix an issue with Tree controls in 64-bit
  • LavishGUI 2
    • New element types: map, mapitemview
    • New LavishScript types: lgui2map, lgui2mapitemview
    • New brushes: map.backgroundBrush, map.borderBrush
    • New templates: map, map.content, map.contentContainer, mapitemview
    • Fixed a potential crash with onLogicalDetached and onVisualDetached events
    • Fixed an issue with scrollviewer not rendering in some cases
    • Fixed lgui2layer:SetReference when used with a variable
    • Fixed usage of LavishScript enum types
    • Added 'pushNumeric' boolean value to Data Bindings, which forces the value to numeric format (e.g. 12345, -0.12345, etc) prior to pushing
    • bool lgui2databinding.IsPushNumeric
    • lgui2databinding:SetPushNumeric[bool newValue]
  • LavishScript:
    • New type "anonevent" implements an anonymous event
    • New types: distributedscope, distributedvalue
    • distributedscope innerspace.AddDistributedScope[json definition]
    • innerspace:AddDistributedScope[json definition]
    • jsonarray innerspace.DistributedScopes
    • distributedscope innerspace.DistributedScope[string name]
    • jsonvalueref is less picky about accepting initial values
    • jsonarray mutablefilepath.GetFiles[string wildcard]
    • jsonarray mutablefilepath.GetDirectories[string wildcard]
    • jsonarray collection.Keys
    • set:Erase[string key]
    • collection:NativefromJSON[...,json]
    • index:NativefromJSON[...,json]
    • Fixed set:ForEach
    • Fixed issues with recently added .Inc and .Dec members of numeric types
    • system:LoadDLL[filename, optional flags]