Benau
42d9e8967f
Add default config for iOS devices
2019-10-18 22:22:32 +08:00
Benau
5bb9cd6492
Update translation
2019-10-18 22:14:38 +08:00
Benau
3437fa5edf
Fix iOS crashing when going to background
2019-10-18 19:08:21 +08:00
Benau
34b2e074bb
Fix #4096
2019-10-18 12:51:42 +08:00
Benau
1a7a8bdc14
Make karts powerup in gui an option
2019-10-18 12:03:36 +08:00
Alayan-stk-2
d1487a9801
Changelog update, part 1
2019-10-18 01:55:38 +02:00
Fouks0
6beefb829c
Show everyone's items with the left characters icons ( #4027 )
2019-10-17 21:07:52 +02:00
Luffah
aa9b2e7008
Add an option to put the minimap on the center of screen. ( #4087 )
...
* Add an option to put the minimap in the center of screen.
2019-10-17 21:03:46 +02:00
chozo
d4d34498ad
Command-line help typo, fix
...
modified: src/main.cpp
2019-10-17 20:29:10 +02:00
Benau
1625d55de5
Reset AI peer for empty server
2019-10-17 12:18:11 +08:00
Benau
f4e7ccccfd
Implement half sync in iOS manually
2019-10-16 16:46:40 +08:00
Benau
3a007fd8af
Fix iOS build
2019-10-16 16:38:03 +08:00
Benau
fccd34dc87
Add required key for distribution to app store
2019-10-16 16:15:13 +08:00
Benau
b639efd8ed
Use lower frequency for network ai
2019-10-16 11:48:58 +08:00
Benau
3b75740163
Check peer first to avoid crash
2019-10-16 10:43:36 +08:00
Benau
11897da80c
Don't kick ai peer for idling
2019-10-16 01:16:45 +08:00
Benau
843ca083d5
Fix empty player count when resetting server
2019-10-15 19:15:22 +08:00
Benau
cb70036cb1
Fix bot name in server only build
2019-10-15 16:44:56 +08:00
Benau
63878e9693
Update NETWORKING.md for ai handling
2019-10-15 16:30:27 +08:00
Benau
cf412c947c
Show player count with AI in server browser
2019-10-15 16:28:48 +08:00
Benau
1614868b5d
Add AI handling for online racing games
2019-10-15 16:19:30 +08:00
Deve
170e4be0ca
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2019-10-15 06:13:08 +02:00
Deve
377dd80a05
Fixed cygwin build
2019-10-15 06:12:50 +02:00
Deve
030bc38516
Generate full assets in android builder
2019-10-15 01:04:56 +02:00
Alexander Mennborg
fc9aff80dd
Randomizing spawn points for battle mode #3620 ( #4093 )
...
* Changed to randomize spawns for battle modes
* Changed to randomize spawns for battle modes
* Randomizing spawns only considers offline play
* Code cleanup, removed unused spawn_id from RemoteKartInfo
* Changed to shuffle the start transforms instead of randomizing spawn ids
* Removed unused function randomizeSpawn()
* Updated offline check for shuffle start transforms
* Cleanup removed newlines in race_manager.cpp
2019-10-15 01:19:31 +08:00
Benau
76871a3f24
Fix crash when fresh stk lan game with AI
2019-10-14 16:34:28 +08:00
Deve
48a027e276
Update translations
2019-10-13 21:28:20 +02:00
riso
31d4f05552
fix linking order: libpng before libz
2019-10-13 09:47:45 +02:00
Deve
6b26737cd2
Fixed AI in lan multiplayer on android
2019-10-12 22:52:47 +02:00
Deve
c2a20e1526
Avoid a crash when global android app is null in separate process
2019-10-12 22:07:56 +02:00
Deve
1e3313068f
Delete libchildprocess_ai when updating apk
2019-10-12 00:49:25 +02:00
Deve
674cfff070
Remove/extract new data only if apk has assets
2019-10-12 00:22:55 +02:00
Benau
6d7d580fa3
Save players.xml when closing kart color slider dialog
2019-10-11 23:08:11 +08:00
Benau
3927c2d78c
Save network permission configuration when leaving dialog
2019-10-11 23:05:08 +08:00
Benau
bb27cb17fb
Fix missing auto login for saved session
...
setWasOnlineLastTime(true) before saving, before it was run in
BaseUserScreen::loginSuccessful which is after writing players.xml
2019-10-11 22:55:14 +08:00
Benau
ed376d329c
Try to fix a rare crash
2019-10-11 22:44:08 +08:00
Benau
f56cf03b6a
Fix AL_INVALID_NAME when exit pause menu with fast music on
2019-10-11 21:40:00 +08:00
Benau
a1e4bbc3c1
Fix fading in and out when switching to fast music
2019-10-11 19:21:58 +08:00
riso
3c4479b63a
Rescale the time font if icon is small (solve issue #4089 ) ( #4090 )
...
* rescale the time font if icon is small
* no need for equal
2019-10-11 13:30:45 +08:00
Benau
edb338da88
Fix #4088
2019-10-10 15:56:18 +08:00
Benau
57bd4d9a91
Add timeout and error message for server login handling
2019-10-10 10:15:58 +08:00
Benau
5b3380a43b
Add server password for server AI if exists
2019-10-09 15:51:44 +08:00
Benau
21a32b196d
Update translation source
2019-10-09 15:37:26 +08:00
Benau
e93bc64ef3
Use Splitscreen Multiplayer to avoid lan game confusion
2019-10-09 15:29:52 +08:00
Benau
396e55a39d
Show android robot icon for bots in lobby
2019-10-09 15:28:09 +08:00
Benau
2a40606be7
Allow auto end if all players finished with AI in network race
2019-10-09 14:36:49 +08:00
Benau
a26f67bf16
Allow using AI in lan racing game
2019-10-09 14:08:22 +08:00
Deve
c801191d80
Merge pull request #4085 from dos1/wayland-cursor
...
IrrDeviceWayland: Don't try to use non-existent wl_pointer object
2019-10-08 08:31:45 +02:00
Sebastian Krzyszkowiak
2aef80864a
IrrDeviceWayland: Don't try to use non-existent wl_pointer object
2019-10-08 06:41:00 +02:00
Benau
9e0da6a283
Update translation source
2019-10-08 09:15:01 +08:00