Commit graph

26 commits

Author SHA1 Message Date
67b1191b8c never commit anything early in the morning 2021-01-20 08:11:41 +01:00
921e16def8 Merge branch 'develop' into release 2021-01-20 08:09:13 +01:00
fd8e396226 CHANGELOG updated 2021-01-20 08:08:11 +01:00
2015f51dde axis monitoring now watches for changes instead of absolute
Will now keep the last axis reading and compare against that, instead of
just using a deviation from the center value.

That means it will correctly work with axes that do not have a resting
position in the center, e.g. physical throttles.

Also added the Z, R, U, V axis (aka all AHK axes are now supported)

fixes #1

makes #2 less pressing :)
2021-01-19 13:18:53 +01:00
ab8c5d022e Merge branch 'develop' into release 2020-08-03 20:11:56 +02:00
54546997c1 imagine putting the wrong version number in the CHANGELOG 2020-08-03 20:11:51 +02:00
2e22e19cd5 Merge branch 'develop' into release 2020-08-03 20:08:21 +02:00
878ff8ac8a 0.1.1! 2020-08-03 20:08:04 +02:00
53da52d8ae use WinClose instead of Process, Close
… since that doesn’t force kill the process.

fixes #4
2020-08-03 18:47:45 +02:00
83fdd8589f README: fixed Discord invite 2020-04-24 10:23:44 +02:00
a702de228c README: fixed Discord invite 2020-04-24 10:23:28 +02:00
7f0b63500c fixed reading booleans from the .ini file
When reading a boolean from a .ini file, you have to manually add a step
to evaluate what has been read as a _string_ to a boolean. Fun.

fixes #3
2020-03-13 21:27:43 +01:00
115e886c39 Pull the README fixes; no changes to the script 2020-02-08 15:35:51 +01:00
18e1102170 README: copypasta glitch fixed 2020-02-08 15:34:48 +01:00
21200ba926 README: info on keeping config options sequentially numbered 2020-02-08 15:33:01 +01:00
a4d653772b README: typo fixed 2020-02-08 15:29:19 +01:00
6b9f7f0ab1 Merge branch 'release-prep/0.1' into develop 2020-02-08 15:25:25 +01:00
e37675cc1d Merge branch 'release-prep/0.1' into release 2020-02-08 15:25:04 +01:00
5ef75ccf3c v0.1! 2020-02-08 15:24:56 +01:00
7bed785a4b several config file changes
Changed the naming for some options to make them clearer (IMO).

Added option to disable monitoring of certain devices’ axes and/or
buttons.

Made axes/buttons/sensitivity settings for devices optional.
2020-02-08 15:15:45 +01:00
27662ada0c added config file check 2020-02-08 14:35:49 +01:00
69c8736c78 added README 2020-02-08 13:56:58 +01:00
6a8cb66037 renamed the focus.ini to focus.example.ini 2020-02-08 13:28:32 +01:00
8181e2eea2 copypasta mistakes fixed :) 2020-02-07 15:37:29 +01:00
7590965dd6 quick&dirty, get it up there … 2020-02-06 14:43:41 +01:00
057fbda69b Initial commit 2020-02-06 14:31:02 +01:00