Commit Graph

20213 Commits

Author SHA1 Message Date
Deve
8737b91cb9 Set focus on button when screen keyboard is opened 2018-10-24 21:52:01 +02:00
Deve
a05fa23bf3 Revert "Fix close inputs being throttled, and speed up scrolling when a key is held (#3515)"
This reverts commit 614d4ac2f7.
2018-10-24 21:16:18 +02:00
Benau
5918a6025e Update translation 2018-10-25 02:02:27 +08:00
Benau
5326dacb5a Don't treat as quitted players if disconnect after finished the race 2018-10-25 00:51:27 +08:00
Benau
fb13eb105e Fix ranking messed up in network when finishing race 2018-10-25 00:36:47 +08:00
Benau
e78dbe2cce Don't start demo world wrongly when isNetworking is true in menu
Fix the weird abyss screenshot with tux in android
2018-10-24 14:37:51 +08:00
Benau
ce8125b03a Dismiss the on screen keyboard too when shutdown 2018-10-24 14:32:01 +08:00
Benau
d3db5d8808 Split slipstream instant speed update for better rewind 2018-10-24 14:29:44 +08:00
Deve
2a4c5ad557 Make sure that at least one backspace action is triggered when backspace key was used on screen keyboard.
This makes it working for gamepads.
2018-10-24 00:24:52 +02:00
Deve
e585c26833 Allow to activate screen keyboard using gamepad 2018-10-24 00:24:52 +02:00
Deve
91074705fd
Merge pull request #3529 from pelya/gyro-camera-angle-fix
Fix for gyroscope camera using world coordinates instead of camera orientation
2018-10-23 21:54:43 +02:00
Sergii Pylypenko
0629aa07dd Fix for gyroscope camera using world coordinates instead of camera orientation 2018-10-23 20:56:04 +03:00
Deve
b4524e1db6 Fixed missing columns in edit gp screen 2018-10-23 00:55:43 +02:00
Deve
5b1a016b13 Avoid ugly empty space in addons screen.
It's not used for anything and simple to restore if needed.
2018-10-23 00:27:34 +02:00
Deve
6722f57b06 Fixed possible crash on 64-bit mingw build 2018-10-21 21:52:15 +02:00
Benau
0c9ea5ab11 Fix crash if exiting quick race too early 2018-10-21 14:29:57 +08:00
Deve
dae5bb221f Make minimap bigger for arenas on android 2018-10-20 21:53:18 +02:00
Deve
2ef3980009 Update tracks list after recent typo fix 2018-10-20 11:23:03 +02:00
Benau
5ff7db155d Fix broken network kart selection screen if no addon karts available 2018-10-20 16:22:51 +08:00
Benau
1a951b76b9 Update complete russian translation 2018-10-20 16:00:09 +08:00
Benau
f49f2912c7 Update translations 2018-10-20 15:52:40 +08:00
Benau
768d52b1c8 Fix disconnected players removing the flag in CTF 2018-10-20 15:22:07 +08:00
Benau
67105fc915 Update supertuxkart.pot 2018-10-20 14:40:26 +08:00
Benau
45f4cb2f58 Fix compiler warning 2018-10-20 07:58:30 +08:00
Ryan
dbda816d73 Update font size in updateItemDislpay() instead of buildInternalStructure to prevent a bug where text overlapped (#3523) 2018-10-19 18:33:05 -04:00
Deve
5bed082b86 Add more arenas to the apk 2018-10-19 23:24:16 +02:00
Deve
e4b8c9eac2 Avoid a crash in friends list.
Not my fault, but indeed it was crashing when you enabled sorting and then opened friends list in your friend profile.
2018-10-19 22:44:53 +02:00
Deve
acc920c14f
Merge pull request #3522 from pelya/gyroscope
Gyroscope support for Android
2018-10-19 21:27:31 +02:00
Benau
7075dd5a47 Add kartHit in physics for ctf candela 2018-10-20 01:31:34 +08:00
Benau
f377f53452 Fix clang warning 2018-10-20 00:10:07 +08:00
Benau
2bbe2d5b79 Fix duplicated setsquash explosion animation creation 2018-10-19 23:47:55 +08:00
Benau
8058b74603 Remove unused min speed in state 2018-10-19 23:08:16 +08:00
Benau
876defbc29 Fix valgrind warning 2018-10-19 23:06:36 +08:00
Sergii Pylypenko
0e7fbfd6ef Revert "Dynamic noise filter for gyroscope values"
This reverts commit d538cdaa2b459249818426167325906834083899.
2018-10-19 16:41:38 +03:00
Sergii Pylypenko
ee07b8737c Dynamic noise filter for gyroscope values 2018-10-19 16:41:38 +03:00
Sergii Pylypenko
2114c18ab7 Roll the camera when gyroscope is used, for visual representation of steering 2018-10-19 16:41:38 +03:00
Sergii Pylypenko
714e5a75a2 Added doxygen comments to gyroscope functions 2018-10-19 16:41:38 +03:00
Sergii Pylypenko
572132be46 Implemented gyroscope controls, no camera rotation and no filtering algorithm yet 2018-10-19 16:41:38 +03:00
Sergii Pylypenko
64e0c6312e Added MULTITOUCH_CONTROLS_... enum for m_multitouch_controls config option 2018-10-19 16:41:38 +03:00
Sergii Pylypenko
9f923fdfaa Gyroscope option in config dialogs 2018-10-19 16:41:38 +03:00
hiker
964d7bf8de Added timing output for physics loop when using --physics-debug. 2018-10-20 00:39:03 +11:00
hiker
8bb75803ab Applied Benau's bugfix - thanks! 2018-10-19 23:28:56 +11:00
hiker
c2c6652dd7 Merge remote-tracking branch 'origin/master' into network-item-debugging 2018-10-19 23:26:39 +11:00
hiker
df4a371789 Reset bubblegum torque. While this has no effect on behaviour,
it avoids false positives when debugging network code.
2018-10-19 23:25:18 +11:00
hiker
6b273f926a Fix crash that is triggered when a client on rewind does not get
a valid raycast for the item position. Current solution is a bit
of a work-around (creating the item potentially higher than the
ground with incorrect orientation).
2018-10-19 23:23:33 +11:00
Alayan-stk-2
ab0a0da716
Update the number of ranked races before using it in the rank computations 2018-10-19 01:46:24 +02:00
auria.mg
1d5e4de91d Revert "GP Editor Word Wrap (#3519)"
This reverts commit abd522d937.
2018-10-18 19:20:35 -04:00
hiker
dff64f5878 Try to fix network item crash, caused by one item being collected
at the same time by two different karts.
2018-10-19 00:28:43 +11:00
hiker
036f00b55a Added --network-item-debugging option to log item related events. 2018-10-19 00:27:53 +11:00
Benau
10956a9517 Use dialog for login reminder 2018-10-18 09:06:17 +08:00