Inner Space Releases

Inner Space version 1.16 Build 6419
Released: 2019-03-11
  • Fixed a crash issue with Direct3D 11-12 on Windows 7 and 8, and unpatched Windows 10
  • Star Trek Online / Neverwinter stability update
  • Crowfall client compatibility update
  • Nodiatis compatibility update
  • Battle.net App fix for Virtual Files (fileredirect)
  • Kill command (Uplink) now alternative accepts an executable filename
  • Game Profiles now have a "Kill Before Launch" option
  • LavishGUI 2
    • Mouse no longer needs to be moved after switching windows in order to recognize the cursor position
    • Fixed a bug with hidden elements accepting mouse focus
  • New Uplink object type members:
    • jsonobject licenseserver.DevBuild
    • jsonobject licenseserver.LiveBuild
    • bool licenseserver.UseDevBuild
  • LavishScript
    • Added taskmanager.BeginTaskLibrary[name] and :BeginTaskLibrary[name] which start an entire Task Library at once under a 'parallel' task
    • iterator:First, :Last, :Next, :Previous now optionally accept 2 parameters specifying -query (or -q) and a query ID. For example, MyIterator:First[-q,12] would move to the first item that matches against query ID 12
    • lmac.NewTaskManager will now silently return an existing Task Manager by the given name instead of NULL when it already exists
    • lmac.NewTaskLibrary will now silently return an existing Task Library by the given name instead of NULL when it already exists
    • lmac.NewTaskType will now silently replace an existing Task Type by the given name instead of NULL when it already exists
    • Persistent object support added for task, tasklibrary, taskmanager, tasktype, taskpulseargs
  • LavishMachine
    • Task Types: ls1.echo, ls1.runscript, unicast, multicast