Commit graph

548 commits

Author SHA1 Message Date
Barry
ae7f47c490 Dev (#367)
* feat: update speed ratio script

* feat: update install qt script

* feat: update dmgbuild to 1.4.2

* fix: run error on win

* feat: update comment

* feat: sync scrcpy

* feat: shoutcut no repeat

* feat: volume allow repeat

* fix: set clipboard 16 len bug

* feat: add repeat

* feat: update platform-tools to 31.0.0

* feat: update speed ratio
2021-03-07 13:32:07 +08:00
Barry
93dc6b4cfb Dev (#366)
* feat: update speed ratio script

* feat: update install qt script

* feat: update dmgbuild to 1.4.2

* fix: run error on win

* feat: update comment
2021-03-06 15:47:56 +08:00
Sven Eden
5cec73b6f0 Enhance speedRatio setting and allow individual axis values (#270 #290) (#354)
* Enhance speedRatio settings (#270 #290)

This commit changes the way the mouse sensitivity works as follows:

1. Turn speedRatio into a QPointF, so we have two floats instead of
   one integer.
2. Default the y-speedRatio to be x-speedRatio / 2.25, which takes
   the ultra-wideness of modern phone screens into account.
3. Add new configuration value speedRatioX to allow users to
   configure an individual X-ratio
4. Add new configuration value speedRatioY to allow users to
   configure an individual Y-ratio
5. Optimze distance-translation a bit.
6. Add keymaps/FRAG.json using new speedRatioX/speedRatioY for the
   game "FRAG! Pro Shooter"

Bug: #270
Bug: #290
Signed-off-by: Sven Eden <sven.eden@prydeworx.com>

* Document new speedRatio behavior in docs/KeyMapDes.md

Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
2021-03-06 14:54:25 +08:00
Barry
0898cecf6c Merge pull request #307 from barry-ran/dev
Dev
2020-10-23 14:07:52 +08:00
rankun
999b289eca fix: not found vcruntime140_1.dll 2020-10-23 13:57:56 +08:00
shengyu
086626824c fix: remove extra ';' semicolon 2020-10-19 15:09:04 +08:00
Barry
341d414ce3 Merge pull request #292 from barry-ran/dev
feat: copy vcruntime myself
2020-09-18 18:11:24 +08:00
rankun
dc7c240aaa feat: copy vcruntime myself 2020-09-18 18:10:22 +08:00
Barry
ff9c65bf19 Merge pull request #291 from barry-ran/dev
fix: no find vcruntime dll
2020-09-18 15:55:51 +08:00
rankun
57ab6cfed3 fix: no find vcruntime dll
Close #274
2020-09-18 15:55:01 +08:00
Barry
af6cde6619 Merge pull request #277 from barry-ran/dev
Dev
2020-08-30 13:08:56 +08:00
rankun
59026ce562 chore: update qt to 5.15.1 2020-08-30 10:50:29 +08:00
rankun
b54e47ac58 docs: remove gitads 2020-08-30 10:47:02 +08:00
rankun
ef4280f7ff feat: add try check 2020-08-02 15:27:23 +08:00
rankun
7282c70e0d feat: up to max number 1000 2020-08-02 14:35:23 +08:00
Barry
e499cf946b Merge pull request #263 from barry-ran/dev
Dev
2020-08-02 13:39:55 +08:00
rankun
9290348408 fix: build error on linux 2020-08-02 13:34:17 +08:00
rankun
6ac8973b10 feat: cancel mouse shortcut on custom keymap
Close #240
2020-08-02 13:22:42 +08:00
rankun
bd665bd29e feat: update tips 2020-08-02 12:54:32 +08:00
rankun
41cc42a96d feat: add click multi 2020-08-02 12:46:33 +08:00
rankun
1773f3ce2a feat: update tips 2020-08-02 09:04:14 +08:00
rankun
27a959df4b feat: repeat pos return 2020-08-02 08:57:39 +08:00
rankun
a38f74a49b feat: adjust touch 2020-08-01 16:56:17 +08:00
rankun
8a9fadfdfe feat: change mouse move timer to 500ms 2020-08-01 10:31:04 +08:00
Barry
b2d947fc75 Merge pull request #262 from barry-ran/dev
docs: add gitads
2020-08-01 09:38:37 +08:00
rankun
7c02742992 docs: add gitads 2020-08-01 09:37:07 +08:00
Barry
4cc276d9b6 Merge pull request #249 from barry-ran/dev
Dev
2020-07-08 12:24:02 +08:00
rankun
790ac38224 feat: optimize process mouse move 2020-07-08 12:17:46 +08:00
rankun
bbf8d49dd1 docs: keymap des for english
Close #247
2020-07-08 12:03:41 +08:00
rankun
c7a5b8a403 feat: add codec options 2020-07-08 11:55:15 +08:00
rankun
dbbf7cf3e1 fix: mouse wheel crash
Change-Id: I1976037cf0872e89fc08c8afdbd3fde79a8df061
2020-07-08 11:00:38 +08:00
rankun
b54f3d2d33 feat: support drop mutil apk install
Change-Id: I65d090409208b89e770c11a3ea1fa2867560d214
2020-07-08 10:59:42 +08:00
Barry
ba731c27c0 Merge pull request #232 from shenzhigang/dev
Fix a misspelling, `keep radio` -> `keep ratio`
2020-06-23 17:42:38 +08:00
Barry
73968da39a Merge pull request #229 from liangent/posadjust
Adjust some positions in gameforpeace.json
2020-06-23 17:41:08 +08:00
shenzhigang
8e6488ae43 Fix a misspelling, keep radio -> keep ratio 2020-06-23 11:44:56 +08:00
rankun
33deb958cf feat: update server 2020-06-20 10:56:03 +08:00
rankun
dc3f807f05 feat: update Qt 5.15 2020-06-20 10:56:01 +08:00
Liangent
8d5212e882 Adjust some positions in gameforpeace.json
* Key_Shift adjusted so it doesn't trigger the Shoot button
* Key_7 adjusted so it doesn't trigger fire-mode when no handgun exists
2020-06-18 17:20:38 +00:00
Barry
b39689e6c8 Merge pull request #223 from barry-ran/dev
fix: config path bug on mac
2020-06-15 13:45:51 +08:00
rankun
b37cfb66bc fix: config path bug on mac 2020-06-15 13:28:30 +08:00
Barry
bce7e33a5b Merge pull request #220 from barry-ran/dev
Dev
2020-06-14 16:51:37 +08:00
Barry
fc2929e2b9 Merge pull request #213 from liangent/wheels
Wheels on Key_F1/F2/F3/F4 for the sample keymap
2020-06-14 16:49:53 +08:00
Barry
549ef9bfe3 Merge pull request #214 from liangent/secondary
Secondary weapon (handgun) on Key_7 for the sample keymap
2020-06-14 16:49:31 +08:00
rankun
4a64f403c4 fix: drop file on group control 2020-06-14 16:40:30 +08:00
rankun
e45a3e9c17 fix: switchmap only switch mouse 2020-06-14 14:51:14 +08:00
rankun
fc8f465ea2 feat: sync scrcpy 2020-06-14 14:13:50 +08:00
rankun
c31f965412 docs: update copyright to 2020 2020-06-13 08:50:39 +08:00
rankun
4e115e0f13 fix: getScreenRect is empty 2020-06-13 08:47:00 +08:00
rankun
29abeaf2e1 feat: Start the server socket in SSS_ENABLE_TUNNEL_REVERSE 2020-06-13 08:38:11 +08:00
Liangent
0d4878f287 Wheels on Key_F1/F2/F3/F4 for the sample keymap 2020-06-12 07:44:51 +00:00