auria
08c3657660
Added a few missing cyrillic characters
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7077 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-18 21:02:50 +00:00
hikerstk
370bd1338b
Updated fonts for updated Chinese translations.
...
The data StkChineseFontHeader.xml is now included
in StkChinseFont.xml. Chinese characters have now
an offset of 100 to avoid texture problems with
other fonts.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6997 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-13 11:42:18 +00:00
hikerstk
13fb30ea41
Actually saving the file before committing helps ... this time I hopefully really
...
removed all warnings :)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6949 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 12:32:31 +00:00
hikerstk
ef300391d1
Fixed all remaining duplicates.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6948 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 12:02:09 +00:00
hikerstk
2e354c4148
Removed more duplicated characters.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6947 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 06:22:25 +00:00
auria
b9ac54ee66
Corrected more conflicts with chinese font
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6933 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 14:24:35 +00:00
auria
0edb2425e9
More fixes to chinese font
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6931 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 14:10:54 +00:00
auria
4637a1365f
Fixed chinese font
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6928 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 14:02:43 +00:00
hikerstk
23bb74ee41
Added Chinese fonts (only including the characters currently used in
...
translations to save space). Note that they need to be recreated
if the translation changes!
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6921 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 03:21:39 +00:00
auria
7adcf430bd
temporarly fixed hebrew translation to indicate it's RTL + scaled down hebrew font a little
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5878 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-03 19:02:16 +00:00
auria
c39f26a03a
Removed long sections of diasbled lines from title font file
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5810 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-08-29 20:03:44 +00:00
auria
edc613ed10
Added license info regarding new font + removed debug prints
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5809 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-08-29 19:56:40 +00:00
auria
e79025b041
Fixed crash in font code, updated font loading code to allow splitting our huge XML file so that chinese can be in a separate file, switched to wqyMicroHei for chinese font (font not included in SVN because of size)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5808 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-08-29 19:28:57 +00:00
auria
99626ff944
Minor improvements to hebrew font
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5462 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-06-01 00:10:37 +00:00
auria
a2825c4b36
Added support for Hebrew (and, more generally, RTL languages). fribidi must be available and ENABLE_BIDI must be defined (however the autotools build system currently does not check for fribidi presence so if you build with autotools it will always be off)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5457 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-05-30 19:11:39 +00:00
hikerstk
3670951f02
Fixed installation, some fonts were missing.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5236 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-04-22 00:42:56 +00:00
auria
d2dfb64f9e
Renamed font file to not contain spaces, since that seems to confuse autotools on some platforms
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4733 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-02-15 22:50:08 +00:00
auria
b256e43ab2
Added features to manually control size of each texture in a font (this is useful for our 'composite font', where chinese characters are larger than latin ones)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4553 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-29 00:19:17 +00:00
auria
cc6a42a3a7
Improved \! in title font by Arthur_D
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4537 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-25 21:43:51 +00:00
auria
998cc50ed0
RIP domestic manners
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4535 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 23:57:50 +00:00
auria
c2b2a74e28
Improved Ø character in title font
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4534 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 18:36:03 +00:00
auria
5fad2fc491
Tweaks to title font
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4532 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 16:58:52 +00:00
mbjornstk
9a38037f10
Filenames with spaces are troublesome, so use zero terminated style.
...
At least for now. Any better fix?
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4527 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 03:46:22 +00:00
auria
dcc240a0d4
Fixed display issues with russian and greek (for some reason, the irrlicht font tool added a lot of margin to the left and right of these characters)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4526 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 01:43:06 +00:00
auria
60425bf01d
Added preliminary support for greek and russian. Chinese is also supported if the SungTil files are present (I'm not committing them yet since they're quite large, so we need to decide first if we want to ship them by default or separately)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4525 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 01:30:33 +00:00
auria
05f21d45ee
Moved fonts to the (duh) /fonts directory in /data
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4524 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 00:26:41 +00:00
auria
a1932cd4e3
Converted domestic manners font file to UTF-16, so accentuated characters can be used. (Hiker: I'd still prefer getting rid of at least one font, we have 3 atm, this is a bit too much, no? and it so happens that domestic manners has quite fewer characters than other fonts we have)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4523 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 00:07:30 +00:00
hikerstk
5e5d0a9caa
Removed unused plib txf fonts, fixed Makefile to pack the new fonts.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4280 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-12-14 02:35:48 +00:00
mbjornstk
4284d97abb
Convert from UTF16 to UTF8 and fix props.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4048 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-09-26 02:28:47 +00:00
mbjornstk
ef44c1a2b2
Remove svn exec prop from more data files.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3302 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-24 22:27:24 +00:00
hikerstk
d2b45f0761
Converted DomesticManners to an irrlicht font, more cleanup.
...
Time is now displayed using the new font.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3242 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-12 05:21:13 +00:00
hikerstk
a0b3e358ed
Applied SciYann's build system improvement.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2824 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-01-02 19:34:38 +00:00
cosmosninja
985ad0f619
Reverted fonts changes.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1761 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-04-27 22:54:46 +00:00
scifly
39c2690102
Added new challenges that lock most of the new tracks/features.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1759 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-04-27 21:48:32 +00:00
hikerstk
a03dc10d67
Fixed automake installation, using Robert's 'find' approach for
...
flexibility.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1690 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-04-17 05:34:45 +00:00
hikerstk
29dfd09f7c
1) Improved sound_manager to support separate
...
sound packages, and using "*.music" information
files for additional information music.
2) Removed old/unused plib sound support.
3) Moved all .ogg files to either data/music, or
to the tracks where they belong.
4) Moved fonts to data/fonts; wav to data/sfx,
po to data/po, herring to data/herrings,
models to data/models.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1652 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-14 09:49:17 +00:00