Benau
1855d4262b
Revert "Use xmlEncode for proper unicode handling"
...
This reverts commit c5cf87071c
.
We can remove utf8_encode in stk_addons api so it will handle
utf8 characters in db correctly, as utf8_encode is only needed for
a string encoded in ISO-8859-1.
Fix #3670
2019-02-12 11:26:20 +08:00
hiker
ca23678ac9
Fixed comment.
2019-02-11 17:08:22 +11:00
Benau
912cc5184d
Update translation source
2019-02-11 09:20:31 +08:00
Alayan
a9d81d2aa5
Fix #3740 and #3172
2019-02-10 17:28:28 +01:00
Benau
9ad2823f4d
Don't crash if login without --init-user
2019-02-10 14:20:42 +08:00
Benau
061d4becc5
Don't load world twice when clicking spectate button quick
2019-02-10 11:06:12 +08:00
Alayan-stk-2
f42fdc7cb8
Update to reflect change from "official" to "trusted" servers
2019-02-10 02:34:38 +01:00
Alayan-stk-2
73925364f3
Update to reflect change from "official" to "trusted"
2019-02-10 02:32:01 +01:00
QwertyChouskie
1872ef86b4
Use Nettle for macOS build, tweaks ( #3749 )
2019-02-09 18:52:09 -05:00
hiker
8ebb0b2e9a
For now rename 'official' servers to 'trusted' ( #3745 )
...
* For now rename 'official' servers to 'truster', to make it more
obvious what the STK team does not operate those servers.
* Removed left-over-unfinished-duplicated comment :)
2019-02-09 14:50:42 +08:00
Deve
548a946de8
Clear message that chat is disabled when user enabled it in options
2019-02-09 01:38:23 +01:00
Deve
7062245d88
Change order of the internet options, so that there is no ugly space when internet connection is disabled
2019-02-09 01:10:43 +01:00
hiker
94d6a6f785
Fixed incorrect message about where to find internet option.
2019-02-09 01:05:08 +01:00
hiker
968e0be3e4
Make sure that HW reports stays disabled when internet is being
...
enabled in the options (GDPR compliance - opt-in required from
user to send data). Made chat-message visible/invisible same
as hw-statistics.
2019-02-09 01:05:08 +01:00
hiker
507d5d89e9
Fix display of 'hw stats' when internet gets enabled in the option:
...
it was actually showing the state of the 'chat', not 'hw-stats'.
2019-02-09 01:05:08 +01:00
hiker
f387d95627
Don't default to 'opt-in' for hardware statistics (GDPR requirement).
...
This means atm that even connection to internet is disabled as default :(
2019-02-09 01:05:08 +01:00
Deve
f974c9200c
Always use current window size.
...
It's used by irrlicht and in some other places in STK anyway. And if window size was changed for some reason, then ugly but functional window is better than non-functional at all.
2019-02-09 00:27:57 +01:00
Benau
6cb64a558e
Fix #3531
...
Which missed update new instance data size for transformation as
changed in 4464d4cd55
2019-02-07 13:22:36 +08:00
Deve
9b17500da7
Some improvements for the online splitscreen player dialog
2019-02-07 00:08:32 +01:00
Deve
f69b1e7cf7
Add missing ifdef
2019-02-06 21:53:42 +01:00
Deve
6060e57d43
Sleep some time after changing resolution, so that window manager will be notified before we read window size
2019-02-06 21:53:42 +01:00
Deve
d0d036c372
Make sure that window is mapped before reading dimensions
2019-02-06 21:53:42 +01:00
Benau
60c9d97d27
Fix #3744
2019-02-06 15:50:40 +08:00
Benau
37f622ac0e
Fix #3650
2019-02-06 01:04:09 +08:00
Benau
0bc4201bf9
Fix message queue progress bar for floating point changed
2019-02-05 16:01:51 +08:00
Deve
f86b2657c1
Don't use margins for screen keyboard, because it's easy to misclick space
2019-02-04 23:42:48 +01:00
Deve
388594270f
Use common function for changing spectator target
2019-02-04 23:01:20 +01:00
Deve
12dd137185
Disable error check in the script that is not needed anymore to avoid unnecessary server restarts
2019-02-04 22:03:26 +01:00
Deve
9429271535
Allow to use run_server script as a symlink
2019-02-04 22:03:26 +01:00
Benau
5bc8002caa
Close debug menu whenever screen is changed
2019-02-04 16:13:14 +08:00
QwertyChouskie
538911b25f
Fix versioning for master branch ( #3738 )
2019-02-03 12:02:55 +01:00
Benau
7b186c2b04
Allow left right switch for CTF which has position rank
2019-02-03 16:10:57 +08:00
Benau
2eed6254f4
Don't show chosen team color for spectator
2019-02-03 15:39:48 +08:00
Benau
f048e19bb1
Make spectator helper message to show when server is ready
2019-02-03 15:27:01 +08:00
Benau
9757209da6
Hide lap messages when live-joining happening
2019-02-03 15:19:02 +08:00
Benau
2bd2dc19ca
Remove spectate helper message if finishing the race last
2019-02-03 13:45:51 +08:00
Benau
11dafe470c
Update possible invalid camera again
2019-02-03 11:21:33 +08:00
Benau
18c9ef6adc
Use kart position for left right switching
2019-02-03 01:46:27 +08:00
Benau
52cddf6208
Hightlight current spectating kart in race gui
2019-02-02 16:06:41 +08:00
Benau
0cb12ea124
Allow changing spectate target with analog input
2019-02-02 01:20:52 +08:00
Benau
75bc25d2ff
Fix spectator if network splitscreen is enabled
2019-02-01 22:12:53 +08:00
Benau
df2731bc2c
Fix possible crash
2019-02-01 19:02:50 +08:00
Benau
6ac98c0324
Only synchronize one kart each time for check line
...
This remove the duplicated new lap message
2019-02-01 17:50:09 +08:00
Benau
52ad702d13
Add fast forward in rewind to avoid android hangs
2019-02-01 17:22:41 +08:00
Deve
ae92d63492
Add 2px margin to screen keyboard buttons to fix navigation with gamepad
2019-01-31 22:16:06 +01:00
Deve
575f44a043
Fixed a crash after closing screen keyboard when dialog window is active.
...
Also fixed using screen keyboard with gamepad when it's used in dialog window.
2019-01-31 22:00:39 +01:00
Benau
a05889fa6a
Show spectator icon for player list
2019-01-31 11:05:44 +08:00
Benau
1669368176
Fix 00:00:00 finished time in network caused by disconnection
2019-01-29 14:08:57 +08:00
Benau
552179180e
Show disconnected message when result screen is showing
2019-01-29 13:06:17 +08:00
Deve
16fb7cefb4
Document some environment variables
2019-01-28 22:46:35 +01:00