log

age author description
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
Wed, 19 Jun 2013 20:03:10 +0000 frosch (svn r25429) -Fix [FS#5603] (r25140): When town creation failed, removing remnants of the construction failed on protected houses. draft
Wed, 19 Jun 2013 19:03:51 +0000 frosch (svn r25428) -Update: Baseset translations draft
Wed, 19 Jun 2013 17:45:36 +0000 translators (svn r25427) -Update from WebTranslator v3.0: draft
Tue, 18 Jun 2013 19:32:58 +0000 fonsinchen (svn r25426) -Fix: highlight the right entry in the sorting selector in station view window draft
Tue, 18 Jun 2013 17:45:30 +0000 translators (svn r25425) -Update from WebTranslator v3.0: draft
Mon, 17 Jun 2013 20:38:11 +0000 fonsinchen (svn r25424) -Fix: keep old flows around in an invalidated state to continue routing cargo if necessary draft
Mon, 17 Jun 2013 20:37:31 +0000 fonsinchen (svn r25423) -Fix: integer overflows in MCF solver draft
Mon, 17 Jun 2013 20:37:07 +0000 fonsinchen (svn r25422) -Fix: properly initialize base capacity for paths draft
Mon, 17 Jun 2013 17:45:33 +0000 translators (svn r25421) -Update from WebTranslator v3.0: draft
Sun, 16 Jun 2013 17:45:49 +0000 translators (svn r25420) -Update from WebTranslator v3.0: draft
Sat, 15 Jun 2013 20:48:50 +0000 fonsinchen (svn r25419) -Fix: assign some random other source station to packets which have lost their source draft
Sat, 15 Jun 2013 17:50:58 +0000 rubidium (svn r25418) -Fix: WT3 validation error draft
Sat, 15 Jun 2013 17:45:26 +0000 translators (svn r25417) -Update from WebTranslator v3.0: draft
Sat, 15 Jun 2013 15:31:22 +0000 frosch (svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList. draft
Sat, 15 Jun 2013 15:31:04 +0000 frosch (svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible. draft
Sat, 15 Jun 2013 15:30:44 +0000 frosch (svn r25412) -Codechange: Make use of Window::OnHotkey draft
Sat, 15 Jun 2013 15:30:16 +0000 frosch (svn r25411) -Add: Window::OnHotkey draft
Sat, 15 Jun 2013 15:28:09 +0000 frosch (svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member. draft
Sat, 15 Jun 2013 15:27:51 +0000 rubidium (svn r25409) -Cleanup: remove removed string draft
Sat, 15 Jun 2013 15:27:33 +0000 frosch (svn r25408) -Codechange: Simplify hotkeys by removing unused stuff. draft
Sat, 15 Jun 2013 15:27:08 +0000 frosch (svn r25407) -Codechange: Use order hotkey enum instead of function pointers. draft
Sat, 15 Jun 2013 15:26:49 +0000 frosch (svn r25406) -Cleanup: There were two hotkeys to toggle between 'unload' and 'unload if possible'. draft
Sat, 15 Jun 2013 15:26:24 +0000 rubidium (svn r25405) -Feature-ish: differentiate between total waiting cargo count and available (not reserved) cargo count in the station list draft
Sat, 15 Jun 2013 15:24:20 +0000 rubidium (svn r25404) -Feature: Thai draft
Sat, 15 Jun 2013 15:21:05 +0000 translators (svn r25403) -Update from WebTranslator v3.0: draft
Sat, 15 Jun 2013 15:06:22 +0000 frosch (svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they register in static vectors. draft
Sat, 15 Jun 2013 15:05:54 +0000 frosch (svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file. draft
Fri, 14 Jun 2013 17:45:26 +0000 translators (svn r25400) -Update from WebTranslator v3.0: draft
Thu, 13 Jun 2013 18:01:03 +0000 rubidium (svn r25399) -Fix: invalid UTF8 character draft
Thu, 13 Jun 2013 17:45:28 +0000 translators (svn r25398) -Update from WebTranslator v3.0: draft
Wed, 12 Jun 2013 19:31:33 +0000 zuu (svn r25397) -Fix (r25342,r25352): Document API additions in the GS changelog draft
Wed, 12 Jun 2013 17:45:28 +0000 translators (svn r25396) -Update from WebTranslator v3.0: draft
Tue, 11 Jun 2013 18:36:26 +0000 frosch (svn r25395) -Fix [FS#5596]: The size of station construction windows could oscillate when resizing the window moved the mouse into the window. draft
Tue, 11 Jun 2013 18:24:01 +0000 frosch (svn r25394) -Fix: Restrict renaming engines to the server, just like renaming towns. draft
Tue, 11 Jun 2013 17:45:54 +0000 translators (svn r25393) -Update from WebTranslator v3.0: draft
Tue, 11 Jun 2013 05:04:49 +0000 rubidium (svn r25392) -Fix (r25390): update regression to account for the compatability settings draft
Mon, 10 Jun 2013 21:53:11 +0000 fonsinchen (svn r25391) -Fix: make ChangeShare really aware of INT_MIN draft
Mon, 10 Jun 2013 21:30:31 +0000 fonsinchen (svn r25390) -Fix: add missing compatibility settings in afterload. draft
Mon, 10 Jun 2013 17:45:38 +0000 translators (svn r25389) -Update from WebTranslator v3.0: draft
Mon, 10 Jun 2013 17:17:59 +0000 zuu (svn r25388) -Fix [FS#5593] (r25376): Forgot to add tooltips for the new main menu buttons draft
Sun, 09 Jun 2013 18:58:36 +0000 rubidium (svn r25387) -Fix: "typos" in @file filename draft
Sun, 09 Jun 2013 18:51:49 +0000 frosch (svn r25386) -Fix: Use plural forms in linkgraph settings. draft
Sun, 09 Jun 2013 18:20:54 +0000 translators (svn r25385) -Update from WebTranslator v3.0: draft
Sun, 09 Jun 2013 16:18:58 +0000 zuu (svn r25384) -Fix (25344): Correctly invalidate the story window when data changes draft
Sun, 09 Jun 2013 15:36:31 +0000 zuu (svn r25383) -Fix (r25376): Remove now redundant menu entries for story book and goals draft
Sun, 09 Jun 2013 15:23:01 +0000 fonsinchen (svn r25382) -Fix: STR_CONFIG_SETTING_DISTRIBUTION_ARMOURED_HELPTEXT was inaccurate draft
Sun, 09 Jun 2013 14:13:59 +0000 zuu (svn r25381) -Fix: Silent story book compiler warnings draft
Sun, 09 Jun 2013 14:11:55 +0000 zuu (svn r25380) -Fix (r25344): Vertically center images of page elements in the available vertical space draft
Sun, 09 Jun 2013 14:10:33 +0000 fonsinchen (svn r25379) -Fix: avoid warning in FlowStatMap::FinalizeLocalConsumption draft
Sun, 09 Jun 2013 13:56:36 +0000 rubidium (svn r25378) -Cleanup: remove stale/outdated string draft
Sun, 09 Jun 2013 13:55:33 +0000 rubidium (svn r25377) -Feature: timetable spreading of vehicles by Ctrl+Click when setting a start date draft
Sun, 09 Jun 2013 13:37:04 +0000 zuu (svn r25376) -Feature: Allow access to goal list and story book of other companies than your own draft
Sun, 09 Jun 2013 13:31:59 +0000 fonsinchen (svn r25375) -Update: add fonsinchen to credits draft
Sun, 09 Jun 2013 13:31:14 +0000 zuu (svn r25374) -Update: Remove stale goal translations draft
Sun, 09 Jun 2013 13:24:26 +0000 fonsinchen (svn r25373) -Add: squirrel bindings for cargodist-specific widgets draft
Sun, 09 Jun 2013 13:23:03 +0000 zuu (svn r25372) -Add: Allow opening a goal list window specific to a company draft
Sun, 09 Jun 2013 13:18:37 +0000 rubidium (svn r25371) -Fix: svn:eolstyle / svn:keywords draft
Sun, 09 Jun 2013 13:17:20 +0000 zuu (svn r25370) -Fix: Make the prefix for widget constants unique for the goal list window draft
Sun, 09 Jun 2013 13:13:47 +0000 zuu (svn r25369) -Add: allow opening a story window specific to a company draft
Sun, 09 Jun 2013 13:11:08 +0000 fonsinchen (svn r25368) -Add: french translation for cargodist draft
Sun, 09 Jun 2013 13:10:36 +0000 fonsinchen (svn r25367) -Add: russian translation for cargodist draft
Sun, 09 Jun 2013 13:10:07 +0000 fonsinchen (svn r25366) -Add: german translation for cargodist draft
Sun, 09 Jun 2013 13:08:52 +0000 fonsinchen (svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI draft
Sun, 09 Jun 2013 13:07:53 +0000 fonsinchen (svn r25364) -Add: support for flow stats to linkgraph overlay draft
Sun, 09 Jun 2013 13:06:03 +0000 fonsinchen (svn r25363) -Codechange: bump the savegame version for cargodist draft
Sun, 09 Jun 2013 13:04:32 +0000 fonsinchen (svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station draft
Sun, 09 Jun 2013 13:03:48 +0000 fonsinchen (svn r25361) -Feature: distribute cargo according to plan given by linkgraph draft
Sun, 09 Jun 2013 13:03:11 +0000 fonsinchen (svn r25360) -Codechange: save and load flow stats draft
Sun, 09 Jun 2013 13:02:40 +0000 fonsinchen (svn r25359) -Codechange: schedule jobs when tracking capacities of links draft
Sun, 09 Jun 2013 13:02:05 +0000 fonsinchen (svn r25358) -Codechange: save and load link graph jobs and the schedule draft
Sun, 09 Jun 2013 13:01:23 +0000 fonsinchen (svn r25357) -Add: flow mapper for link graph draft
Sun, 09 Jun 2013 13:00:41 +0000 fonsinchen (svn r25356) -Add: Multi-Commodity-Flow solver for link graph draft