Inner Space Releases

Inner Space version 1.11 Build 5616
Released: 2012-06-08
  • 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