Inner Space Releases

Inner Space version 1.11 Build 5658
Released: 2012-07-25
  • Added native support for Logitech G600 Mouse buttons
  • Added support for a supplemental non-Administrator program to pass commands to Inner Space
  • Added data type method gdiwindow:SelectMenuItem[submenu...,item] to activate a menu item
    • Example: Display.Window:SelectMenuItem[&File,&Open...]
  • Added data type method display:Screencap[-flags,filename.ext,x1,y1,x2,y2]
    • Flags and x1,y1,x2,y2 rectangle are optional
    • Flags: -directx: (Default) Perform the screencap with Direct3D-based capture; supports PNG, JPG, BMP -desktop: Perform the screencap with desktop-based capture (includes any windows on top, etc); supports BMP -clientcoords: (Default) Screencap coordinates given are based on the game client -screencoords: Screencap coordinates given are based on the desktop
    • Image encoding is automatically derived from the filename ending in .bmp, .jpg or .png; desktop capture currently supports BMP and PNG encoding
    • Examples: Display:Screencap[myscreencap.jpg] - capture game window Display:Screencap[myscreencap.jpg,100,100,164,164] - capture a 64x64 region at 100,100 Display:Screencap[-desktop,myscreencap.bmp] - capture game window plus layers on top of it Display:Screencap[-desktop,-screencoords,myscreencap.bmp,0,0,1600,900] - capture a 1600x900 desktop
  • Added data type methods direct3d9:DisableVSync and direct3d11:DisableVSync