Alayan-stk-2
1fc58ef445
Fix #3434
2018-09-16 03:37:26 +02:00
Alayan-stk-2
4bbc494de4
Fix #3445
2018-09-16 01:50:39 +02:00
Alayan-stk-2
c22403f080
Fix #3448
2018-09-16 01:36:43 +02:00
Alayan-stk-2
ccdf0098a6
Fix #3447
2018-09-16 00:41:11 +02:00
Deve
35cc6930ab
Make button labels in user screen a bit shorter
2018-09-15 23:50:27 +02:00
Deve
2026eb6a69
Ghost replay tables are quite complex, so give them a context for more flexible translations
2018-09-15 23:45:27 +02:00
Deve
e84ac0da7c
Avoid a crash when node is null
2018-09-15 23:31:22 +02:00
Alayan-stk-2
02732e78be
Make minigolf expert/supertux challenge easier
...
The grass texture slowdown working again makes this challenge several seconds slower than in 0.9.3 ; and the previous balancing change for supertux ended up overshooting.
The additional AI karts also make it more challenging than in 0.9.3, as it's frequent to be hit by something in the 1st lap.
2018-09-15 21:09:14 +02:00
Alayan-stk-2
9a82e168de
Make sure there is always one enabled keyboard config
2018-09-15 19:33:29 +02:00
Alayan-stk-2
15bc188aa3
Add getActiveKeyboardAmount function
2018-09-15 19:31:56 +02:00
Benau
32d192460e
Update translation from transifex
2018-09-16 01:24:22 +08:00
Alayan-stk-2
3c89e20733
Add support for disabled keyboard config icon
2018-09-15 18:58:22 +02:00
Alayan-stk-2
d6fd2df8f5
Add new icon for disabled keyboard configs
2018-09-15 18:57:29 +02:00
Alayan-stk-2
88d0313230
Fix comment
2018-09-15 18:30:01 +02:00
Benau
b400d56585
Don't use static in unicode conversion due to multiple threads usage now
2018-09-16 00:29:59 +08:00
Alayan-stk-2
19ba899afd
Allow to disable a keyboard configuration without deleting it
2018-09-15 18:28:31 +02:00
Alayan-stk-2
78e592bfbf
Add disable button
2018-09-15 18:27:49 +02:00
Benau
0c7475c6cf
Handle linebreaking from motd if needed
2018-09-15 23:06:28 +08:00
Benau
28511c597e
Remove compiler warning
2018-09-15 22:43:35 +08:00
Benau
211def77a6
Make sure no IV is duplicated and allow using 32bit counter completely
2018-09-15 16:36:01 +08:00
Benau
bbb618fe6b
Write to a dummy blocks instead of out of bounds pointer for AES
2018-09-15 16:09:49 +08:00
Benau
4cf9542be1
Add user version in string to connection request
2018-09-15 15:57:27 +08:00
Benau
57d4017cc6
Fix documentation
2018-09-15 15:23:06 +08:00
Benau
e5f5a1c04d
Use a more server owner friendly value instead of threshold
2018-09-15 15:10:03 +08:00
Benau
4c6d535f00
Compress kart control action
2018-09-15 14:25:38 +08:00
Benau
01b95d873e
Header clean up
2018-09-15 11:18:30 +08:00
Benau
f547753aaa
Add seamless endcontroller transition in network
2018-09-15 09:43:37 +08:00
Alayan-stk-2
505a67a372
More improvements for #3430
...
Now that the list is wider, time and version can fit with a smaller place, leaving more for the rest.
2018-09-15 03:32:51 +02:00
Alayan-stk-2
4c8d1b6b67
Move the track screenshot down to help with #3430
2018-09-15 03:04:35 +02:00
Benau
c10b40fb7d
Use a special detail map shader for normal map (later)
2018-09-14 22:51:44 +08:00
Benau
b613c2c989
Make new startup boost and penalty working in network
2018-09-14 22:23:37 +08:00
Benau
641998be69
Move startup boost and penalty handling to set phase for local games
2018-09-14 22:03:02 +08:00
Benau
83a456e835
Add kart id checking so that only peer with correct kart can control
2018-09-14 21:42:35 +08:00
Benau
a53307cc14
Reset only physical objects in onGo
2018-09-14 13:43:44 +08:00
Benau
ea3215aad6
Use "and" search for server
2018-09-14 09:06:03 +08:00
Deve
99a4fac85e
Fixed a crash when server was created in GUI.
...
Regression since 7d561de3fb
2018-09-13 21:07:19 +02:00
Alayan-stk-2
0fd62c1ca7
Add Super Tux time requirements for challenges lacking it
...
The AI is not yet good enough to be the sole factor ; the time requirement is necessary to not have these Super Tux challenges much easier than others.
2018-09-13 16:27:17 +02:00
Alayan-stk-2
d7b6e4c339
More consistent balance in time requirements
...
Time-trial records give a good idea of the relative length of different tracks. I tried to keep a similar balance to the one reached in Cornfield Crossing's challenge.
2018-09-13 16:17:35 +02:00
Alayan-stk-2
0b5d390c48
Switch to position requirements for intermediate/novice difficulties
...
Finishing first should always result in challenge success in low difficulties, and the AI balancing should be more effective than per-challenge tweaking in achieving consistent difficulty across challenges.
2018-09-13 16:03:20 +02:00
Alayan-stk-2
3616e93201
Switch to position requirement for low difficulties
...
The AI is slower than the required times in this challenge, so it makes it easier.
The previous times were, without nitro/skidding, as hard if not harder than the expert challenge.
2018-09-13 15:51:33 +02:00
Alayan-stk-2
3d14ae5bf1
Move repeated code to a function
2018-09-13 15:14:56 +02:00
Alayan-stk-2
b413d9ef24
Remove useless time requirements
...
Even with max rubberbanding effect (staying purposefully way behind), the first AI kart finishes around or under the required time.
2018-09-13 15:06:07 +02:00
Benau
803fae5320
Use a correct way to decrypt GCM with openssl
...
From http://patches.opendataplane.org/patch/7237/ , use the correct
order (set tag, than update, and than final)
2018-09-13 16:36:35 +08:00
Benau
c8d56cc2b9
Use absolute path of cert location
2018-09-13 16:29:50 +08:00
Benau
f0a4b707ef
Print incorrect packet
2018-09-13 10:46:54 +08:00
Benau
3b070cdaad
Fix ranked server player reconnection handling
2018-09-13 10:46:37 +08:00
hiker
1291d2c0d3
Fix crash in case of multiple item collection and different
...
item ids on client and server.
2018-09-13 11:29:40 +10:00
Alayan-stk-2
323af45fbd
Change profile folder to avoid compatibilities issues
...
As discussed on IRC with Auria.
This removes the several issues already noticed when switching between 0.9.3 and git versions (forgotten challenges and settings ; and more recently a crash with highscores).
Reminder for git users : you can migrate your data by copying it from the previous folder to the new one, so you won't have to redo your settings/profiles.
2018-09-13 02:19:00 +02:00
QwertyChouskie
6dab3b4e03
Fix centering in race paused dialog ( #3429 )
2018-09-13 01:31:30 +02:00
Deve
0ff4d3d286
Update pot file to fix a typo
2018-09-12 22:58:06 +02:00