Inner Space Releases

Inner Space version 1.09 Build 4981
Released: 2009-04-15
  • Various Improvements to the virtual cursor. Inner Space can now be instructed to draw the cursor if the game is in the background but would otherwise normally show it.
  • mouse.Cursor now gives the state of the virtual cursor
  • New object members: bool mouse.BackgroundCursor
  • New object methods: mouse:SetBackgroundCursor[bool]
  • New commands in Sessions: proclock on|off gammalock on|off
  • Fixed an issue with the Button-based LastChance events added in 4931
  • Added new event in the Kernel:
    • OnCursorStateChanged(bool Shown)
  • File redirection now supports relative paths included in the filenames, and also supports virtualizing folders by using / as the last character in the original filename, e.g. FileRedirect "Logs/" "Logs-Other/". Subsequently, the filename in the given folder can be automatically prepended by including text after the slash, e.g. FileRedirect "Logs/" "Logs/Other-".