Commit Graph

11976 Commits

Author SHA1 Message Date
Bart Cools
e7852648fa Changes to the Skill Level Widget, only bar refuses to show 2014-06-19 15:01:11 +02:00
Bart Cools
d5d2ef991a Fix for sometimes disappearing skill bar 2014-06-19 14:58:11 +02:00
Bart Cools
7ac7955808 First work on GUI support for different properties 2014-06-19 14:58:11 +02:00
Bart Cools
e47f85a32c bit of testing with the scripts for optimal settings 2014-06-19 14:42:46 +02:00
Bart Cools
95bb6835ae first work at adding kart properties widget to the kart selection screen 2014-06-19 14:42:46 +02:00
Bart Cools
a3c751728b addition of python script to parse test output 2014-06-19 14:42:46 +02:00
Bart Cools
26967a41db changes to progress bar to make the percentage label optional 2014-06-19 14:42:46 +02:00
Bart Cools
b94fe0fcde Profile data now saved without escape characters 2014-06-19 14:42:46 +02:00
Bart Cools
79727500c0 Script to run batch profile tests 2014-06-19 14:42:46 +02:00
Vincent Lejeune
76b76c6872 Try to fix crash on linux with proprietary drivers 2014-06-18 20:50:30 +02:00
Marianne Gagnon
b9c45b7e0f Undo dubious code that causes crashes 2014-06-17 18:14:24 -04:00
Marianne Gagnon
6a4e46af5c Fix more issues on feature unlocked screen 2014-06-17 18:13:40 -04:00
Vincent Lejeune
bc83bb1339 Fix attempt for OS X 2014-06-17 22:24:02 +02:00
Marianne Gagnon
a31ed23bc0 Fix compilation. Hopefully I broke nothing 2014-06-16 19:12:48 -04:00
hiker
6dd4c6f803 Use the new stkaddons feeature to allow more than one achievements to
be sent at a time. This means only one server request when local
achievements are synched to the online account.
2014-06-16 23:22:27 +10:00
hiker
fa2913c937 Try to force an automatic rerun of cmake by a dummy modification of this file. 2014-06-16 22:09:25 +10:00
hiker
a50177c96a Removed messages.?pp files (and used the strings directly where they
are needed).
2014-06-16 22:05:50 +10:00
samuncle
6175d9f5bb Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-06-16 02:46:32 +02:00
samuncle
f8f0a46ed4 Now if a not instancied object use the grass vert it will use grass frag too 2014-06-16 02:45:39 +02:00
hiker
9cc34fd76b Changed order of libraries to hopefully make font_tool compile for Arthur. 2014-06-16 09:39:37 +10:00
hiker
f1c8fcc6d4 Fix 1366. 2014-06-15 22:14:50 +10:00
hiker
e1a750672f Fix #1364. 2014-06-15 22:01:52 +10:00
samuncle
08369d1fcb Added a new particle system for the torches and bring back the vignette 2014-06-14 00:42:57 +02:00
hiker
6425befc5e Synchronise achievements from a local account to an online account. 2014-06-13 23:27:52 +10:00
vlj
4daa239c5c Fix light with ssao disabled. 2014-06-13 13:45:37 +02:00
vlj
1a9f0a83b4 Add bypassUBO for ColoredLine 2014-06-13 13:41:07 +02:00
vlj
698d892f73 Fix for OSX compilation
OSX supports GL up to 4.0 and is unlikely to ship gl header for later
version.
2014-06-13 13:39:23 +02:00
hiker
364c7434f6 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-13 09:09:36 +10:00
hiker
d36ff8b6db Call reset function of RaceGUIBase, which fixes #1363 (missing thunderbird). 2014-06-13 09:07:52 +10:00
Marianne Gagnon
e3a2246e25 More work on cutscene screens 2014-06-12 18:43:20 -04:00
Marianne Gagnon
bc2209284b Some fixes with menu-cutscenes 2014-06-12 18:25:54 -04:00
Marianne Gagnon
4ea1b7c6b1 Merge branch 'focus' 2014-06-12 18:01:41 -04:00
hiker
ed978cc6e7 Merge branch 'Flakebi-master' 2014-06-12 22:27:28 +10:00
hiker
8228a5bc15 Merge branch 'master' of https://github.com/Flakebi/stk-code into Flakebi-master 2014-06-12 22:09:49 +10:00
hiker
025d7fa114 Tweaked position of font somewhat. Fixed missing rank display
when kart is standing still.
2014-06-12 22:00:00 +10:00
hiker
d72decfa65 Fixed using the last used track when specifying -N. 2014-06-12 16:54:09 +10:00
hiker
e33fc3c1d6 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-12 16:00:45 +10:00
hiker
cfe93f96f2 Speed up the rank animation, and don't make the old value completely
disappear (which makes the animation even faster).
2014-06-12 15:58:40 +10:00
Marianne Gagnon
540df39128 fix crash when using track debug. unfortunately, visual aids are not yet functional 2014-06-11 20:50:53 -04:00
Marianne Gagnon
e5532c32ff Improve code to switch between GUI-cutscenes. Still not fully functional, but better 2014-06-11 19:37:04 -04:00
hiker
859dc3fbbd Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-12 09:34:22 +10:00
hiker
60f707b55d Fixed gcc compiler warning. 2014-06-12 09:33:52 +10:00
hiker
1dc63849c9 Use a sigmar as big digit font and display time and
lap using this font (temporarily till we agree on a font).
2014-06-12 09:27:45 +10:00
hiker
9ae8446fae Added -c CHARLIST option which will only export the characters
specified in the character list. Fixed auto-selection of export
used characters only.
2014-06-12 08:11:51 +10:00
Marianne Gagnon
ffe657b1c2 Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-06-10 19:59:37 -04:00
Marianne Gagnon
8a4b4ae213 Update cutscene shortcuts 2014-06-10 19:59:30 -04:00
hiker
97a23e83cb Merge branch 'big_digit' 2014-06-11 09:22:57 +10:00
hiker
28737270d9 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-11 09:19:41 +10:00
hiker
89d8a19dab Fixed shader compilation errors. 2014-06-11 09:11:07 +10:00
Marianne Gagnon
d6c983cac3 Add support to load new style glossmap (more work remains to do before this is complete) 2014-06-10 18:59:36 -04:00