Commit Graph

21082 Commits

Author SHA1 Message Date
Benau
230d8f56fa Don't update setText each frame 2019-04-05 17:48:45 +08:00
Benau
fb03b74285 Fix compiler warning 2019-04-05 17:35:59 +08:00
QwertyChouskie
0673ee07e8 Description part 3 (#3796)
* Description part 3

:)

* an -> a
2019-04-04 18:38:26 -04:00
Deve
d9550fbb28 Stop accepting events when we are waiting for destroy event on android.
This is to make sure that there is no eg. multiple events in single loop, so that user could open another screen before window is actually closed.
2019-04-04 22:24:14 +02:00
Deve
0dcaaa871a Don't convert kart textures to jpg on android.
Some karts look much better and there is enough space in apk.
2019-04-04 22:06:59 +02:00
Benau
b03af63ab7 Fix android exit crash 2019-04-04 07:59:32 +08:00
jpenguin
d8a9accba3 Added documtation for CentOS/RHEL/Mageia/OpenSUSE (#3813)
* Added 2 more distro's to dependencies

* Addedd CemtOS/RHEL commands

I am not sure if this is the best file for them

* Update INSTALL.md
2019-04-03 23:13:38 +02:00
Deve
f25bdc5653 Revert "Always use current window size."
This reverts commit f974c9200c.
2019-04-03 23:06:13 +02:00
Benau
53f4863e43 Revert "Fix bug with PBR roughness (was working in metal but not plastic materials"
This reverts commit ddd80c1715.
2019-04-04 01:15:05 +08:00
Benau
9c127096dc Update NETWORKING.md for new options 2019-04-03 14:57:16 +08:00
Benau
091e9e0f1e Add the possibility to disable track voting in server 2019-04-03 14:30:46 +08:00
Benau
e0de1318d2 Allow disable chat in server side 2019-04-03 12:38:40 +08:00
Benau
05fad217e3 Make a better class for kart animation creation exception 2019-04-03 10:25:38 +08:00
Benau
d990bcb2a1 Remove hacks for lod completely which breaks legacy pipeline
We will do the proper lod optimization after this release
2019-04-02 08:50:07 +08:00
Benau
625a192cda Add the possibility to disable texture compression for material 2019-04-02 01:59:22 +08:00
Benau
ecc0007b29 Fix crash if top screen is networking lobby --connect-now 2019-03-29 14:38:38 +08:00
hiker
1994fba62b Implemented the work around for #3671 (GP aborted if an unlock screen
is shown between races).
2019-03-29 08:23:05 +11:00
Benau
d245676441 Update NETWORKING.md for new server 2019-03-27 00:38:58 +08:00
Benau
9148c5f768 Rename config directory name to config-0.10 2019-03-26 15:28:53 +08:00
Benau
0fe162a54a Update server version 2019-03-26 02:51:45 +08:00
Benau
7aa025e13c Merge remote-tracking branch 'origin/master' into network 2019-03-26 02:48:14 +08:00
Benau
d8edde34da Add document for compressed network values 2019-03-26 02:44:52 +08:00
Benau
194d7d6419 Update document for check trigger 2019-03-26 01:55:43 +08:00
Benau
66d6785dda Add document for joinToMainTrack 2019-03-26 01:38:15 +08:00
Benau
7719cd1d81 Don't reset spectate camera in network
So look back camera won't be reset when explosion animation ends
2019-03-26 01:25:10 +08:00
Benau
420ac45ba1 Remove unneeded static_cast 2019-03-26 00:25:06 +08:00
Benau
220f5e6e4c Use hex values for 24bit compression 2019-03-25 23:46:18 +08:00
Benau
4670c9a5e9 Avoid sqrt of length() 2019-03-25 21:13:48 +08:00
Benau
8a00d1e1ab Move referee frame setting to its own class 2019-03-25 16:37:44 +08:00
Benau
3a90e828a4 Remove kart animation when goal phase
This will make sure all karts will be back to own goal at the same
time without animation playing
2019-03-25 16:19:29 +08:00
Benau
16507510a3 Compress current rotation in cannon animation 2019-03-25 12:17:40 +08:00
Benau
84a2b8af84 Reserve code for extra spectators 2019-03-25 11:22:45 +08:00
Benau
042af60417 Clean up icon handling, split spectate icon out of waiting 2019-03-25 01:53:48 +08:00
Benau
366ee5caad Determine live join by server 2019-03-24 16:44:03 +08:00
Benau
6e97c976f5 Undo lean angle applied by parent using matrix instead of setting height
This fixes adiumy rear wheel leaving ground when turning
2019-03-23 11:47:15 +08:00
Benau
2aede6fa25 Make check cannon rewind-friendly without using previous position 2019-03-17 12:35:42 +08:00
Benau
5b4ae2a59f Reset m_state after timeout is reset in setup 2019-03-17 01:27:07 +08:00
Deve
ee1fede8d8 Add ravenbridge mansion to the apk 2019-03-15 22:06:35 +01:00
Deve
7b58c439fc Fixed a crash on nvidia when recreating egl context 2019-03-14 22:56:38 +01:00
Deve
4e7526a712 Replace dot/comma position in screen keyboard 2019-03-14 21:18:30 +01:00
samuncle
f506e8659e
Merge pull request #3808 from supertuxkart/bugfix/fix-PBR-computation
Fix bug with PBR roughness (was working in metal but not plastic mate…
2019-03-14 20:52:01 +01:00
samuncle
ddd80c1715 Fix bug with PBR roughness (was working in metal but not plastic materials 2019-03-14 19:57:28 +01:00
Benau
92ffcb22bc Fix compiler warnings 2019-03-14 14:03:41 +08:00
Benau
96d4ffb1f3 Handle server owner status in player list update 2019-03-14 11:48:47 +08:00
Benau
324d72cc6f Make the iv send in network order 2019-03-14 11:38:58 +08:00
Benau
8446ce9a5c Reserve 1 channel for game replay transfer 2019-03-14 10:39:01 +08:00
Benau
b3ca809da4 Remove unneeded objs at once after the for loop 2019-03-13 16:40:21 +08:00
Benau
9cbd2abe5d Make flag deactivated time configurable 2019-03-13 15:42:59 +08:00
Alayan
5868087eef Add a standard black forest replay 2019-03-13 04:35:26 +01:00
Alayan
a1c1ea7eb7 Use black forest instead of green valley in the 4th GP 2019-03-13 03:54:42 +01:00