luffah
cd7aa2c90c
replace split screen horizontal checkbox by a spinner vertical/horizontal
2020-04-19 15:56:49 +02:00
Deve
88035779a1
Update run_server.sh
2020-04-19 00:27:00 +02:00
Deve
e6464fff9e
Don't spam in server logs
2020-04-16 22:38:47 +02:00
luffah
914f1a6a77
add user option (config.xml) to substitute look back camera by a camera that follows the ball in soccer mode
2020-04-16 18:50:35 +02:00
luffah
2ca815ace4
add top view for spectator mode & remove gui item view for this camera mode
2020-04-16 16:24:56 +02:00
Benau
aec3790a19
Use a better type for replacement of ssize_t
2020-04-14 12:48:50 +08:00
Benau
8aca832441
Fix msvc build
2020-04-14 11:53:03 +08:00
Benau
93cf4bab52
Fix crash in case system doesn't support IPv4 or IPv6
2020-04-14 11:35:43 +08:00
Benau
8e64433c3a
Add inet_pton for Windows XP support
2020-04-14 11:00:59 +08:00
Benau
c1a28c6459
Update for new curl with IPv6 support
2020-04-14 10:56:07 +08:00
Benau
359e2ff84f
Add llvm mingw for pdb generation
...
It uses visual studio dependencies
2020-04-11 16:25:58 +08:00
Benau
9157fb43f0
Use std::thread, std::mutex and std::condition_variable everywhere
2020-04-11 11:01:18 +08:00
Benau
b6e9fcd801
Use std::thread for wiimote manager
2020-04-11 00:48:11 +08:00
Benau
f6be14d157
Add proper cleaning of thread for news manager
2020-04-11 00:33:29 +08:00
Benau
ccc4bc793d
Fix possbile conflict with SearchPathW
2020-04-10 10:02:53 +08:00
Benau
5aafb42b28
Use thread local for thread id mapping in profiler
2020-04-10 09:58:45 +08:00
wb9688
b7342a9774
Use smoothed position for kart sounds ( #4264 )
...
* Use smoothed position for kart sounds
* Don't use smoothed position for explosion
Co-authored-by: wb9688 <wb9688@users.noreply.github.com>
2020-04-10 00:14:10 +08:00
QwertyChouskie
c840b2b2c9
Use better icon for adding friend
2020-04-08 18:17:07 -07:00
QwertyChouskie
694d169ef4
Fix more textures paths
2020-04-08 18:14:10 -07:00
QwertyChouskie
e614f9f384
Remove old code
...
It's never reached as it's impossible to build STK with stock Irrlicht
2020-04-08 17:44:15 -07:00
QwertyChouskie
7c287676a5
Fix display of anchor icon
2020-04-08 17:41:36 -07:00
Benau
a0e4835602
Fix wrong prediction of powerup in online soccer
2020-04-06 15:00:47 +08:00
Benau
f55331cf65
Fix duplicated event for joining in splitscreen screen
2020-04-06 10:24:10 +08:00
David Carlier
12afc23e4e
NetBSD build few updates.
2020-04-05 16:10:34 +01:00
Benau
bffca4f812
Fix sticking of pause button in spectate mode
2020-04-04 01:10:16 +08:00
Benau
211249211b
Update translation
2020-04-03 14:29:57 +08:00
Benau
ec93746513
Fix #4257
2020-04-03 14:28:21 +08:00
Benau
84d38cd221
Sort kart with position for soccer spectate with icons code updated
2020-04-03 14:19:20 +08:00
Benau
0d0da15a62
Use std::vector for ai profiles so the order is preserved
2020-04-03 14:10:52 +08:00
Benau
22ff215d15
Allow using pause action in spectate for gamepad only controlling
2020-04-03 13:35:47 +08:00
Benau
b7adc72cb9
Fix missing icon swap-icon.png
2020-04-03 13:32:03 +08:00
QwertyChouskie
ea4d3c03a9
Allow theming of powerup/attachment icons ( #4258 )
...
* Allow theming of powerup/attachment icons
Icons were optimized with `pngquant` then `optimize_data.sh`
* Change help screens to use icons from icons folder rather than `models`
2020-04-03 13:18:50 +08:00
Benau
f9f5d3ebb1
Fix broken IPv4 direct connection after LAN server creation
2020-03-29 11:41:11 +08:00
Benau
76c78b82d8
Fix broken backward spectate camera after switching to soccer one
2020-03-29 10:34:06 +08:00
Benau
da4b985b8f
Fix broken map fire to select which lead to duplicated events
2020-03-29 09:32:01 +08:00
QwertyChouskie
da5cbee577
Fix missing track icon on track info screen not being themed
...
Also fixes the aspect ratio and increases the resolution.
2020-03-28 18:19:51 -07:00
Benau
6991305b71
Remove unused field in class
2020-03-27 12:46:23 +08:00
Benau
20bcd1ae05
Use the same order as team side for drawing soccer kart list
2020-03-27 12:41:34 +08:00
Benau
2f4f0ea560
Fix missing control when gamepad has no axis at all
2020-03-27 12:29:25 +08:00
Benau
b8e9ada499
Allow jni attach and detach thread only once
...
For the other jni usage at the moment they are not in main thread
2020-03-25 00:38:54 +08:00
Benau
b2c741a4b5
Fixed wrong icon frame with arrow used in kart list
2020-03-24 01:02:19 +08:00
Benau
f47b410d92
Add soccer support to show karts held powerups
2020-03-24 00:46:20 +08:00
QwertyChouskie
3c627170ee
Increase size of Loading icon
...
Also center the whole icon+text to the center of screen, rather than
centering the icon and putting the text below
2020-03-20 12:10:35 -07:00
Benau
4170628d23
Rewrite some code for updated kart characteristics
2020-03-16 11:48:02 +08:00
Benau
a589ab4a10
Update kart characteristics with python script
2020-03-16 11:27:21 +08:00
luffah
8449bf2714
add camera parameter forward-smoothing (bool to set smoothing) and implement forward-up-angle in smoothing case
2020-03-15 19:32:15 +01:00
Benau
bb3e54fd88
Update translation source
2020-03-15 15:56:56 +08:00
Benau
1e5e91dabf
Try to fix broken gyroscope control in iOS
2020-03-15 15:06:32 +08:00
Benau
1b3cc83235
Avoid using android robot icon
2020-03-15 14:05:41 +08:00
Benau
932f0f888e
Avoid updating editbox if hardware keyboard connected which discards all input
2020-03-15 13:58:51 +08:00