Commit Graph

13250 Commits

Author SHA1 Message Date
hiker
2730c3c026 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-10-05 21:37:42 +11:00
hiker
df62c8921e Added limited lazy-load flag to avoid loading of all font textures
(most of which might not be needed). Fixes #1592.
2014-10-05 21:35:14 +11:00
Vincent Lejeune
780482edba Revert "Prepare shader for specmap value"
This reverts commit 88954a5d88.
2014-10-05 02:30:15 +02:00
Vincent Lejeune
88954a5d88 Prepare shader for specmap value 2014-10-05 02:12:04 +02:00
Marianne Gagnon
83b25768cc tweak players screen, checkbox placement was weird 2014-10-04 19:44:04 -04:00
Marianne Gagnon
c1d6c054c8 Route a few more controls rendering through the skin, to make them use OpenGL 3 2014-10-04 19:38:44 -04:00
Marianne Gagnon
5a07fd0fa4 FIx crash in LOD 2014-10-04 19:05:27 -04:00
Deve
78b21eb840 Fixed visibility parameter for icon button widget.
It was set for widget but not for irrlicht gui element.
2014-10-04 21:51:08 +02:00
hiker
f63e7d93b8 Fixed #1598 (error message about font texture not found). 2014-10-04 23:32:54 +10:00
Vincent Lejeune
b56901bacd Fix minimap halo second time it is rendered. 2014-10-04 01:42:25 +02:00
Vincent Lejeune
3a1b2442e8 Revert "Try to cull object whose aera is below 1 px"
This reverts commit 83053e0ee4.
2014-10-04 00:59:37 +02:00
Marianne Gagnon
8033c5a839 Don't set animation strength on speed weighted objects, it's probably unnecessary and produces weird artifacts 2014-10-03 18:39:07 -04:00
hiker
ab252a306d Try to avoid graphical kart chassis being partially in ground (still not
perfect).
2014-10-04 00:39:32 +10:00
hiker
b5a85ae100 Fixed typo in xml output. 2014-10-03 16:48:47 +10:00
hiker
9f5b2fbc91 Added a 'print start position' option, which prints a line that can
be copied into a scene.xml file to start a kart at the current
position (which is useful to testing to avoid long races before
a location to be tested is reached).
2014-10-03 08:58:28 +10:00
hiker
15307f5e91 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-10-03 08:56:02 +10:00
Marianne Gagnon
22a884828a Use unlit material for minimap, to avoid dark minimap segments 2014-10-02 18:52:17 -04:00
hiker
e4e91bf25a Only cosmetical changes to follow our coding style. 2014-10-03 08:18:31 +10:00
Deve
ce51824d47 Redraw GP info screen when number of oponents was changed.
This allows to show or hide "Continue" button without opening screen once again.
2014-10-02 21:56:46 +02:00
Deve
69217bd03c Grr, wrong file.
Fixed continue GPs
2014-10-02 20:21:46 +02:00
Deve
fccac9ed3c Revert "Fixed continue GPs"
This reverts commit 710f7e7296.
2014-10-02 20:20:50 +02:00
Deve
710f7e7296 Fixed continue GPs 2014-10-02 20:19:15 +02:00
Deve
4ecff3e46b Use global number of oponents for grand prix 2014-10-02 20:09:59 +02:00
hiker
74841ad0c5 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-10-02 22:39:31 +10:00
hiker
e495b42d60 Try to fix #1356 (camera NAN crash). 2014-10-02 22:35:13 +10:00
samuncle
a634ff1056 Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-10-02 13:54:55 +02:00
samuncle
97772ba1ae set the downard impulse to 5 + a more easy to use backward camera 2014-10-02 13:53:59 +02:00
hiker
9f0b316daf Merge branch 'master' of github.com:supertuxkart/stk-code 2014-10-02 21:12:12 +10:00
hiker
38daab5357 Merge commit '2ef8598ddd1ab5593b8b3b9e0ee378cfe0f6bc2c' 2014-10-02 21:08:44 +10:00
hiker
ecd5aa1668 Bugfix: tall karts would easily topple over (since wrong height
value was used).
2014-10-02 17:08:26 +10:00
vlj
b4133d8d54 Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-10-02 02:53:35 +02:00
vlj
30dda3e343 Fix sky warp 2014-10-02 02:53:31 +02:00
Marianne Gagnon
bdb722df45 Fix splatting 2014-10-01 20:26:39 -04:00
Marianne Gagnon
11bf9d15c7 Disable source of OpenGL warnings flood in code we don't use 2014-10-01 20:23:22 -04:00
hiker
de9a1f51a7 Removed empty 'online overview' page, show the achievements page instead. 2014-10-02 07:59:24 +10:00
hiker
a643905053 Minor fix for the (currently unused) downward impulse: only apply it
when all four wheels are touching the ground (otherwise the jump
distance is significantly shortened); also fix handling of negative
speed (plus some changes to commented out debug output).
2014-10-01 23:41:13 +10:00
Shantanu Singh
2ef8598ddd corrected a typo which was earlier written as tpye instead of type 2014-10-01 18:42:51 +05:30
deve
7b308e9976 Partially revert marcoll pull requeust since it causes crashes and memory leaks. 2014-10-01 07:08:19 +02:00
hiker
49176dd348 Removed debug output, added documentation. 2014-10-01 12:28:10 +10:00
hiker
86b23f2d23 Merge remote-tracking branch 'origin/master' into soft-physics-landing 2014-10-01 11:58:40 +10:00
vlj
783494b4a8 Fix particles being killed too soon 2014-10-01 03:03:07 +02:00
hiker
b6b29f6281 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-10-01 09:32:13 +10:00
Marianne Gagnon
7387a51381 Disable features of irrlicht's contextual menu that we don't need and cause floods of warnings 2014-09-30 19:33:25 -04:00
hiker
f4f914e289 Don't send a second, empty GL_EXTENSION string to our stats server. 2014-10-01 09:31:42 +10:00
vlj
2236e8dd1c Fix extra respawning particles 2014-10-01 01:19:49 +02:00
Vincent Lejeune
83053e0ee4 Try to cull object whose aera is below 1 px 2014-09-30 22:00:55 +02:00
Vincent Lejeune
838e1b63da Split cascade gpu timer 2014-09-30 21:39:56 +02:00
Vincent Lejeune
cbd6d22b41 Fix AZDO with normal/detail 2014-09-30 21:30:37 +02:00
hiker
e55959555e Added more debug output. 2014-09-30 23:59:17 +10:00
hiker
11916dd187 Different implementation of soft-landing. 2014-09-30 23:13:48 +10:00