Sat, 17 Feb 2007 07:45:18 +0000(svn r8767) -Fix
tron [Sat, 17 Feb 2007 07:45:18 +0000] rev 6367
(svn r8767) -Fix

-Codechange: Do not hardcode the catchment radius of airports, but hold the information in AirportFTAClass
-Fix (r979): The default AI tested possible airport locations with a fixed catchment radius instead of the radius of the to be built airport

Sat, 17 Feb 2007 00:18:11 +0000(svn r8766) -Fix[YAPF]: rail station platform penalty not calculated properly
KUDr [Sat, 17 Feb 2007 00:18:11 +0000] rev 6366
(svn r8766) -Fix[YAPF]: rail station platform penalty not calculated properly

Fri, 16 Feb 2007 22:44:56 +0000(svn r8765) -Codechange: remove logic redundancy by moving it from the gui into the cmd code.
rubidium [Fri, 16 Feb 2007 22:44:56 +0000] rev 6365
(svn r8765) -Codechange: remove logic redundancy by moving it from the gui into the cmd code.

Fri, 16 Feb 2007 21:06:00 +0000(svn r8764) -Update: WebTranslator2 update to 2007-02-16 22:03:24
miham [Fri, 16 Feb 2007 21:06:00 +0000] rev 6364
(svn r8764) -Update: WebTranslator2 update to 2007-02-16 22:03:24
afrikaans - 1 changed by TrueTenacity (1)
brazilian_portuguese - 1 fixed, 1 changed by fukumori (2)
bulgarian - 4 fixed by groupsky (4)
dutch - 3 fixed by habell (3)
esperanto - 3 fixed by LaPingvino (3)
finnish - 5 fixed by kerba (5)
icelandic - 15 fixed, 30 changed by scrooge (45)
italian - 3 fixed by sidew (3)
norwegian_bokmal - 13 fixed by oletk (13)
turkish - 3 fixed by jnmbk (3)

Fri, 16 Feb 2007 20:03:17 +0000(svn r8763) -Fix
tron [Fri, 16 Feb 2007 20:03:17 +0000] rev 6363
(svn r8763) -Fix

Don't do bogus initialisations and prefer simpler code

Fri, 16 Feb 2007 12:10:19 +0000(svn r8759) -Feature: Allow airports to have up to 4 entry points depending on approach direction. Note: they're not yet used, but will be soon
celestar [Fri, 16 Feb 2007 12:10:19 +0000] rev 6362
(svn r8759) -Feature: Allow airports to have up to 4 entry points depending on approach direction. Note: they're not yet used, but will be soon

Fri, 16 Feb 2007 10:08:38 +0000(svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not
truelight [Fri, 16 Feb 2007 10:08:38 +0000] rev 6361
(svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not

Fri, 16 Feb 2007 09:50:28 +0000(svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi)
truelight [Fri, 16 Feb 2007 09:50:28 +0000] rev 6360
(svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi)
[PSP] -Add: added PSP specific code for libtimidity. libtimidity code is based on the work of Turulo. Tnx a bunch!

Fri, 16 Feb 2007 09:39:32 +0000(svn r8756) [PSP] -Fix: made the dedicated code compile with PSP. It is almost UNIX, just it needs more includes ;)
truelight [Fri, 16 Feb 2007 09:39:32 +0000] rev 6359
(svn r8756) [PSP] -Fix: made the dedicated code compile with PSP. It is almost UNIX, just it needs more includes ;)
(or more, it compiles, if it works is a whole other story ;))

Fri, 16 Feb 2007 09:38:43 +0000(svn r8755) -Fix
tron [Fri, 16 Feb 2007 09:38:43 +0000] rev 6358
(svn r8755) -Fix

Abbreviate GetAirport(st->airport_type) to st->Airport()