Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Updated to version 2.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Jan 10, 2016
1 parent cce4260 commit d3ca529
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ endif(WIN32)

# The version number.
set(ANTIMICRO_MAJOR_VERSION 2)
set(ANTIMICRO_MINOR_VERSION 20)
set(ANTIMICRO_PATCH_VERSION 2)
set(ANTIMICRO_MINOR_VERSION 21)
set(ANTIMICRO_PATCH_VERSION 0)

option(USE_SDL_2 "Use SDL 2 libraries rather than SDL 1." ON)

Expand Down
31 changes: 31 additions & 0 deletions Changelog
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
Expand Down
2 changes: 1 addition & 1 deletion other/antimicro.1
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
Expand Down

0 comments on commit d3ca529

Please sign in to comment.