Inner Space Releases

Inner Space version 1.09 Build 4761
Released: 2008-11-10
  • New command "WindowCharacteristics" combines WindowFrame, WindowVisibility, WindowPosition and WindowFrame commands into a single command for improved performance when setting multiple characteristics
  • Hopefully fixed issue where multiple sessions launched fast enough could think they could use the same name (e.g. 2 sessions saying is1)
  • Fixed handling of Right Control, Right Alt and Right Shift
  • New data types
    • monitor
  • Added object members
    • uint display.Monitors
  • New events
    • OnMouseWheel[Offset] - Offset is a multiple of 120, for example 120 is one click up, -120 is one click down, -240 is two clicks down
    • OnMouseEnter - Mouse has entered the display window
    • OnMouseExit - Mouse has left the display window
  • The following events now have a bool Context object (a Context object is used with many different events to provide contextual information for the event). For these events, setting the Context bool to FALSE will block the input from being processed by the game or by binds:
    • OnAxisMove
    • OnButtonDown
    • OnButtonUp
    • OnButtonMove
    • OnDPadMove
    • OnMouseWheel
  • Added new MouseWheel <Offset> command for emulating mouse wheel movement
  • Added mouse:Wheel[Offset] method for emulating mouse wheel movement
  • Added new command in Uplink, only available from sessions Syntax: RelayGroup -list|-join <name>|-leave <name> Example: Uplink relaygroup -join tanks
  • Relay command now accepts relay group names, and "other <relay group name>" (to send to all OTHER in that group)
  • Some crashes related to IS-D3D9 fixed
  • LavishScript
    • Added uint system.Processors
  • LavishGUI
    • When Left and Right clickthru are set, scroll wheel will automatically fall through as well
    • MessageBox and InputBox commands now accept a -skin parameter
  • Note: Avoid using either where possible