Commit Graph
340 Commits
Author SHA1 Message Date
Benau d7695cb0a7 Fix crash when render loading polling joystick event 2020-06-02 15:14:09 +08:00
Benau 2eaca2091e Use SDL2 to handle window creation 2020-06-02 10:36:06 +08:00
Benau 5dffc8cfa1 Allow exit splitscreen multiplayer with gamepad only 2020-04-28 12:37:40 +08:00
Benau cd8848ad53 Use timer only for analog axis 2020-04-27 01:12:06 +08:00
Benau 32e3e4a504 Make gamepad visualization work with SDL2 2020-04-21 19:40:30 +08:00
Benau 5eb7b023b3 Add SDL2 to iOS 2020-04-21 10:11:41 +08:00
Benau d3f45e84a3 Add default setting for binding which STICKBUTTON uses 2020-04-21 00:54:20 +08:00
Benau 130be12a64 Fix input sensing with SDL2 2020-04-21 00:30:03 +08:00
Benau 00cb6c2d48 Use SDL2 for better gamepad support and hotplug 2020-04-21 00:14:32 +08:00
Benau f55331cf65 Fix duplicated event for joining in splitscreen screen 2020-04-06 10:24:10 +08:00
Benau 6a3e606c2d Turn race manager into a singleton get for 2 processes 2020-02-28 09:42:44 +08:00
Benau 88bbdbdc92 Move no graphics setting to guiengine which is a better place 2020-02-15 14:00:48 +08:00
Benau 5683ff7494 Fix sticking quit menu of kart selection screen 2020-02-03 16:40:08 +08:00
Benau 5cc5780f28 Add download assets screen for mobile stk 2019-07-24 01:33:12 +08:00
Benau 8d1923acfd Remove unneeded translation.hpp in header files 2019-06-15 14:28:35 +08:00
Benau 0cb12ea124 Allow changing spectate target with analog input 2019-02-02 01:20:52 +08:00
Benau 52ad702d13 Add fast forward in rewind to avoid android hangs 2019-02-01 17:22:41 +08:00
Benau 8545d47d1e Move change spectate target to client lobby 2019-01-27 14:42:48 +08:00
Deve 15ffc98369 Detect if there is touch device available 2019-01-09 22:04:50 +01:00
Deve 8257d9eeee Handle touch events on wayland device 2019-01-08 22:31:37 +01:00
Benau f6fefba343 Allow look back in spectating 2019-01-07 15:25:35 +08:00
Benau a59898c4ba Fix compiler warning 2019-01-05 03:21:06 +08:00
Alayan 94a0988a71 Simplify code 2019-01-04 19:20:33 +01:00
Alayan 4d6be5934e Skip eliminated karts when switching camera target in spectating mode 2019-01-04 19:19:26 +01:00
Benau 6a7ec37462 Merge remote-tracking branch 'origin/master' into live_join 2019-01-05 01:24:06 +08:00
Benau 214272468d Add left or right player action to change spectating target 2019-01-05 00:42:00 +08:00
Kevin Zheng 85fc39c356 Use floating trigonometric functions 2018-12-22 22:43:06 -06:00
hiker 4269ac6294 Merge remote-tracking branch 'origin/master' into voting_gui 2018-12-16 02:06:50 +11:00
hiker 62e029a523 Fixed compiler warnings. 2018-12-05 09:40:16 +11:00
Benau 689376dd0f Make FFA and CTF minor mode 2018-11-24 01:41:36 +08: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
Sergii Pylypenko 572132be46 Implemented gyroscope controls, no camera rotation and no filtering algorithm yet 2018-10-19 16:41:38 +03:00
Ryan 614d4ac2f7 Fix close inputs being throttled, and speed up scrolling when a key is held (#3515)
* Fix close inputs being throttled, and speed up scrolling when a key is held.

* Fix tabs
2018-10-16 18:13:01 +02:00
Alayan 78b1d5c672 Fix #3449 2018-10-13 20:28:35 +02:00
Alayan 4d68d324a2 Move options screns to their own folder to reduce clutter 2018-09-16 23:35:40 +02:00
Benau 6bdec3d01a Add initial framework for FFA and CTF in network 2018-08-12 10:57:37 +08:00
Benau 49d7a2fbbc Use count up ticks on rewinding for time limit in soccer game 2018-07-13 23:34:50 +08:00
hiker 98555a8f35 Merge remote-tracking branch 'origin/master' into game_protocol 2018-04-19 10:57:37 +10:00
Deve 3f69fd37ed Some improvements for touch device 2018-04-10 00:22:09 +02:00
hiker 1b72d88593 Merge remote-tracking branch 'origin/kobato' into game_protocol 2018-03-31 01:12:22 +11:00
hiker 17200d7809 Merge remote-tracking branch 'origin/master' into game_protocol 2018-03-30 22:47:30 +11:00
hiker 2192d1383f Removed the storing of DT (which is not necessary when using ticks
now). Removed TimeStep information class etc.
2018-03-30 18:32:48 +11:00
Benau 85895074aa Merge branch 'origin/master' 2018-03-24 09:31:06 +08:00
Benau 6fca802c8e Add network split screen kart selection 2018-03-21 15:41:44 +08:00
Benau 4379244f3e Adjust based on auria's feedback 2018-03-20 14:56:17 +08:00
Benau e58d86d4d5 Merge branch 'origin/game_protocol' 2018-03-20 08:32:45 +08:00
hiker 78b120a04f Moved wiimote handling into input manager. 2018-03-20 09:42:26 +11:00
Benau d436446de2 Add no-kart-selection network splitscreen 2018-03-20 02:54:10 +08:00
hiker d3a60356c9 Merge remote-tracking branch 'origin/fix-timestep' into game_protocol.
Started to use ticks instead of time floating point values in networking.
2018-03-13 18:37:12 +11:00
auria.mg 361e03c375 Fix more keyboard issues, fixes #3131 2018-03-11 19:06:48 -04:00