43a9cfcaa4
(svn r25491) -Fix: ofcourse... doing something with Random messes with the regression result...
rubidium
2013-06-27 20:30:22 +00:00
687ec29b86
(svn r25491) -Fix: ofcourse... doing something with Random messes with the regression result...
rubidium
2013-06-27 20:30:22 +00:00
11e6d5c8df
(svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined
rubidium
2013-06-27 20:20:13 +00:00
9bcad08a7f
(svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined
rubidium
2013-06-27 20:20:13 +00:00
868001a1e0
(svn r25489) -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along
rubidium
2013-06-27 20:07:09 +00:00
4604f20d57
(svn r25489) -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along
rubidium
2013-06-27 20:07:09 +00:00
19eca468fc
(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on
rubidium
2013-06-27 19:57:41 +00:00
9d41bcd010
(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on
rubidium
2013-06-27 19:57:41 +00:00
8463335b00
(svn r25487) -Fix: do not allow control codes in names of things (signs, vehicles, towns, stations, etc), so they have a known maximum fixed size and are, by definition, the same for everyone
rubidium
2013-06-27 19:56:54 +00:00
523a555f2a
(svn r25487) -Fix: do not allow control codes in names of things (signs, vehicles, towns, stations, etc), so they have a known maximum fixed size and are, by definition, the same for everyone
rubidium
2013-06-27 19:56:54 +00:00
5d37e21d04
(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs
rubidium
2013-06-27 19:23:23 +00:00
64c54f73a8
(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs
rubidium
2013-06-27 19:23:23 +00:00
569eaf0e11
(svn r25482) -Fix [FS#5620]: forced newlines were not properly handled
rubidium
2013-06-27 16:24:19 +00:00
d9bdd040ff
(svn r25482) -Fix [FS#5620]: forced newlines were not properly handled
rubidium
2013-06-27 16:24:19 +00:00
bd2f4b9a24
(svn r25481) -Fix [FS#5620]: when the font size and colour change directly after eachother in a string, the latter isn't taken into account
rubidium
2013-06-27 15:22:19 +00:00
6fc07559ed
(svn r25481) -Fix [FS#5620]: when the font size and colour change directly after eachother in a string, the latter isn't taken into account
rubidium
2013-06-27 15:22:19 +00:00
0150ab1bb2
(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration.
michi_cc
2013-06-26 21:17:09 +00:00
ac583fc787
(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration.
michi_cc
2013-06-26 21:17:09 +00:00
7c9f0545b4
(svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed.
frosch
2013-06-26 20:38:32 +00:00
8cbb0ffa2b
(svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed.
frosch
2013-06-26 20:38:32 +00:00
653a005d19
(svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement.
frosch
2013-06-26 19:35:40 +00:00
6be31ca86c
(svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement.
frosch
2013-06-26 19:35:40 +00:00
809120bc05
(svn r25477) -Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early
rubidium
2013-06-26 19:10:22 +00:00
bb7a5cbb76
(svn r25477) -Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early
rubidium
2013-06-26 19:10:22 +00:00
f980d1a43c
(svn r25472) -Cleanup: remove the old methods for drawing text
rubidium
2013-06-25 20:44:54 +00:00
ba3eda7c1e
(svn r25472) -Cleanup: remove the old methods for drawing text
rubidium
2013-06-25 20:44:54 +00:00
8bbbb1b37a
(svn r25471) -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai)
rubidium
2013-06-25 20:44:23 +00:00
8a1af5c1b2
(svn r25471) -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai)
rubidium
2013-06-25 20:44:23 +00:00
48c1e4f87e
(svn r25470) -Feature-ish: use ICU's layout engine when that's available
rubidium
2013-06-25 20:40:58 +00:00
672ccbfde5
(svn r25470) -Feature-ish: use ICU's layout engine when that's available
rubidium
2013-06-25 20:40:58 +00:00
7b10e39bf1
(svn r25469) -Add: method for getting the font tables from freetype fonts
rubidium
2013-06-25 20:39:58 +00:00
1e7ff472c7
(svn r25469) -Add: method for getting the font tables from freetype fonts
rubidium
2013-06-25 20:39:58 +00:00
c90dbe2018
(svn r25468) -Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them
rubidium
2013-06-25 20:39:03 +00:00
25c2c7c7ff
(svn r25468) -Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them
rubidium
2013-06-25 20:39:03 +00:00
899c4d85e4
(svn r25467) -Add: truncation support to the drawing routine
rubidium
2013-06-25 20:38:29 +00:00
0178092c2c
(svn r25467) -Add: truncation support to the drawing routine
rubidium
2013-06-25 20:38:29 +00:00
4f0ef61d4e
(svn r25466) -Add: drawing routine for the layout engine
rubidium
2013-06-25 20:38:12 +00:00
fd2c650463
(svn r25466) -Add: drawing routine for the layout engine
rubidium
2013-06-25 20:38:12 +00:00
2446b8ea60
(svn r25465) -Codechange: add the concept of a layouting engine for text
rubidium
2013-06-25 20:29:31 +00:00
c0538388c9
(svn r25465) -Codechange: add the concept of a layouting engine for text
rubidium
2013-06-25 20:29:31 +00:00
bbbecceae1
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
frosch
2013-06-25 20:22:08 +00:00
4a8f47b9a5
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
frosch
2013-06-25 20:22:08 +00:00
43a37f7f28
(svn r25463) -Codechange: export more size related information from the fonts
rubidium
2013-06-25 20:21:21 +00:00
755bd9901d
(svn r25463) -Codechange: export more size related information from the fonts
rubidium
2013-06-25 20:21:21 +00:00
092c33be3f
(svn r25462) -Codechange: make a better distinction between characters and glyphs
rubidium
2013-06-25 20:20:15 +00:00
71f6eab843
(svn r25462) -Codechange: make a better distinction between characters and glyphs
rubidium
2013-06-25 20:20:15 +00:00
9bb031533d
(svn r25460) -Update from WebTranslator v3.0: czech - 4 changes by Eskymak german - 3 changes by Jogio luxembourgish - 2 changes by Phreeze
translators
2013-06-25 17:45:17 +00:00
7da3d336f3
(svn r25460) -Update from WebTranslator v3.0: czech - 4 changes by Eskymak german - 3 changes by Jogio luxembourgish - 2 changes by Phreeze
translators
2013-06-25 17:45:17 +00:00
e158383118
(svn r25459) -Fix: Disable the depot-refit button in the order GUI, if the consist is not refittable.
frosch
2013-06-24 21:02:26 +00:00
d20db312e6
(svn r25459) -Fix: Disable the depot-refit button in the order GUI, if the consist is not refittable.
frosch
2013-06-24 21:02:26 +00:00
58ae2d5aeb
(svn r25458) -Fix-ish: Enable the autorefit-button in the order GUI in case the vehicle is not auto-refittable but already has a autorefit-order set to allow clearing the refit.
frosch
2013-06-24 21:01:05 +00:00
c1f52d46fe
(svn r25458) -Fix-ish: Enable the autorefit-button in the order GUI in case the vehicle is not auto-refittable but already has a autorefit-order set to allow clearing the refit.
frosch
2013-06-24 21:01:05 +00:00
bfbdbe688e
(svn r25457) -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor of aircraft.
frosch
2013-06-24 20:58:25 +00:00
1077d2738e
(svn r25457) -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor of aircraft.
frosch
2013-06-24 20:58:25 +00:00
abb5a13f1e
(svn r25456) -Fix [FS#5560]: Assertion when opening the refit GUI for a not refittable vehicle.
frosch
2013-06-24 20:57:50 +00:00
5ede413531
(svn r25456) -Fix [FS#5560]: Assertion when opening the refit GUI for a not refittable vehicle.
frosch
2013-06-24 20:57:50 +00:00
be2b87c1cd
(svn r25455) -Cleanup: make local function really local
rubidium
2013-06-24 20:52:28 +00:00
a290f2d53a
(svn r25455) -Cleanup: make local function really local
rubidium
2013-06-24 20:52:28 +00:00
7c0f34130c
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it
rubidium
2013-06-24 18:39:19 +00:00
2771de7f34
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it
rubidium
2013-06-24 18:39:19 +00:00
8197a3ea2a
(svn r25453) -Update from WebTranslator v3.0: vietnamese - 1 changes by nglekhoi
translators
2013-06-24 17:45:08 +00:00
ea781c7992
(svn r25453) -Update from WebTranslator v3.0: vietnamese - 1 changes by nglekhoi
translators
2013-06-24 17:45:08 +00:00
ed36aa0458
(svn r25452) -Codechange: let the chat messages be drawn like the console messages; drawing complete multiline strings from the bottom, instead of manually breaking the strings and drawing those
rubidium
2013-06-23 20:44:18 +00:00
8059c446d7
(svn r25452) -Codechange: let the chat messages be drawn like the console messages; drawing complete multiline strings from the bottom, instead of manually breaking the strings and drawing those
rubidium
2013-06-23 20:44:18 +00:00
798f472552
(svn r25451) -Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes.
frosch
2013-06-23 20:08:13 +00:00
15993b7d87
(svn r25451) -Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes.
frosch
2013-06-23 20:08:13 +00:00
8190d26f9e
(svn r25446) -Codechange: call sprite fontcache code from freetype font cache in case a sprite must be shown
rubidium
2013-06-23 15:38:51 +00:00
e326a4b865
(svn r25446) -Codechange: call sprite fontcache code from freetype font cache in case a sprite must be shown
rubidium
2013-06-23 15:38:51 +00:00
8c5a7cf0ab
(svn r25445) -Codechange: simplify the font loading
rubidium
2013-06-23 15:37:18 +00:00
67dc369a82
(svn r25445) -Codechange: simplify the font loading
rubidium
2013-06-23 15:37:18 +00:00