Alpt
67e94e73ce
In the addons screen, show a tip to remember that the Internet connection is disabled. (Issue #1763 ). ( #2605 )
2016-08-19 18:28:59 -04:00
Benau
a1c09c4adb
Fix potential crash
2016-08-18 15:34:58 +08:00
Benau
6b0fe9dd89
Clean up:
...
Try to use forward enum declaration for KartRenderType
NoCopy for RenderInfo
2016-08-18 11:15:05 +08:00
Benau
fa39de691e
Fix Release build
2016-08-17 12:08:20 +08:00
Benau
f07452842d
Add support for colorizing library objects using material.xml only
2016-08-17 11:57:18 +08:00
Michael Murphey
d213bef9db
Place buttons in confirm dialog horizontally ( #2573 )
...
* Place buttons in confirm dialog horizontally closes #2548
* Use RibbonWidget for MessageDialog
* Use buttonbar for confirm dialog
2016-08-16 19:08:45 -04:00
Deve
489c34edbf
Fixed minimap with scale_rtts_factor parameter
2016-08-16 23:59:36 +02:00
auria.mg
084fa04012
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-08-15 20:33:11 -04:00
auria.mg
63a82c915c
Bugfix: prevent activating disabled ribbon items
2016-08-15 20:33:06 -04:00
Deve
bd6ad544cc
Fixed bloom with scale_rtts_factor parameter.
2016-08-15 08:46:02 +02:00
Deve
26d2bf847c
Allow to use non-hd textures in OpenGL ES renderer
2016-08-13 00:01:08 +02:00
Deve
b23f39f1cd
Fixed non-hd textures in legacy pipeline
2016-08-12 23:51:29 +02:00
Deve
08202f2fa8
Remove USE_XRANDR flag from cmake.
...
Our vidmode code is old, has some bugs (eg. resolution is not restored properly in some cases), doesn't have multi monitor support and IMO shouldn't be used in current state.
If someone really wants to use it, the flags can be set directly in IrrCompileConfig.h.
2016-08-12 23:39:12 +02:00
Deve
d320df749f
Allow to set max texture size in config file.
...
It gives much lower memory usage when it's set for example to 128.
2016-08-12 23:30:10 +02:00
Deve
1481da9718
Fixed button icons with non-hd textures and low MAX_TEXTURE_SIZE parameter
2016-08-12 20:51:19 +02:00
Benau
c5446c4cf1
Remove unused header
2016-08-12 10:41:07 +08:00
Benau
c71b24f98f
Correct fixes to #2599
2016-08-12 09:41:08 +08:00
Benau
aa15b0070e
Determine the texture size of bold face smartly
2016-08-12 08:31:52 +08:00
Benau
2d95df1722
Update appdata file to latest standard
2016-08-12 00:48:57 +08:00
Deve
5cfed1bc1c
Allow to set lower RTTs resolution.
...
It allows to increase performance on devices that have only one available resolution.
It also allows to draw GUI elements in full resolution while rendering the scene with slightly lower resolution, which gives you few additional FPS.
Note that particles don't work as expected yet with this feature.
2016-08-11 02:04:35 +02:00
Benau
15a2526971
Merge branch 'fix_graph'
2016-08-08 08:56:05 +08:00
MTres19
8e8433f08c
Credit where credit is due ( #2593 )
...
* Give GeekPenguinBR and TuxKartDriver credit
* Give credit to samuncle and konstin
2016-08-05 19:12:52 -04:00
Benau
10937333a1
Remove duplicated code in navmesh
2016-08-03 12:37:48 +08:00
hiker
9f0529f26f
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-08-01 08:42:09 +10:00
hiker
cdde62dadb
Further tweaked restitution for track and bowling ball to avoid
...
bowling balls jumping up and down, while still maintaining a push
back for soccer balls.
2016-08-01 08:00:14 +10:00
auria.mg
ea939459e8
Improve string as suggested on transifex
2016-07-30 21:51:31 -04:00
Benau
6904402547
Fix wrong RTL text in arena screen
2016-07-31 09:04:10 +08:00
auria.mg
9a740311bf
Merge branch 'master' of https://github.com/supertuxkart/stk-code
...
# Conflicts:
# src/challenges/challenge_data.cpp
2016-07-30 20:53:37 -04:00
auria.mg
40ab343922
Fix string remaining in wrong language when changing language
2016-07-30 20:52:32 -04:00
Benau
788f168c7f
Fix space before colon
2016-07-31 08:04:16 +08:00
auria.mg
b69faff13d
Fix indentation (tabs/spaces)
2016-07-30 19:46:15 -04:00
auria.mg
347f977ea7
Fix english string, as reported a while ago but couldn't fix then due to string freeze
2016-07-30 19:44:21 -04:00
auria.mg
a318e3b216
Log out user when deactivating internet connection, fixes #2589
2016-07-30 19:43:48 -04:00
Benau
637e468f18
Use uniform copyright header for source
2016-07-29 11:50:37 +08:00
hiker
efe9fa6329
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-07-29 09:54:25 +10:00
hiker
8f7d47d3c3
Fix ball-track collision (which should also improve kart-track
...
collision).
2016-07-29 09:53:37 +10:00
qwertychouskie
611e70ac83
Show boost at startup ( #2586 )
...
* Show boost at startup
* Fix https://github.com/supertuxkart/stk-code/pull/2586#issuecomment-235765919
2016-07-28 19:24:42 -04:00
hiker
aba8d8d1f0
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-07-28 16:30:48 +10:00
hiker
83117fe649
Fixed wheel position in case of a rescue: if the suspension of
...
a wheel is stretched at the time a rescue or explosion is triggered,
the wheel will appear to be very far away from the kart (not connected
anymore).
2016-07-28 09:47:56 +10:00
qwertychouskie
277a4b9262
Fix #2542 . Also update copyright year. ( #2585 )
...
* Fix #2542 . Also update copyright year.
* Update header
2016-07-27 18:31:39 -04:00
hiker
6ca0eed28f
Added debug option to trigger a kart explosion in debug mode.
2016-07-27 17:34:59 +10:00
Benau
bc5e2f3e29
Add unit testing for fonts for translation
2016-07-27 11:48:38 +08:00
hiker
b1a7c01b6e
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-07-27 08:59:02 +10:00
hiker
6d0ad4a4fe
Fixed compiler warning.
2016-07-27 08:26:41 +10:00
hiker
0db2a195b6
Fixed compiler warning.
2016-07-27 07:54:54 +10:00
hiker
f69d04edd3
Fixed STUN protocol (#fixed #2566 ).
2016-07-27 00:42:51 +10:00
Benau
cefead119a
Try to use c++11 typeid for getFont
2016-07-26 08:04:12 +08:00
Deve
29185f679b
Merge pull request #2581 from qwertychouskie/patch-7
...
Update deps from INSTALL.md
2016-07-25 11:51:31 +02:00
hiker
ba3497bb81
Properly set the camera type in the constructor (which previously
...
was always 'CM_TYPE_NORMAL'). Fixes #2576 .
2016-07-25 17:45:24 +10:00
Benau
8c38e9e79b
Merge remote-tracking branch 'origin/fix_timer'
2016-07-25 14:46:58 +08:00