Difference between revisions of "Inner Space:Release Notes"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 29: Line 29:
  
 
== See Also ==
 
== See Also ==
 +
* [[Inner Space:Build 4332 to 4828 Release Notes|Build 4332 to 4828 Release Notes]]
 +
* [[Inner Space:Build 3874 to 4330 Release Notes|Build 3874 to 4330 Release Notes]]
 
* [[Inner Space:Build 3034 to 3824 Release Notes|Build 3034 to 3824 Release Notes]]
 
* [[Inner Space:Build 3034 to 3824 Release Notes|Build 3034 to 3824 Release Notes]]
 
* [[Inner Space:Build 2013 to 3034 Release Notes|Build 2013 to 3034 Release Notes]]
 
* [[Inner Space:Build 2013 to 3034 Release Notes|Build 2013 to 3034 Release Notes]]
 
* [[Inner Space:Alpha to Build 2013 Release Notes|Alpha to Build 2013 Release Notes]]
 
* [[Inner Space:Alpha to Build 2013 Release Notes|Alpha to Build 2013 Release Notes]]

Revision as of 08:38, 4 February 2009

          Inner Space
         Version 1.09
 (c) 2004-2008 Lavish Software

1.09 Build 4839

- 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]

See Also