log

age author description
Thu, 27 Jun 2013 20:07:09 +0000 rubidium (svn r25489) -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along draft
Thu, 27 Jun 2013 19:57:41 +0000 rubidium (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 draft
Thu, 27 Jun 2013 19:56:54 +0000 rubidium (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 draft
Thu, 27 Jun 2013 19:23:23 +0000 rubidium (svn r25486) -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs draft
Thu, 27 Jun 2013 18:33:46 +0000 rubidium (svn r25485) -Fix-ish: silence compiler warning draft
Thu, 27 Jun 2013 17:45:14 +0000 translators (svn r25484) -Update from WebTranslator v3.0: draft
Thu, 27 Jun 2013 16:25:30 +0000 rubidium (svn r25483) -Fix: don't commit too much... draft
Thu, 27 Jun 2013 16:24:19 +0000 rubidium (svn r25482) -Fix [FS#5620]: forced newlines were not properly handled draft
Thu, 27 Jun 2013 15:22:19 +0000 rubidium (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 draft
Wed, 26 Jun 2013 21:17:09 +0000 michi_cc (svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration. draft
Wed, 26 Jun 2013 20:38:32 +0000 frosch (svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed. draft
Wed, 26 Jun 2013 19:35:40 +0000 frosch (svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement. draft
Wed, 26 Jun 2013 19:10:22 +0000 rubidium (svn r25477) -Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early draft
Wed, 26 Jun 2013 18:49:53 +0000 frosch (svn r25476) -Cleanup: Remove unused _max_char_size, _max_char_height, _max_char_width. draft
Wed, 26 Jun 2013 17:45:27 +0000 translators (svn r25475) -Update from WebTranslator v3.0: draft
Wed, 26 Jun 2013 15:02:16 +0000 rubidium (svn r25474) -Fix [FS#5618]: OS X compilation failure draft
Tue, 25 Jun 2013 20:48:12 +0000 rubidium (svn r25473) -Fix: uninitialised warning draft
Tue, 25 Jun 2013 20:44:54 +0000 rubidium (svn r25472) -Cleanup: remove the old methods for drawing text draft
Tue, 25 Jun 2013 20:44:23 +0000 rubidium (svn r25471) -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai) draft
Tue, 25 Jun 2013 20:40:58 +0000 rubidium (svn r25470) -Feature-ish: use ICU's layout engine when that's available draft
Tue, 25 Jun 2013 20:39:58 +0000 rubidium (svn r25469) -Add: method for getting the font tables from freetype fonts draft
Tue, 25 Jun 2013 20:39:03 +0000 rubidium (svn r25468) -Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them draft
Tue, 25 Jun 2013 20:38:29 +0000 rubidium (svn r25467) -Add: truncation support to the drawing routine draft
Tue, 25 Jun 2013 20:38:12 +0000 rubidium (svn r25466) -Add: drawing routine for the layout engine draft
Tue, 25 Jun 2013 20:29:31 +0000 rubidium (svn r25465) -Codechange: add the concept of a layouting engine for text draft
Tue, 25 Jun 2013 20:22:08 +0000 frosch (svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway. draft
Tue, 25 Jun 2013 20:21:21 +0000 rubidium (svn r25463) -Codechange: export more size related information from the fonts draft
Tue, 25 Jun 2013 20:20:15 +0000 rubidium (svn r25462) -Codechange: make a better distinction between characters and glyphs draft
Tue, 25 Jun 2013 18:52:12 +0000 rubidium (svn r25461) -Fix: MSVC compiler warning draft
Tue, 25 Jun 2013 17:45:17 +0000 translators (svn r25460) -Update from WebTranslator v3.0: draft
Mon, 24 Jun 2013 21:02:26 +0000 frosch (svn r25459) -Fix: Disable the depot-refit button in the order GUI, if the consist is not refittable. draft
Mon, 24 Jun 2013 21:01:05 +0000 frosch (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. draft
Mon, 24 Jun 2013 20:58:25 +0000 frosch (svn r25457) -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor of aircraft. draft
Mon, 24 Jun 2013 20:57:50 +0000 frosch (svn r25456) -Fix [FS#5560]: Assertion when opening the refit GUI for a not refittable vehicle. draft
Mon, 24 Jun 2013 20:52:28 +0000 rubidium (svn r25455) -Cleanup: make local function really local draft
Mon, 24 Jun 2013 18:39:19 +0000 rubidium (svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it draft
Mon, 24 Jun 2013 17:45:08 +0000 translators (svn r25453) -Update from WebTranslator v3.0: draft
Sun, 23 Jun 2013 20:44:18 +0000 rubidium (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 draft
Sun, 23 Jun 2013 20:08:13 +0000 frosch (svn r25451) -Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes. draft
Sun, 23 Jun 2013 18:32:02 +0000 rubidium (svn r25450) -Fix: compilation without freetype draft
Sun, 23 Jun 2013 17:48:39 +0000 rubidium (svn r25449) -Fix: WT3 validation error draft
Sun, 23 Jun 2013 17:45:14 +0000 translators (svn r25448) -Update from WebTranslator v3.0: draft
Sun, 23 Jun 2013 17:14:34 +0000 planetmaker (svn r25447) -Fix (r25437): [OSX] Compilation was broken draft
Sun, 23 Jun 2013 15:38:51 +0000 rubidium (svn r25446) -Codechange: call sprite fontcache code from freetype font cache in case a sprite must be shown draft
Sun, 23 Jun 2013 15:37:18 +0000 rubidium (svn r25445) -Codechange: simplify the font loading draft
Sun, 23 Jun 2013 15:36:29 +0000 rubidium (svn r25444) -Codechange: move sprite font code together with the other sprite font code draft
Sun, 23 Jun 2013 15:35:06 +0000 rubidium (svn r25443) -Codechange: move the glyph to sprite cache into the FreeTypeFontCache instance draft
Sun, 23 Jun 2013 15:32:09 +0000 rubidium (svn r25442) -Codechange: move height and ascender information into the FontCache instances draft
Sun, 23 Jun 2013 15:29:20 +0000 rubidium (svn r25441) -Codechange: move the freetype font allocation into the FreeTypeFontCache draft
Sun, 23 Jun 2013 15:27:55 +0000 rubidium (svn r25440) -Fix: MSVC compilation error draft
Sun, 23 Jun 2013 15:25:35 +0000 rubidium (svn r25439) -Codechange: move the glyph to sprite ID mapping into the SpriteFontCache draft
Sun, 23 Jun 2013 15:24:36 +0000 rubidium (svn r25438) -Codechange: introduce classes for the FontCache draft
Sun, 23 Jun 2013 15:23:22 +0000 rubidium (svn r25437) -Codechange: rework the FreeTypeSettings structure to make it better grouped draft
Sun, 23 Jun 2013 15:20:23 +0000 rubidium (svn r25436) -Codechange: split the font detection code out of the font caching code draft
Sun, 23 Jun 2013 08:29:28 +0000 fonsinchen (svn r25435) -Fix: reroute cargo in vehicles if station is deleted draft
Sun, 23 Jun 2013 08:28:53 +0000 fonsinchen (svn r25434) -Fix: reroute cargo staged for unloading if a link breaks draft
Sat, 22 Jun 2013 17:45:08 +0000 translators (svn r25433) -Update from WebTranslator v3.0: draft
Sat, 22 Jun 2013 07:44:59 +0000 rubidium (svn r25432) -Fix [FS#5608]: clang compiler error; sometimes it's more strict than others draft
Fri, 21 Jun 2013 17:45:09 +0000 translators (svn r25431) -Update from WebTranslator v3.0: draft
Thu, 20 Jun 2013 17:45:12 +0000 translators (svn r25430) -Update from WebTranslator v3.0: draft