Commit Graph

15259 Commits

Author SHA1 Message Date
Benau
9ed9787b6f Fix compiler warning 2018-11-26 11:56:04 +08:00
Benau
dba713f72e Fix #3589 2018-11-26 11:55:43 +08:00
Alayan
073708c97e Implement dynamic basket ball speed, fix #2783 2018-11-25 02:29:19 +01:00
Benau
6f50c234a3 Fix #3452 2018-11-25 02:00:33 +08:00
auria.mg
8998f095f3 Merge branch 'DisableInternetConnection' 2018-11-23 19:26:46 -05:00
auria.mg
2781f5e8a5 Amend previous fix 2018-11-23 19:12:05 -05:00
auria.mg
562fe8a4c8 Fix STK hanging on shutdown when networking disabled 2018-11-23 19:07:58 -05:00
auria.mg
9d51713300 Fix logout when disabling internet 2018-11-23 18:52:17 -05:00
Deve
88906c7530 Don't show change resolution button on android 2018-11-23 22:37:44 +01:00
Alayan
3ce1867e74 Coding style improvements 2018-11-23 22:08:51 +01:00
Benau
313ca1d902 Fix #3595 2018-11-24 02:39:32 +08:00
Benau
6886e1952e Fix isBattleMode for easter mode 2018-11-24 02:28:51 +08:00
Benau
689376dd0f Make FFA and CTF minor mode 2018-11-24 01:41:36 +08:00
Benau
17075082e6 Update documentation on STKHost 2018-11-24 00:26:29 +08:00
Alayan
1e178cdcf9 Merge branch 'master' of https://github.com/supertuxkart/stk-code 2018-11-23 17:20:33 +01:00
Alayan
0eb1a916d3 Make some minor modes misc, fix #3564 2018-11-23 17:19:37 +01:00
Alayan
5ea5b69200 Fix the possibility to get 1 lap/race achievements in battle/soccer/egg hunt 2018-11-23 16:57:19 +01:00
Benau
4313fad196 Update translation 2018-11-23 23:48:06 +08:00
Benau
e47a7b26a0 Add variation for tie vote instead of always from "less" one 2018-11-23 22:17:21 +08:00
auria.mg
3ff0724cb4 Fix cases where stk connects to the internet while the user forbid it, see #3319 2018-11-22 20:32:38 -05:00
Alayan
8995027d42 Fix typos 2018-11-23 00:44:24 +01:00
Alayan
05e27df214 Fix #3513 2018-11-23 00:42:09 +01:00
Deve
503dc25106 Fixed a crash when loading localized names 2018-11-22 23:24:38 +01:00
Deve
8f90b5f9ab Make sure that files are flushed before exit 2018-11-22 22:34:10 +01:00
Deve
7a2ae14d7c Always restore assign mode when closing the screen 2018-11-22 20:16:49 +01:00
Alayan
329918f7aa Replace rubber ball by basket ball in log messages 2018-11-22 04:51:10 +01:00
Alayan
f2a9ddaa75 Fix #3604 2018-11-22 04:29:29 +01:00
auria.mg
faf5c440c2 Reduce kart name tags in multiplayer when using shaders, since they were too large 2018-11-21 21:30:59 -05:00
Deve
8771f0b9d7 Fixed possible crash when using splitscreen with network multiplayer 2018-11-21 22:12:02 +01:00
Deve
3a3953f38c Fix for system glew 2018-11-21 21:07:55 +01:00
Benau
d73e0d9413 Fix compiler warning 2018-11-22 02:46:42 +08:00
Benau
c0e8924c0f Clean up ConnectToServer 2018-11-22 02:43:11 +08:00
Benau
f14daeca26 Push to lobby for enter server ip address dialog too 2018-11-22 02:42:37 +08:00
Benau
cd1b401cc8 Push to lobby for --connect-now 2018-11-22 02:41:37 +08:00
Ryan
271b032ef3 Achievement sorting (#3533)
The comparison for goals and progress still has to be changed from alphanumerical to a progress status.
2018-11-21 15:33:26 +01:00
Deve
95ecd55ce8 Remove early return that causes wrong spinner widget behavior. 2018-11-19 21:57:55 +01:00
Deve
70e82142d1 Get default widget from modal dialog when it's active 2018-11-19 21:57:55 +01:00
Benau
d80691fb7b Allow network ai to auto go back lobby quickly 2018-11-19 12:22:23 +08:00
Deve
337e577d6f Assume that there are always 2 text lines in touch gui.
It fixes overlapping text in CTF/Soccer.
2018-11-18 21:42:42 +01:00
Benau
45a1190374 Optimize plunger state saving 2018-11-19 01:38:13 +08:00
Benau
f1c164ca6e Merge remote-tracking branch 'origin/master' into dev 2018-11-19 00:38:18 +08:00
Alayan-stk-2
cc1f2f63b9
Fix behavior when no acceleration/braking above the "stop" speed limit
The kart accelerating when going backwards was a sign issue (missing fabsf) and was already fixed in bb1aac3857

Setting the engine force to 0 in all cases causes issues when not accelerating/braking at higher speeds.
2018-11-18 03:40:46 +01:00
Alayan-stk-2
853a08d398
Don't save highscores for eliminated karts, fix #3560 2018-11-18 03:25:38 +01:00
Alayan-stk-2
3363782407
Fix #3586 2018-11-18 01:10:16 +01:00
Deve
9ca7e2b424 Fixed spinner widgets in modal dialogs 2018-11-18 00:29:49 +01:00
Deve
0c57d55a9d Allow to change player name in kart selection with keyboard or gamepad.
Currently spinner widgets use select button instead of left/right buttons to change values, so that we can't handle player confirmation when spinner is hovered.
2018-11-18 00:03:08 +01:00
hiker
f4b02c096a Merge branch 'dev' of github.com:supertuxkart/stk-code into dev 2018-11-17 22:55:28 +11:00
hiker
0787d7c8e3 Fixed kart accelerating when rolling (without acceleration) backwards,
and karts not being able to stop properly.
2018-11-17 22:54:46 +11:00
Benau
9c3bae5a87 Use actualy screen size instead of frame size for font scaling 2018-11-17 13:50:50 +08:00
Benau
e6dadeb980 Use a larger radius for CTF 2018-11-17 12:43:03 +08:00