Fri, 22 Sep 2006 23:13:12 +0000(svn r6497) -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string
bjarni [Fri, 22 Sep 2006 23:13:12 +0000] rev 4633
(svn r6497) -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string
This turned out to be due to OFB_HALT_IN_DEPOT and OFB_SERVICE_IF_NEEDED using the same bit
It appears that it doesn't matter for the code, so I adapted the string selection code to handle this

Fri, 22 Sep 2006 22:15:34 +0000(svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium)
glx [Fri, 22 Sep 2006 22:15:34 +0000] rev 4632
(svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium)

Fri, 22 Sep 2006 21:52:31 +0000(svn r6495) -Codechange: removed direct map access in pathfind.c
glx [Fri, 22 Sep 2006 21:52:31 +0000] rev 4631
(svn r6495) -Codechange: removed direct map access in pathfind.c

Thu, 21 Sep 2006 17:26:18 +0000(svn r6493) WebTranslator2 update to 2006-09-21 19:25:54
miham [Thu, 21 Sep 2006 17:26:18 +0000] rev 4630
(svn r6493) WebTranslator2 update to 2006-09-21 19:25:54
czech - 19 fixed, 2 changed by Hadez (21)

Thu, 21 Sep 2006 15:23:29 +0000(svn r6492) WebTranslator2 update to 2006-09-21 17:23:02
miham [Thu, 21 Sep 2006 15:23:29 +0000] rev 4629
(svn r6492) WebTranslator2 update to 2006-09-21 17:23:02
czech - 39 fixed, 7 changed by Hadez (46)
slovak - 18 changed by lengyel (18)

Thu, 21 Sep 2006 06:25:13 +0000(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
tron [Thu, 21 Sep 2006 06:25:13 +0000] rev 4628
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer

Wed, 20 Sep 2006 19:31:56 +0000(svn r6489) WebTranslator2 update to 2006-09-20 21:31:31
miham [Wed, 20 Sep 2006 19:31:56 +0000] rev 4627
(svn r6489) WebTranslator2 update to 2006-09-20 21:31:31
italian - 12 changed by sidew (12)
slovak - 8 fixed, 3 changed by lengyel (11)

Wed, 20 Sep 2006 01:08:50 +0000(svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted()
glx [Wed, 20 Sep 2006 01:08:50 +0000] rev 4626
(svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted()

Wed, 20 Sep 2006 00:34:06 +0000(svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD.
belugas [Wed, 20 Sep 2006 00:34:06 +0000] rev 4625
(svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD.
This will not reorder OTTD's currencies, but will make it so that
currencies affected by a grf will be those aimed by the writer.

Wed, 20 Sep 2006 00:24:38 +0000(svn r6484) -Undo (partly)r6289. If a grf writer wants a string been only a space, why should it be blocked?
belugas [Wed, 20 Sep 2006 00:24:38 +0000] rev 4624
(svn r6484) -Undo (partly)r6289. If a grf writer wants a string been only a space, why should it be blocked?
It is the wrong test at the wrong place