log

age author description
Mon, 08 Jul 2013 19:42:39 +0000 rubidium (svn r25577) -Fix-ish [FS#5638] (r20562): [Script] Documentation implied that XXList::AddItem has a default for value if it isn't filled in. draft
Mon, 08 Jul 2013 17:45:13 +0000 translators (svn r25576) -Update from WebTranslator v3.0: draft
Sun, 07 Jul 2013 17:45:42 +0000 translators (svn r25575) -Update from WebTranslator v3.0: draft
Sun, 07 Jul 2013 12:07:06 +0000 frosch (svn r25574) -Fix (r25570): Trouble with initialisation order of static members of Layouter and FontCache. draft
Sun, 07 Jul 2013 10:37:16 +0000 rubidium (svn r25573) -Change: make content list appear faster by allowing some window redraws in between draft
Sat, 06 Jul 2013 19:00:33 +0000 frosch (svn r25570) -Add: cache for ParagraphLayouts. draft
Sat, 06 Jul 2013 18:56:23 +0000 frosch (svn r25569) -Codechange: Cache all Font instances in a static container. draft
Sat, 06 Jul 2013 18:55:38 +0000 frosch (svn r25568) -Fix: Non-ICU layouter started new lines with the space which triggered the linebreak. draft
Sat, 06 Jul 2013 18:54:26 +0000 frosch (svn r25567) -Codechange: Revive dead DrawStringParams as FontState. draft
Sat, 06 Jul 2013 17:45:58 +0000 translators (svn r25566) -Update from WebTranslator v3.0: draft
Sat, 06 Jul 2013 17:01:31 +0000 fonsinchen (svn r25565) -Codechange: Rewrite order prediction logic to introduce proper refit prediction draft
Sat, 06 Jul 2013 12:18:20 +0000 frosch (svn r25564) -Add: a simple clipping rule to decide whether a string without linebreaks is visible before computing the layouting. This skips around 2/3 of layout computations in usual-sized list-like windows. draft
Fri, 05 Jul 2013 19:35:29 +0000 rubidium (svn r25563) -Fix: WT3 validation error draft
Fri, 05 Jul 2013 19:09:18 +0000 frosch (svn r25562) -Fix [FS#5633]: If the next order cannot be resolved, reset the current order property instead of leaving it in an intermediate state. draft
Fri, 05 Jul 2013 17:45:28 +0000 translators (svn r25561) -Update from WebTranslator v3.0: draft
Thu, 04 Jul 2013 20:06:27 +0000 rubidium (svn r25558) -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing data via a looping set of references draft
Thu, 04 Jul 2013 20:05:07 +0000 rubidium (svn r25557) -Fix [FS#5524]: one could build bridges over owned land of another company draft
Thu, 04 Jul 2013 17:46:01 +0000 translators (svn r25556) -Update from WebTranslator v3.0: draft
Thu, 04 Jul 2013 16:36:47 +0000 rubidium (svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger draft
Wed, 03 Jul 2013 17:45:39 +0000 translators (svn r25554) -Update from WebTranslator v3.0: draft
Tue, 02 Jul 2013 18:57:26 +0000 rubidium (svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case draft
Tue, 02 Jul 2013 17:45:30 +0000 translators (svn r25552) -Update from WebTranslator v3.0: draft
Mon, 01 Jul 2013 19:53:05 +0000 frosch (svn r25551) -Fix (r25465): Possible reading of uninitialised memory due to undefined execution order. draft
Mon, 01 Jul 2013 19:48:52 +0000 rubidium (svn r25550) -Fix [FS#5571]: [Windows] Race condition between two drawing threads could crash OpenTTD draft
Mon, 01 Jul 2013 17:45:24 +0000 translators (svn r25549) -Update from WebTranslator v3.0: draft
Mon, 01 Jul 2013 17:15:30 +0000 frosch (svn r25548) -Fix [FS#5629] (r25537): Removed too much code and forgot some other places. draft
Mon, 01 Jul 2013 15:26:27 +0000 rubidium (svn r25547) -Fix [FS#5626]: ICU returns the width of the visual run as if the trailing space was added (in case a newline was added). This caused the width to be more than the requested width, but it would still be drawn correctly draft
Sun, 30 Jun 2013 20:40:49 +0000 rubidium (svn r25546) -Fix: two small memory leaks draft
Sun, 30 Jun 2013 17:46:07 +0000 translators (svn r25545) -Update from WebTranslator v3.0: draft
Sun, 30 Jun 2013 15:59:10 +0000 rubidium (svn r25544) -Fix [FS#5625] (r25488, r25486): [GS] The checks and validations for setting the extra text in the town window became too stringent draft
Sun, 30 Jun 2013 14:39:09 +0000 frosch (svn r25543) -Cleanup: Make the bridge and object picker not restore their previous size, but the previously saved size. draft
Sun, 30 Jun 2013 14:38:45 +0000 frosch (svn r25542) -Fix: Do not just add 65 pixels to the width of the train vehicle list whenever it is opened, but remember the width of the train list separately from other vehicle types. draft
Sun, 30 Jun 2013 14:38:20 +0000 frosch (svn r25541) -Cleanup: No need to clear a bit which is never set. draft
Sun, 30 Jun 2013 14:37:50 +0000 frosch (svn r25540) -Fix: Unify selecting a new object class in the object GUI. (sbr) draft
Sun, 30 Jun 2013 14:37:24 +0000 frosch (svn r25539) -Codechange: Setup object GUI matrix before restoring selected object, so that the matrix state can be properly set. (sbr) draft
Sun, 30 Jun 2013 14:37:01 +0000 frosch (svn r25538) -Fix [FS#5567] (r25283): Use the UI index of the selected object to make it visible when re-opening the build object window. (sbr) draft
Sun, 30 Jun 2013 14:36:31 +0000 frosch (svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size. draft
Sun, 30 Jun 2013 14:36:07 +0000 frosch (svn r25536) -Cleanup: No need to set scrollbar capacity anywhere but in OnResize. draft
Sun, 30 Jun 2013 14:35:44 +0000 frosch (svn r25535) -Fix [FS#5584]: Initialise scrollbars before FinishInitNested, so their capacity is set via OnResize. draft
Sun, 30 Jun 2013 14:34:23 +0000 frosch (svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that. draft
Sun, 30 Jun 2013 14:33:32 +0000 frosch (svn r25533) -Codechange: Use SetCapacityFromWidget more often. draft
Sun, 30 Jun 2013 14:33:15 +0000 frosch (svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets depend on their number of rows, since that changes when resizing the window. draft
Sun, 30 Jun 2013 14:32:31 +0000 frosch (svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets. draft
Sun, 30 Jun 2013 08:29:51 +0000 alberth (svn r25527) -Fix[FS#5621]: strndup should not examine strings beyond its upper limit. draft
Sun, 30 Jun 2013 07:46:10 +0000 rubidium (svn r25526) -Fix: line breaking in fallback layouter was off-by-one, so sometimes strings that needed to be broken off earlier got truncated later on draft
Sun, 30 Jun 2013 07:29:31 +0000 rubidium (svn r25525) -Fix: off-by-one in fallback layout w.r.t. colour/font changes draft
Sun, 30 Jun 2013 07:21:37 +0000 rubidium (svn r25524) -Fix [FS#5624]: fallback layouter broke on long "words" without space after a newline draft
Sat, 29 Jun 2013 18:21:19 +0000 rubidium (svn r25523) -Fix [FS#5587]: SDL does not give an event when an application gets mouse focus while going to full screen, so manually force the mouse-is-in-window state draft
Sat, 29 Jun 2013 17:50:59 +0000 rubidium (svn r25522) -Update: baseset descriptions draft
Sat, 29 Jun 2013 17:45:43 +0000 translators (svn r25521) -Update from WebTranslator v3.0: draft
Sat, 29 Jun 2013 16:13:41 +0000 rubidium (svn r25520) -Fix-ish: don't pretend that trunk is still doing something 1.3-ish in the Windows executable version information draft
Sat, 29 Jun 2013 14:54:07 +0000 zuu (svn r25519) -Fix [FS#5614] (r25342): Select page to update by its id and not the page id draft
Sat, 29 Jun 2013 13:20:40 +0000 rubidium (svn r25518) -Cleanup: remove old string draft
Sat, 29 Jun 2013 13:19:19 +0000 rubidium (svn r25517) -Fix-ish (r25515) / Feature-ish [FS#5623]: properly align the statistics as well when the infra sharing is turned on draft
Sat, 29 Jun 2013 13:11:52 +0000 rubidium (svn r25516) -Codechange: reduce code duplication in infrastructure statistics window draft
Sat, 29 Jun 2013 12:41:43 +0000 rubidium (svn r25515) -Feature [FS#5595]: right align the infrastructure statistics draft
Sat, 29 Jun 2013 12:11:38 +0000 rubidium (svn r25514) -Update: other translations draft
Sat, 29 Jun 2013 12:09:55 +0000 rubidium (svn r25513) -Fix [FS#5623]: the high score's company/president name was stored with encoded string codes, causing it to cause trouble when the encoding of the string codes changes. Furthermore, check the incoming dangerous content better draft
Sat, 29 Jun 2013 12:07:40 +0000 rubidium (svn r25512) -Fix-ish: the high score company name could not have enough space to have both the company and president name draft
Sat, 29 Jun 2013 12:03:44 +0000 rubidium (svn r25511) -Fix-ish: add the same printable key assert to the sprite font cache as the freetype font cache draft