samuncle
979f61b8c1
Add support for day/night notion in tracks
2017-01-22 19:28:08 -05:00
samuncle
4f1101d62b
Activate headlight only for the player
2017-01-22 10:09:32 -05:00
samuncle
93011e934e
Merge branch 'master' into headlight
2017-01-22 08:35:07 -05:00
hiker
3712f1d600
Merge branch 'master' of github.com:supertuxkart/stk-code
2017-01-21 10:59:15 +11:00
samuncle
e86e146442
Add emit map to a shader, so cars in candela are like small dots
2017-01-20 00:06:35 -05:00
samuncle
44207e9620
ground work for an headlight for karts to allow better visiblity in dark tracks
2017-01-19 23:45:42 -05:00
hiker
620a5b34f2
Merge branch 'master' of github.com:supertuxkart/stk-code
2017-01-20 14:15:55 +11:00
hiker
b5f285a182
Fixed #2742 - incorrect triggering if cannon line triggereed Caused
...
by not updating m_front_xyz when moving the kart (so an incorrect
position was used to detect checkline triggering).
2017-01-20 14:13:12 +11:00
auria.mg
7234caffd9
Fix travis build
2017-01-19 21:11:44 -05:00
auria.mg
a0499fcfd6
Merge branch 'master' of https://github.com/supertuxkart/stk-code
...
# Conflicts:
# src/scriptengine/script_engine.cpp
2017-01-19 21:04:35 -05:00
auria.mg
52fff152de
Scripting : add support for "onStart" callbacks in library objects
2017-01-19 21:03:09 -05:00
samuncle
ef82257110
Add support for array in scripting
2017-01-19 20:49:46 -05:00
Benau
4506f4baed
Fix possible failed build
2017-01-18 18:42:19 +08:00
Benau
93ad594ff2
Merge branch 'fix_186'
2017-01-16 08:48:06 +08:00
Benau
5ad7b1491a
Add marker for kart selection screen
2017-01-16 08:45:34 +08:00
auria.mg
b758e2eb62
Do not crash when pressing hidden button on Gp results screen. Fixes #2734
2017-01-15 19:32:15 -05:00
auria.mg
02d3e7a371
Fix restarting race not resetting kart velocity during a cannon ride. Fixes #2738
2017-01-15 19:22:06 -05:00
Deve
20ed2ad277
Print a warning on low memory event
2017-01-15 17:01:23 +01:00
Deve
a82784ab8e
Minor modification that makes moving the list box smoother
2017-01-15 17:00:41 +01:00
Deve
7890c1669b
Merge pull request #2736 from nado/clanglto
...
Fix clang compilation
2017-01-14 15:50:37 +01:00
samuncle
b9dd867c86
Use gamma corrected decal
2017-01-14 09:41:29 -05:00
Nado
e866d88118
Fix clang compilation
2017-01-14 14:36:52 +01:00
auria.mg
6e2a11abd1
Update GPs and challenges for the new farm track replacement
2017-01-13 20:06:41 -05:00
Benau
44faae26bf
Fix typo
2017-01-13 18:39:57 +08:00
Benau
89c209bc6c
Try to fix server build
2017-01-13 18:10:08 +08:00
Benau
30de9aef62
Fix #186
...
Display win animation as jymis suggests in kart selection screen
2017-01-13 18:03:13 +08:00
Deve
5931ba288a
Don't crash if irrlicht shaders are not available for GLES.
...
They are needed only for legacy pipeline.
2017-01-12 21:43:11 +01:00
Benau
ec0ff7e984
Fix possible crash when dump the glyph pages
2017-01-12 13:22:41 +08:00
Benau
2127e44cc2
Remove clang compling warning
2017-01-12 09:54:20 +08:00
Benau
40fe84ddbd
Fix addon stk mercuy crash
...
Please avoid using 2nd uv layer on animated mesh
2017-01-11 14:29:37 +08:00
Benau
ffedf637de
Fix some override warnings
2017-01-11 13:34:25 +08:00
Benau
3105407b2f
Remove error when dropping tires in battle mode when kart dead
2017-01-11 13:33:54 +08:00
Benau
3bffe1f1a7
Allow texture error message to be used in STKTexManager
2017-01-11 10:55:18 +08:00
Benau
874d3d347d
Remove unused resize texture code
2017-01-11 09:46:00 +08:00
Deve
527132b6c8
Allow to enforce default player using a config variable.
...
It can be used on Android until screen keyboard will be done.
2017-01-10 22:10:43 +01:00
Deve
0ffde761ef
Minor improvements in list box widget.
...
- Current time was broken because getTimeSinceEpoch() gives a time in seconds, so the timeout for double click was 500 seconds.
- I disabled the timeout for double click anyway because it's IMO not needed (and it was broken anyway and nobody complained). Second click on the same element always sends the "selected again" event.
- I removed code that hovers new item when mouse is moved during selecting because it was working rather strange. For example it was possible to slightly move a mouse during selecting the item and the action was executed on the first click, even if we expect double click.
- Action is executed on single click on Android
2017-01-10 21:30:45 +01:00
deve
9d9fb06401
Don't select new item when listbox was moving
2017-01-10 13:37:36 +01:00
deve
67b9c85918
Fixed GLES
2017-01-10 10:55:44 +01:00
Benau
5a31cd4e97
Support for backpedal animation
2017-01-10 16:13:34 +08:00
Benau
f1b0f529be
Fix #1679
2017-01-10 14:12:38 +08:00
Benau
aa01fafe92
Fix server build
2017-01-10 13:05:19 +08:00
Benau
21060133a8
Fix invalid read reported by valgrind when changing language
...
And fix possible crash
2017-01-10 12:52:50 +08:00
Benau
a55cc47845
Fix leaking font texture when changing language
2017-01-10 12:52:31 +08:00
Benau
9af219f691
Fix #1780
2017-01-10 11:39:01 +08:00
hiker
2641f0b067
Merge branch 'master' of github.com:supertuxkart/stk-code
2017-01-10 13:25:53 +11:00
hiker
55e98e041c
Removed unused (or replaceable in case of clamp) functions from helpers.
2017-01-10 13:25:26 +11:00
auria.mg
87646463b8
Minor : upgrade profiler utils to use the logging functions
2017-01-09 20:36:08 -05:00
auria.mg
7e6761e968
Minor : reduce logging level
2017-01-09 20:30:08 -05:00
auria.mg
ebf3893f73
Minor : add a little documentation to user config
2017-01-09 20:29:41 -05:00
Benau
f7d843a7f7
Make dialog draggable in artist debug mode
...
So artist can view texture change by moving texture console
2017-01-10 09:22:08 +08:00