log

age author description
Tue, 10 Aug 2010 17:45:21 +0000 translators (svn r20442) -Update from WebTranslator v3.0: draft
Tue, 10 Aug 2010 16:45:32 +0000 rubidium (svn r20441) -Fix [FS#4024]: adding "goto nearest depot and stop" orders in one go was denied. This caused both AI adding those orders and backed up order restoration to fail. draft
Tue, 10 Aug 2010 16:17:51 +0000 rubidium (svn r20440) -Fix: MSVC warning about shifting a 32 bit value and then converting it to 64 bits draft
Tue, 10 Aug 2010 16:15:42 +0000 rubidium (svn r20439) -Fix [FS#4023]: MinGW compiler complaining about converting -1 to an unsigned int draft
Tue, 10 Aug 2010 16:13:51 +0000 rubidium (svn r20438) -Fix [FS#4022]: for docks "facing" north, i.e. having the watery part a the northern side, the joiner had an off-by-one to the north w.r.t. the station spread against the actual other (correct) building tools draft
Tue, 10 Aug 2010 15:54:53 +0000 rubidium (svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well draft
Tue, 10 Aug 2010 15:51:33 +0000 rubidium (svn r20436) -Codechange: use GRFFilePropsBase's spritegroup for stations. draft
Tue, 10 Aug 2010 15:49:35 +0000 rubidium (svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups draft
Mon, 09 Aug 2010 18:29:13 +0000 rubidium (svn r20427) -Revert (r20105): even though MCI has less problems with wrongly pitched songs than dmusic, it crashed instead. draft
Mon, 09 Aug 2010 18:16:16 +0000 rubidium (svn r20426) -Update: the known bugs (part by Eddi|zuHause) draft
Mon, 09 Aug 2010 17:45:31 +0000 translators (svn r20425) -Update from WebTranslator v3.0: draft
Mon, 09 Aug 2010 10:59:30 +0000 terkhen (svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW). draft
Mon, 09 Aug 2010 07:32:04 +0000 frosch (svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight. draft
Mon, 09 Aug 2010 07:30:50 +0000 frosch (svn r20422) -Change [FS#3947]: Resolve tracksprites on bridges always using the southern bridgehead as tile. draft
Mon, 09 Aug 2010 07:19:44 +0000 frosch (svn r20421) -Change [FS#3947]: Make snowyness of bridgehead depend on the tileheight at the entry edge. draft
Mon, 09 Aug 2010 07:10:42 +0000 frosch (svn r20420) -Codechange: Add TileContext enum instead of using a bool. draft
Mon, 09 Aug 2010 06:48:52 +0000 frosch (svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cpp draft
Sun, 08 Aug 2010 21:34:19 +0000 frosch (svn r20418) -Fix [FS#4017](r20125): During world generation the snow-mapbits are not yet available, so test the snowline variable directly (as before). draft
Sun, 08 Aug 2010 19:50:07 +0000 rubidium (svn r20417) -Fix (r20345) [FS#4018]: the offset stored for objects shouldn't be substracted immediately from the TileIndex as that doesn't quite do the right thing draft
Sun, 08 Aug 2010 17:45:15 +0000 translators (svn r20416) -Update from WebTranslator v3.0: draft
Sun, 08 Aug 2010 11:21:24 +0000 alberth (svn r20415) -Add: Clicking at the smallmap disables updates from the industry chain window. draft
Sun, 08 Aug 2010 11:17:14 +0000 alberth (svn r20414) -Feature: Enable industries in the smallmap displayed in the industry chain window. draft
Sun, 08 Aug 2010 11:12:34 +0000 rubidium (svn r20413) -Fix (r20326): some comments got a bit outdated draft
Sun, 08 Aug 2010 11:02:57 +0000 alberth (svn r20412) -Codechange: Replace an if by a switch in IndustryCargoesWindow::OnClick. draft
Sun, 08 Aug 2010 10:59:30 +0000 rubidium (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. draft
Sun, 08 Aug 2010 10:47:09 +0000 alberth (svn r20410) -Codechange: Move smallmap map-type switching to a function. draft
Sun, 08 Aug 2010 09:07:40 +0000 rubidium (svn r20409) -Codechange: reduce the number of includes needed by newgrf.h draft
Sun, 08 Aug 2010 08:52:47 +0000 frosch (svn r20408) -Fix [FS#4013]: PBS reservations were always displayed on halftile foundations if the railtype uses overlays. draft
Sat, 07 Aug 2010 22:08:20 +0000 rubidium (svn r20407) -Codechange: make AirportClass use the new generic class draft
Sat, 07 Aug 2010 22:07:07 +0000 rubidium (svn r20406) -Codechange: make StationClass use the new generic class draft