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
Benau
501d8b55ab
Fix some typos
2021-10-06 15:22:32 +08:00
Benau
e8074fa392
Update debian build instruction
2021-10-06 13:54:11 +08:00
Mary
fe7dd8af14
Allow setting auto-center property for racing wheels ( closes #4636 ) ( #4641 )
2021-10-06 13:24:27 +08:00
Benau
013b065f2c
Allow disabling loading of addon karts or tracks, fix #4637
2021-10-05 11:58:23 +08:00
Benau
39f7e6441a
Fix random player position in FTL
2021-10-05 11:34:51 +08:00
Benau
6f7c8c3dd8
Exit if make_deps.sh failed in android_builder.sh
2021-10-05 10:00:38 +08:00
Benau
835154bde2
Handle SDL_RENDER_DEVICE_RESET event
2021-10-04 21:16:26 +08:00
Benau
9b25557e6e
Remove restriction for android screen keyboard after using SDL2
2021-10-04 20:17:27 +08:00
Benau
b518d73417
Synchronize AndroidManifest.xml with upstream SDL2
2021-10-04 20:16:05 +08:00
Benau
3d575a50a7
Get rid of the exit(0) at the end of android_main() function
...
After NDK r22 it longer crashes after dlclose, see:
https://github.com/android/ndk/issues/1200
Fix #3000
2021-10-04 20:10:41 +08:00
Benau
75db65d43a
Build with NDK r22, disable NEON on 32-bit ARM to support more devices
2021-10-04 18:15:21 +08:00
Benau
17329a1b29
Register native functions in SDL_main
2021-10-04 13:01:00 +08:00
Benau
4db68a3f10
Build SDL2 and hidapi as shared library
2021-10-04 11:41:04 +08:00
Benau
db03304cf1
Sign MacOS bundle with Ad Hoc (required by arm64)
2021-10-04 00:32:43 +08:00
Benau
9bf537ab35
Update cacert.pem and remove expired DST Root CA X3 certificate
2021-10-03 01:39:50 +08:00
Benau
87fd3f221a
Make /installaddon possible to upgrade addon
2021-10-01 14:23:47 +08:00
Benau
fa1ddbd839
Remove compiler warning
2021-10-01 12:57:07 +08:00
Benau
93ab5a75c1
Only handle enter key after buttons are shown in race result screen
2021-10-01 12:54:54 +08:00
Kuba
ca04106253
Fix wrong win message in races only with 1 kart ( #4632 )
2021-10-01 01:57:45 +08:00
Richard Qian
d5f8496abc
Enable grand prix races in high score dialog ( #4626 )
2021-09-30 09:57:59 +08:00
iwoithe
95de01a8fb
Add a user config option to randomize the player position at the start ( #4627 )
2021-09-29 11:40:14 +08:00
Benau
d0f4c8ffee
Update download assets size
2021-09-28 15:48:26 +08:00
Benau
e59f1c316f
Update mrkubax10 name
2021-09-28 15:47:08 +08:00
Benau
fd7564d508
Update translation and AppData
2021-09-28 15:04:56 +08:00
Benau
2d1f8d5698
Update changelog
2021-09-28 14:34:22 +08:00
Benau
73064a341a
Fix missing dSYMs in Xcode archive
2021-09-28 13:49:46 +08:00
Benau
31ce998cda
Fix error during Xcode archive
2021-09-28 13:00:25 +08:00
BryanQuigley
781273b472
Add releases bit to appstream xml. ( #4624 )
...
Noticed this was added to the flatpak here: https://github.com/flathub/net.supertuxkart.SuperTuxKart/blob/master/fix-AppData-file.patch
2021-09-27 10:11:34 +08:00
Benau
1afffee635
Update android_builder.sh for latest changes
2021-09-25 16:20:09 +08:00
Benau
78c00723af
Build apk and aab with gradle
2021-09-25 15:19:21 +08:00