Marianne Gagnon
|
cc7f7b9b4c
|
Use SigmarOne font for digits
|
2015-10-19 21:02:25 -04:00 |
|
Marianne Gagnon
|
9c3da791a4
|
Add Benau to credits, thank you :)
|
2015-10-19 20:56:38 -04:00 |
|
Marianne Gagnon
|
2dfc493adf
|
Minor FreeType cleanup
|
2015-10-19 19:25:51 -04:00 |
|
hiker
|
6fc4b9c19d
|
Prevent crash in case of issues creating the server.
|
2015-10-20 09:37:51 +11:00 |
|
hiker
|
46b4d275a9
|
Minor refactoring and coding style fixes.
|
2015-10-20 09:34:14 +11:00 |
|
Deve
|
0d58774b54
|
Fixed mingw compilation
|
2015-10-19 20:50:39 +02:00 |
|
hiker
|
d5a9364ece
|
Minor cosmetic changes.
|
2015-10-19 17:06:14 +11:00 |
|
hiker
|
3a544b69eb
|
Merge branch 'freetype_lazyloadchar' of github.com:supertuxkart/stk-code into freetype_lazyloadchar
|
2015-10-19 13:31:39 +11:00 |
|
hiker
|
52b5b7c8d1
|
Fixed crash caused by using a char pointer to a temporary string only (which can get
overwritten/freed before the pointer is used).
|
2015-10-19 13:29:52 +11:00 |
|
Marianne Gagnon
|
fcd402b538
|
Merge remote-tracking branch 'Benau/lazyloadchar' into freetype_lazyloadchar
|
2015-10-18 21:47:16 -04:00 |
|
Benau
|
109d6b91ce
|
Choose the correct title font smartly
|
2015-10-19 09:39:57 +08:00 |
|
Marianne Gagnon
|
06fb6d4eb2
|
Delete old fonts and related code
|
2015-10-18 20:15:05 -04:00 |
|
Marianne Gagnon
|
dd975de74f
|
Remove the font tool, which is no longer necessary
|
2015-10-18 20:10:31 -04:00 |
|
Marianne Gagnon
|
6d365032f3
|
A few minor bugfixes, a little cleanup in TTF font code. Add Ubuntu font for latin languages since it generally looks better than Freesans for a game
|
2015-10-18 20:07:11 -04:00 |
|
Marianne Gagnon
|
1a58df0696
|
Fix issue in language selection screen (improper utf-8 decoding)
|
2015-10-18 19:53:20 -04:00 |
|
Marianne Gagnon
|
0571db6bef
|
Freetpye support on OSX
|
2015-10-18 19:44:28 -04:00 |
|
hiker
|
8d0c22346d
|
Cosmetic changes only.
|
2015-10-19 08:15:43 +11:00 |
|
hiker
|
e535afc9d8
|
Cosmetic changes only.
|
2015-10-19 08:11:28 +11:00 |
|
hiker
|
faf697ef5d
|
Made access to the public address thread safe, and simplified setting
of the public address.
|
2015-10-19 08:02:44 +11:00 |
|
Benau
|
218f94d181
|
Silence warning
|
2015-10-18 10:10:03 +08:00 |
|
Marianne Gagnon
|
d0d6476feb
|
Merge remote-tracking branch 'Benau/lazyloadchar' into freetype_lazyloadchar
|
2015-10-17 21:41:56 -04:00 |
|
Benau
|
fad23b148b
|
Fix travis build
|
2015-10-18 09:40:37 +08:00 |
|
Marianne Gagnon
|
cee6d9d611
|
Merge branch 'master' into freetype_lazyloadchar
|
2015-10-17 21:34:19 -04:00 |
|
Marianne Gagnon
|
a84b04db66
|
Merge remote-tracking branch 'Benau/freetype' into freetype_lazyloadchar
|
2015-10-17 21:31:05 -04:00 |
|
Marianne Gagnon
|
f909619413
|
Add translation help comment, for issue #2335
|
2015-10-17 20:47:19 -04:00 |
|
Marianne Gagnon
|
fcfbd82a0e
|
Merge branch 'TranslatableDateTime'
|
2015-10-17 20:44:32 -04:00 |
|
Deve
|
e7e7e9e7d3
|
Make sure that we compile irrlicht only as static library.
Compiling as shared library can cause errors during linking because of GLContextDebugBit variable, which is defined in STK sources.
|
2015-10-17 16:02:35 +02:00 |
|
hiker
|
4fad614d55
|
Removed unnecessary copy constructor call, which makes the Synchronised
class work with NoCopy objects.
|
2015-10-17 09:33:05 +11:00 |
|
Ben
|
adbaa44864
|
Fix typo
|
2015-10-17 03:03:56 +08:00 |
|
Benau
|
d166aa620e
|
Add lazy load char function
Now less fonts are used to prevent mismatch, also include font license file
|
2015-10-17 02:57:27 +08:00 |
|
Benau
|
f557dce27e
|
Fix some bugs in title font and clean up more code
|
2015-10-17 01:20:50 +08:00 |
|
hiker
|
aeec90fa0d
|
Removed many unnecessary copies of TransportAddress.
|
2015-10-16 23:55:54 +11:00 |
|
Deve
|
9b5e4e9201
|
Merge pull request #2352 from leyyin/fix-compilation
Fix linux compilation
|
2015-10-16 10:43:10 +02:00 |
|
Daniel Butum
|
8cfa2f925a
|
Fix linux compilation
|
2015-10-16 11:22:20 +03:00 |
|
hiker
|
162bcced37
|
Make m_ip and m_port in TransportAddress private (adding setters and getters).
|
2015-10-16 16:59:42 +11:00 |
|
hiker
|
83811d2960
|
More compilation fixes :(
|
2015-10-16 10:37:20 +11:00 |
|
hiker
|
8183760cd9
|
Fix travis build.
|
2015-10-16 10:28:29 +11:00 |
|
hiker
|
aeb4ba63d0
|
Fixed #2350.
|
2015-10-16 09:46:59 +11:00 |
|
hiker
|
517ba2c2df
|
Cosmetic changes, added some convenience functions.
|
2015-10-16 00:52:28 +11:00 |
|
hiker
|
9a55da5c2c
|
Reserve space for NetworkStrings (to reduce copying when reallocating).
|
2015-10-16 00:03:23 +11:00 |
|
hiker
|
e7860e1c14
|
Fixed compiler warnings.
|
2015-10-15 21:48:17 +11:00 |
|
hiker
|
a61506046b
|
Updated assets version.
|
2015-10-15 11:22:47 +11:00 |
|
Marianne Gagnon
|
0af8842767
|
Update translations
|
2015-10-14 19:52:36 -04:00 |
|
Ben
|
ee60eb9a68
|
Fix scoreboard display
|
2015-10-15 07:43:13 +08:00 |
|
samuncle
|
d80c7136e0
|
Add a better firework effect !
|
2015-10-14 02:34:23 +02:00 |
|
hiker
|
beca77e94f
|
Use NetworkString for stun response data.
|
2015-10-14 00:18:13 +11:00 |
|
hiker
|
192e2f99b5
|
Merge branch 'konstin-dev'
|
2015-10-13 22:09:11 +11:00 |
|
hiker
|
7356958774
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code
|
2015-10-13 21:12:22 +11:00 |
|
hiker
|
86574e4521
|
Added comments and further cosmetic changes. Removed some duplicated functions.
|
2015-10-13 20:53:53 +11:00 |
|
Benau
|
a756f9f90e
|
Better title font to all languages
I tested all language, all of the them only needs 2 glyph page
to load their needed chars.
|
2015-10-13 08:25:25 +08:00 |
|