hiker
292243ddad
Merge branch 'STK-helper-SStreaming'
2018-04-16 23:04:03 +10:00
hiker
0637dd0fa1
Merge branch 'SStreaming' of https://github.com/STK-helper/stk-code into STK-helper-SStreaming
2018-04-16 22:37:49 +10:00
auria.mg
40372319f6
At general request, remove follow-the-lreader from story mode
2018-04-15 18:31:13 -04:00
auria.mg
264fac392e
Ajust forgotten texture
2018-04-15 18:08:08 -04:00
auria.mg
655faa81a0
Reduce speedometer images to a more reasonable size
2018-04-15 18:03:02 -04:00
Deve
868dbf792c
Avoid a crash in general text field dialog.
...
onEnterPressed can be executed twice - in event handler and in input manager.
2018-04-15 21:14:43 +02:00
Deve
32acae7507
Merge pull request #3194 from psypherium/patch-2
...
minor Update README.md
2018-04-15 20:17:15 +02:00
Psypherium
8341c3657e
minor Update README.md
...
Refine syntax to match protocol
moved one line back into code fence.
2018-04-16 02:59:56 +10:00
samuncle
50e433afca
Add shader specialized for roads, still some stuff to be tuned
2018-04-15 09:37:55 +02:00
Alayan-stk-2
080cecd400
Fix member variable name
2018-04-15 06:54:38 +02:00
Alayan-stk-2
8797f5b1fe
Fix member variable name
2018-04-15 06:53:09 +02:00
Alayan-stk-2
8f2c118e33
Improved AI testing ( #3184 )
...
* New command line option for testing
* Fix command line option
* Allow races from command line without player kart
* Use the new command line option for testing
Also increase the default number of karts for testing from 9 (including player kart) to 15 (no player kart) for reduced randomness.
And set the default test difficulty to SuperTux
2018-04-14 21:07:12 -04:00
Alayan-stk-2
ff55703457
Nitro fixes ( #3190 )
...
* Nitro fixes
* Remove the attachment of a kart on elimination
2018-04-14 20:56:16 -04:00
Psypherium
45e5612985
Update README.md ( #3181 )
...
* Update README.md
- Add recompilation instructions
- Add build threading instructions
- Rearranged 1 sentence with passive voice to match the rest of the readme
* Update README.md
* Update README.md
Clarification
* Update README.md
Rephrasing, reformatting
2018-04-14 20:42:17 -04:00
Alayan-stk-2
f16ed91bd5
Go back to the overworld in losing challenges ( #3192 )
2018-04-14 20:38:23 -04:00
Deve
45aa9c2e3a
Minor tweak for init android dialog
2018-04-14 22:39:51 +02:00
Alayan-stk-2
9d1abed0cd
Remove erroneous chars at EOF
2018-04-14 04:37:55 +02:00
Alayan-stk-2
39d6178f64
Checks to avoid undefined operations on moving textures
2018-04-14 04:09:27 +02:00
Alayan-stk-2
0c4c5fbe80
Slipstreaming characteristics completely reworked
2018-04-13 08:50:10 +02:00
Alayan-stk-2
bffebe32fc
Update header for slipstreaming improvements
2018-04-13 08:41:57 +02:00
Alayan-stk-2
f41b537477
Completely revamps slipstreaming
2018-04-13 08:40:03 +02:00
Alayan-stk-2
b2bdd49931
Allow instantSpeedIncrease use from Kart
2018-04-13 04:36:35 +02:00
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
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
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
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
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