Commit Graph

10294 Commits

Author SHA1 Message Date
Deve
2d9e38f7f6 Display continue button only if next track isn't first available in GP.
Fixed a crash.
2015-01-07 21:15:53 +01:00
Deve
b726b59427 Remove all saved data for specified GP during start new race.
Generally it shouldn't happen because the rule is one save per one GP, but it is possible with old config.xml files.
2015-01-07 18:41:52 +01:00
Deve
cd9bd36520 Don't create new GP save when it's already created 2015-01-07 18:32:32 +01:00
Vincent Lejeune
798c2b5355 Forgot a "," 2015-01-07 01:55:22 +01:00
Vincent Lejeune
9b6a1dd69d Add support for AMD in graphic restrictions system 2015-01-06 23:56:50 +01:00
Vincent Lejeune
02cf7afcf3 Use graphic restrictions system for all CVS query 2015-01-06 23:46:36 +01:00
hiker
c39f5d0585 Merge branch 'ach' of https://github.com/math07/stk-code into math07-ach 2015-01-07 08:32:16 +11:00
hiker
399bdca947 Simplified implementation of graphical restrictions. 2015-01-07 08:03:49 +11:00
Mathieu Laprise
24944a810c Add a new achievement : Mosquito Hunter 2015-01-06 14:54:21 -05:00
hiker
949c16cfb0 Changed GrpahicsRestriction API to just use one isDisabled(...) function. 2015-01-06 17:09:16 +11:00
Marianne Gagnon
3a06962ec8 Don't use the digits font to render text, fixes #1864 2015-01-05 20:05:31 -05:00
Marianne Gagnon
c87531fc1b Disable auto-exit-on-animation-over for feature unlocked screen, should fix #1819 2015-01-05 19:36:04 -05:00
hiker
93a3e6c3da Allow irrlicht to use an existing file system (instead of creating
a new each time a device is created). This simplifies the implementation
of the file manager (now the file manager always exists, even when
deleting the dummy device and creating the real device).
2015-01-06 07:48:32 +11:00
hiker
32366015b7 Merge branch 'master' of github.com:supertuxkart/stk-code 2015-01-05 15:31:07 +11:00
Vincent Lejeune
b756ebd537 Try to fix acnee.
There is still some acnee on third and fourth cascade though but barely
noticeable
2015-01-05 01:30:11 +01:00
hiker
001544133f Fixed compiler warnings. 2015-01-05 08:15:51 +11:00
Vincent Lejeune
0d8bb12ec9 VAOManager factorisation 2015-01-04 19:42:45 +01:00
Deve
7a0f635170 Display message about more points to enter challenge only once at the same time.
It fixes #1870.
2015-01-04 18:01:28 +01:00
auriamg
4beb9cdc1c Merge pull request #1877 from leper/ngettext
Support plural translations. Fixes #1852.
2015-01-02 18:34:47 -05:00
leper
96220966ec Add plural forms for Gaelic. 2015-01-03 00:25:53 +01:00
leper
d21f0ffa2b Support plural translations. Fixes #1852. 2015-01-03 00:25:53 +01:00
leper
cb3babef64 Fix some warnings. 2015-01-02 18:16:34 +01:00
Deve
d6c099b50b Move window to max available position if remembered position is out of range. 2015-01-02 13:48:36 +01:00
Deve
bab97833b7 Don't restore window position if it's out of the screen.
This should be done by window manager anyway.
2015-01-02 13:05:41 +01:00
konstin
84f5e98e39 corrections from comments 2015-01-02 02:12:43 +01:00
konstin
fa10561d09 Merge branch 'master' of https://github.com/supertuxkart/stk-code into lights 2015-01-01 23:05:26 +01:00
Vincent Lejeune
d84d6381ea Remove lightning call
It should use modern opengl call.
2015-01-01 21:12:15 +01:00
Vincent Lejeune
b521691583 Do not export depth value for esm if not enabled 2015-01-01 20:33:52 +01:00
Vincent Lejeune
3451d4e9a0 Add a ESM/PCF switch 2015-01-01 20:06:34 +01:00
Vincent Lejeune
1985f188a3 Add some docs 2014-12-31 22:00:47 +01:00
Vincent Lejeune
8c4b2862c0 Factorise shadow matrix computation in a separate file. 2014-12-31 21:39:57 +01:00
konstin
531b94a0ac cleaning up and adding radius and energy sliders 2014-12-30 18:47:25 +01:00
konstin
334245183e finer grained control over the values 2014-12-30 18:47:25 +01:00
konstin
7fb129ab05 Make red, green and blue of the nearest visible lamp changable 2014-12-30 18:47:25 +01:00
Deve
c36ca55451 Restore tab name in tracks screen to avoid problems with gettext and to keep consistency with arenas/easter egg screens 2014-12-30 13:22:25 +01:00
Marc Coll Carrillo
00d27b3c63 Don't translate internal "nextgen" track group 2014-12-30 13:19:42 +01:00
Marc Coll Carrillo
a9193e09fd Unify random GP's ID and translatable name in a single place 2014-12-30 13:19:24 +01:00
Marc Coll Carrillo
9e6cd2a958 Fix translation problems in random GP screen 2014-12-30 13:19:10 +01:00
Marianne Gagnon
3a1b0bc351 Merge remote-tracking branch 'Math07/working' 2014-12-29 19:25:04 -05:00
Deve
c0d7035c26 Use translations in achievements 2014-12-28 22:15:11 +01:00
Mathieu Laprise
2d0503dcfb Fix a typo regarding my latest commit on issue #1837 2014-12-28 07:58:36 -05:00
Marianne Gagnon
2c5a4a4ffa Merge remote-tracking branch 'Flakebi/fixes' 2014-12-27 18:25:03 -05:00
Deve
2481db7bac Fix typo in previous commit 2014-12-27 23:03:28 +01:00
Deve
3e6677b755 Rename "title" to "name" in achievements to keep consistency with other xml files such as tracks and karts 2014-12-27 22:43:25 +01:00
Mathieu Laprise
17113f8d0d Merge branch 'master' of https://github.com/math07/stk-code into working 2014-12-27 15:14:35 -05:00
Mathieu Laprise
7f6a1dfd56 Handle spinner custom text differently differently to fix issue #1837 problem with activation/deactivation and updategfxSlider 2014-12-27 15:10:39 -05:00
Vincent Lejeune
df12714f49 Factorize (and fix) gaussian weight computation 2014-12-27 03:22:18 +01:00
Vincent Lejeune
d8b3cf9c8f Factorise MRP 2014-12-27 03:22:06 +01:00
Vincent Lejeune
f644543bc1 Move all gfx related config to a separate file 2014-12-27 03:14:16 +01:00
auriamg
2d0c929a70 Merge pull request #1847 from gunchleoc/master
Some string fixes.
2014-12-26 19:43:21 -05:00