Commit Graph

20690 Commits

Author SHA1 Message Date
Benau
16d7f7e398 Fix possible getifaddrs crash 2019-01-14 02:26:30 +08:00
Benau
60da1fa6c7 Allow using AI with ffa 2019-01-14 00:49:10 +08:00
Benau
2bfa0f54dc Add network ingame dialog with chat function 2019-01-13 16:59:26 +08:00
Deve
9d42b70dda Show powerups and nitro in spectator mode on android 2019-01-12 21:51:02 +01:00
Deve
43885eacf2 Center icon in cell only if there is no text 2019-01-11 22:51:24 +01:00
Benau
e1e0b43f88 Remove previous entries to avoid reserved kart in network being displayed 2019-01-12 00:45:56 +08:00
deve
046f94394d Fixed server only build 2019-01-11 06:30:43 +01:00
Benau
58e0dce2d0 Fix #3697 2019-01-10 10:11:35 +08:00
Kevin Zheng
23706f4795 Fix build on FreeBSD 2019-01-10 00:07:05 +01:00
Deve
737e4b3d99 Merge branch 'wayland_multitouch' 2019-01-10 00:01:47 +01:00
Deve
a40b6e3758 Turn off multitouch race gui on non-android devices 2019-01-09 22:29:37 +01:00
Deve
15ffc98369 Detect if there is touch device available 2019-01-09 22:04:50 +01:00
Sebastian Krzyszkowiak
20310f9dbc IrrDeviceWayland: set pointer position on touch down 2019-01-09 20:43:14 +01:00
deve
d961aa9521 Simulate mouse for single touch events on wayland 2019-01-09 10:57:39 +01:00
Sebastian Krzyszkowiak
51ca86b416 IrrDeviceWayland: initialize m_touch variable 2019-01-09 10:05:24 +01:00
Alayan
47cc127902 Fix error message 2019-01-09 04:09:06 +01:00
hiker
7fec380398 Fixed unit test (accessing world which does not exist during
unit tests, when delaying cakes at start of race).
2019-01-09 12:55:06 +11:00
hiker
20882b9e29 Addresses issues raised by Auria's review - thanks! Mostly
renaming of variables, though I also simplified code a bit.
2019-01-09 12:52:38 +11:00
Deve
b611b0dd80 Make touch device always enabled for testing 2019-01-08 22:44:17 +01:00
Deve
8257d9eeee Handle touch events on wayland device 2019-01-08 22:31:37 +01:00
hiker
55cf0b66c6 Support more version numbers: -alphaX, -betaX, and -rcX
now all work, and result in properly sorted integer
version numbers. Added tests.
2019-01-09 00:28:26 +11:00
auria.mg
e4168e7a28 Revert "Update config to use the new online servers. Remove hardcoded certificate as we will use Let's encrypt from now on (#3690)"
This reverts commit b2c11c120b.
2019-01-07 20:01:00 -05:00
Daniel Butum
b2c11c120b Update config to use the new online servers. Remove hardcoded certificate as we will use Let's encrypt from now on (#3690) 2019-01-07 19:42:30 -05:00
Kevin Zheng
f40ac02242 Implement getCurrentExecutableLocation() on FreeBSD (#3688) 2019-01-07 19:31:15 -05:00
Alayan
bec1c319f6 Add light scattering to the graphical options and disable it on graphics 3 2019-01-08 01:18:46 +01:00
Deve
ec91f9d8db Make resolutions list proportional to screen height 2019-01-07 23:58:34 +01:00
Deve
d95a1ab27e Use the same size for back arrow in pause dialog as for other icons 2019-01-07 23:42:40 +01:00
Deve
df0377b0fc Use higher sensitivity only on tablets 2019-01-07 22:37:02 +01:00
Deve
8d92fa2394 Use look back instead of top view in spectator mode on android 2019-01-07 21:32:26 +01:00
Benau
dbe5c22622 Try to restore CheckStructure status for spectating 2019-01-08 04:12:10 +08:00
Benau
10dbac9149 Handle m_last_confirmed_item_ticks live in a thread safe way 2019-01-08 02:17:35 +08:00
Benau
f6fefba343 Allow look back in spectating 2019-01-07 15:25:35 +08:00
Benau
1224fc1735 Update chinese translation 2019-01-07 14:53:06 +08:00
Benau
307194e482 Update network documentation 2019-01-07 14:46:34 +08:00
Benau
9d612455b3 Add kart name to disconnected linear race player 2019-01-07 14:07:08 +08:00
Benau
918d762893 Fix ranked server going back to lobby 2019-01-07 14:04:44 +08:00
Benau
4ce5678fd6 Allow team choosing in ownerless server if live players is true 2019-01-07 12:41:00 +08:00
Benau
07c973f35a Fix initial on road saving 2019-01-07 11:44:22 +08:00
hiker
e08d10c540 Merge branch 'master' of github.com:supertuxkart/stk-code 2019-01-07 11:29:56 +11:00
hiker
61336d4333 Updated translations. 2019-01-07 11:28:53 +11:00
Alayan
df087d44c4 Improve consistency across challenges 2019-01-07 01:04:35 +01:00
Alayan
7dba81ec3d Make the expert Cocoa Temple challenge a bit easier 2019-01-07 00:05:14 +01:00
Deve
15e741fa04 Fixed compilation 2019-01-06 21:35:46 +01:00
Alayan
b67c70bad7 Add hypen to breakable characters 2019-01-06 18:46:57 +01:00
Alayan
7715c1c505 Take handicap into account for rankings 2019-01-06 18:15:20 +01:00
Benau
b555851f57 Don't use getActiveCamera which is not initialized yet 2019-01-07 00:37:45 +08:00
Mrxx99
e57f9ad6dd Fix #3685 (#3686)
* Fix #3685

* use is_soccer from race_manager
2019-01-06 17:32:12 +01:00
Benau
b46bd60a53 Use setXYZ so front xyz of kart is updated too 2019-01-07 00:19:22 +08:00
Mrxx99
6a361db994 fix comparison (#3684) 2019-01-06 16:25:20 +01:00
Mrxx99
9fb90d0c31 Show the name of who made the fastest lap (#3683)
* implemented showing the name who made the fastest lap in race result screen (only for offline play yet)

* also support online races, using english and added translation note

* added comment

* Fix typo
2019-01-06 15:17:48 +01:00