Inner Space:Release Notes

From Lavish Software Wiki
Jump to navigation Jump to search
          Inner Space
         Version 1.11
 (c) 2004-2012 Lavish Software

1.11 Build TBA - More cursor/resolution fixes - Fixed a bug with keys not working in Runes of Magic - Dragging a LavishGUI window completely off the screen should now be more difficult. If you really

 want to do it, hold Shift.

- Added port numbers to the OnUplinkConnected and OnUplinkDisconnected events, with port equal to 0

 if the connection was not made FROM this uplink:
 * OnUplinkConnected[ip address,port]
 * OnUplinkDisconnected[ip address,port,name]

- Improved WPF compatibility

1.11 Build 5616 - Drastically improved performance of uplink networking. Multi-PC ISBoxer users will see immediate

 benefits

- Fixed a bug with Alt Gr not operating correctly for some keyboard layouts - Dark Age of Camelot compatibility update - Perpetuum compatibility update - Text-to-Speech can now be done through the Speech object (speech type) in the Uplink

 * speech:Speak[text to speak]
 * speech:Speak[-volume,0.5,-speed,0.5,text to speak]

- The new Speak command can also be used for Text-to-Speech in the Uplink

 * speak "text to speak"
 * speak -volume 0.5 -speed 0.5 "text to speak"

- httpget command now supports additional parameters to perform http POST. These parameters must

 come before all others (-atom, -file or the URL)
 * -postparam <NAME> <VALUE>
 * -postfile <NAME> <FILENAME>
 * example: httpget -postfile screencap "MyScreenshot.jpg" http://upload.somewhere.com/screencap

1.11 Build 5604 - Cursor positioning overhaul - Fake cursor (e.g. visible during broadcasting) should now work in many cases where it previously did not - Guild Wars 1 and 2 compatibility update - Fixed a Star Trek Online crash - Fixed a bug with the TERA Launcher - Minecraft compatibility update - Initial OpenGL rendering support, tested with Minecraft and World of Warcraft

 * Known issue: Fake cursor does not render correctly
 * Known issue: Text quality needs improvement
 * Known issue: ISBoxer Window Layouts with small windows + Instant Swapping look wrong

- Fixed bugs with system:SetClipboardText and system.ClipboardText...

1.11 Build 5578 - ISBoxer Users, please update to build 40.2.405.1 or later if your Window Layout stops working. - Improved Diablo 3 launching time - Fixed a bug with the Alt key in EVE Online - Improved fileredirect (Virtual File) compatibility - LavishScript

 * Fixed a bug with scripted math not short circuiting in some cases

1.11 Build 5564 - Diablo 3 Beta compatibility - Windows 8 compatibility - Improved fileredirect (Virtual File) compatibility

1.11 Build 5551 - Compatibility update for new EVE Online launcher - Fixed a crash that could happen when using Windows' Encrypted File System feature - LavishScript queries now accept _ToString as a field name

1.11 Build 5547 - Fixed a bug with launching Aion - Initial support for Steam games

 * Realm of the Mad God should work via Steam
 * Terraria is also known to be working well
 * Compatibility with other Steam games currently unknown -- please report back!
 * The Steam overlay (Shift+Tab) may not yet be fully interactive and stable

- Fixed a bug with the Alt key in Star Wars: The Old Republic - Fixed a bug with Star Trek Online freezing - Fixed issues with some input languages not working correctly - Real-time log parsing can now be done with the LogReader object (logreader type). This

 can be used to develop damage meter widgets, multiboxing chat window widgets, and more.
 * logreader:RegisterLog["filename with wildcards supporting #*?","LavishScript event name"]
 * logreader:UnregisterLog["filename with wildcards supporting #*?","LavishScript event name"]
 * The LavishScript event prototypes as: LogEvent[string filename,string action,string text]
   where action is one of "open" "close" or "line", and text is the logged text for the "line" 
   action.
 * Log file lines will also be passed through the LavishScript Trigger parser

- The dotnet command now accepts a '-disableconcurrentgc' switch. This can be used to help debug

 .NET applications, but may hinder performance. To use it, issue 'dotnet -disableconcurrentgc'
 before launching any appdomains.

1.11 Build 5521 - Various compatibility updates - Fixed a double input issue with Megaten game - Fixed input stoppage in Star Trek Online - .NET 4.0 runtime is now supported.

 * Windows XP is limited to .NET 2.0-3.5, even if .NET 4.0 is installed

See Also