miham [Thu, 11 May 2006 21:31:46 +0000] rev 3823
(svn r4836) WebTranslator2 update to 2006-05-11 23:30:49
danish - 34 fixed by Bjarni (34)
miham [Thu, 11 May 2006 17:38:10 +0000] rev 3822
(svn r4834) [Translations] Added ukrainian language
peter1138 [Thu, 11 May 2006 16:27:46 +0000] rev 3821
(svn r4832) - NewGRF: add support for original string ID to newgrf text handling. So far, this is used for vehicles when no English or American translation is provided.
Darkvater [Thu, 11 May 2006 15:14:50 +0000] rev 3820
(svn r4830) - Codechange: simplify station sorting a bit by recalculating the clicked-states on drawing the window. This also allows the 'Sort by' button to be visually clickable
bjarni [Thu, 11 May 2006 14:24:33 +0000] rev 3819
(svn r4829) -Codechage: [clone vehilces] only check for a free unitnumber for the first engine in the test run as well as execute run (to improve speed. The result should be unchanged)
celestar [Thu, 11 May 2006 14:08:03 +0000] rev 3818
(svn r4828) -Feature (FS#150) Add a new console command "players" that lists current players along with basic stats (ledow)
celestar [Thu, 11 May 2006 14:05:23 +0000] rev 3817
(svn r4827) -Fix (FS#160) In the terraform toolbar, don't treat the plant tree button as place-push-button, because it isn't
bjarni [Thu, 11 May 2006 13:31:14 +0000] rev 3816
(svn r4826) -Fix: [autoreplace] fixed possible problem when autoreplacing and was number of vehicles (of a type, not total) was reached
now the new vehicle gets the same number as the old one, completely removing the problem where we could run out of numbers
since we don't have to find free numbers for the new vehicles, autoreplace should be somewhat faster, specially in late games
NOTE: in CmdBuildRailVehicle(), bit 0 and 1 in p2 have been switched to make the meaning of bit 0 consistent with the other build commands. CmdCloneVehicle() is modified to follow this as well
bjarni [Thu, 11 May 2006 12:42:24 +0000] rev 3815
(svn r4825) - Fix [clone FS#159]: Game crashes when cloning reaches train-limit.
peter1138 [Thu, 11 May 2006 12:41:02 +0000] rev 3814
(svn r4824) - NewGRF: add support for getting/setting miscellaneous grf flags (param 0x9E)