Commit Graph

20800 Commits

Author SHA1 Message Date
Deve
2acc4ce966 Some fixes when computing cells width in list box 2018-12-18 22:34:30 +01:00
Deve
028c999a3e Take target icon size into account when computing positions in sprite bank 2018-12-18 22:15:31 +01:00
Benau
13f0276aac Update player votes with icon 2018-12-18 01:57:04 +08:00
Benau
f53060e0df Add icon header to the list 2018-12-17 16:38:38 +08:00
Benau
4eff620ee6 Allow progress bar widget to be set invisible 2018-12-17 15:52:28 +08:00
Benau
a3a36e33a6 Clean up tracks screen and lobbies 2018-12-17 15:23:19 +08:00
Benau
a98baf847f Allow using icon in list header 2018-12-17 13:00:15 +08:00
Deve
efd502c808 Use larger list for android in two more places 2018-12-17 00:36:12 +01:00
Deve
3dffb6c480 Avoid skidding in wrong direction.
It was possible when kart speed was near getSkidMinSpeed() when you left up left/right key, because skidding key was autorepeating.
2018-12-16 22:05:09 +01:00
Deve
3fa4fa0e54 Revert "Fix #3168"
This reverts commit 59f29ca975.
2018-12-16 22:04:57 +01:00
Deve
093f815d2c Restore larger row height for android 2018-12-16 21:57:19 +01:00
Deve
1a12f65c87 Revert "Avoid skidding in wrong direction."
This reverts commit 24926bcb1d.
2018-12-15 23:57:49 +01:00
Deve
19c853949c Revert "Revert "Fix #3168""
This reverts commit 769d40e3c5.
2018-12-15 23:57:37 +01:00
Deve
24926bcb1d Avoid skidding in wrong direction.
It was possible when kart speed was near getSkidMinSpeed() when you left up left/right key, because skidding key was autorepeating.
2018-12-15 23:04:08 +01:00
Deve
769d40e3c5 Revert "Fix #3168"
This reverts commit 59f29ca975.
2018-12-15 22:50:00 +01:00
hiker
0eca431627 Tried to fix compilation problems due to merging. 2018-12-16 02:36:16 +11:00
hiker
4269ac6294 Merge remote-tracking branch 'origin/master' into voting_gui 2018-12-16 02:06:50 +11:00
hiker
8ae6942442 Work around: all GUIs are being removed when the race starts, but
the TracksScreen should stay (to show the random vote result animation
later). For now the screen is re-added, long term should have a better
solution.
2018-12-16 01:37:42 +11:00
hiker
10bca0f334 End of voting now only is triggered when the voting time ends,
not when all votes have been received.
2018-12-16 01:36:52 +11:00
hiker
ca0cc215db Fixed compiler warning. 2018-12-16 01:36:33 +11:00
hiker
4bd57b9f67 Remved VoteOverview screen, and migrated voting related code
to TracksScreen. No display of votes yet.
2018-12-16 01:34:51 +11:00
Alayan
8f55f24984 Make the addons list slightly more compact 2018-12-15 10:24:23 +01:00
Alayan
5d9bb7e385 Add alternating background darkness to two more lists 2018-12-15 08:21:53 +01:00
Alayan
19b0c1a465 Several improvements to the server selection screen 2018-12-15 08:05:37 +01:00
Alayan
830c85a262 Make list line height and alternate darkness .stkgui options 2018-12-15 08:04:08 +01:00
Benau
e34e08253e Fix server only build 2018-12-15 11:30:51 +08:00
Benau
81efd3fce4 Fix #3646 2018-12-15 11:27:48 +08:00
Deve
ac809f429c Use a context for column names translations in server selection screen.
It allows to use shorter text while not breaking translations in other places.
2018-12-14 21:53:34 +01:00
Alayan-stk-2
b0055f2089
Improve english 2018-12-14 15:30:42 +01:00
Benau
aa27958675 Fix #3647 2018-12-14 22:06:59 +08:00
Benau
176af22c8d Add the framework for displaying estimated game started info 2018-12-14 19:22:59 +08:00
Benau
8f5ee309a8 Add live changing handicap 2018-12-13 16:36:16 +08:00
Benau
d1d4ba4422 Don't assume STKPeer exists with NetworkPlayerProfile
This is not true when disconnect happens at the same time
2018-12-13 14:14:33 +08:00
hiker
c4e5a24059 Made the window responsive. 2018-12-13 09:40:45 +11:00
hiker
89ad9fe602 Increased protocol version number. 2018-12-13 09:22:03 +11:00
hiker
a041832f36 Commented out more debug output. 2018-12-13 09:16:57 +11:00
Benau
2b4bd417c9 Catch possible thrown xml creation found by google play console 2018-12-13 01:26:37 +08:00
Benau
7e7c07a116 Move reset active players to main thread 2018-12-12 16:41:40 +08:00
Benau
faeaed1117 Use graphical type directly for mesh handling 2018-12-12 15:23:13 +08:00
Benau
6a8305edab Don't set previous owner when collected an item
This is used for bubble gum and nolok detection only
2018-12-12 15:11:57 +08:00
Alayan
4b459b6988 Fix #3642 2018-12-12 05:02:54 +01:00
hiker
92754e09fd Removed debug output, applied work-around for minimap, and reduce
rendernig frequency.
2018-12-11 11:39:32 +11:00
hiker
b2238a4c18 Improved layout. 2018-12-11 01:27:14 +11:00
hiker
89cc549ebc Support floating point values for the progress bar. 2018-12-10 22:13:13 +11:00
hiker
386dc279fd Make all unused boxes in the voting GUI invisible. 2018-12-10 18:26:18 +11:00
Alayan
5472248d95 Add standard replay for Hacienda 2018-12-10 03:12:52 +01:00
hiker
4b74c673fe Fix crash for player with last vote (which means VoteOverview
is articially pushed).
2018-12-10 11:07:14 +11:00
hiker
f6398f3661 Fixed compiler warnings. 2018-12-10 10:51:54 +11:00
hiker
282e178468 Fix compilation problem (apparently forgot to save when I comitted
the file).
2018-12-10 10:51:01 +11:00
hiker
8b387241ad Avoid crash if a player selects 'submit' before selecting a track. 2018-12-10 10:23:22 +11:00