Commit Graph

14671 Commits

Author SHA1 Message Date
Daniel Butum
2e19c3a34e Fix font_tool build for Linux 2015-02-20 11:40:22 +02:00
hiker
f56fc91d42 Fix #1793 by disabling global illumination on osx with intel
graphics cards.
2015-02-19 16:21:37 +11:00
hiker
626ae83f43 Added unit test for #1793. 2015-02-19 16:21:00 +11:00
Vincent Lejeune
9641380171 Fix billboard transparency 2015-02-19 00:44:21 +01:00
Vincent Lejeune
a74c98ec76 Fix for GR GI 2015-02-18 23:45:57 +01:00
Vincent Lejeune
1a861c742c Add a GR for GI in central_settings 2015-02-18 23:42:42 +01:00
hiker
5f9e4086af Fixed #1476 (well, better a work around intel bugs). 2015-02-19 09:24:23 +11:00
Marianne Gagnon
bb682ca5fb Apply workaround to fix #1869 2015-02-17 19:44:20 -05:00
Marianne Gagnon
0652780040 [OSX] brutally exit supertuxkart when pressing the window's close button. Fixes #1220. 2015-02-17 19:13:13 -05:00
Marianne Gagnon
0ef2181448 Minor update to git ignore file 2015-02-17 19:07:56 -05:00
hiker
7f90d151c4 Use "Local Name" to fix #1977. 2015-02-17 17:15:25 +11:00
hiker
ada5a20445 Added some (commented out) debug lines that are useful when comparing
different kart physics.
2015-02-17 17:14:53 +11:00
hiker
198d6470d7 Let medium kart accelerate a bit less. 2015-02-17 08:33:32 +11:00
hiker
f9bb17384c Try to balande the different kart physics better. 2015-02-17 08:14:31 +11:00
hiker
93fa075471 Hopefully proper fix for #1938 (crash on osx when exiting race). 2015-02-17 00:14:26 +11:00
deve
93c5d7428f Update .gitignore file. 2015-02-16 09:32:56 +01:00
Marianne Gagnon
12e583dde0 Add scripts to translate from Transifex 2015-02-15 20:45:52 -05:00
hiker
aae307c8b6 Fixed #1985 (improve message for per-player handicaps). 2015-02-16 09:35:49 +11:00
hiker
1a94788d2d Tried VERY crude work-around for #1938 (crash when exiting a race on osx). 2015-02-15 21:32:06 +11:00
Marianne Gagnon
975aa7628b Fix #1981 2015-02-14 18:36:03 -05:00
Marianne Gagnon
e6aea6e0b6 Improve tools and usage of XML encoding, fixes #1982 2015-02-14 18:30:23 -05:00
auriamg
e7a9f8f95d Merge pull request #1963 from Flakebi/resolutions
Sort resolutions by size
2015-02-14 18:04:35 -05:00
Flakebi
92f78aae29 Improve sorting resolutions 2015-02-13 11:47:10 +01:00
Flakebi
6e8f8a15bd Sort resolutions by size 2015-02-13 11:47:10 +01:00
hiker
cdb35b0804 Added missing initialisation, fixed line endings. 2015-02-13 08:42:09 +11:00
hiker
f437781dcc Fix #1980. 2015-02-13 08:41:19 +11:00
hiker
11f233938d Cherry picked pull request #1917. 2015-02-13 08:26:25 +11:00
hiker
f6542194d8 Fixed line length. 2015-02-13 08:16:38 +11:00
hiker
c4ccf16ba6 Merge pull request #1979 from leyyin/log-bad-requests
Add logging for API requests that are not successful.
2015-02-13 08:15:11 +11:00
Daniel Butum
769eaf4742 Log API requests that do not return success 2015-02-12 10:47:14 +02:00
Daniel Butum
cc4903737c Add QtCreator project file to gitignore 2015-02-12 10:43:55 +02:00
hiker
4e88cb6753 Fixed #1978 (by removing unnecessary stopMusic in World, which actually
stops the menu music, not the tutorial music. It's unnecessary since
startMusic (main menu) later will first stop currently running music.
2015-02-12 16:56:25 +11:00
hiker
93c5012f57 Fixed incorrect label 'debug' for verbose messages and vice versa. 2015-02-12 16:49:16 +11:00
hiker
f589b2063e Fix crash when going story mode while music is disabled. 2015-02-12 13:19:58 +11:00
hiker
c675b6f38c Avoid warning at runtime about missing texture. 2015-02-12 13:00:12 +11:00
hiker
2d5f78974a Merge pull request #1975 from Flakebi/sound
Set correct volume for last lap music
2015-02-12 08:02:10 +11:00
hiker
57414348fa Merge pull request #1976 from Flakebi/nographics
Fix crash with --nographics
2015-02-12 08:00:18 +11:00
hiker
72ce6c8bf6 Fixed race over music not playing when sfx are disabled. 2015-02-12 07:57:51 +11:00
hiker
33f87e28f7 Prevent flooding of terminal with "music not playing" messages, added
debug error check.
2015-02-12 07:57:25 +11:00
Flakebi
d4f982d7dd Fix crash with --nographics 2015-02-11 20:52:05 +01:00
Marianne Gagnon
2ba46cff9e Merge remote-tracking branch 'Flakebi/skidding-light' 2015-02-10 20:09:03 -05:00
hiker
98195c4079 Merge branch 'master' of github.com:supertuxkart/stk-code 2015-02-11 09:18:20 +11:00
hiker
f57ad3c1ed Try to fix #1972 (things went wrong when stk tried to delete uninitialised
sound sources).
2015-02-11 09:16:48 +11:00
Vincent Lejeune
401187dcf0 Try to fix 1937 2015-02-10 22:38:15 +01:00
hiker
a598b0ed1a Fix after-race sfx which wasn't playing anymore (caused by quick sound
effects not having update() called, which is necessary to detect if they
have stopped playing).
2015-02-11 08:06:28 +11:00
Flakebi
91d042da31 Set correct volume for last lap music 2015-02-10 16:52:50 +01:00
hiker
84a84b6776 Try to fix playing without music. 2015-02-10 17:31:35 +11:00
hiker
7d0875878b Simplified startMusic call. 2015-02-10 17:27:07 +11:00
hiker
ec598d6f41 Start music properly in thread, avoid starting track music more than once. 2015-02-10 17:07:46 +11:00
hiker
2106e0caaf Merge branch 'minor-fixes' of https://github.com/Flakebi/stk-code into Flakebi-minor-fixes 2015-02-10 15:41:28 +11:00