Inner Space Releases

Inner Space version 1.16 Build 6463
Released: 2019-06-26
  • World of Warcraft 8.2 compatibility update
  • World of Warcraft Classic and Test profiles added
  • AMD graphics drivers compatibility update
  • Lord of the Rings Online 64-bit compatibility update
  • City of Heroes compatibility update
  • Logitech G910 compatibility update
  • New Session Task session.WindowCharacteristics implements behavior similar to the LavishScript command
  • LavishGUI 2
    • New controls pagecontrol, page
    • textbox and textblock now have a boolean wrap property, which defaults to false
    • Fixed text clipping
    • radialpanel now uses tooltips from child elements for the radial items
    • Fixed combobox appearance and popup behavior
    • Improved handling of relative file paths for images and shaders
    • Implemented a Trigger system, which allows the GUI to react to LavishScript conditions
    • Fixed a bug with videofeed element leaving the view enabled after the element was destroyed
    • Fixed broadcaster element blockLocal property
    • Elements with Collapsed visibility no longer take up space during layout
    • LavishScript enum type: elgui2visibility
    • elgui2visibility lgui2element.Visibility
    • lgui2element:Setvisibility[elgui2visibility]
    • elgui2edge lgui2slider.SlideFromEdge
    • lgui2slider:SlideFromEdge[elgui2edge]
    • jsonarray lgui2remotecontrol.Clones
    • lgui2remotecontrol:AddClone[name]
    • lgui2remotecontrol:RemoveClone[name]
    • lgui2animation:SetDuration[float]
    • lgui2animation:SetDurationMS[uint]
    • lgui2animation::SetInstant[bool]
    • lgui2textbox:SetWrap[bool]
    • bool lgui2textbox.Wrap
    • lgui2textblock:SetWrap[bool]
    • bool lgui2textblock.Wrap
    • Fixed missing lgui2checkbox:SetChecked[state], lgui2itemviewgeneratorargs.View, lgui2itemviewgeneratorargs.Error
    • LavishScript object persistence implemented for most LGUI2 types