Alayan
|
13b3b3c2bd
|
Remove redundancy between kart constructor and reset, reset a few more variables
|
2018-09-21 02:44:51 +02:00 |
|
Alayan
|
6dedbff1a8
|
Fix all known instances of kart flying due to cushioning
|
2018-09-20 23:56:53 +02:00 |
|
Alayan
|
0da04805b4
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code
|
2018-09-20 22:22:56 +02:00 |
|
Alayan
|
961c4af662
|
Fix cushioning when landing on a slope, reduce needed data size
|
2018-09-20 22:22:23 +02:00 |
|
hiker
|
7cabefc8e9
|
Fixed incorrect bubble gum rotation prediction (because wrong time
was used when rewinding).
|
2018-09-20 19:30:52 +10:00 |
|
Benau
|
6232140689
|
Implement auto server recovery if connection to stk-addons is lost
|
2018-09-20 16:43:34 +08:00 |
|
Benau
|
f975e37dea
|
Use a uniform material loading for non-glsl (for server)
|
2018-09-20 14:20:38 +08:00 |
|
Deve
|
bc675ffd81
|
Revert "Disconnect android player from wan race when the window is not active anymore"
This reverts commit e80e0555e1 .
|
2018-09-19 22:06:41 +02:00 |
|
Deve
|
2c79b02088
|
Make pause button working when watching ghost replay
|
2018-09-19 22:06:24 +02:00 |
|
Alayan
|
9f3bc471d8
|
Specify reverse status for existing challenges
|
2018-09-19 18:17:36 +02:00 |
|
Alayan
|
6af8f70b48
|
Add support for challenges in reverse mode
|
2018-09-19 18:13:42 +02:00 |
|
Deve
|
63ba99457e
|
Add a check for null when unset squash
|
2018-09-19 07:07:40 +02:00 |
|
Benau
|
951c48292a
|
Fix #3446
|
2018-09-19 09:19:34 +08:00 |
|
auria.mg
|
afe2b6f2f4
|
Fix crash when searching for users fails. Does not fix the search, only fixes STK crashing when errors occur
|
2018-09-18 19:20:19 -04:00 |
|
Alayan
|
52f5562be8
|
Fix crash with ghost replays
|
2018-09-19 01:04:19 +02:00 |
|
hiker
|
23a82aab54
|
Merge remote-tracking branch 'origin/master' into network-item-debugging
|
2018-09-19 08:33:42 +10:00 |
|
Deve
|
402cbea3d6
|
Restore wheels size when game is restarted.
Fixes #3455
|
2018-09-19 00:14:53 +02:00 |
|
Deve
|
e80e0555e1
|
Disconnect android player from wan race when the window is not active anymore
|
2018-09-18 23:05:54 +02:00 |
|
Deve
|
18c108c99a
|
Add some commandline params
|
2018-09-18 23:05:54 +02:00 |
|
Alayan
|
eb274e01d4
|
Adjust value to cushion most small jumps
|
2018-09-18 20:32:13 +02:00 |
|
Alayan
|
6145aff895
|
Use height data to cushion only close to the ground and adjust impulse strength
|
2018-09-18 20:01:59 +02:00 |
|
Alayan
|
6af07fac77
|
Don't assume number of physics ticks per second
|
2018-09-18 15:56:09 +02:00 |
|
Alayan-stk-2
|
6b4ebc2148
|
Minor style fixes
|
2018-09-18 13:52:08 +02:00 |
|
Alayan
|
d39b2a0620
|
Move special bomb steering in handleSteering
|
2018-09-18 13:19:14 +02:00 |
|
Alayan
|
ab1e86d796
|
Move handleNitroAndZipper in handleAcceleration
|
2018-09-18 12:40:29 +02:00 |
|
Alayan
|
1f514727d5
|
Change handleAcceleration into handleAccelerationAndBraking
|
2018-09-18 12:00:02 +02:00 |
|
Benau
|
07ad8977dd
|
Use separate nettle aes context for encryption and decryption
So it can be used and validated by different threads at the same time
|
2018-09-18 14:25:55 +08:00 |
|
Benau
|
0cd8c03bcd
|
Fix uninitialized value
|
2018-09-18 10:03:46 +08:00 |
|
Alayan
|
f0807f9c0e
|
Move handleBraking next to handleAcceleration for easier maintenance
|
2018-09-18 03:40:08 +02:00 |
|
Alayan
|
488e53d669
|
Remove hardcoded number assuming tick duration
|
2018-09-18 03:30:31 +02:00 |
|
Alayan
|
c032bfe941
|
Remove unused findNonCrashingPointFixed
|
2018-09-18 03:13:55 +02:00 |
|
Deve
|
c2b2a57c87
|
Minor fix for run_server script.
Restart if known error happened and also update datetime to avoid overwriting log files.
|
2018-09-17 22:15:14 +02:00 |
|
Alayan
|
fb95e9736b
|
Disable rubber-banding for FTL leader
|
2018-09-17 21:25:27 +02:00 |
|
Alayan
|
8271213756
|
Fix incorrect braking before starting line
|
2018-09-17 21:17:19 +02:00 |
|
Alayan
|
2486e72c25
|
Tell the FTL AI to not build up a nitro reserve for use in lap 99999
|
2018-09-17 20:38:48 +02:00 |
|
Alayan
|
1e9f175f43
|
Fix some identation
|
2018-09-17 20:26:28 +02:00 |
|
Alayan
|
3aa2a04197
|
Make the FTL leader use a boosted AI
|
2018-09-17 20:19:21 +02:00 |
|
Alayan
|
21e88698d2
|
Make AI kart slowdown before having finished overtaking the leader in FTL
|
2018-09-17 20:09:58 +02:00 |
|
Alayan-stk-2
|
0c353f4b49
|
Increase difficulty for the SuperTux challenge
|
2018-09-17 17:36:20 +02:00 |
|
Alayan-stk-2
|
7bda2d097d
|
Clear last overworld position when switching profile
|
2018-09-17 17:01:59 +02:00 |
|
Alayan-stk-2
|
2e559aa391
|
Improve scotland challenge balance in expert/supertux
|
2018-09-17 15:48:22 +02:00 |
|
Alayan
|
025c60033d
|
Reset min nitro time when no nitro and fix #3180
|
2018-09-17 14:40:23 +02:00 |
|
Alayan
|
75127fc044
|
Merge branch 'LockSTG'
|
2018-09-17 12:42:50 +02:00 |
|
Alayan
|
4d9407653a
|
Fix #3383
|
2018-09-17 12:40:51 +02:00 |
|
hiker
|
23acbf5260
|
Fixed shaking after collecting bubble gum (caused by restoring item state
after restorint kart state - during item state restoration items can
be 'collected', which overwrites kart states values that just had been
restored).
|
2018-09-17 18:19:23 +10:00 |
|
Benau
|
dc059aa8f7
|
Fix attachment with swatter removing bomb animation rewind
|
2018-09-17 16:15:15 +08:00 |
|
Alayan
|
02a3de4dd8
|
Fix #3439
|
2018-09-17 03:46:20 +02:00 |
|
Alayan-stk-2
|
e269c5a72d
|
Fix #3442
|
2018-09-17 02:32:46 +02:00 |
|
Alayan
|
b98024f11e
|
Use skin-specific credit color. Fix #3433
|
2018-09-17 01:53:07 +02:00 |
|
Alayan
|
96c5293021
|
Add credits color to the skins
|
2018-09-17 01:46:22 +02:00 |
|