Commit Graph

14311 Commits

Author SHA1 Message Date
Vincent Lejeune
7dd48f4d3b Add myself to the credits 2015-01-09 22:35:21 +01:00
Flakebi
3128e59d22 Update checkboxes and textfield in the tabbed user screen too 2015-01-09 21:37:02 +01:00
Marc Coll Carrillo
798130a40d Fix music stop problem when loading track selection screen
Populate irrlicht's texture cache on startup with all the track
screenshots to avoid the problem
2015-01-09 16:23:37 +01:00
hiker
5ccedfc349 Use tabs in register screen (work in progress). 2015-01-09 09:42:18 +11:00
Deve
d0f96a7673 Allow to cross-compile Windows build under Linux using MinGW.
It works fine on Ubuntu. You only need to use:
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-mingw.cmake
2015-01-08 21:46:59 +01:00
deve
d2c8f2b225 Better finding pthread library.
In some case it was found for me in C:\Program Files\Supertuxkart 0.8.1
2015-01-08 13:24:15 +01:00
hiker
b0879514fb Merge branch 'master' of github.com:supertuxkart/stk-code 2015-01-08 13:33:16 +11:00
hiker
520625adae Removed 'sign' (in/out), use 'log' (in/out) instead. 2015-01-08 13:32:50 +11:00
Marianne Gagnon
91b4c6e08a Apply modified version of pull request #1881, fixing #1859 2015-01-07 19:53:25 -05:00
Marianne Gagnon
b55d1a2367 Set minimum OS X version in Info.plist, fixes #1863 2015-01-07 18:46:35 -05:00
hiker
526b38fc2a Added some kind of unit testing for version numbers in graphics
restrictions. It's only doing asserts for the tests :)  Use
--unit-testing command line switch.
2015-01-08 10:05:19 +11:00
hiker
1eb51db5ea Added command line option for keyboard debugging. 2015-01-08 09:05:04 +11:00
hiker
474012c442 Prevent potential NULL pointer access. 2015-01-08 08:15:58 +11:00
hiker
d070474445 Merge branch 'master' of github.com:supertuxkart/stk-code 2015-01-08 08:11:30 +11:00
hiker
8b0a2f303c Try to fix #1879: avoid using NULL pointer in case of ignored
devices.
2015-01-08 08:09:17 +11:00
Vincent Lejeune
cc43861896 Tangent/Bitangent direction only matters. 2015-01-07 21:51:23 +01:00
Deve
2b6ef130da Make sure that next track is not higher than tracks size. 2015-01-07 21:42:22 +01:00
Deve
85800f48e6 Disable saving GPs on abort for now because it requires proper implementation.
m_next_track should have higher value in this case because race is already finished.
2015-01-07 21:24:52 +01:00
Deve
57ab9e5ac5 Remove saved GPs only in offline mode during starting new race 2015-01-07 21:19:04 +01:00
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
hiker
58f659d43e Merge branch 'master' of github.com:supertuxkart/stk-code 2015-01-07 12:18:12 +11:00
Vincent Lejeune
798c2b5355 Forgot a "," 2015-01-07 01:55:22 +01:00
hiker
afc154632c Fixed typo. 2015-01-07 10:07:43 +11: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
596366c3e0 Merge branch 'math07-ach' 2015-01-07 08:40:59 +11: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
samuncle
91b062ee52 Add amanda in the credits 2015-01-06 01:04:09 +01:00
Mathieu Laprise
765484efd9 Make note spinner values of addons search bar readable in low resolutions 2015-01-05 19:04:01 -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
00be07abe6 Force automatic re-run of cmake. 2015-01-05 08:16:08 +11: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
Deve
752ad0e456 Fixed numpad keys on linux.
Patches ported from upstream irrlicht.
2015-01-04 16:09:48 +01:00
auria
f672bbb77e Extract strings 2015-01-02 18:38:11 -05: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
auriamg
de82e353e1 Merge pull request #1871 from leper/warning_fixes
Fix some warnings.
2015-01-02 18:24:12 -05:00
leper
cb3babef64 Fix some warnings. 2015-01-02 18:16:34 +01:00