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
Benau
4a3631ded3
Fix #3858
2019-10-08 09:06:02 +08:00
Benau
cf2454466f
Replace similar emoji with thinking face (more popular)
2019-10-07 16:39:34 +08:00
Benau
b472639da0
Fix left / right toggle in race result gui
2019-10-07 16:30:09 +08:00
Deve
70469dafb5
Use shorter name for user interface tab
2019-10-06 23:20:30 +02:00
Deve
72e364a38d
Some GUI tweaks
2019-10-05 23:48:44 +02:00
Deve
755b8a2f1b
Slightly increase back button size and more consistent header pos/size
2019-10-05 23:44:14 +02:00
riso
657e02efe4
Clean icon name (Improve PR#4073) ( #4081 )
...
* fix icon names
* add file mode_weapon.png
2019-10-06 01:14:09 +08:00
Benau
4a3dfd975f
Make text translatable
2019-10-05 10:11:57 +08:00
Deve
6ba5cc888f
Tweak previous commit
2019-10-05 01:20:06 +02:00
Deve
564601fafe
Open debug menu more easily on high resolution android device
2019-10-05 00:08:48 +02:00
Benson Muite
adc6b2a176
Update INSTALL.md
...
Update Fedora dependencies
2019-10-04 10:58:46 +03:00
Benson Muite
6604765890
Update INSTALL.md
...
Replace Nettle with Openssl for Fedora
2019-10-04 10:48:39 +03:00
123survesh
94ef5124d0
Fix for #3444 : Changing the title text for key bindings dialog box
2019-10-04 12:14:16 +05:30
MiM
1de0693402
resolution issue #4070 ( #4073 )
2019-10-03 13:40:43 +08:00
Du maosen
71fec6780c
Icon button for race result ( #4071 )
...
* Icons for race result
* Fix bugs && improvements
* Tabs to spaces
* Fix bugs && improvements
2019-09-30 15:33:07 +08:00
Deve
98d8aca91a
Add half vsync to gui
2019-09-28 22:19:03 +02:00
Deve
fc8f6a218e
Add possibility to use half vsync
2019-09-28 01:43:26 +02:00
Benau
d205d80ad2
Update translation source
2019-09-26 10:24:08 +08:00
Du maosen
8316d91469
Some improvements for soccer AI spinner ( #4069 )
...
* Improve code
* Bigger space in track info
* Bug fix && improvements
* Bug fix && improvements
* Bug fix && improvements
2019-09-26 10:12:24 +08:00
riso
351a6ed6c0
forgot to fix this bug in previous pr4063
2019-09-23 20:10:58 -05:00
riso
0547e1e469
Add options to control the number of red/blue AI in soccer mode ( #4063 )
...
* Add options to control the number of red/blue AI in soccer mode (offline)
* fix a bug related to the upper bound when AI num=0 and trying to lower the number
* forgot to fix this
* remove the Balanced/Custom spinner
* improve the AI number spinner's behavior at lower bound
* Hide blue ai number setting if not soccer
* move getting red/blue players number to function TrackInfoScreen::getRedBluePlayerNumber()
* Tab to Space
* rename local variable m_xxx to num_xxx
* bug fix
* improve the default AI number: try the previously used one, if cannot use the previous, recalculate the AI number using balanced
2019-09-23 21:59:17 +08:00
Benau
1553d7b70f
Use copyTo for same size glyph
2019-09-22 09:00:26 +08:00
Benau
9154aeda58
Add support for CPAL / COLR tables color emoji
...
Require freetype 2.10, emoji can be Windows 10 Segoe UI Emoji for
example
2019-09-21 16:08:12 +08:00
Benau
3601e97d3b
Update color emoji for android 10.0
2019-09-21 13:23:25 +08:00
Benau
f4cf63572d
Clear some global variables for android
2019-09-21 13:05:42 +08:00
Benau
380f300d74
Add documentation for advanced theming
2019-09-21 12:16:42 +08:00
Benau
25aca4328b
Add font configuration to skin
2019-09-21 11:48:22 +08:00
Benau
1d74efcd08
Clear message queue when destroying GUIEngine
...
So it won't call font which could already been reset
2019-09-21 11:42:35 +08:00
Benau
660a35a468
Allow changing font size live
2019-09-21 11:41:21 +08:00
Benau
d7a66f72e8
Allow changing icon theme live
2019-09-21 11:36:12 +08:00
Benau
48ba0aaf27
Rearrange skin structure for usage in addons folder
2019-09-21 11:33:11 +08:00
Benau
e6801e1599
Initial work on icon theme
2019-09-21 11:25:13 +08:00
Deve
95a74a9917
Allow reset object in script
2019-09-21 02:04:37 +02:00
Deve
2056cd3e91
Add better teleport function
2019-09-18 23:56:51 +02:00
Reiner Herrmann
63b23d9e65
Link against libatomic if required
...
On some architectures it is required to explicitely link against
libatomic to use e.g. 8 byte atomics.
Check during configuration if it compiles without libatomic. If not,
add it to target_link_libraries.
Noticed on Debian build servers: https://bugs.debian.org/934799
2019-09-15 18:26:22 +02:00
Deve
4895cd27a4
Avoid minimap on left side when spectating with touch gui
2019-09-08 22:12:33 +02:00
Deve
137e9dd99e
Merge pull request #4056 from risostk/clean_IPV4_typo
...
Clean IPV4/ipv4 to IPv4, IPV6/ipv6 to IPv6
2019-09-03 21:43:45 +02:00
riso
0e4f875443
Clean IPV4/ipv4 to IPv4, IPV6/ipv6 to IPv6
2019-09-03 14:24:03 -05:00
Roger
84b8fe0b27
Fix format of INSTALL.md ( #4054 )
2019-09-03 00:33:46 +08:00
Benau
58ad947443
Add IPV6 support to stats database
2019-08-23 11:01:00 +08:00
Benau
f7da3c94f9
Update translation
2019-08-21 23:58:24 +08:00
Benau
69f3c72101
Use new code for iOS IPV6 only server connection
2019-08-21 16:10:41 +08:00