log

age author description
Sat, 19 Dec 2009 18:46:40 +0000 frosch (svn r18545) -Fix [FS#3292]: Assign '_screen.dst_ptr' as soon as it is allocated. draft
Sat, 19 Dec 2009 18:45:20 +0000 translators (svn r18544) -Update from WebTranslator v3.0: draft
Sat, 19 Dec 2009 18:36:35 +0000 peter1138 (svn r18543) -Codechange: Use separate set of strings for variety distribution setting to ease translation. draft
Sat, 19 Dec 2009 18:03:04 +0000 alberth (svn r18542) -Codechange: Make nested widget parts obligatory in a window description. draft
Sat, 19 Dec 2009 18:00:38 +0000 peter1138 (svn r18541) -Feature: Additional map variety option for TGP landscape generator. Evolved from curve map idea from Zephyris. draft
Sat, 19 Dec 2009 17:14:35 +0000 frosch (svn r18540) -Codechange: resulting in better name for 'result'. draft
Sat, 19 Dec 2009 16:02:29 +0000 alberth (svn r18539) -Codechange: Re-use cargolist drawing in StationViewWindow::DrawAcceptedCargo() draft
Sat, 19 Dec 2009 15:52:50 +0000 alberth (svn r18538) -Codechange: Split DrawStationCoverageText into a calculation part and a drawing part. draft
Sat, 19 Dec 2009 15:51:55 +0000 frosch (svn r18537) -Fix (r17436): Also do not account cargo in statistics, if it was not accepted. draft
Sat, 19 Dec 2009 15:31:23 +0000 rubidium (svn r18536) -Fix [FS#3386]: MSVC warning. Patch by pavel1269 draft
Sat, 19 Dec 2009 15:30:24 +0000 rubidium (svn r18535) -Fix [FS#2722]: don't account for path reservation costs when entering a signal block via a 'block' signal. This way you won't get double penalties, both red signals and reservation costs, for the block signalled tracks draft
Sat, 19 Dec 2009 15:04:24 +0000 alberth (svn r18534) -Doc: Add doxy strings to StationCoverageType enum. draft
Sat, 19 Dec 2009 09:23:19 +0000 rubidium (svn r18533) -Fix: don't refer, in the comments, to a long renamed function draft
Fri, 18 Dec 2009 21:35:55 +0000 rubidium (svn r18532) -Codechange/Fix (r18404): don't leave the road stop between tiles, just stay on it. This prevents the rare cases where a road vehicle would stop exactly on the border where it could not load draft
Fri, 18 Dec 2009 21:34:06 +0000 rubidium (svn r18531) -Fix [FS#3384] (r18404): for articulated road vehicles only the first part was accounted for, so for extremely short fronts and lots after it the spreading did not work as it should. draft
Fri, 18 Dec 2009 19:59:32 +0000 peter1138 (svn r18530) -Fix (r18304): Width property set on window instead of width. draft
Fri, 18 Dec 2009 18:45:31 +0000 translators (svn r18529) -Update from WebTranslator v3.0: draft
Fri, 18 Dec 2009 15:56:31 +0000 peter1138 (svn r18528) -Fix (FS#3370): Platform length/count buttons not centred when NewGRF stations in use. draft
Thu, 17 Dec 2009 23:26:25 +0000 yexo (svn r18527) -Fix: an industry newgrf that defined a too small size for action0 prop 0A could cause a crash draft
Thu, 17 Dec 2009 18:45:35 +0000 translators (svn r18523) -Update from WebTranslator v3.0: draft
Thu, 17 Dec 2009 16:59:33 +0000 rubidium (svn r18522) -Feature: add the possibility to not make new tree tiles in-game draft
Wed, 16 Dec 2009 23:49:21 +0000 rubidium (svn r18520) -Fix [FS#3272]: allegro doesn't like to work with extmidi; it causes 'random' (looks like a racing condition in allegro) crashes when songs are stopped. draft
Wed, 16 Dec 2009 22:04:31 +0000 yexo (svn r18519) -Codechange: Improve regression tests for AIOrder draft
Wed, 16 Dec 2009 21:31:21 +0000 yexo (svn r18518) -Add [NoAI]: AIOrder::AIOF_GOTO_NEAREST_DEPOT for goto nearest depot orders draft
Wed, 16 Dec 2009 18:45:27 +0000 translators (svn r18517) -Update from WebTranslator v3.0: draft
Wed, 16 Dec 2009 16:57:26 +0000 rubidium (svn r18516) -Feature [FS#3359]: moving of AIs in the AI configuration window. Based on a patch by Zuu. draft
Wed, 16 Dec 2009 16:23:44 +0000 rubidium (svn r18515) -Change: make it visible when you're to pass the next signal on danger and possible to cancel it draft
Wed, 16 Dec 2009 11:35:05 +0000 rubidium (svn r18514) -Codechange: make it a bit clearer that for tile layouts num_sprites (as in number of sprite sets) is not the same as num_sprites (as in number of building sprites) draft
Wed, 16 Dec 2009 00:06:51 +0000 rubidium (svn r18513) -Fix [FS#3379]: sometimes NewGRFs throw invalid data at OpenTTD and that triggered a check... that if a has to be between b and c (inclusive) then c must be bigger than or equal to b (and definitely not smaller) draft
Tue, 15 Dec 2009 22:39:58 +0000 yexo (svn r18512) -Fix (r17859) [FS#3376]: assert when clicking the industry button in the scenario editor draft