log

age author description
Sun, 15 Aug 2010 23:42:36 +0000 rubidium (svn r20509) -Change: don't cycle (quickly) through the shade states. Just make scrolling up shade the window and scrolling down unshade it. (avdg) draft
Sun, 15 Aug 2010 23:32:36 +0000 michi_cc (svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in screenshot of the visible viewport. (Eddi) draft
Sun, 15 Aug 2010 23:32:32 +0000 michi_cc (svn r20507) -Change: Remove the shortcut hints from the screenshot menu strings (as they're configurable now) and rename "Giant screenshot" to "Whole map screenshot". draft
Sun, 15 Aug 2010 22:37:30 +0000 michi_cc (svn r20506) -Change: Vehicles will now stop loading after a load cycle that loaded less than possible, unless it's a full load order. This should improve behaviour with gradual loading and cargo continuously trickling in. draft
Sun, 15 Aug 2010 19:59:48 +0000 frosch (svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing railtype. draft
Sun, 15 Aug 2010 19:53:53 +0000 frosch (svn r20504) -Codechange: Move updating of train's visual effect to separate function. draft
Sun, 15 Aug 2010 18:35:57 +0000 frosch (svn r20503) -Fix (r18838): Powered wagons should check the railtype of the tile they are on, not where the engine is on. draft
Sun, 15 Aug 2010 18:25:57 +0000 frosch (svn r20502) -Fix (r12330): VRF_POWEREDWAGON is part of train flags, not vehicle_flags. draft
Sun, 15 Aug 2010 17:45:15 +0000 translators (svn r20501) -Update from WebTranslator v3.0: draft
Sun, 15 Aug 2010 15:47:07 +0000 frosch (svn r20500) -Fix: When converting rail all trains with a part on the converted rails need updating. Not only engines, which have power afterwards. Also update Acceleration after updating Power. draft
Sun, 15 Aug 2010 14:06:43 +0000 alberth (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. draft
Sun, 15 Aug 2010 13:17:04 +0000 rubidium (svn r20498) -Fix [FS#4030]: ignore the non-stop state when comparing one order type to another order type draft
Sun, 15 Aug 2010 11:58:20 +0000 rubidium (svn r20497) -Fix [FS#3960]: non-dedicated servers failing to load a game caused the introgame to be the server's game causing desyncs when people tried to join draft
Sun, 15 Aug 2010 10:14:08 +0000 frosch (svn r20496) -Codechange: Remove IsProductionMinimum()/Maximum(). The 0 and 255 constants are used all over the place, no need for trivial wrapper functions. draft
Sat, 14 Aug 2010 17:45:24 +0000 translators (svn r20493) -Update from WebTranslator v3.0: draft
Sat, 14 Aug 2010 14:50:06 +0000 rubidium (svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier. draft
Sat, 14 Aug 2010 09:46:36 +0000 rubidium (svn r20489) -Fix [FS#4031]: [NoAI] checking whether water tiles are connected failed in some cases draft
Sat, 14 Aug 2010 09:28:03 +0000 terkhen (svn r20488) -Fix [FS#4029]: Version detection for MSVC using mercurial failed (Hirundo). draft
Sat, 14 Aug 2010 09:04:37 +0000 rubidium (svn r20487) -Fix: typo in comments draft
Fri, 13 Aug 2010 17:45:36 +0000 translators (svn r20486) -Update from WebTranslator v3.0: draft
Fri, 13 Aug 2010 14:28:51 +0000 terkhen (svn r20485) -Fix [FS#4012]: Sorting of refittable cargos was wrong for trains. draft
Fri, 13 Aug 2010 14:26:29 +0000 terkhen (svn r20484) -Codechange: Move BuildRefitList to the RefitWindow class. draft
Fri, 13 Aug 2010 14:24:47 +0000 terkhen (svn r20483) -Doc: RefitOption operators. draft
Fri, 13 Aug 2010 12:45:26 +0000 rubidium (svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns draft
Fri, 13 Aug 2010 11:58:45 +0000 rubidium (svn r20481) -Fix: statues were not removed when towns would be removed draft
Fri, 13 Aug 2010 11:57:59 +0000 rubidium (svn r20480) -Codechange: make CmdDeleteTown responsible for actually clearing tiles and such; ~Town still checks it though. draft
Fri, 13 Aug 2010 07:34:28 +0000 frosch (svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF parameter GUI. draft
Fri, 13 Aug 2010 00:36:12 +0000 yexo (svn r20478) -Codechange: remove support for 'helipad groups' because there are no airports with more than 1 helipad group draft
Fri, 13 Aug 2010 00:21:03 +0000 yexo (svn r20477) -Codechange: remove some airport-related constants/functions and add some documentation draft
Thu, 12 Aug 2010 22:36:42 +0000 yexo (svn r20476) -Codechange: simplify a check in aircraft_cmd.cpp by using the existing CanVehicleUseStation draft