Inner Space Releases

Inner Space version 1.09 Build 4839
Released: 2009-02-10
  • World of Warcraft: Fixed virtual mouse positioning issue introduced by WoW 3.0.8
  • Added additional output to bind failures
  • Added additional output to "Failed to launch" (when attempting to launch an application through Inner Space). It now either briefly describes the problem or includes an error code that can be reported.
  • Added detection for corrupt InnerSpace.XML file. If InnerSpace.XML is corrupt, a message box will pop up with the option to delete it and start fresh.
  • MouseWheelUp and MouseWheelDown are now available for the Bind and Press commands, as well as button events
  • Processor command no longer stops processing additional parameters at "only"
  • LavishSettings
  • Settings and Sets now support Attributes, which must follow XML attribute name rules
  • New object type:
    • settingattribute
  • New object members
    • settingattribute setting.FindAttribute[name]
    • settingattribute setting.FindAttribute[name,auto-create with default value]
    • settingattribute settingset.FindAttribute[name]
    • settingattribute settingset.FindAttribute[name,auto-create with default value]
  • New object methods
    • setting:AddAttribute[name,value]
    • settingset:AddAttribute[name,value]