Commit Graph

15259 Commits

Author SHA1 Message Date
Benau
7f6c479a80 Merge remote-tracking branch 'origin/dev_item_normal' into dev 2018-11-17 11:52:57 +08:00
Alayan-stk-2
93ae275927
Fix #3542 2018-11-17 02:07:06 +01:00
Alayan-stk-2
bb1aac3857
Fix the kart accelerating instead of slowing down when going backwards 2018-11-16 20:56:43 +01:00
Benau
22999c1e2b Fix #3581 2018-11-17 01:40:51 +08:00
Benau
99eefa3797 Add missing isNetworking 2018-11-17 01:07:06 +08:00
Benau
e77eb2ccf6 Allow server owner to force soccer time / goal limits 2018-11-17 00:48:48 +08:00
Benau
eb6b930b6a Show kart name next to icon after finishing a race 2018-11-16 23:34:05 +08:00
Benau
eb0000f8e0 Move arena / soccer scores (limit) to have their own place 2018-11-16 22:58:27 +08:00
Benau
f94e226e22 Add ready status to player icon 2018-11-16 20:56:21 +08:00
hiker
0221e2f6d1 Merge branch 'master' of github.com:supertuxkart/stk-code 2018-11-16 23:48:47 +11:00
Benau
eb8b68dcb6 Allow text box widget to process left / right events 2018-11-16 19:46:48 +08:00
Benau
264b79ef0d Replace exit button with server configuration for future usage 2018-11-16 12:48:53 +08:00
Alayan
d8c9fd7fb6 Split UI options into general options (new default tab) and UI options 2018-11-16 03:20:39 +01:00
Benau
2da8808592 Remove unneeded mask 2018-11-16 01:38:46 +08:00
Benau
ec7216361d Merge remote-tracking branch 'origin/dev_item_normal' into dev 2018-11-15 12:43:09 +08:00
hiker
c2481ba68c Fixed compilatione error. 2018-11-15 11:59:06 +11:00
hiker
b215bf4d22 Fixed compiler warnings. 2018-11-15 09:39:48 +11:00
hiker
12c3a30385 Also transfer the normal for an item from server to client. 2018-11-15 09:06:41 +11:00
Benau
b91e018a18 Use only y-axis for timed rotation 2018-11-14 16:07:02 +08:00
Benau
7b4a4e3727 Fix connect to server message overshoot in text box 2018-11-14 16:02:12 +08:00
Benau
5e711088bf Use better english as alayan suggested 2018-11-14 16:01:36 +08:00
Benau
721270c5a9 Fix #3566 2018-11-14 15:03:33 +08:00
Alayan
acd749d75f Fix #3518 2018-11-13 22:21:44 +01:00
Deve
814916a2a6 Try to fix some crashes when closing android activity 2018-11-13 21:53:55 +01:00
Alayan
cef9d81e9a Make default sound level less loud, fix #3553 2018-11-13 21:37:07 +01:00
Alayan
e56a9bdf58 Fix #3549 2018-11-13 16:11:28 +01:00
Alayan
5db7358921 Fix #3559 2018-11-13 15:50:24 +01:00
hiker
4a4bc7248c Merge remote-tracking branch 'origin/lossless_compression' into dev 2018-11-13 23:04:38 +11:00
hiker
f1b97cdd44 Merge branch 'Characteristics' of git://github.com/STK-helper/stk-code into dev 2018-11-13 22:52:44 +11:00
hiker
81d706191a Merge branch 'fix_cushioning' into dev 2018-11-13 22:24:00 +11:00
hiker
463301091b Merge branch 'master' of github.com:supertuxkart/stk-code 2018-11-13 22:22:20 +11:00
Benau
dff63b87db Fix broken logic 2018-11-13 16:04:31 +08:00
hiker
266dc02a44 Removed support for cushioning falls, instead increase max suspensiom
force and damping compression to allow karts to fall without colliding
with the terrain. Needs an increase in network protocol version.
2018-11-13 18:35:41 +11:00
hiker
5c14ce86d7 Merge branch 'master' of github.com:supertuxkart/stk-code 2018-11-13 17:55:56 +11:00
Benau
1cb1923239 Fix #3554 2018-11-13 14:15:34 +08:00
Benau
9de7376b0a Make a lossless compression for btKart state saving 2018-11-13 12:56:40 +08:00
Alayan
b4df116661 Fix #3556 2018-11-13 02:14:23 +01:00
Alayan-stk-2
978b3b59a2
Merge pull request #41 from supertuxkart/master
Sync branches
2018-11-13 00:58:24 +01:00
QwertyChouskie
23cf84590d Fix message (#3552)
* Fix message

* Tweak
2018-11-12 18:39:59 -05:00
Benau
ac02df76aa Reverse addons date sort order for the arrow 2018-11-13 00:33:51 +08:00
Benau
967c61a361 Reverse the arrow as tester reported 2018-11-13 00:26:32 +08:00
Benau
022e0777bd Move smoothing variable to stk_config 2018-11-12 15:58:23 +08:00
Benau
ff71592d49 Make adjust length threshold configurable 2018-11-12 15:39:01 +08:00
Benau
fe805abc09 Fix #3546 2018-11-12 12:11:08 +08:00
Benau
7b3540e4ee Fix #3545 2018-11-12 11:37:34 +08:00
Deve
0128a729a0 Don't tell about unlocked karts/tracks when they are unlocked globally 2018-11-12 00:44:05 +01:00
Benau
a38c447b60 Set position first for correct end kart animation 2018-11-12 00:25:19 +08:00
Deve
90fb3f2c55 Make sure that achievements depth is never greater than 2.
Current GUI doesn't allow it and it has no sense anyway.
2018-11-11 01:41:49 +01:00
Deve
bf26e4add3 Some fixes for achievements screen.
Give a bit more space for text, use separate table for main goal, avoid overlapped text in main goal table etc.
2018-11-11 01:38:27 +01:00
Benau
87ce3931e5 Add maximum number of moveable objects in networking games 2018-11-09 21:17:38 +08:00
Benau
9061d527df Fix #3543 2018-11-09 09:51:05 +08:00
Benau
19c06ebed6 Remove an unneeded if 2018-11-09 01:06:23 +08:00
Benau
84840cfab9 Make translation thread safe 2018-11-08 16:36:00 +08:00
Benau
0f2bf9e899 Fix compiler warning 2018-11-08 15:41:08 +08:00
Alayan-stk-2
c724585bfc
Fix #3536
The more accurate finish time stored as a variable wasn't reset between races.
2018-11-07 19:01:27 +01:00
Benau
189b90b2c5 Convert more getRealTime to getRealTimeMs 2018-11-08 01:37:21 +08:00
Benau
866df61527 Make isPlaying of music thread safe 2018-11-08 01:00:17 +08:00
Alayan-stk-2
01c79c746f
Simplify getTexture calls 2018-11-07 15:12:39 +01:00
Mrxx99
998d27dc5f added lap icon to the the kart icons in RaceUI that have finished the race already (#3538)
* added lap icon to the the kart icons in RaceUI that have finished the race already

* fixed identation

* implemented Aurias feedback
2018-11-05 18:22:59 -05:00
Deve
6ae89331c0 Fixed word wrap in achievements description and make close button slightly bigger. 2018-11-03 23:25:50 +01:00
Benau
1c8f2afd28 Don't show thunderbird when waiting for others 2018-11-03 16:31:51 +08:00
Benau
8507a08c5c Move skidding particles to updateGraphics to avoid rewinding issue 2018-11-03 16:19:52 +08:00
Deve
b7856d4991 Make sensitivity independent of deadzone for touch device 2018-11-03 00:06:17 +01:00
Deve
f05172b93f Use higher sensitivity for y axis on touch device 2018-11-02 22:10:41 +01:00
Benau
a7bbe54ea6 Fix stuttering of item rotation for big nitro switched by bubblegum 2018-11-02 15:59:32 +08:00
Benau
a13af6bfc8 Fix dropping big nitro with switch on 2018-11-02 01:41:43 +08:00
Benau
90daf4ce87 Fix item model no update if missing the switch event 2018-11-01 15:48:27 +08:00
Deve
e4eb1513fc Some fixes for tracks screen.
Now it works better with very big resolutions. Previously label height was used as a kind of margin for columns. But in extreme case it could be even bigger than child height.
2018-10-31 23:21:56 +01:00
hiker
724a5d94ba Merge branch 'master' of github.com:supertuxkart/stk-code 2018-10-31 23:20:53 +11:00
Benau
0b2a691b24 Fix compiler warning 2018-10-31 12:47:26 +08:00
Benau
8fb4f4886e Fix server only build 2018-10-31 02:31:39 +08:00
Benau
a65eb2f774 Fix nitro bar missing in non glsl 2018-10-31 01:59:37 +08:00
Benau
9e2084b63c Hide kart color slider button if not GLSL 2018-10-31 01:24:05 +08:00
Benau
cc580cec8b Focus on cancel button to avoid bad misclick result 2018-10-30 14:01:04 +08:00
Benau
5b38f73b27 Allow displaying new friend requests without restart 2018-10-30 13:19:42 +08:00
Benau
5ec4865008 Fix possible crash 2018-10-30 13:14:39 +08:00
Benau
b5ba68ae71 Show disabled chat message in the lobby chat box 2018-10-30 01:06:13 +08:00
Deve
0313a308d8 Always use real dt for cutscenes.
It fixes #3213
2018-10-28 23:21:55 +01:00
Deve
4ece4a6c00 Change param name to avoid conflict 2018-10-28 22:27:34 +01:00
Deve
a3eecaedc1 Give a little sense for story mode on android.
At least close big door until all available challenges are completed.
2018-10-28 21:55:48 +01:00
Benau
8c8a0f8452 Fix timer paused if user dialog opened 2018-10-29 01:48:58 +08:00
Benau
59f29ca975 Fix #3168 2018-10-28 12:59:23 +08:00
Benau
a77b897cd5 Add lock for calling fileExists from other thread in addons manager 2018-10-27 15:55:17 +08:00
Benau
bdd2b53ec1 Adjust some default values for server config based on play test
You need to remove old server_config.xml to have effect
2018-10-27 00:07:51 +08:00
Benau
feb11fa223 Split strict-players from ranked for more usage 2018-10-26 23:55:18 +08:00
Benau
d8d0e870b1 Clean star effects if explosion animation failed to create 2018-10-26 22:11:03 +08:00
Benau
e6b8163579 Don't add deleting flyable to state 2018-10-26 20:32:19 +08:00
Benau
8257f71a60 End plunger animation early if has none told by state 2018-10-26 17:48:58 +08:00
Benau
89aea95b00 Bring back the quit button for continuing grand prix 2018-10-26 15:22:14 +08:00
Deve
be137155af Fix for opening screen keyboard with gamepad on login screen 2018-10-25 22:42:45 +02:00
Deve
571d3d3ba0 Minor optimization for assets extraction 2018-10-25 22:17:35 +02:00
Benau
7902431abe Show bad team message only to server owner 2018-10-25 15:12:18 +08:00
Benau
d731a658d8 Add notification sound when new player joins lobby 2018-10-25 15:12:06 +08:00
Benau
20ea6d4a5f Show network tips only once per game 2018-10-25 14:24:35 +08:00
Benau
610c976ce2 Fix #3530 2018-10-25 14:15:33 +08:00
Benau
378c5c18e7 Simplify squash graphics 2018-10-25 10:39:36 +08:00
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
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