This repository was archived by the owner on Jan 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ endif(WIN32)
32
32
33
33
# The version number.
34
34
set (ANTIMICRO_MAJOR_VERSION 2 )
35
- set (ANTIMICRO_MINOR_VERSION 20 )
36
- set (ANTIMICRO_PATCH_VERSION 2 )
35
+ set (ANTIMICRO_MINOR_VERSION 21 )
36
+ set (ANTIMICRO_PATCH_VERSION 0 )
37
37
38
38
option (USE_SDL_2 "Use SDL 2 libraries rather than SDL 1." ON )
39
39
Original file line number Diff line number Diff line change
1
+ 2016-01-10 Travis Nickles <
[email protected] >
2
+
3
+ Version 2.21
4
+
5
+ * Changed unplug routine slightly. The old behavior was slightly wrong anyway
6
+ but the old behavior did not work with SDL 2.0.4.
7
+
8
+ * Custom Qt builds are being used for the 64 bit Windows build and noSSE
9
+ Windows build.
10
+
11
+ * Updated Windows build to use Qt 5.5.1.
12
+
13
+ * Updated Windows build to use SDL 2.0.4. This should clear up a couple
14
+ of problems for people running Windows 10.
15
+
16
+ * Changes to some acceleration curves. Both the output values and the input
17
+ offsets were changed to make mouse movement looser.
18
+
19
+ * Removed First Run Wizard from program. In the end, that wizard was causing
20
+ more problems for other users than it was worth.
21
+
22
+ * Add arguments property for Execute slots.
23
+
24
+ * Allow a real absolute mouse to be used with uinput support. Previously,
25
+ relative mouse movement was being used to fake an absolute position for the
26
+ mouse pointer. The WiimoteGlue project provided a way to allow uinput to
27
+ send absolute mouse pointer events when using uinput.
28
+
29
+ * Fixed set changing with analog triggers.
30
+
31
+
1
32
2015-10-19 Travis Nickles <
[email protected] >
2
33
3
34
Version 2.20.2
Original file line number Diff line number Diff line change 1
1
.\" Manpage for antimicro.
2
2
.\" Contact [email protected] to correct errors or typos.
3
- .TH ANTIMICRO "1" "19 October 2015 " "antimicro 2.20.2 " "User Commands"
3
+ .TH ANTIMICRO "1" "10 January 2016 " "antimicro 2.21 " "User Commands"
4
4
.SH NAME
5
5
antimicro \- map keyboard keys and mouse controls to a gamepad
6
6
.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments