This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
2016-01-10 Travis Nickles <[email protected]> | ||
|
||
Version 2.21 | ||
|
||
* Changed unplug routine slightly. The old behavior was slightly wrong anyway | ||
but the old behavior did not work with SDL 2.0.4. | ||
|
||
* Custom Qt builds are being used for the 64 bit Windows build and noSSE | ||
Windows build. | ||
|
||
* Updated Windows build to use Qt 5.5.1. | ||
|
||
* Updated Windows build to use SDL 2.0.4. This should clear up a couple | ||
of problems for people running Windows 10. | ||
|
||
* Changes to some acceleration curves. Both the output values and the input | ||
offsets were changed to make mouse movement looser. | ||
|
||
* Removed First Run Wizard from program. In the end, that wizard was causing | ||
more problems for other users than it was worth. | ||
|
||
* Add arguments property for Execute slots. | ||
|
||
* Allow a real absolute mouse to be used with uinput support. Previously, | ||
relative mouse movement was being used to fake an absolute position for the | ||
mouse pointer. The WiimoteGlue project provided a way to allow uinput to | ||
send absolute mouse pointer events when using uinput. | ||
|
||
* Fixed set changing with analog triggers. | ||
|
||
|
||
2015-10-19 Travis Nickles <[email protected]> | ||
|
||
Version 2.20.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for antimicro. | ||
.\" Contact [email protected] to correct errors or typos. | ||
.TH ANTIMICRO "1" "19 October 2015" "antimicro 2.20.2" "User Commands" | ||
.TH ANTIMICRO "1" "10 January 2016" "antimicro 2.21" "User Commands" | ||
.SH NAME | ||
antimicro \- map keyboard keys and mouse controls to a gamepad | ||
.SH SYNOPSIS | ||
|