Benau
baeafd9f7d
Fix missing ime candidate window using SDL2 hint
2021-12-24 09:43:06 +08:00
Benau
7dc8f3e958
Fix order of ghost replay difficulties depending on race result
2021-12-23 00:47:57 +08:00
STK-Waldlaubsaengernest
c09305b236
Fix #4698
2021-12-22 12:14:33 +01:00
Stanislas Dolcini
0a99c667ef
Request AMD GPU on Enduro Devices
...
It seems AMD provides an equivalent to `NvOptimusEnablement` called `AmdPowerXpressRequestHighPerformance`
See https://gpuopen.com/learn/amdpowerxpressrequesthighperformance/
2021-12-12 22:35:57 +01:00
Benau
ccf6ff2686
Fix possible incorrect difficulty shown in result screen when watching single replay
2021-12-09 12:39:57 +08:00
Lois Doyenard
be16d24170
Fix #3849
2021-12-08 11:28:28 +01:00
Benau
087892e183
Fix compiler warnings
2021-12-07 09:33:26 +08:00
STK-Waldlaubsaengernest
a0cc6c95c2
Update player list if state changes to WAITING_FOR_START_GAME ( #4685 )
2021-12-06 23:21:50 +01:00
STK-Waldlaubsaengernest
97eb45b93b
Make limit of players in game configurable ( #4685 )
2021-12-05 16:46:49 +01:00
Benau
d8af4bc17e
Fix #4675
2021-12-03 14:06:40 +08:00
Benau
75a5f81578
Fix valgrind errors
2021-12-03 13:41:02 +08:00
Benau
4a72a79582
Fix #3849
2021-12-03 11:04:43 +08:00
Benau
b286ee9195
Fix #4687
2021-12-03 10:23:31 +08:00
Benau
d1c0acac83
Fix #4653
2021-12-03 10:16:30 +08:00
Benau
ea5aabde0d
Fix server name missing in title when leaving live join kart selection screen
2021-11-29 00:59:56 +08:00
Benau
b4411b11fe
Fix #4677
2021-11-26 18:29:22 +08:00
Varro33
6b022368cf
Fix irrlicht error indent ( #4676 )
2021-11-22 21:49:15 +08:00
Benau
38425305a5
Remove useless translation po files
2021-11-15 11:16:53 +08:00
Benau
571366a461
Add missing country code to language selection
2021-11-15 11:05:44 +08:00
Benau
33e6110737
Update localized language names and use tsv file for them
2021-11-15 10:58:48 +08:00
Benau
d064f8d96e
Update translation source
2021-11-14 16:20:08 +08:00
Benau
844d97ed52
Improve description for lap trial mode
2021-11-14 16:17:02 +08:00
Benau
dfd1912c33
Add track searching to network track screen
2021-11-14 16:11:21 +08:00
Benau
c26b3c989b
Fix #4671
2021-11-14 15:31:41 +08:00
이경로
1a11da01bc
Revised email issue and some kr translation ( #4673 )
2021-11-14 15:20:15 +08:00
Benau
7582a00b91
Update target SDK to 30 due to google play requirement
2021-11-12 12:24:42 +08:00
Benau
712822a5f5
Update download assets size
2021-11-12 10:23:41 +08:00
Benau
4d08ea2335
Update Noto Emoji to support Unicode 14
2021-11-11 17:07:51 +08:00
Bryan Quigley
bee1c222af
Always AS_MAX_PORTABILITY on AArch
2021-11-07 23:43:05 -08:00
Bryan Quigley
b710fab5c8
STK modifications to angelscript to let Windows/Apple builds
...
(and 3 forgotten source files)
2021-11-06 10:12:01 -07:00
Bryan Quigley
73c94f571d
Update Angelscript from 2.32.0 to 2.35.1
...
Didn't require any changes except dos2unix.
2021-11-04 17:59:10 -07:00
Kuba
0d8b01b08b
Lap Trial improvements ( #4664 )
2021-11-03 09:39:22 +08:00
Kuba
3623fa8f5f
Add Lap Trial mode ( #4663 )
2021-11-02 03:02:16 +08:00
QwertyChouskie
8b5b68585c
Allow specifying a base skin
...
Anything not provided or defined by a skin will be used from the defined base skin, if specified.
For example, if a skin provides a base_theme of "cartoon", any icons/buttons/etc. not provided by the skin will be pulled from "cartoon".
2021-11-01 00:11:31 +08:00
QwertyChouskie
aee11c6de6
Use getThemedIcon instead of duplicated code
2021-11-01 00:11:31 +08:00
QwertyChouskie
14c1f7b344
Remove dead code block
...
The way this code was written, it would never be triggered in any real scenario (confirmed by running STK with a Log::fatal before the return)
2021-11-01 00:11:31 +08:00
QwertyChouskie
9ca2c2eddc
Remove ugly font/skin loading hack
...
font_manager->loadFonts() needs data from the GUI skin. Move this initialization to after we naturally have the data, instead of doing an extra dummy initialization just to get this data.
2021-11-01 00:11:31 +08:00
Benau
1470eb3939
Fix possible crash in discord rpc
2021-10-30 10:04:17 +08:00
lokpro
1fd18c8d88
add UserConfigParams: m_gp_reverse, random-gp-num-tracks for GPInfoScreen ( #4656 )
2021-10-28 10:15:26 +08:00
QwertyChouskie
ce19c9396e
Delete implementation.txt
...
I didn't realize this file still existed, looks like all this is from the TuxKart days (2000-2004) and has no relevancy anymore.
2021-10-27 12:37:11 -07:00
fmesnier
8f79b24f49
correction of the implementation.txt file ( #4655 )
2021-10-28 00:58:26 +08:00
Heuchi
e110948eb5
add configuration for item return times in stk_config.xml
2021-10-24 10:02:05 +02:00
lokpro
550458bebd
fix 1734d74c6b
- only use ranks in GP, else use row number.
2021-10-23 00:03:54 +08:00
lokpro
1734d74c6b
fix race_result_gui's GP ranks after RR_RESORT_TABLE
2021-10-22 01:22:25 +08:00
Benau
6809c9585d
Add don't show again button to driver dialogs, fix #4645
2021-10-10 16:43:49 +08:00
Benau
786dc6b08f
Fix broken recording saving with unicode path in windows
2021-10-08 15:49:53 +08:00
Benau
1c983f7090
Remove 1.3-rc1 in AppData
...
Also update translation source
2021-10-08 11:36:05 +08:00
Mary
b2e9033998
SDLController: Drop support for SDL 1.x ( #4644 )
2021-10-08 11:19:42 +08:00
Benau
1cce43b2fa
Fix MIPS compilation
2021-10-07 16:30:32 +08:00
Kalev Lember
164c51cb2e
Always build tinygettext as a static library
...
Explicitly pass STATIC to tinygettext add_library() call to make sure
it's always built as static, even when distro's cmake is configured to
build libs shared by default.
2021-10-07 00:52:32 +02:00