Inner Space Releases

Inner Space version 1.07 Build 4172
Released: 2006-09-03
  • LavishNav v1.02
    • Fixed bug with using BestContainer from a region that defines a coordinate system.
    • lavishnav object type now inherits lnavuniverse, a shortcut to lavishnav.Tree
  • Relay fixed up a bit. Among other things, it is now moved directly into the kernel, rather than provided by the uplink and sessions separately. The relay command also no longer shows "session not found" error messages. Its new syntax is as follows: Relay <uplink name|session name|all|all local> [-echo|-event <name>|-noredirect] <message|command>
    • -echo is essentially a shortcut for -noredirect echo
    • -noredirect is the new name for -rsp, which was ambiguously named. It should now be more obvious that the switch stops the output from going to the sender. Examples:
    • relay is1 -echo ${SomeVariable}
  • Echoes the value of SomeVariable to is1
    • relay is2 echo \${SomeVariable}
  • Echoes the value of SomeVariable on is2, to the current window
    • relay is1 -event "Some Event" Parameter to Some Event
  • Executes LavishScript event called "Some Event" on is1, with a parameter containing "Parameter to Some Event" (sorry, only 1 parameter possible. multiple parameters will be available when Lavish Virtual Transport replaces the relay system)
    • relay somecomputer.is1 -echo HELLO FROM THE OTHER COMPUTER!
  • Echoes "HELLO FROM THE OTHER COMPUTER!" in is1 on somecomputer
    • relay somecomputer.is1 press -keylist
  • Retrieves the list of available keys on somecomputer.is1, for display in the current window
    • relay is2 -noredirect press -keylist
  • Retrieves the list of available keys in is2, and displays them in is2