Inner Space Releases

Inner Space version 1.09 Build 4466
Released: 2007-06-12
  • Stability fixes, including:
    • Fixed crashes with Warcraft III
    • Fixed .NET application random crash on unload (the infamous "LavishVM Frame Ends" crash)
    • Fixed LavishScript bug when entering a command starting with a special character
  • Added a .NET scripting engine. This engine works by reading an XML file that describes how to build a temporary assembly to execute. The XML file can be used with the RunScript command to run the script (e.g. "run myscript"). Any .NET language available on your computer can be used -- if the .NET framework is installed, this usually includes C#, C++, VB, and JScript. Additional languages may require separate installation. If an invalid language name is used, then the list of languages that are available is displayed. Documentation for this feature is available at http://www.lavishsoft.com/wiki/index.php/DotNetScript