Skip to content

Releases: evilC/IOWrapper

v0.11.3

22 May 12:00
Compare
Choose a tag to compare

Added

  • Added Core ESP8266 provider

Fixed

  • [DS4WindowsApi Provider] Target DS4WindowsApi v0.0.2
    Fixes NullRef if exiting UCR while ViGEm DS4 is being emulated
  • [Interception Provider] Mouse Wheel Up / Down / Left / Right subscriptions fire correct subscription with correct value
    A binding to Wheel Up was firing +1 on wheel up but also -1 on wheel down
  • [Interception Provider] Mouse Buttons now correctly labelled (Path for Buttons was "Event: ..." and path for events was "Button: ...")

v0.11.2

18 Dec 18:26
Compare
Choose a tag to compare

Fixed

  • [ViGEm Provider] Fix Issue #41
    No longer crashes if ViGEm not installed

v0.11.1

15 Dec 03:38
Compare
Choose a tag to compare

Added

  • [Tobii Provider] If IsLive is false, now reports reason in ErrorMessage
  • [SpaceMouse provider] IsLive is always true, as HID is always present
  • [MIDI provider] IsLive is always true, as MIDI is always present
  • [TitanOne Provider] IsLive now reflects connected status of device
  • [TitanOne Provider] Reports 0 devices if IsLive is false
  • [vJoy Provider] IsLive now reflects whether driver is installed
  • [Interception Provider] IsLive is false if no devices are found, assumes driver is not installed

v0.11.0

14 Dec 18:12
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Added

  • Provider Report now contains ErrorMessage property
    If the provider is not live, this should contain a string indicating why

Changed

  • [ViGEm Provider] Do not show devices if Bus Driver not installed

v0.10.11

13 Dec 22:31
Compare
Choose a tag to compare

Changed

  • [Tobii Provider] IsLive now reflects state of driver
  • [Tobii Provider] Only show Tobii devices in ProviderReport that are currently connected

v0.10.8

13 Dec 18:59
Compare
Choose a tag to compare

Changed

  • [XInput Provider] Only show Xinput devices in ProviderReport that are currently connected
  • [DS4WindowsApi Provider] Only show DS4 devices in ProviderReport that are currently connected
  • [SpaceMouse Provider] Only show SpaceMouse devices in ProviderReport that are currently connected

v0.10.7

12 Dec 22:43
Compare
Choose a tag to compare

0.10.7 - 2019-12-12

Changed

  • [Interception Provider] Blockable property of BindingDescriptor now indicates if input is blockable or not
    This is controlled by whether BlockingEnabled in the settings file is true or not

Removed

  • [Interception Provider] BlockingControlledByUi setting removed

v0.10.6

10 Aug 18:26
Compare
Choose a tag to compare

Fixed

  • Fix for IOWrapper Issue #33 / UCR issue #98
    DirectInput should no longer freeze when PollThreads are started or stopped

v0.10.5

24 Jun 20:08
Compare
Choose a tag to compare

Changed

  • [Interception Provider] Polling now uses Multimedia Timer, allowing poll rates down to 1ms. Controlled via Settings.xml
  • [Interception Provider] (Dev Option) Allowing selecting block via UI is controlled via Settings.xml
  • [Interception Provider] (Tester Option) Allowing selecting threaded or non-threaded pass-through of stroke is controlled via Settings.xml
  • [Interception Provider] Keyboard now supports per-mapping blocking (Block one button, but not another)

Per Input Blocking PRE-RELEASE

16 Jun 13:50
Compare
Choose a tag to compare
Pre-release

Changed

  • [DirectInput Provider] Fix #31 - Axis values are no longer inverted
  • [Interception Provider] Mouse now supports per-mapping blocking (Block one button, but not another)