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)
celestar [Thu, 11 May 2006 11:24:09 +0000] rev 3813
(svn r4823) -Fix: Improved tooltips for sortable station lists.
-Credit: Chrishuebsch for initial idea and implementation of station filters
celestar [Thu, 11 May 2006 10:33:58 +0000] rev 3812
(svn r4822) -Feature: Station List View can now be sorted and filtered (by waiting cargo type and facilities)
peter1138 [Thu, 11 May 2006 09:54:11 +0000] rev 3811
(svn r4821) - NewGRF: simplify parameter retrieval in Action 0x0D
miham [Thu, 11 May 2006 06:36:38 +0000] rev 3810
(svn r4820) WebTranslator2 update to 2006-05-11 08:30:15
danish - 11 changed by Bjarni (11)
german - 1 fixed by Neonox (1)
swedish - 39 fixed by daishan (39)
celestar [Thu, 11 May 2006 05:32:26 +0000] rev 3809
(svn r4819) -Debug: When clicking on a vehicle in the viewport, the index and address of the vehicle get dumped for "misc" debug levels >= 2
peter1138 [Wed, 10 May 2006 21:55:44 +0000] rev 3808
(svn r4818) - NewGRF: add support for reading another GRF file's parameters, and warn if GRF Resource Management is tried.
peter1138 [Wed, 10 May 2006 21:41:16 +0000] rev 3807
(svn r4817) - NewGRF: allow partial support for parameter retrieval in action D.
peter1138 [Wed, 10 May 2006 21:34:57 +0000] rev 3806
(svn r4816) - NewGRF: action 7/9 improvements:
- split of parameter retrieving to separate function,
- handle param size for grf parameters,
- add more grfid (param 0x88) tests.
miham [Wed, 10 May 2006 10:52:56 +0000] rev 3805
(svn r4813) WebTranslator2 update to 2006-05-10 12:51:40
dutch - 3 fixed by webfreakz (3)
hungarian - 2 fixed by miham (2)
lithuanian - 50 fixed, 3 changed by Plyta (53)
polish - 2 fixed by meush (2)
portuguese - 2 fixed by izhirahider (2)
celestar [Wed, 10 May 2006 09:38:29 +0000] rev 3804
(svn r4812) -Fix (FS#161) NTP properly checks for railtypes on non-plain-rail-tiles (Rubidium)
peter1138 [Wed, 10 May 2006 06:23:43 +0000] rev 3803
(svn r4811) - NewGRF: only check a sprite set's feature when assigning a sprite result sprite group.
glx [Tue, 09 May 2006 17:24:08 +0000] rev 3802
(svn r4810) - Fix: removed warning about strict-alias (release build)
belugas [Tue, 09 May 2006 17:10:26 +0000] rev 3801
(svn r4809) Codechange : Merged two loops in only one.
peter1138 [Tue, 09 May 2006 15:43:40 +0000] rev 3800
(svn r4808) - Fix GetCharacterWidth() change in os2.c missed in r4802.
glx [Tue, 09 May 2006 15:36:48 +0000] rev 3799
(svn r4807) - Fix: win32 compilation was broken by r4802
peter1138 [Tue, 09 May 2006 13:23:04 +0000] rev 3798
(svn r4802) - Codechange: replace _stringwidth_base and associated magic numbers with a FontSize enum, using the numbers (which are SpriteIDs) in only the places needed.
peter1138 [Tue, 09 May 2006 11:42:51 +0000] rev 3797
(svn r4793) - Replace list of magic numbers (characters that don't exist) with a call to SpriteExists(), when building the character width cache.
peter1138 [Tue, 09 May 2006 11:39:23 +0000] rev 3796
(svn r4792) - Codechange: change a uint to a uint16 to avoid a signed/unsigned warning from some compilers.
peter1138 [Tue, 09 May 2006 10:35:13 +0000] rev 3795
(svn r4791) - Codechange: Mark road bits as unsigned. Fixes warning with older gcc versions.
tron [Tue, 09 May 2006 09:56:09 +0000] rev 3794
(svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to EnsureNoVehicleOnGround() to make more clear what it does
rubidium [Tue, 09 May 2006 08:25:31 +0000] rev 3793
(svn r4789) - Codechange: rename RoadType to RoadTileType and ROAD_{NORMAL,CROSSING,DEPOT} to ROAD_TILE_* for consistency