------------------------------------------------------------------------ r25501 | rubidium | 2013-06-28 21:31:31 +0200 (Fri, 28 Jun 2013) | 2 lines -Fix: compilation error on OS X ------------------------------------------------------------------------ r25497 | frosch | 2013-06-28 21:20:45 +0200 (Fri, 28 Jun 2013) | 1 line -Fix (r25479): byte is not unit ------------------------------------------------------------------------ r25495 | rubidium | 2013-06-28 20:09:07 +0200 (Fri, 28 Jun 2013) | 2 lines -Fix [FS#5553]: when addings bits to a (train) station, the train trying to stop there could overshoot the (new) stop location and not stop at all ------------------------------------------------------------------------ r25494 | translators | 2013-06-28 19:45:19 +0200 (Fri, 28 Jun 2013) | 5 lines -Update from WebTranslator v3.0: catalan - 7 changes by juanjo spanish - 5 changes by juanjo vietnamese - 9 changes by nglekhoi ------------------------------------------------------------------------ r25493 | rubidium | 2013-06-27 23:21:47 +0200 (Thu, 27 Jun 2013) | 2 lines -Codechange: support for the safer variant of ICU's getFontTable ------------------------------------------------------------------------ r25492 | michi_cc | 2013-06-27 23:18:56 +0200 (Thu, 27 Jun 2013) | 1 line -Doc: Missing comment. ------------------------------------------------------------------------ r25491 | rubidium | 2013-06-27 22:30:22 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix: ofcourse... doing something with Random messes with the regression result... ------------------------------------------------------------------------ r25490 | rubidium | 2013-06-27 22:20:13 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined ------------------------------------------------------------------------ r25489 | rubidium | 2013-06-27 22:07:09 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along ------------------------------------------------------------------------ r25488 | rubidium | 2013-06-27 21:57:41 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on ------------------------------------------------------------------------ r25487 | rubidium | 2013-06-27 21:56:54 +0200 (Thu, 27 Jun 2013) | 2 lines -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 ------------------------------------------------------------------------ r25486 | rubidium | 2013-06-27 21:23:23 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs ------------------------------------------------------------------------ r25485 | rubidium | 2013-06-27 20:33:46 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix-ish: silence compiler warning ------------------------------------------------------------------------ r25484 | translators | 2013-06-27 19:45:14 +0200 (Thu, 27 Jun 2013) | 4 lines -Update from WebTranslator v3.0: luxembourgish - 21 changes by Phreeze slovak - 2 changes by Milsa ------------------------------------------------------------------------ r25483 | rubidium | 2013-06-27 18:25:30 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix: don't commit too much... ------------------------------------------------------------------------ r25482 | rubidium | 2013-06-27 18:24:19 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix [FS#5620]: forced newlines were not properly handled ------------------------------------------------------------------------ r25481 | rubidium | 2013-06-27 17:22:19 +0200 (Thu, 27 Jun 2013) | 2 lines -Fix [FS#5620]: when the font size and colour change directly after eachother in a string, the latter isn't taken into account ------------------------------------------------------------------------ r25480 | michi_cc | 2013-06-26 23:17:09 +0200 (Wed, 26 Jun 2013) | 1 line -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration. ------------------------------------------------------------------------ r25479 | frosch | 2013-06-26 22:38:32 +0200 (Wed, 26 Jun 2013) | 1 line -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed. ------------------------------------------------------------------------ r25478 | frosch | 2013-06-26 21:35:40 +0200 (Wed, 26 Jun 2013) | 1 line -Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement. ------------------------------------------------------------------------ r25477 | rubidium | 2013-06-26 21:10:22 +0200 (Wed, 26 Jun 2013) | 2 lines -Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early ------------------------------------------------------------------------ r25476 | frosch | 2013-06-26 20:49:53 +0200 (Wed, 26 Jun 2013) | 1 line -Cleanup: Remove unused _max_char_size, _max_char_height, _max_char_width. ------------------------------------------------------------------------ r25475 | translators | 2013-06-26 19:45:27 +0200 (Wed, 26 Jun 2013) | 6 lines -Update from WebTranslator v3.0: czech - 59 changes by Eskymak luxembourgish - 8 changes by Phreeze slovak - 27 changes by Milsa thai - 4 changes by nirakanz ------------------------------------------------------------------------ r25474 | rubidium | 2013-06-26 17:02:16 +0200 (Wed, 26 Jun 2013) | 2 lines -Fix [FS#5618]: OS X compilation failure ------------------------------------------------------------------------ r25473 | rubidium | 2013-06-25 22:48:12 +0200 (Tue, 25 Jun 2013) | 2 lines -Fix: uninitialised warning ------------------------------------------------------------------------ r25472 | rubidium | 2013-06-25 22:44:54 +0200 (Tue, 25 Jun 2013) | 2 lines -Cleanup: remove the old methods for drawing text ------------------------------------------------------------------------ r25471 | rubidium | 2013-06-25 22:44:23 +0200 (Tue, 25 Jun 2013) | 2 lines -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai) ------------------------------------------------------------------------ r25470 | rubidium | 2013-06-25 22:40:58 +0200 (Tue, 25 Jun 2013) | 2 lines -Feature-ish: use ICU's layout engine when that's available ------------------------------------------------------------------------ r25469 | rubidium | 2013-06-25 22:39:58 +0200 (Tue, 25 Jun 2013) | 2 lines -Add: method for getting the font tables from freetype fonts ------------------------------------------------------------------------ r25468 | rubidium | 2013-06-25 22:39:03 +0200 (Tue, 25 Jun 2013) | 2 lines -Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them ------------------------------------------------------------------------ r25467 | rubidium | 2013-06-25 22:38:29 +0200 (Tue, 25 Jun 2013) | 2 lines -Add: truncation support to the drawing routine ------------------------------------------------------------------------ r25466 | rubidium | 2013-06-25 22:38:12 +0200 (Tue, 25 Jun 2013) | 2 lines -Add: drawing routine for the layout engine ------------------------------------------------------------------------ r25465 | rubidium | 2013-06-25 22:29:31 +0200 (Tue, 25 Jun 2013) | 2 lines -Codechange: add the concept of a layouting engine for text ------------------------------------------------------------------------ r25464 | frosch | 2013-06-25 22:22:08 +0200 (Tue, 25 Jun 2013) | 1 line -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway. ------------------------------------------------------------------------ r25463 | rubidium | 2013-06-25 22:21:21 +0200 (Tue, 25 Jun 2013) | 2 lines -Codechange: export more size related information from the fonts ------------------------------------------------------------------------ r25462 | rubidium | 2013-06-25 22:20:15 +0200 (Tue, 25 Jun 2013) | 2 lines -Codechange: make a better distinction between characters and glyphs ------------------------------------------------------------------------ r25461 | rubidium | 2013-06-25 20:52:12 +0200 (Tue, 25 Jun 2013) | 2 lines -Fix: MSVC compiler warning ------------------------------------------------------------------------ r25460 | translators | 2013-06-25 19:45:17 +0200 (Tue, 25 Jun 2013) | 5 lines -Update from WebTranslator v3.0: czech - 4 changes by Eskymak german - 3 changes by Jogio luxembourgish - 2 changes by Phreeze ------------------------------------------------------------------------ r25459 | frosch | 2013-06-24 23:02:26 +0200 (Mon, 24 Jun 2013) | 1 line -Fix: Disable the depot-refit button in the order GUI, if the consist is not refittable. ------------------------------------------------------------------------ r25458 | frosch | 2013-06-24 23:01:05 +0200 (Mon, 24 Jun 2013) | 1 line -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. ------------------------------------------------------------------------ r25457 | frosch | 2013-06-24 22:58:25 +0200 (Mon, 24 Jun 2013) | 1 line -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor of aircraft. ------------------------------------------------------------------------ r25456 | frosch | 2013-06-24 22:57:50 +0200 (Mon, 24 Jun 2013) | 1 line -Fix [FS#5560]: Assertion when opening the refit GUI for a not refittable vehicle. ------------------------------------------------------------------------ r25455 | rubidium | 2013-06-24 22:52:28 +0200 (Mon, 24 Jun 2013) | 2 lines -Cleanup: make local function really local ------------------------------------------------------------------------ r25454 | rubidium | 2013-06-24 20:39:19 +0200 (Mon, 24 Jun 2013) | 2 lines -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it ------------------------------------------------------------------------ r25453 | translators | 2013-06-24 19:45:08 +0200 (Mon, 24 Jun 2013) | 3 lines -Update from WebTranslator v3.0: vietnamese - 1 changes by nglekhoi ------------------------------------------------------------------------ r25452 | rubidium | 2013-06-23 22:44:18 +0200 (Sun, 23 Jun 2013) | 2 lines -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 ------------------------------------------------------------------------ r25451 | frosch | 2013-06-23 22:08:13 +0200 (Sun, 23 Jun 2013) | 1 line -Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes. ------------------------------------------------------------------------ r25450 | rubidium | 2013-06-23 20:32:02 +0200 (Sun, 23 Jun 2013) | 2 lines -Fix: compilation without freetype ------------------------------------------------------------------------ r25449 | rubidium | 2013-06-23 19:48:39 +0200 (Sun, 23 Jun 2013) | 2 lines -Fix: WT3 validation error ------------------------------------------------------------------------ r25448 | translators | 2013-06-23 19:45:14 +0200 (Sun, 23 Jun 2013) | 3 lines -Update from WebTranslator v3.0: slovak - 4 changes by Milsa ------------------------------------------------------------------------ r25447 | planetmaker | 2013-06-23 19:14:34 +0200 (Sun, 23 Jun 2013) | 1 line -Fix (r25437): [OSX] Compilation was broken ------------------------------------------------------------------------ r25446 | rubidium | 2013-06-23 17:38:51 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: call sprite fontcache code from freetype font cache in case a sprite must be shown ------------------------------------------------------------------------ r25445 | rubidium | 2013-06-23 17:37:18 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: simplify the font loading ------------------------------------------------------------------------ r25444 | rubidium | 2013-06-23 17:36:29 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: move sprite font code together with the other sprite font code ------------------------------------------------------------------------ r25443 | rubidium | 2013-06-23 17:35:06 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: move the glyph to sprite cache into the FreeTypeFontCache instance ------------------------------------------------------------------------ r25442 | rubidium | 2013-06-23 17:32:09 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: move height and ascender information into the FontCache instances ------------------------------------------------------------------------ r25441 | rubidium | 2013-06-23 17:29:20 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: move the freetype font allocation into the FreeTypeFontCache ------------------------------------------------------------------------ r25440 | rubidium | 2013-06-23 17:27:55 +0200 (Sun, 23 Jun 2013) | 2 lines -Fix: MSVC compilation error ------------------------------------------------------------------------ r25439 | rubidium | 2013-06-23 17:25:35 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: move the glyph to sprite ID mapping into the SpriteFontCache ------------------------------------------------------------------------ r25438 | rubidium | 2013-06-23 17:24:36 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: introduce classes for the FontCache ------------------------------------------------------------------------ r25437 | rubidium | 2013-06-23 17:23:22 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: rework the FreeTypeSettings structure to make it better grouped ------------------------------------------------------------------------ r25436 | rubidium | 2013-06-23 17:20:23 +0200 (Sun, 23 Jun 2013) | 2 lines -Codechange: split the font detection code out of the font caching code ------------------------------------------------------------------------ r25435 | fonsinchen | 2013-06-23 10:29:28 +0200 (Sun, 23 Jun 2013) | 1 line -Fix: reroute cargo in vehicles if station is deleted ------------------------------------------------------------------------ r25434 | fonsinchen | 2013-06-23 10:28:53 +0200 (Sun, 23 Jun 2013) | 1 line -Fix: reroute cargo staged for unloading if a link breaks ------------------------------------------------------------------------ r25433 | translators | 2013-06-22 19:45:08 +0200 (Sat, 22 Jun 2013) | 3 lines -Update from WebTranslator v3.0: brazilian_portuguese - 29 changes by Tucalipe ------------------------------------------------------------------------ r25432 | rubidium | 2013-06-22 09:44:59 +0200 (Sat, 22 Jun 2013) | 2 lines -Fix [FS#5608]: clang compiler error; sometimes it's more strict than others ------------------------------------------------------------------------ r25431 | translators | 2013-06-21 19:45:09 +0200 (Fri, 21 Jun 2013) | 3 lines -Update from WebTranslator v3.0: thai - 10 changes by nirakanz ------------------------------------------------------------------------