Deve
|
6082a4502b
|
Merge pull request #2172 from Flakebi/fix-font_tool
Fix Font tool build failure with CMake 3.2
|
2015-05-03 08:53:15 +02:00 |
|
Flakebi
|
eea9069265
|
Fix #2171 - Font tool build failure with CMake 3.2
|
2015-05-03 02:52:15 +02:00 |
|
hiker
|
c91f9655d8
|
Unlock all karts in multiplayer mode.
|
2015-04-29 08:18:52 +10:00 |
|
hiker
|
75b24c96ad
|
Unlock all tracks and GPs in split screen mode.
|
2015-04-29 08:07:06 +10:00 |
|
hiker
|
aaf20dc919
|
Fixed #2118.
|
2015-04-27 17:14:23 +10:00 |
|
auriamg
|
38e4e4e03c
|
Merge pull request #2133 from Flakebi/translation-fixes
Fix some translation and bidi issues
|
2015-04-26 19:29:02 -04:00 |
|
hiker
|
eacd599b93
|
Removed version number warning for Radeon cards on osx (since they
have completely different version numbers).
|
2015-04-27 09:04:16 +10:00 |
|
Flakebi
|
d19112760f
|
Include algorithm in translation.cpp
|
2015-04-27 00:14:52 +02:00 |
|
Flakebi
|
5462a62c75
|
Fix TEST_BIDI in multiplayer KartSelection
|
2015-04-27 00:13:23 +02:00 |
|
Flakebi
|
af88b4a16f
|
Fix translation issues with grand-prixs
|
2015-04-26 23:31:57 +02:00 |
|
Flakebi
|
0b9876c53e
|
Use isRTLText in the BubbleWidget
|
2015-04-26 22:55:28 +02:00 |
|
Flakebi
|
fae12f3714
|
Fix RTL texts with multiple lines
|
2015-04-26 22:34:17 +02:00 |
|
Flakebi
|
56aecdb692
|
Fix achievements RTL display
|
2015-04-25 16:10:54 +02:00 |
|
Flakebi
|
6e0b96c21f
|
Fix TEST_BIDI option
|
2015-04-25 16:01:50 +02:00 |
|
auriamg
|
f97db81ce3
|
Merge pull request #2103 from nado/fix_NoFribidi_compilation
Fix compilation with -DUSE_FRIBIDI=0
|
2015-04-24 21:07:12 -04:00 |
|
auriamg
|
e769f995ec
|
Merge pull request #2104 from nado/fix_#2102
Fix #2102.
|
2015-04-24 21:06:43 -04:00 |
|
auriamg
|
a4559fc09d
|
Merge pull request #2107 from Flakebi/fribidi
Mark text as RTL when at least one character is RTL
|
2015-04-24 21:04:46 -04:00 |
|
Marianne Gagnon
|
fc942433e2
|
Tweak over previous commit
|
2015-04-24 20:17:55 -04:00 |
|
Marianne Gagnon
|
30431adc69
|
Add forgotten credit to Divvy81
|
2015-04-24 20:17:22 -04:00 |
|
Flakebi
|
819156106d
|
Mark text as RTL when at least one character is RTL
|
2015-04-24 03:45:05 +02:00 |
|
Marianne Gagnon
|
1cc3a0f0b8
|
Tweak times of scotland challenge
|
2015-04-23 19:20:42 -04:00 |
|
Nado
|
1a395efbfd
|
Fix #2102.
Moving output modifier and early exit options (--help, --version,
--log, etc) earlier in the execution so nothing useless is printed.
|
2015-04-23 20:13:37 +02:00 |
|
Nado
|
76270ce0ec
|
Fix compilation with -DUSE_FRIBIDI=0
|
2015-04-23 19:55:12 +02:00 |
|
hiker
|
959c86d816
|
Merge branch 'use_log_in_tinygettext'
|
2015-04-20 17:36:08 +10:00 |
|
hiker
|
b6a10b7603
|
Use stk font to display menu - which is at least a readable size ;)
Hacked the GUI to be a bit easier to scale, but it's still hacky.
Changed default to be what is typically used in stk.
|
2015-04-20 17:34:51 +10:00 |
|
hiker
|
63406b40f1
|
Fixed line ending style.
|
2015-04-17 16:13:57 +10:00 |
|
hiker
|
55079289da
|
List all GSoC students.
|
2015-04-17 09:48:45 +10:00 |
|
hiker
|
50ff2e6e35
|
Fixed donations, udpated samuncle's credits.
|
2015-04-17 09:40:28 +10:00 |
|
hiker
|
513df96c53
|
Fixed font tool (by requesting an old opengl context), increased size
and added some constants to change the size easier.
|
2015-04-17 09:24:12 +10:00 |
|
hiker
|
543bb8d303
|
Updated donations.
|
2015-04-17 08:29:40 +10:00 |
|
hiker
|
52f77f7d43
|
Fixed duplicated translator-credits strings.
|
2015-04-17 08:19:49 +10:00 |
|
hiker
|
fbac4d791c
|
Updated Asian fonts.
|
2015-04-16 16:59:12 +10:00 |
|
hiker
|
4ea1145af1
|
Updated translations credits by running update_po_authors.py script.
|
2015-04-16 15:29:38 +10:00 |
|
hiker
|
00782180f7
|
Fixed crash when using translation debugging (only happens if
DEBUG_TRANSLATIONS is defined).
|
2015-04-16 15:28:49 +10:00 |
|
hiker
|
418ccf284e
|
Remove unnecessary \n after "Launchpad Contributions" (which caused
an empty line to be shown in stk); ignore "FIRST AUTHOR" as author.
|
2015-04-16 15:11:25 +10:00 |
|
Marianne Gagnon
|
4b956ebfce
|
Update translations
|
2015-04-15 18:45:29 -04:00 |
|
hiker
|
ad2ca0f394
|
Merge branch 'fix_2073'
|
2015-04-16 08:17:36 +10:00 |
|
hiker
|
d4c33b294d
|
Fixed compiler warning.
|
2015-04-16 08:15:20 +10:00 |
|
hiker
|
50acbea315
|
Fix crash in case of invalid kart types (e.g. 'default', which the
exporter actually writes if 'default' is selected).
|
2015-04-16 07:56:41 +10:00 |
|
hiker
|
e8b8bbdd3b
|
Added display of normals at the vertices of the triangles the kart is driving on
to the debug display, which is useful to find why interpolated normals are wrong.
|
2015-04-15 07:44:50 +10:00 |
|
hiker
|
8f090525fb
|
Added more skidding particle debug code.
|
2015-04-14 16:40:50 +10:00 |
|
hiker
|
fb9d422f9b
|
Made interpolated normals white to make them easier to distinguish.
|
2015-04-14 16:39:28 +10:00 |
|
hiker
|
ecdf32c01e
|
Fixed size of shader parameter (though de-facto doesn't matter much).
|
2015-04-14 16:37:54 +10:00 |
|
hiker
|
0627bd85f3
|
Added some (commented out) debug features for gpu particles.
|
2015-04-14 16:35:05 +10:00 |
|
hiker
|
2c44bd1201
|
Removed unnecessary copy, precompue area of triangle to reduce
work when smoothing normals.
|
2015-04-14 16:21:43 +10:00 |
|
hiker
|
a4264cc063
|
Visualise the (interpolated) normal at the points where the wheels touch the ground.
|
2015-04-14 09:33:55 +10:00 |
|
Marianne Gagnon
|
cdde932908
|
Tentative fix for #2079
|
2015-04-09 19:58:07 -04:00 |
|
Marianne Gagnon
|
9a905cb579
|
Merge remote-tracking branch 'Flakebi/bidi-updown'
|
2015-04-08 20:09:15 -04:00 |
|
Flakebi
|
effe131e4a
|
Dynamically test if text is rtl or not
|
2015-04-09 01:57:33 +02:00 |
|
Flakebi
|
66dd089902
|
Move rtl debug option to a more general method
|
2015-04-09 01:26:55 +02:00 |
|