Inner Space Releases

Inner Space version 1.12 Build 5939
Released: 2013-11-25
  • EVE Online:
    • DirectX 11 compatibility fix
    • Game detection updated, including a new "No Patch" profile
  • Battle.net Desktop Client compatibility update
  • TERA compatibility update
  • Terraria compatibility update
  • Path of Exile compatibility update
  • Final Fantasy XIV: Fixed a bug with cursor positioning
  • Stability fixes
  • The Uplink's "Sessions" command now lists Process ID (PID) and executable filename next to the session names
  • LavishGUI: Clicking on an element now only brings its topmost container (e.g. containing window) to the front of Z-order instead of bubbling up the control and all of its parent containers
  • New API versions for Visual Studio 2013 support. Visual Studio 2010 no longer supported
    • ISXDK 33: Extensions\ISXDK33\* is now checked for extension before Extensions\*
  • Fixed LavishSettings reverse iteration
  • audio:SetMute should no longer trigger permanent muting by Windows when the game exits
  • LavishScript SDK changes (ISXDK + LSModule DK):
    • LSOBJECTDATA is now 64-bit instead of 32-bit, and includes a constructor to initialize to 0
    • LSOBJECTDATA no longer has VarPtr and ObjectData union members. Use GetObjectData() and SetObjectData()
  • LavishScript:
    • new Top-level object: int64 Int64[#]
    • Fixed bugs with 'persistentref' object type
    • Marked LavishScript internal types as persistent:
  • all script-defined object types, variablescope, script, query, event, index, collection, stack, queue, set
    • Math.Calc and Math.Calc64 now return native float64 and int64 instead of float64ptr and int64ptr