------------------------------------------------------------------------
r5060 | peter1138 | 2006-05-31 17:40:48 +0000 (Wed, 31 May 2006) | 2 lines

- NewGRF: add support for variable 7F (retrieve GRF parameter) for vehicles

------------------------------------------------------------------------
r5059 | peter1138 | 2006-05-31 17:31:08 +0000 (Wed, 31 May 2006) | 2 lines

- NewGRF: store a GRFFile pointer reference for each pointer, instead of just the GRF ID.

------------------------------------------------------------------------
r5057 | KUDr | 2006-05-31 06:51:56 +0000 (Wed, 31 May 2006) | 1 line

-Fix: [YAPF] trains can't find depot for servicing (thanks Smoky555)
------------------------------------------------------------------------
r5055 | celestar | 2006-05-31 06:43:05 +0000 (Wed, 31 May 2006) | 1 line

-Fix: Correct some errors in the bridge sprite numbers
------------------------------------------------------------------------
r5048 | peter1138 | 2006-05-30 21:27:51 +0000 (Tue, 30 May 2006) | 2 lines

- NewStations: Set up clipping areas to draw the station preview graphics in. This prevents larger station graphics from overflowing onto the list.

------------------------------------------------------------------------
r5047 | peter1138 | 2006-05-30 21:23:01 +0000 (Tue, 30 May 2006) | 2 lines

- NewGRF: fix typo of AIRPORT in enum

------------------------------------------------------------------------
r5046 | peter1138 | 2006-05-30 21:19:46 +0000 (Tue, 30 May 2006) | 2 lines

- Implement smooth horizontal depot scrolling by setting up a clipping area to draw the train image. This fixes a couple of usability issues when shorter wagons are used in the depot; shorter wagons scrolled at a different speed, and not all wagons were visible sometimes.

------------------------------------------------------------------------
r5037 | KUDr | 2006-05-30 15:04:59 +0000 (Tue, 30 May 2006) | 1 line

-Fix: assert when GetVehicleTrackdir() returns wrong trackdir - introduced by r5033 (thanks yanek)
------------------------------------------------------------------------
r5036 | miham | 2006-05-30 13:45:53 +0000 (Tue, 30 May 2006) | 4 lines

WebTranslator2 update to 2006-05-30 15:45:43
american   - 129 changed by WhiteRabbit (129)
czech      - 3 changed by Hadez (3)

------------------------------------------------------------------------
r5035 | miham | 2006-05-30 13:32:19 +0000 (Tue, 30 May 2006) | 7 lines

WebTranslator2 update to 2006-05-30 15:32:01
american   - 44 fixed, 167 changed by WhiteRabbit (211)
czech      - 3 fixed, 1 changed by Hadez (4)
estonian   - 3 fixed by vermon (3)
finnish    - 7 changed by lauri.kajan (7)
french     - 3 fixed by glx (3)

------------------------------------------------------------------------
r5033 | KUDr | 2006-05-30 10:53:27 +0000 (Tue, 30 May 2006) | 1 line

-CodeChange: [YAPF] RoadFindPathToStop() can now use YAPF for multistop handling.
------------------------------------------------------------------------
r5018 | KUDr | 2006-05-29 18:39:42 +0000 (Mon, 29 May 2006) | 1 line

[YAPF] Added some comments to YAPF implementation.
------------------------------------------------------------------------
r5017 | miham | 2006-05-29 17:33:39 +0000 (Mon, 29 May 2006) | 5 lines

WebTranslator2 update to 2006-05-29 19:33:27
dutch      - 3 fixed by webfreakz (3)
italian    - 3 fixed by sidew (3)
turkish    - 4 fixed by jnmbk (4)

------------------------------------------------------------------------
r5013 | KUDr | 2006-05-29 15:04:42 +0000 (Mon, 29 May 2006) | 3 lines

-Fix: [YAPF] RVs trying to plan route through railway.
Should fix assert("(GetTileTrackStatus(m_old_tile, TT()) & TrackdirToTrackdirBits(m_old_td)) != 0")
Thanks Celestar for the reproducible case.
------------------------------------------------------------------------
r5007 | miham | 2006-05-29 11:37:39 +0000 (Mon, 29 May 2006) | 5 lines

WebTranslator2 update to 2006-05-29 13:37:28
german     - 3 fixed by Neonox (3)
hungarian  - 3 fixed by miham (3)
ukrainian  - 3 fixed by znikoz (3)

------------------------------------------------------------------------
r5006 | KUDr | 2006-05-28 19:01:29 +0000 (Sun, 28 May 2006) | 1 line

Added comments where doxygen generated warnings to test if it can help.
------------------------------------------------------------------------
r5004 | miham | 2006-05-28 17:45:26 +0000 (Sun, 28 May 2006) | 5 lines

WebTranslator2 update to 2006-05-28 19:45:13
finnish    - 6 fixed, 41 changed by lauri.kajan (47)
french     - 3 fixed by glx (3)
polish     - 3 fixed by meush (3)

------------------------------------------------------------------------
r5003 | miham | 2006-05-28 17:19:34 +0000 (Sun, 28 May 2006) | 1 line

[Translations] Several languages fixed by Tron
------------------------------------------------------------------------
r4997 | bjarni | 2006-05-27 23:16:37 +0000 (Sat, 27 May 2006) | 3 lines

-Fix: [OSX] reverted the OSX part of rev 4994 as it caused dyld (lib) crashes
	now OSX strips after linking again

------------------------------------------------------------------------
r4994 | truelight | 2006-05-27 20:51:57 +0000 (Sat, 27 May 2006) | 1 line

-Fix: changed the stripping parts a bit. OSX is no longer an exeption
------------------------------------------------------------------------
r4993 | truelight | 2006-05-27 20:22:20 +0000 (Sat, 27 May 2006) | 1 line

-Fix: if 1 file is C++, link the whole project with g++
------------------------------------------------------------------------
r4992 | KUDr | 2006-05-27 18:52:28 +0000 (Sat, 27 May 2006) | 1 line

- Fix: [YAPF] error "too many arguments to function `void * operator new(unsigned int)'" on MorphOS
------------------------------------------------------------------------
r4991 | truelight | 2006-05-27 18:17:10 +0000 (Sat, 27 May 2006) | 3 lines

-Fix: don't compile UNITTEST by default, it isn't needed
-Fix: do not use hardcoded names for things like 'strip', keep it configurable!!

------------------------------------------------------------------------
r4990 | truelight | 2006-05-27 17:53:31 +0000 (Sat, 27 May 2006) | 1 line

-Fix: use CXX to link MacOSX OpenTTD, not CC
------------------------------------------------------------------------
r4989 | truelight | 2006-05-27 17:51:11 +0000 (Sat, 27 May 2006) | 1 line

-Fix: make the OSX Makefile stuff to work with the compile-farm
------------------------------------------------------------------------
r4987 | KUDr | 2006-05-27 16:12:16 +0000 (Sat, 27 May 2006) | 1 line

Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
------------------------------------------------------------------------
r4977 | miham | 2006-05-25 20:58:23 +0000 (Thu, 25 May 2006) | 5 lines

WebTranslator2 update to 2006-05-25 22:58:12
estonian   - 1 fixed, 341 changed by vermon (342)
polish     - 1 fixed by meush (1)
ukrainian  - 1 fixed by znikoz (1)

------------------------------------------------------------------------
r4975 | peter1138 | 2006-05-25 09:57:27 +0000 (Thu, 25 May 2006) | 2 lines

- Codechange: increase the number of file handles from 32 to 64 (arbitrary powers of 2!) to allow more GRF files to be loaded.

------------------------------------------------------------------------