log

age author description
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
Tue, 15 Dec 2009 18:45:34 +0000 translators (svn r18511) -Update from WebTranslator v3.0: draft
Tue, 15 Dec 2009 14:29:47 +0000 rubidium (svn r18510) -Codechange: some further cleanups of the Windows installer; it didn't always remove all the files it installed and the downloaded free graphics/sounds are now fully extracted instead of dumped as tar in the data directory. This should make reading the readme for them quite a bit easier. draft
Tue, 15 Dec 2009 13:59:20 +0000 peter1138 (svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail pieces was inverted. draft
Tue, 15 Dec 2009 01:38:55 +0000 rubidium (svn r18508) -Fix [FS#3372]: if a rail station class had less data than capacity it would try to set a negative position draft
Tue, 15 Dec 2009 00:33:44 +0000 yexo (svn r18507) -Change [FS#3340]: move the 'check online content' button from the AI list window to the AI configuration window draft
Tue, 15 Dec 2009 00:00:51 +0000 rubidium (svn r18506) -Fix [FS#3368]: no error message was created for the first fatal NewGRF error. draft
Mon, 14 Dec 2009 23:35:38 +0000 yexo (svn r18505) -Fix [FS#3169]: improve airport movement on several airports draft
Mon, 14 Dec 2009 22:17:15 +0000 yexo (svn r18504) -Remove [NoAI]: AIVehicle::SkipToVehicleOrder as it was a duplicate or AIOrder.SkipToOrder draft
Mon, 14 Dec 2009 22:11:06 +0000 rubidium (svn r18503) -Fix [FS#3370]: the length and platform buttons in the station window weren't always properly centered draft
Mon, 14 Dec 2009 22:06:25 +0000 rubidium (svn r18502) -Fix: the dummy AI would could a NOT_REACHED if the translated error message contained a quote draft
Mon, 14 Dec 2009 19:19:47 +0000 rubidium (svn r18499) -Fix/Change/Feature [FS#3159]: autoreplace and autorenew always reset their cargo sub type to 0. Now find a sub cargo type with the exact same name and use that, otherwise fallback to 0. So cargo sub types can be maintained via autoreplace *if* the new vehicle supports the same cargo sub type. draft
Mon, 14 Dec 2009 19:17:18 +0000 rubidium (svn r18498) -Fix [FS#2616]: cloning of vehicles could create vehicles with invalid cargo sub types for the build year of the vehicle. Fall back to another cargo sub type with the exact same name, otherwise fallback to cargo sub type 0. draft
Mon, 14 Dec 2009 18:45:12 +0000 translators (svn r18497) -Update from WebTranslator v3.0: draft
Mon, 14 Dec 2009 18:20:42 +0000 rubidium (svn r18496) -Codechange: some changes to the installer to make it more usable, easier to maintain and more up-to-date draft
Sun, 13 Dec 2009 22:19:19 +0000 rubidium (svn r18495) -Codechange: make sure we don't taint the vehicle cache with finding refit options and unmagify a constant draft
Sun, 13 Dec 2009 22:17:12 +0000 rubidium (svn r18494) -Fix (r18474): crash when moving non-engine to new free wagon chain and group count was off when moving a front engine within the same train and the new front isn't an engine. draft
Sun, 13 Dec 2009 21:36:10 +0000 rubidium (svn r18493) -Fix: don't access something after deleting it draft
Sun, 13 Dec 2009 21:12:36 +0000 alberth (svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix. draft
Sun, 13 Dec 2009 21:05:38 +0000 alberth (svn r18491) -Fix (r18482): Update doxy comments of SetupSmallestSize() as well. draft
Sun, 13 Dec 2009 20:54:52 +0000 alberth (svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions. draft
Sun, 13 Dec 2009 20:37:32 +0000 alberth (svn r18489) -Codechange: Introduce a custom container widget for a resizing legend bar in the smallmap. draft
Sun, 13 Dec 2009 20:27:53 +0000 alberth (svn r18488) -Codechange: Make number of rows for displaying industries in smallmap legend dynamic. draft
Sun, 13 Dec 2009 20:19:08 +0000 alberth (svn r18487) -Codechange: Move row height and column counting to OnInit in the smallmap window as well. draft
Sun, 13 Dec 2009 19:33:07 +0000 rubidium (svn r18486) -Fix: when switching language and you're getting a different font, recalculate the coordinates/sizes of the viewport signs. Otherwise it gets glitchy or abbreviated (in the smallmap) draft
Sun, 13 Dec 2009 18:45:26 +0000 translators (svn r18485) -Update from WebTranslator v3.0: draft
Sun, 13 Dec 2009 17:13:20 +0000 rubidium (svn r18484) -Codechange: simplify the Is(Stopped)InDepot functions for trains draft
Sun, 13 Dec 2009 14:23:45 +0000 rubidium (svn r18483) -Document [FS#3367]: that OpenGFX/OpenSFX can be used and where to find them. Also refer to the readme in some error messages. draft
Sun, 13 Dec 2009 13:29:13 +0000 alberth (svn r18482) -Cleanup (r18092): Conversion to widget array is not done any more. draft
Sun, 13 Dec 2009 10:48:44 +0000 rubidium (svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 tile won't make a dent, 3 tiles might be a bit too much draft
Sun, 13 Dec 2009 10:25:37 +0000 alberth (svn r18480) -Codechange: Moved column width computation of smallmap legends to OnInit(), added a few doxy comments. draft
Sun, 13 Dec 2009 08:46:08 +0000 peter1138 (svn r18479) -Fix (r6532): Direction is accounted for long before motion counter is updated draft
Sat, 12 Dec 2009 23:49:30 +0000 rubidium (svn r18474) -Fix (r18470): in some odd corner cases the group (vehicle) counts could be off draft
Sat, 12 Dec 2009 23:24:11 +0000 rubidium (svn r18473) -Fix (r18470): crash when moving a multiheaded part to be just after itself draft
Sat, 12 Dec 2009 22:59:48 +0000 rubidium (svn r18472) -Fix [FS#3146]: selling vehicles in the depot could create states that are not allowed by the NewGRF attach callback. draft
Sat, 12 Dec 2009 22:15:14 +0000 frosch (svn r18471) -Codechange/Fix: [NoAI] Deduplicate code betweeen AIVehicle::SkipToVehicleOrder and AIOrder::SkipToOrder. They are the same. Also ORDER_CURRENT was not allowed for the latter, but well... draft
Sat, 12 Dec 2009 22:11:43 +0000 rubidium (svn r18470) -Codechange/Fix [part of FS#3146]: moving vehicles around in the depot could create states that are not allowed by the NewGRF attach callback. draft
Sat, 12 Dec 2009 21:56:13 +0000 rubidium (svn r18469) -Fix (r17139): possible invalid reads when listing content on the console draft
Sat, 12 Dec 2009 21:04:08 +0000 rubidium (svn r18468) -Codechange: make sure one never makes self-loops using Vehicle::SetNext draft
Fri, 11 Dec 2009 23:00:07 +0000 peter1138 (svn r18467) -Fix (r17870): Missed positioning for cargo capacity of non-articulated road vehicles. draft
Fri, 11 Dec 2009 22:23:48 +0000 rubidium (svn r18466) -Codechange: use CmdMoveRailWagon to attach a just build wagon to a chain draft
Fri, 11 Dec 2009 22:04:57 +0000 rubidium (svn r18465) -Codechange: simplify CheckTrainInDepot and remove some unneeded wrapper functions draft
Fri, 11 Dec 2009 20:37:24 +0000 alberth (svn r18464) -Fix (r17863): Caption of the build vehicle window did not have company colours. draft
Fri, 11 Dec 2009 19:28:28 +0000 rubidium (svn r18463) -Codechange: some simplifications for finding the end of a vehicle draft
Fri, 11 Dec 2009 19:27:48 +0000 rubidium (svn r18462) -Fix: when moving a wagon and only the last part of a dual headed engine you could split the dual headed engine over two vehicles. draft
Fri, 11 Dec 2009 18:49:03 +0000 rubidium (svn r18461) -Fix (r18456): when moving a wagon from the front of a train one could make a train 1 longer than allowed draft
Fri, 11 Dec 2009 18:45:23 +0000 translators (svn r18460) -Update from WebTranslator v3.0: draft
Fri, 11 Dec 2009 16:16:36 +0000 rubidium (svn r18459) -Codechange: move the new train validity checking (attach callbacks) to a separate function draft
Fri, 11 Dec 2009 15:50:07 +0000 rubidium (svn r18458) -Codechange: make the 'check train length' code of CmdMoveRailVehicle a separate function draft
Fri, 11 Dec 2009 15:16:44 +0000 yexo (svn r18457) -Fix (r18015): southwest and northeast buttons for freeform edges were swapped draft
Fri, 11 Dec 2009 13:37:01 +0000 rubidium (svn r18456) -Codechange: make the length checking functionality of CmdMoveRailVehicle a separate function and simplify the logic draft
Thu, 10 Dec 2009 18:45:22 +0000 translators (svn r18454) -Update from WebTranslator v3.0: draft
Thu, 10 Dec 2009 12:26:39 +0000 rubidium (svn r18453) -Fix [FS#3364]: wrong heightmap dimensions, or rather... a nested_array index removed too much draft
Thu, 10 Dec 2009 10:42:32 +0000 rubidium (svn r18452) -Document: update the known-bugs a bit; quite a few bugs in there are fixing in trunk already. draft