hiker
8d12c5aa07
Updated changelog and credits.
2018-06-18 08:54:11 +10:00
hiker
34bfb2d868
Simplified loop structure, fixed other minox code issues.
2018-06-18 08:47:31 +10:00
hiker
de44b2aaf9
Made configuration files with missing or too many entries abort STK.
2018-06-18 08:14:30 +10:00
hiker
48aca2f70f
Started to address comments from the reviewer.
2018-06-17 23:48:47 +10:00
hiker
8cf52b4c7c
Updated documentation.
2018-06-17 11:43:35 +10:00
hiker
6bcd1b4c58
Merge remote-tracking branch 'origin/master' into STK-helper-ItemWeights
2018-06-17 01:05:07 +10:00
hiker
5207e9a38b
Improved implementation of powerup collection weight.
2018-06-17 01:03:37 +10:00
hiker
87da438bf3
Fixed comment.
2018-06-17 01:01:44 +10:00
Benau
bd6492f5cf
Fix #3309
2018-06-16 13:55:20 +08:00
Deve
e14ea99acd
Don't use pkg-config on macOS
...
Fixes #3305
2018-06-15 21:06:29 +02:00
Alayan-stk-2
96a07be6bc
Fix stupidly long line full of whitespace ( #3303 )
2018-06-13 19:46:20 -04:00
Alayan-stk-2
e4b131fc78
Fix #3100 ( #3299 )
...
* Fix #3100
* Fix server only compilation
2018-06-13 19:43:18 -04:00
Alayan-stk-2
aee9e7ffa1
Unlock cutscene improvements ( #3298 )
...
* Don't display unlocked features out of screen when there are 4 to 6-7
And more regular spacing between them
* Remove outdated workaround
* Store the previous number of story mode point
* Allow to get the previous points from player profile
* Fix points estimation for finding unlocked tracks
- Updated to reflect that the player's points are now updated before this function
- Use the real previous number of points rather than trying to estimate the point change (otherwise, the points computation method would have to be duplicated here to not have a bug with GPs who give more points than single race challenges).
2018-06-12 20:36:33 -04:00
Deve
7d9adf5b93
Avoid a crash when user name is empty
2018-06-12 23:01:13 +02:00
Deve
e44266b526
Always set blend func in GLES 2.0.
...
It's often changed in STK engine and the value stored in irrlicht variable may be invalid.
Fixes #3296
2018-06-12 22:25:46 +02:00
Deve
19736c2a51
Try to create external/internal directory if it's not available.
...
Typically it always exists on new phones, but I didn't find any information if it's guaranteed to exist and it's missing on my old phone.
2018-06-11 22:23:48 +02:00
Alayan-stk-2
be5b389d94
Better checkboxes ( #3291 )
...
* Better checkboxes for forest skin
* Better checkboxes for ocean skin
* Better checkboxes for peach skin
* Better checkboxes for ruby skin
2018-06-11 22:02:46 +02:00
auria.mg
81aedd6582
FIx #2912
2018-06-10 19:09:36 -04:00
auria.mg
e9becd283b
More on #3242
2018-06-10 18:57:25 -04:00
auria.mg
fc89a1c244
Fix #3242
2018-06-10 18:45:37 -04:00
Deve
90f3a2389e
Allow to set commandline arguments on android
2018-06-10 23:25:51 +02:00
Benau
e823babb90
Show remote player in the past
2018-06-09 20:16:56 +08:00
Benau
f329314bf6
Fix possible empty race event manager instance
2018-06-09 19:04:15 +08:00
Benau
6433e1eae0
Fix as alayan suggested
2018-06-09 18:57:26 +08:00
Benau
9133275677
Use double for calculation
2018-06-09 18:53:44 +08:00
Alayan-stk-2
7c14fd28ba
Ranking formula refinements ( #3288 )
...
* Reduce the maximum scaling time from 600s to 500s
8m20s is already much longer than nearly all ranked races will be, so it matters most for eliminated players. It would be too punishing if kept to 600 with the new time scaling method.
* New helper function for ranking computations
* Make short races less important for ranking points
And long races more important
2018-06-09 08:43:19 +00:00
Deve
05572b0084
Disable addons manager for server-only build.
...
No need to spam with downloading icons for add-ons.
2018-06-09 00:38:10 +02:00
Deve
68f8d524df
Update ubuntu dependencies.
...
Fixed "ibogg" typo.
2018-06-08 23:08:25 +02:00
Deve
fe322d1209
Move building instructions to separate file
2018-06-08 22:54:22 +02:00
jpenguin
1e85e74219
Fedora deepedency installation ( #3282 )
...
* Update README.md
Fedoraa dependency instructions
* Update README.md
* Update README.md
changed fedora dependencies to match *buntu ones
2018-06-08 22:50:01 +02:00
Benau
d9ede4f213
Add state to avoid deadlock when finishing the race
2018-06-08 22:59:07 +08:00
Benau
9af27d93c4
Remove unneeded header
2018-06-08 14:56:49 +08:00
Benau
01dc948247
Fix #3286
...
In the future move trigger to check structure
2018-06-08 14:31:55 +08:00
Benau
b9bf3fa125
Use map to store peer and ticks in network item manager
2018-06-08 14:24:21 +08:00
hiker
8a534bb795
Fixed missing collisions.
2018-06-08 15:28:44 +10:00
hiker
6496289707
Added missing virtual destructor.
2018-06-08 15:28:38 +10:00
hiker
ea229b4e5e
Merge branch 'ItemWeights' of git://github.com/STK-helper/stk-code into STK-helper-ItemWeights
...
A very rough merge to solve conflicts, not expected to even work.
2018-06-08 15:03:27 +10:00
Benau
843ecfcbc0
Add --connection-debug for verbose packet logging
2018-06-08 12:12:59 +08:00
Benau
e674f2d091
Make sure no weak ptr expires when calculating ranking
2018-06-08 11:04:58 +08:00
auria.mg
1dcb8d3db6
Tweak message queue fix
2018-06-07 21:52:42 -04:00
auria.mg
aa64f40f26
Fix text overlapping icon in message queue
2018-06-07 21:48:31 -04:00
hiker
9c6b17aeba
Merge branch 'master' of github.com:supertuxkart/stk-code
2018-06-08 11:00:14 +10:00
hiker
cd80101bdf
Removed execute permission (for unknown reasons VS makes source files
...
executable when it saves them).
2018-06-08 10:59:13 +10:00
hiker
e05990bc1c
Fixed compilation problem.
2018-06-08 10:55:45 +10:00
hiker
b0da0f640a
Merge remote-tracking branch 'origin/master' into network-items,
...
fixed conflicts.
2018-06-08 10:55:14 +10:00
hiker
d966962ca3
Avoid crash (that likely only happens when debugging).
2018-06-08 09:27:02 +10:00
auria.mg
729d7c9b3e
Fix pot, another attempt
2018-06-07 19:19:04 -04:00
auria.mg
3cfe0e41c6
Update pot
2018-06-07 18:59:20 -04:00
Deve
4db01b3c24
Avoid skipping soccer setup screen when using gamepad
2018-06-07 23:17:47 +02:00
Deve
4efafe5b2f
Set focus when opening addons loading dialog
2018-06-07 22:55:00 +02:00