Benau
6bd92e41a6
Update translations
2019-05-15 16:34:29 +08:00
Benau
30ab026101
Update translation string
2019-05-14 15:21:28 +08:00
Benau
206a3d8aec
Add server location to dialog
2019-05-14 15:16:21 +08:00
Deve
e972c7d40f
Draw user button over logo to avoid hover conflict
2019-05-13 23:48:11 +02:00
dumaosen
da4ac0a976
A better solution for those scaling issues in high or creepy resolutions gen II ( #3910 )
...
* Fix scaling issues
* Fonts size adjustion support
* Add fonts size support && Fix scaling issue
* Use fonts height
* Fix scaling issues
* Add my name onto CREDITS
* Fix scaling issues
* Fix scaling issues
* Use space instead of tab
* Use space instead of tab
* Fix bad scale
* Use font height
2019-05-13 23:39:43 +02:00
Benau
480ce07ae0
Show player location if available from server
2019-05-11 01:47:45 +08:00
Benau
b2ad140a78
Add tools to generate localized country name
2019-05-11 01:06:48 +08:00
Benau
c38278fbc1
Add report_player network capabilities
2019-05-09 11:22:19 +08:00
auria.mg
e0d7e58bda
Add credit for donator who wishes to be listed in the credits
2019-05-06 19:43:38 -04:00
hiker
74dbf55da3
Updated donors.
2019-04-19 17:06:56 +10:00
Alayan
d7aeae95f0
Update credits and changelog
2019-04-18 20:28:56 +02:00
Alayan
e7ab8c4823
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2019-04-18 19:42:20 +02:00
Alayan
321404db9e
Fix #3852 , several other improvements to the server info dialog
2019-04-18 19:40:55 +02:00
Benau
48a2b82801
Update translation
2019-04-19 01:03:41 +08:00
Benau
60520dc6c3
Fix #3843
2019-04-18 08:29:23 +08:00
Alayan
ea0e0d5e4f
Update Black Forest standard replay
2019-04-17 19:43:45 +02:00
Benau
6c0e06dda8
Fix supertux oilvermath replay finish time for new kiki
2019-04-17 08:17:57 +08:00
Benau
0cbb8e4385
Use a prettier tag for recommended servers
2019-04-11 14:09:14 +08:00
Alayan-stk-2
6305e9d1fc
Edit finish time to match the result of the new Kiki kart model
2019-04-09 00:20:45 +02:00
Benau
bd7ff6cf3c
Update strings
2019-04-07 10:24:08 +08:00
Benau
3de23aba0f
Update for ingame chat
2019-04-07 10:22:35 +08:00
QwertyChouskie
0673ee07e8
Description part 3 ( #3796 )
...
* Description part 3
:)
* an -> a
2019-04-04 18:38:26 -04: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
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
samuncle
ddd80c1715
Fix bug with PBR roughness (was working in metal but not plastic materials
2019-03-14 19:57:28 +01: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
Alayan
a38bb754e7
Switch the green valley challenge to Black Forest
2019-03-13 03:53:47 +01:00
Deve
b16c8138cd
Update translations
2019-03-12 21:00:57 +01:00
auria.mg
fef068138b
Update transations
2019-03-11 20:02:29 -04:00
Alayan-stk-2
4496dc305b
Restore the description changes after "spaceship"
2019-03-06 01:41:52 +01:00
QwertyChouskie
a2d1778e56
Update description part 2 ( #3794 )
2019-03-05 19:27:29 -05:00
QwertyChouskie
95b3527c83
Update description in supertuxkart.appdata.xml ( #3778 )
...
* Update supertuxkart.appdata.xml
Update description, using parts from https://supertuxkart.net/Discover
* Update references to tracks to mention better ones
2019-03-04 02:52:38 +01:00
Alayan
a8aab2e180
Update upscaled Zen Garden SuperTux time requirement
2019-03-02 02:59:39 +01:00
Alayan
dcb341a210
Fix #3765
2019-03-01 00:00:21 +01:00
Alayan
ad554f0d11
Update standard replays in modified tracks
2019-02-28 17:27:17 +01:00
Benau
9b4b283c4c
Add check trigger to replace item trigger
2019-02-27 11:31:19 +08:00
Benau
ca0636ed03
Update translation pot file
2019-02-25 10:30:34 +08:00
Mrxx99
b55ec5cfb8
FFA for offline play ( #3708 )
...
* added widget to track info screen to select between Free-For-All and Three Strikes Battle
* setting AI to zero and setting time target to 2 minutes for testing
* setting also hitcapture limit to prevent immediate race end
* setting m_count_down_reached_zero to false in ffa reset to allow starting a new race after the previous ended through time limit
* integrated necessary adjustments and made possible to set time target
* removed unused spinner variable
* use translations
* centralized is_soccer and show_ffa_spinner variables
* setting target value spinner visible/invisible depending on ffa game type
* using no hittarget and fix for this in free for all mode
* set use_highscores to false for FFA
* disabling AI for FFA
* disable hit limit icon for FFA if no hit limit is set ( = 0 )
* changed icon and name of three strikes battle to only battle in race setup screen
* set AI to Battle AI if mode is FFA
* added config parameters for FFA
* added define which can be used to enable FFA AI
* resolved merge conflict
* moved ffa options higher
* fix for setting ai karts
* improved m_show_ffa_spinner and m_is_soccer
* removed code for disabling widgets for FFA AI
* implemented requested changes
2019-02-20 19:18:02 -05:00
Alayan
6e18dce622
Update story mode to use ravenbridge mansion, reorder challenges
2019-02-18 18:52:30 +01:00
Alayan
4da2b1f75f
Replace blackhill mansion by ravenbridge mansion in story mode
2019-02-18 16:26:11 +01:00
Alayan-stk-2
2033c923f8
Improve english for the startup boost help
2019-02-18 16:11:47 +01:00
Deve
56743e002c
Explain startup boost in help
2019-02-15 21:59:05 +01:00
Deve
5aaae1d0ad
Use larger left margin for stretchable images in coal skin
2019-02-14 10:50:33 +01:00
Deve
e0835c8e5f
Fixed missing transparency in notification images
2019-02-14 10:08:57 +01:00
Deve
ade94465b3
Use power of two dimensions for notification textures
2019-02-13 23:53:18 +01:00
Benau
912cc5184d
Update translation source
2019-02-11 09:20:31 +08:00
Alayan-stk-2
f42fdc7cb8
Update to reflect change from "official" to "trusted" servers
2019-02-10 02:34:38 +01:00
Deve
7062245d88
Change order of the internet options, so that there is no ugly space when internet connection is disabled
2019-02-09 01:10:43 +01:00
Deve
9b17500da7
Some improvements for the online splitscreen player dialog
2019-02-07 00:08:32 +01:00
QwertyChouskie
538911b25f
Fix versioning for master branch ( #3738 )
2019-02-03 12:02:55 +01:00
Daniel Butum
6f4d48f5bd
Use stats.supertuxkart.net as the hardware stats server ( #3724 )
2019-01-26 21:19:34 -05:00
Benau
eb14366157
Update translation source
2019-01-27 01:41:59 +08:00
hiker
9059789ee8
Fix #3716 : poor wording of achievement.
2019-01-22 08:45:56 +11:00
hiker
040725ae87
Merge branch 'master' of github.com:supertuxkart/stk-code
2019-01-21 22:40:48 +11:00
Daniel Butum
edd1280dbc
Update config to use the new online servers & remove hardcoded certificate ( #3703 )
...
* Update config to use the new online servers. Remove hardcoded certificate as we will use Let's encrypt from now on
* Fix new server SSL curl certificate by shipping CA bundle from https://curl.haxx.se/docs/caextract.html
* Remove debug log for curl host
* Move server config to stk_config.xml and Update news.xml redirects
2019-01-19 17:49:11 -05:00
hiker
7d688b241c
Merge branch 'fix-wiiuse-uninstallation'
2019-01-20 01:45:31 +11:00
Deve
0355922116
Make more visible difference between skid1 and skid2.
...
Adjust particle size, because textures had large unused transparent space before.
2019-01-15 22:34:13 +01:00
Benau
2bfa0f54dc
Add network ingame dialog with chat function
2019-01-13 16:59:26 +08:00
Alayan
4e340ebe92
Update version and profile folder for the beta
2019-01-09 04:01:41 +01:00
auria.mg
e4168e7a28
Revert "Update config to use the new online servers. Remove hardcoded certificate as we will use Let's encrypt from now on ( #3690 )"
...
This reverts commit b2c11c120b
.
2019-01-07 20:01:00 -05:00
auria.mg
355aaaa658
Revert "Update config to use the new online servers. Remove hardcoded certificate as we will use Let's encrypt from now on ( #3690 )"
...
This reverts commit ed225a21f2
.
2019-01-07 20:00:38 -05:00
Daniel Butum
ed225a21f2
Update config to use the new online servers. Remove hardcoded certificate as we will use Let's encrypt from now on ( #3690 )
2019-01-07 19:43:30 -05:00
Daniel Butum
b2c11c120b
Update config to use the new online servers. Remove hardcoded certificate as we will use Let's encrypt from now on ( #3690 )
2019-01-07 19:42:30 -05:00
Alayan
bec1c319f6
Add light scattering to the graphical options and disable it on graphics 3
2019-01-08 01:18:46 +01:00
Deve
ec91f9d8db
Make resolutions list proportional to screen height
2019-01-07 23:58:34 +01:00
Deve
d95a1ab27e
Use the same size for back arrow in pause dialog as for other icons
2019-01-07 23:42:40 +01:00
Benau
1224fc1735
Update chinese translation
2019-01-07 14:53:06 +08:00
hiker
e08d10c540
Merge branch 'master' of github.com:supertuxkart/stk-code
2019-01-07 11:29:56 +11:00
hiker
61336d4333
Updated translations.
2019-01-07 11:28:53 +11:00
Alayan
df087d44c4
Improve consistency across challenges
2019-01-07 01:04:35 +01:00
Alayan
7dba81ec3d
Make the expert Cocoa Temple challenge a bit easier
2019-01-07 00:05:14 +01:00
Benau
e2d5e350cf
Update translation
2019-01-06 01:37:10 +08:00
Benau
ef6f9041f5
Update translation source
2019-01-06 01:25:29 +08:00
Benau
4066557c8a
Update translation
2019-01-05 02:56:55 +08:00
Benau
2e6a61d9d0
Update translation source string
2019-01-05 02:43:20 +08:00
Benau
6a7ec37462
Merge remote-tracking branch 'origin/master' into live_join
2019-01-05 01:24:06 +08:00
Benau
72db382c76
Add current track info to server screen
2019-01-04 18:53:45 +08:00
Benau
7a112ee6ef
Draw music description properly in network
2019-01-04 14:54:00 +08:00
auria.mg
54ef7542eb
Update translations
2019-01-03 19:52:19 -05:00
hiker
893bb38c5a
Merge branch 'master' of github.com:supertuxkart/stk-code
2019-01-04 09:01:54 +11:00
hiker
4e8fae6e73
Applied most of qwertychouskie's patch #3520 .
2019-01-04 09:00:40 +11:00
Deve
d46f0aeddb
Some tweaks in soccer setup screen
2019-01-03 21:44:15 +01:00
Mrxx99
c959836e34
Move soccer options to track info screen ( #3638 )
...
* moved soccer race options to track info screen
* using one spinner for both target mode values
* merged pointamount-spinner with lap-spinner and renamed it to target-value-spinner
* fixed identation
* small fix in track_info screen
* storing target value when value was changed
* making sure tartet spinners are invisible when not needed; small adjustments
* some test with solving space issues on small resolutions
* Revert "some test with solving space issues on small resolutions"
This reverts commit f6b6526681
.
* test with collapsing widgets
* removed deleting childs of widgets in track_info_screen
* readded deleted spacer
* collapsing target type widgets is now working
* made target type spinner wider to have enough space for text in it on small resolutions
* re-added setting target value to invisible/visible
* using new collapsing widget function in track info screen for target type widgets
2019-01-02 20:29:53 -05:00
Mrxx99
f64a1e19b2
Using a default music if specified music of track was not found ( #3667 )
...
* added default music to stk_config and using it for not found music files
* only using default music if no music was found for a track
2019-01-01 09:54:15 -05:00
Deve
8c029e834d
Update translations
2018-12-25 10:14:33 +01:00
Deve
14389925fe
Minor optimization in pointlight scatter.
...
Compute some values before loop.
2018-12-23 23:31:22 +01:00
Benau
44ce4f1f37
Update translation source
2018-12-22 11:20:26 +08:00
Benau
31e14b14c6
Make explosive items timeout configurable in stk_config
2018-12-22 10:33:01 +08:00
Benau
2eba8c179f
Disable highlight until render gui during loading is bug free
2018-12-21 19:52:27 +08:00
Deve
9a304b8483
Some minor improvements in online tracks screen
2018-12-18 23:05:36 +01:00
Benau
f53060e0df
Add icon header to the list
2018-12-17 16:38:38 +08:00
hiker
4269ac6294
Merge remote-tracking branch 'origin/master' into voting_gui
2018-12-16 02:06:50 +11:00
hiker
4bd57b9f67
Remved VoteOverview screen, and migrated voting related code
...
to TracksScreen. No display of votes yet.
2018-12-16 01:34:51 +11:00
Alayan
5d9bb7e385
Add alternating background darkness to two more lists
2018-12-15 08:21:53 +01:00
Alayan
19b0c1a465
Several improvements to the server selection screen
2018-12-15 08:05:37 +01:00
hiker
89ad9fe602
Increased protocol version number.
2018-12-13 09:22:03 +11:00
hiker
b2238a4c18
Improved layout.
2018-12-11 01:27:14 +11:00
Alayan
5472248d95
Add standard replay for Hacienda
2018-12-10 03:12:52 +01:00
Deve
998900cc8e
Give slightly more space between buttons
2018-12-07 22:29:43 +01:00
Deve
6f706eb436
Avoid unnecessarily long button name.
...
It was sometimes using smaller text because of too little space.
2018-12-07 22:22:12 +01:00
Alayan
3a307b4d9f
Fix icon size in the server configuration dialog
2018-12-07 02:50:05 +01:00
Benau
8a11fae026
Update translation
2018-12-07 01:27:47 +08:00
Benau
083e1180fb
Add the GUI to update server config in lobby
2018-12-07 00:54:48 +08:00
Alayan
b4a1cf9a99
Tone down global items
2018-12-06 01:27:08 +01:00
hiker
7dd86da55c
Added 'select' state for skins, which will be used in the voting overview gui.
2018-12-05 08:36:59 +11:00
Deve
241e0ae772
Fixed focus chat using keyboard in lobby screen
2018-12-04 21:00:10 +01:00
hiker
d6d879d2ed
Show votes in vote overview screen. This is NOT fully working,
...
and contains debug output.
2018-12-01 09:32:21 +11:00
Deve
bf76a2a1e2
Move send button to the same line as edit box to avoid too big space between them on some resolutions
2018-11-30 21:42:15 +01:00
Benau
b3e41db14b
Add EMT_STK_GRASS for GLES2 to draw grass material without vertex color
...
Now EMT_TRANSPARENT_ALPHA_CHANNEL_REF in GLES2 can be used with vertex
color
2018-11-30 23:33:30 +08:00
Alayan-stk-2
5c7133699e
Fix #3248
2018-11-30 00:03:21 +01:00
Deve
8d94dfa2d7
Give slightly more space for timeout message in networking lobby.
...
Make start button proportional to resolution.
2018-11-29 23:39:19 +01:00
Benau
72b36e1512
Revert "Tone down global items frequency after feedback"
...
This reverts commit 9f4a4f94ac
.
Until next android beta apk or real beta
2018-11-29 02:44:24 +08:00
Alayan
9f4a4f94ac
Tone down global items frequency after feedback
2018-11-28 08:48:40 +01:00
hiker
bd0641f12a
Store voting data in lobby protocol so it is available on client
...
and server. Voting behaviour is now to start the race as soon as
all votes are in.
2018-11-28 08:13:59 +11:00
Benau
068f5cd6e3
Update translation
2018-11-28 01:47:35 +08:00
Alayan
20756fcbe7
Reduce the duration of explosions to make them less frustrating
2018-11-27 10:32:55 +01:00
Alayan
faf4b709e0
Remove expert challenge time requirements, make some SuperTux challenges harder
2018-11-27 09:20:38 +01:00
Benau
7d1e7df010
Merge remote-tracking branch 'origin/master'
2018-11-27 15:17:48 +08:00
Alayan-stk-2
507e360a3d
Make SuperTux challenge slightly easier (2,3s) after feedback
2018-11-27 08:14:13 +01:00
Deve
a59cbdffe5
Fixed spinner widgets focus in kart selection
2018-11-25 22:21:48 +01:00
Alayan
073708c97e
Implement dynamic basket ball speed, fix #2783
2018-11-25 02:29:19 +01:00
Alayan-stk-2
459119075a
Fix another incorrect GP lap number
2018-11-24 02:03:34 +01:00
Alayan-stk-2
9f84283af7
Fix incorrect lap number
2018-11-24 02:02:41 +01:00
Deve
88906c7530
Don't show change resolution button on android
2018-11-23 22:37:44 +01:00
Benau
4313fad196
Update translation
2018-11-23 23:48:06 +08:00
hiker
fa7d3eef73
Added 'voting result' screen, though it does not have any functionality atm.
2018-11-22 09:17:58 +11:00
Alayan-stk-2
e2337d3d9c
Fix replay game version
2018-11-21 15:27:59 +01:00
Alayan
39049eff93
Add some reverse standard replays and a egg hunt replay
2018-11-20 05:26:58 +01:00
Alayan
17c66d3263
Update the Cocoa Temple challenge replays
2018-11-20 05:21:30 +01:00
Alayan-stk-2
0692d45611
Don't change the bomb timer when passing it to another kart
2018-11-20 04:08:21 +01:00
hiker
0e2beceb9d
Added progress bar (showing remaining time) to kart selection screen.
2018-11-20 09:32:31 +11:00
Alayan
e6893aa58c
Set 0.10.0 as version for the new standard replays
2018-11-19 20:43:41 +01:00
Alayan
3b16390268
New standard replays for tracks expected to not change before release
2018-11-19 20:38:19 +01:00
Alayan
40e967ae4e
Remove old standard replays
2018-11-19 18:41:02 +01:00
Benau
f1c164ca6e
Merge remote-tracking branch 'origin/master' into dev
2018-11-19 00:38:18 +08:00
Alayan-stk-2
c576c45edc
Remove time requirement for expert, tighten it for SuperTux
2018-11-17 13:15:41 +01:00
Alayan-stk-2
1b7d77e92e
Increase challenge in SuperTux
2018-11-16 22:49:34 +01:00
Alayan-stk-2
8025e9a4a3
Improve SuperTux challenge balance
...
A AI with an heavy kart did 144,56 with the new kart characteristics. The first AI will be between 150 and 155 in most cases. The 165s time limit wasn't adapted.
2018-11-16 21:37:46 +01:00
Alayan-stk-2
c82b307353
Improve SuperTux challenge balance in OMC
...
The AI itself often could go below 95s, even sometimes 90s.
2018-11-16 18:46:37 +01:00
Benau
22999c1e2b
Fix #3581
2018-11-17 01:40:51 +08:00
Benau
092cd7f3bf
Fix #3583
2018-11-16 23:12:05 +08:00
Benau
264b79ef0d
Replace exit button with server configuration for future usage
2018-11-16 12:48:53 +08:00
Alayan
d8c9fd7fb6
Split UI options into general options (new default tab) and UI options
2018-11-16 03:20:39 +01:00
Deve
2b696d08ff
Give more space for translations
2018-11-14 22:41:20 +01:00
Benau
5e711088bf
Use better english as alayan suggested
2018-11-14 16:01:36 +08:00
Alayan
acd749d75f
Fix #3518
2018-11-13 22:21:44 +01:00
Alayan
ef73b76238
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2018-11-13 19:34:49 +01:00
Alayan
6e981064f7
Tune more challenge time requirements with the new kart characteristics
2018-11-13 19:34:19 +01:00