log

age author description
Mon, 15 Jul 2013 18:19:26 +0000 rubidium (svn r25614) -Fix [FS#5651]: [Script] Give a slightly less generic error when removing inexisting rail draft
Mon, 15 Jul 2013 17:45:08 +0000 translators (svn r25613) -Update from WebTranslator v3.0: draft
Sun, 14 Jul 2013 20:21:36 +0000 rubidium (svn r25612) -Fix [FS#5648]: [AI] Don't return ERR_UNKNOWN when trying to move an order to its current location draft
Sun, 14 Jul 2013 19:13:12 +0000 michi_cc (svn r25611) -Fix (r25608): Update project files. draft
Sun, 14 Jul 2013 17:45:08 +0000 translators (svn r25610) -Update from WebTranslator v3.0: draft
Sun, 14 Jul 2013 09:21:46 +0000 rubidium (svn r25609) -Fix [FS#5216]: under certain circumstances a track type change would make the end-of-line-is-red setting ineffective draft
Sun, 14 Jul 2013 09:20:34 +0000 rubidium (svn r25608) -Codechange: make EndSegmentReasonBits available in yapf_base.hpp draft
Sun, 14 Jul 2013 08:55:38 +0000 frosch (svn r25607) -Fix [FS#5649]: Various misreferences in AI and GS changelog. draft
Sat, 13 Jul 2013 17:45:20 +0000 translators (svn r25606) -Update from WebTranslator v3.0: draft
Sat, 13 Jul 2013 15:03:42 +0000 rubidium (svn r25605) -Fix [FS#5641]: [Script] If a NewGRF returned station type that could not be built by an AI via callback 18, an unknown error would be thrown instead of falling back to the default station draft
Sat, 13 Jul 2013 14:12:14 +0000 rubidium (svn r25604) -Fix [FS#5550]: Only the front engine's date of last service was updated draft
Sat, 13 Jul 2013 10:28:31 +0000 translators (svn r25600) -Update from WebTranslator v3.0: draft
Sat, 13 Jul 2013 09:59:09 +0000 planetmaker (svn r25598) -Doc: Implications of the asynchronous processing of the rcon content command on send time of ADMIN_SERVER_ADMIN_RCON and ADMIN_SERVER_ADMIN_RCON_END packets draft
Sat, 13 Jul 2013 09:26:11 +0000 rubidium (svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect draft
Sat, 13 Jul 2013 06:44:22 +0000 rubidium (svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too draft
Sat, 13 Jul 2013 06:38:54 +0000 rubidium (svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts draft
Sat, 13 Jul 2013 06:18:16 +0000 rubidium (svn r25593) -Cleanup: remove a few stale #defines draft
Fri, 12 Jul 2013 18:54:27 +0000 rubidium (svn r25592) -Fix [FS#5644]: Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game draft
Fri, 12 Jul 2013 17:45:08 +0000 translators (svn r25591) -Update from WebTranslator v3.0: draft
Fri, 12 Jul 2013 17:15:13 +0000 planetmaker (svn r25590) -Codechange: Align doxygen comments again draft
Fri, 12 Jul 2013 17:11:16 +0000 planetmaker (svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json strings are the same (based on patch by Xaroth) draft
Thu, 11 Jul 2013 20:31:39 +0000 planetmaker (svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth) draft
Thu, 11 Jul 2013 19:57:40 +0000 planetmaker (svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with an RCON_END packet (Xaroth) draft
Thu, 11 Jul 2013 17:45:20 +0000 translators (svn r25586) -Update from WebTranslator v3.0: draft
Thu, 11 Jul 2013 17:29:51 +0000 rubidium (svn r25585) -Fix [FS#5320]: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full draft
Wed, 10 Jul 2013 17:46:54 +0000 rubidium (svn r25581) -Fix: WT3 validation draft
Wed, 10 Jul 2013 17:45:33 +0000 translators (svn r25580) -Update from WebTranslator v3.0: draft
Wed, 10 Jul 2013 15:38:42 +0000 rubidium (svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix draft
Tue, 09 Jul 2013 17:45:43 +0000 translators (svn r25578) -Update from WebTranslator v3.0: draft
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