Alayan-stk-2
885eaa516c
Allow instantSpeedIncrease use from Kart
2018-04-13 04:35:48 +02:00
Alayan-stk-2
7e0bb71d64
Allow instantSpeedIncrease use from Kart
2018-04-13 04:34:45 +02:00
Alayan-stk-2
c490db927b
Remember previous positions
2018-04-12 21:45:53 +02:00
Alayan-stk-2
3425fb3c70
Remember previous positions
...
Use an array of 30 Vec3 to remember the previous kart positions 0,25s before. Each one is updated with the previous one, starting from the oldest.
time_previous_counter is used to keep the time of the oldest as close as possible to 0,25s ; in case the physics ticks proceed faster or slower than 1/120th of second.
2018-04-12 21:41:09 +02:00
Alayan-stk-2
8d1fc02b0d
Remember previous positions
2018-04-12 21:35:54 +02:00
Alayan-stk-2
64168c2f67
New setQuad function
2018-04-12 21:33:59 +02:00
Alayan-stk-2
df2714ae71
New setQuad function
...
Allows to easily update the coordinates of a quad (used for dynamic slipstreaming quad)
2018-04-12 21:33:33 +02:00
Alayan-stk-2
26d4cf4795
Update for new sstreaming characteristics
2018-04-12 21:30:49 +02:00
Alayan-stk-2
85efc2d535
Update for new sstreaming characteristics
2018-04-12 21:18:03 +02:00
Alayan-stk-2
f9669c2d09
Update for new sstreaming characteristics
2018-04-12 21:17:37 +02:00
Alayan-stk-2
0342f89133
Update for new sstreaming characteristics
2018-04-12 21:17:03 +02:00
Alayan-stk-2
31a58c1b23
Update for new sstreaming characteristics
2018-04-12 21:16:48 +02:00
Alayan-stk-2
27ab829f59
Update tool for new sstreaming characteristics
2018-04-12 21:14:41 +02:00
hiker
6490551533
Uodate physics max speed after a rewind to make sure
...
the physics have the right max and min speed defined.
2018-04-13 01:07:08 +10:00
hiker
0328d05631
Updated and disabled debug output.
2018-04-13 00:53:59 +10:00
hiker
7bbaebe594
Fixed skidding rewind by adding all necessary variable to skidding
...
state and adding timed impulse to physics state of kart.
2018-04-13 00:44:53 +10:00
Benau
2fdc6b0de8
Fix billboard text
2018-04-12 16:41:13 +08:00
Benau
ef2f12f568
Remove unneeded skinned mesh version for tilling and vertical mapping shader
2018-04-12 16:35:25 +08:00
Benau
3742adf5ee
Use 2 digits for shader order
2018-04-12 16:31:01 +08:00
Benau
295c793f91
Use 4 32bit floats for quaternion for sam's wall
2018-04-12 16:27:48 +08:00
Deve
4abdb14a4c
Allow to use bigger fonts on desktop version for easier debugging
2018-04-11 21:39:34 +02:00
Deve
c8c390cdaa
Tweak nitro meter in android race gui
2018-04-11 21:09:40 +02:00
Alayan-stk-2
8f7502e204
Fix incorrect item utilisation in zipper path
...
Also remove the code logic which tells to use a zipper instead of nitro (not always useful, and should be managed inside handleNitroAndZipper anyway) ; and fixes the code disabling the use of zipper at start in time-trial (the previous code made the AI use it at random, when it's sometimes better to not use it at all at this moment and to wait later).
2018-04-11 19:00:46 +02:00
Alayan-stk-2
5b4a938165
Bubblegum and Cake improvements
2018-04-11 16:27:49 +02:00
Alayan-stk-2
3f5ab23e50
Make code more compact
2018-04-11 05:35:50 +02:00
Alayan-stk-2
dfb2ff282a
Remove anvil handling in arena AI
2018-04-11 04:16:50 +02:00
Alayan-stk-2
074065f274
Remove anvil handling (obsolete)
2018-04-11 04:16:13 +02:00
Alayan-stk-2
22b69e10f4
Check that there is a kart behind/ahead before testing properties
2018-04-11 04:08:21 +02:00
Alayan-stk-2
4496caeadf
Move the shield check for the swatter
...
Reduce unnecessary computation and fix compilation
2018-04-11 03:26:31 +02:00
Alayan-stk-2
8f4744b061
Improved speedometer and nitrometer ( #3177 )
...
* New speedometer and nitrometer gui
* Update Speedometer and Nitrometer
* Improve nitro background
* Improve nitro bar drawing
* Improved meters
* Improve meter and rank drawing
* Agressive smoothing and higher visibility
* Helper function for meter drawing
* Helper function for meter drawing
* Improved meters
* New nitro bar, slight 3D effects and hopefully fix compilation
* Update license
2018-04-10 21:14:50 -04:00
Alayan-stk-2
0025ef6305
New item handling functions
2018-04-11 02:54:24 +02:00
Alayan-stk-2
6e7f0051e0
New item handling functions
2018-04-11 02:52:48 +02:00
Alayan-stk-2
ee0b64eb69
Merge pull request #2 from supertuxkart/master
...
Update fork
2018-04-11 02:06:19 +02:00
Deve
1ee5f3aa8a
Keep acceleration sensitivity for up/down button when accelerometer is enabled
2018-04-10 21:09:05 +02:00
auria.mg
a4159a9b1a
Update translations
2018-04-09 20:33:36 -04:00
auria.mg
ca771f6218
Cleanup input.xml file (remove unused properties in some cases), add a little inline doc to make it a little easier to customize
2018-04-09 19:28:22 -04:00
Deve
4ef196d086
Fixed minor bug in touch settings dialog
2018-04-10 00:25:38 +02:00
Deve
3f69fd37ed
Some improvements for touch device
2018-04-10 00:22:09 +02:00
hiker
bfc832d5de
Removed debug output.
2018-04-10 00:45:40 +10:00
hiker
9eb59522c6
Added remaining jump time to skidding state (since the jump time
...
is used to determine if a kart can skid again or not).
2018-04-10 00:36:29 +10:00
hiker
cca7563bec
Avoid issue that when rewinding the latest state is skipped (so
...
it rewinds from an even earlier state).
2018-04-10 00:32:12 +10:00
hiker
8841200a1c
Fixed compilation in debug mode.
2018-04-09 21:57:10 +10:00
auria.mg
7543240db0
Merge branch 'Fix_3167_attempt'
2018-04-08 20:51:54 -04:00
auria.mg
61469a6806
Mitigate AI-related edge cases of original fx
2018-04-08 20:47:24 -04:00
hiker
9eadd2e64d
Fixed handling of events that happen at the same time when
...
m_current points to one of the events.
2018-04-09 08:27:48 +10:00
hiker
1e388c434f
Update comment.
2018-04-08 22:12:28 +10:00
hiker
364733882f
Code simplification.
2018-04-08 22:12:04 +10:00
samuncle
434f74b4ac
Add vertical / horizontal mapping for snow, sand, moss, etc (everything going on top of something)
2018-04-07 22:16:43 +02:00
samuncle
daf4721fa9
Add a mitigation for tilling textures. Very usefull for terrains, etc
2018-04-07 04:11:11 +02:00
samuncle
32016f0118
Add tilling mitigation shader
2018-04-06 16:25:39 +02:00