Skip to content

Releases: Som1Lse/Dish2Macro

2.1.0

25 Jan 17:44
Compare
Choose a tag to compare

Now displays a helpful message when the macro is running.

2.0.0

13 Mar 00:16
Compare
Choose a tag to compare

Major update. Fixed bugs, better configuration:

  • Now uses timeSetEvent instead of CreateTimerQueueTimer, despite
    being considered "obsolete" there simply isn't an alternative that
    provides the resolution we need. This should make it work on up to
    date Windows patches.
  • Now has a simple ini parser, so the configuration file is less
    horrible, and more intuitive. It supports comments, so it can contain
    explanations directly in the file.
  • Now supports a new option to configure the interval between events
    being sent.
  • Switched the license to GPL.

Now doesn't eat mouse movement, when bound to a mouse button.

13 Aug 07:51
61f6899
Compare
Choose a tag to compare

Now supports binding to two directions at once.

04 Aug 15:03
Compare
Choose a tag to compare

README.md has also been updated with a bunch of example configurations.

The code itself has also generally been improved.

Updated to work with Dishonored 1

01 Mar 00:53
Compare
Choose a tag to compare

Additionally, you can now also select the mouse wheel direction for events.

Updated to work with Dishonored: Death of the Outsider

15 Sep 22:54
Compare
Choose a tag to compare
v1.2.0

Updated to work with Dishonored: Death of the Outsider as well

Fixed sensitivity slowdown

23 Aug 07:52
Compare
Choose a tag to compare
v1.1.1

Fixed sensitivity slowdown by using a timer, updated readme

Minor update

21 Aug 14:15
Compare
Choose a tag to compare

Macro can also be bound to a mouse button.

Now also supports hexadecimal numbers in the configuration file.

Initial release

21 Aug 09:08
Compare
Choose a tag to compare
v1.0.0

Initial commit