log

age author description
Sun, 06 Dec 2009 11:46:57 +0000 peter1138 (svn r18414) -Fix: In the depot window, 'free' wagons were not drawn resize.step_height apart draft
Sat, 05 Dec 2009 21:39:28 +0000 alberth (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. draft
Sat, 05 Dec 2009 19:21:43 +0000 smatz (svn r18412) -Fix [FS#3350]: don't allow sending ships to rail waypoints and trains to buyos (Hirundo) draft
Sat, 05 Dec 2009 18:45:11 +0000 translators (svn r18411) -Update from WebTranslator v3.0: draft
Sat, 05 Dec 2009 16:00:58 +0000 alberth (svn r18410) -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon(). draft
Sat, 05 Dec 2009 15:03:32 +0000 frosch (svn r18409) -Change [FS#3349]: Recolour the bubble generator just like any other industry. (planetmaker) draft
Sat, 05 Dec 2009 13:53:58 +0000 frosch (svn r18408) -Fix (r17954): After computing the needed width for the client list, also use it. draft
Fri, 04 Dec 2009 22:02:37 +0000 rubidium (svn r18407) -Fix [FS#3338]: aqueducts were not influenced by the "long bridges" setting draft
Fri, 04 Dec 2009 21:13:31 +0000 rubidium (svn r18406) -Cleanup: remove some unneeded constants and code draft
Fri, 04 Dec 2009 21:01:28 +0000 rubidium (svn r18405) -Fix (r18405): RVs didn't like to stop when the 'next' drive through station tile didn't have a compatible road type draft
Fri, 04 Dec 2009 20:52:19 +0000 rubidium (svn r18404) -Codechange: link drive through stops better together draft
Fri, 04 Dec 2009 20:32:51 +0000 belugas (svn r18403) -Codechange: Re-arrange header of table _original_house_specs draft
Fri, 04 Dec 2009 20:29:46 +0000 rubidium (svn r18402) -Codechange: unify/centralise the code for crashing vehicles draft
Fri, 04 Dec 2009 19:16:52 +0000 rubidium (svn r18401) -Fix: drive through road stops did not get flooded draft
Fri, 04 Dec 2009 18:45:10 +0000 translators (svn r18400) -Update from WebTranslator v3.0: draft
Fri, 04 Dec 2009 18:38:09 +0000 rubidium (svn r18399) -Codechange: bail out early in FloodVehicle instead of a massive if (...) { } else { return } draft
Fri, 04 Dec 2009 16:57:35 +0000 rubidium (svn r18398) -Fix [FS#3343]: the tree 'which one to draw' hash wasn't anywhere near random and thus showed a very visible repeated pattern when only one tree type was used draft
Fri, 04 Dec 2009 14:23:54 +0000 rubidium (svn r18397) -Fix [FS#3346]: after cancelling downloading the download button would remain disabled draft
Fri, 04 Dec 2009 09:56:21 +0000 yexo (svn r18396) -Fix [FS#3169]: planes turned too much at the end of the runway when landing at the intercontinental airport~ draft
Fri, 04 Dec 2009 09:13:15 +0000 yexo (svn r18395) -Fix (r17415): helicopters can turn freely even while in the air draft
Fri, 04 Dec 2009 00:46:22 +0000 rubidium (svn r18394) -Fix (r18373): one couldn't manually send a RV to a depot... but why compilers haven't complained about this? draft
Thu, 03 Dec 2009 18:45:17 +0000 translators (svn r18393) -Update from WebTranslator v3.0: draft
Thu, 03 Dec 2009 18:44:33 +0000 frosch (svn r18392) -Fix (r13956)[FS#3345]: [YAPP] Trains on bridges were not found, when searching for the origin of a reservation. (Hirundo) draft
Thu, 03 Dec 2009 15:27:33 +0000 frosch (svn r18391) -Fix (r0): (Invalid) GRFs could trigger invalid reads. draft
Thu, 03 Dec 2009 08:24:39 +0000 peter1138 (svn r18390) -Fix (r17776): [SDL] Reinstate pointer update on 'idle' loop. draft
Thu, 03 Dec 2009 00:05:51 +0000 rubidium (svn r18389) -Fix: some minor documentation alignment issues draft
Wed, 02 Dec 2009 23:53:15 +0000 rubidium (svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop draft
Wed, 02 Dec 2009 18:45:25 +0000 translators (svn r18387) -Update from WebTranslator v3.0: draft
Wed, 02 Dec 2009 18:34:10 +0000 rubidium (svn r18386) -Codechange: make the NPF functions static and remove unused functions draft
Wed, 02 Dec 2009 18:18:56 +0000 rubidium (svn r18385) -Cleanup: remove the now unneeded multistop slot management code draft
Wed, 02 Dec 2009 18:14:34 +0000 rubidium (svn r18384) -Fix (r18351): attempt to 'work around' MSVC's IMO stupid warning draft
Wed, 02 Dec 2009 18:12:24 +0000 rubidium (svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints draft
Wed, 02 Dec 2009 17:56:02 +0000 rubidium (svn r18382) -Codechange: make road vehicles behave more like trains 'around' stations and use pathfinder penalties to determine to which 'part' to go. Note that the pathfinder penalties for drive through stops are currently only looking at the occupation of the first in a row, but this is to change later on. draft
Wed, 02 Dec 2009 17:37:02 +0000 frosch (svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff. draft
Wed, 02 Dec 2009 17:35:54 +0000 frosch (svn r18380) -Fix (r9301): One could not share orders between buses carrying different cargos. draft
Wed, 02 Dec 2009 16:48:55 +0000 rubidium (svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies draft
Wed, 02 Dec 2009 16:38:33 +0000 rubidium (svn r18378) -Codechange: move the pathfinder 'length' constants to pathfinder_type.h draft
Wed, 02 Dec 2009 16:20:44 +0000 rubidium (svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops. draft
Wed, 02 Dec 2009 14:44:32 +0000 rubidium (svn r18376) -Codechange: simplify setting the destination draft
Wed, 02 Dec 2009 14:41:04 +0000 rubidium (svn r18375) -Codechange: use Station::GetTileArea to get the tile area for CalcClosestStationTile draft
Wed, 02 Dec 2009 10:47:18 +0000 rubidium (svn r18374) -Cleanup: remove some unused code draft
Wed, 02 Dec 2009 10:44:38 +0000 rubidium (svn r18373) -Codechange: unify some road pathfinder functions draft
Wed, 02 Dec 2009 10:13:49 +0000 rubidium (svn r18372) -Codechange: push some extra type safety into YAPF draft
Wed, 02 Dec 2009 09:57:17 +0000 rubidium (svn r18371) -Codechange: unify calling of the train pathfinders draft
Wed, 02 Dec 2009 09:31:38 +0000 rubidium (svn r18370) -Codechange: push some constness/type strictness into the ship pathfinders draft
Wed, 02 Dec 2009 08:55:53 +0000 rubidium (svn r18369) -Fix [FS#3339] (rbeginning): off-by-one in the preconfigured music lists draft
Wed, 02 Dec 2009 00:01:07 +0000 rubidium (svn r18368) -Fix: alignment of comment and 'add' some missing comments draft
Tue, 01 Dec 2009 23:56:04 +0000 rubidium (svn r18367) -Codechange: unify the ship pathfinder 'calls' draft
Tue, 01 Dec 2009 23:22:41 +0000 rubidium (svn r18366) -Codechange: move the OPF ship pathfinder 'magic' that was in ship_cmd.cpp to the pathfinder code itself draft
Tue, 01 Dec 2009 23:19:46 +0000 rubidium (svn r18365) -Cleanup: remove duplicate table draft
Tue, 01 Dec 2009 22:45:39 +0000 rubidium (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory draft
Tue, 01 Dec 2009 22:27:12 +0000 rubidium (svn r18363) -Feature: do not require advanced settings multistrings to start at 0 draft
Tue, 01 Dec 2009 22:18:51 +0000 rubidium (svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code and simplify some things for the future draft
Tue, 01 Dec 2009 21:45:50 +0000 frosch (svn r18361) -Fix: Remove unneeded usage of invalid pointer. Also thank Hirundo and SmatZ. draft
Tue, 01 Dec 2009 20:53:13 +0000 rubidium (svn r18360) -Add: configure 'support' for GCC's LTO and ICC's IPO draft
Tue, 01 Dec 2009 18:45:12 +0000 translators (svn r18359) -Update from WebTranslator v3.0: draft
Tue, 01 Dec 2009 18:12:17 +0000 frosch (svn r18358) -Cleanup: More usage of EPV_CYCLES_(DARK|GLITTER)_WATER. draft
Tue, 01 Dec 2009 00:17:32 +0000 rubidium (svn r18356) -Merge: changes to the changelogs etc. in the 0.7 branch draft
Mon, 30 Nov 2009 21:46:58 +0000 rubidium (svn r18353) -Fix: string colours can't have a case draft
Mon, 30 Nov 2009 18:57:42 +0000 translators (svn r18352) -Update from WebTranslator v3.0: draft