Inner Space Releases

Inner Space version 1.11 Build 5547
Released: 2012-03-11
  • 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.