Mon, 09 Jul 2007 19:24:45 +0000(svn r10492) -Fix [YAPF, r10491]: commands with no effect (glx)
KUDr [Mon, 09 Jul 2007 19:24:45 +0000] rev 7214
(svn r10492) -Fix [YAPF, r10491]: commands with no effect (glx)

Mon, 09 Jul 2007 18:57:12 +0000(svn r10491) -Fix [FS#988, YAPF]: When rail segment was cached using electric engine and it ended with non-electric rail it was incorrectly cached with the end reason ESRB_DEAD_END instead of ESRB_RAIL_TYPE. (Eddi)
KUDr [Mon, 09 Jul 2007 18:57:12 +0000] rev 7213
(svn r10491) -Fix [FS#988, YAPF]: When rail segment was cached using electric engine and it ended with non-electric rail it was incorrectly cached with the end reason ESRB_DEAD_END instead of ESRB_RAIL_TYPE. (Eddi)
- It caused YAPF to end prematurely there when it was searching for another path (for non-electric engine).
- It can lead to sub-optimal path taken or 'train is lost' message.
- In MP game it can also cause desync.
- Uses changes made in r10489.

Mon, 09 Jul 2007 18:53:43 +0000(svn r10490) -Codechange: add support for industries on non-flat surfaces.
rubidium [Mon, 09 Jul 2007 18:53:43 +0000] rev 7212
(svn r10490) -Codechange: add support for industries on non-flat surfaces.

Mon, 09 Jul 2007 18:27:42 +0000(svn r10489) -Codechange [YAPF]: FollowTrack_t now has new data member - m_err. It indicates the reason why the given track/trackdir can't be followed when method CFollowTrackT<>::Follow() returned false.
KUDr [Mon, 09 Jul 2007 18:27:42 +0000] rev 7211
(svn r10489) -Codechange [YAPF]: FollowTrack_t now has new data member - m_err. It indicates the reason why the given track/trackdir can't be followed when method CFollowTrackT<>::Follow() returned false.

Mon, 09 Jul 2007 16:32:52 +0000(svn r10488) -Update: WebTranslator2 update to 2007-07-09 18:32:28
miham [Mon, 09 Jul 2007 16:32:52 +0000] rev 7210
(svn r10488) -Update: WebTranslator2 update to 2007-07-09 18:32:28
estonian - 2 fixed by kristjans (2)
italian - 1 changed by lorenzodv (1)
korean - 6 fixed by leejaeuk5 (6)
latvian - 53 fixed by amjaliks (53)
portuguese - 5 fixed, 9 changed by izhirahider (14)
russian - 2 fixed by Smoky555 (2)
slovak - 2 fixed by lengyel (2)
spanish - 2 fixed by eusebio (2)
swedish - 8 fixed by giddorah (8)
ukrainian - 2 fixed by fevral13 (2)

Mon, 09 Jul 2007 16:24:00 +0000(svn r10487) -Fix: forgot some breaks in a switch statement.
rubidium [Mon, 09 Jul 2007 16:24:00 +0000] rev 7209
(svn r10487) -Fix: forgot some breaks in a switch statement.

Mon, 09 Jul 2007 13:59:07 +0000(svn r10486) -Fix: do not draw foundations when the "should I draw foundations" callbacks says to do so.
rubidium [Mon, 09 Jul 2007 13:59:07 +0000] rev 7208
(svn r10486) -Fix: do not draw foundations when the "should I draw foundations" callbacks says to do so.

Mon, 09 Jul 2007 13:21:49 +0000(svn r10485) -Codechange: add a callback mechanism to determine whether building an industry is allowed at a given location.
rubidium [Mon, 09 Jul 2007 13:21:49 +0000] rev 7207
(svn r10485) -Codechange: add a callback mechanism to determine whether building an industry is allowed at a given location.

Mon, 09 Jul 2007 13:10:04 +0000(svn r10484) -Codechange: reduce code duplication.
rubidium [Mon, 09 Jul 2007 13:10:04 +0000] rev 7206
(svn r10484) -Codechange: reduce code duplication.

Sun, 08 Jul 2007 19:54:51 +0000(svn r10483) -Codechange: add support for callbacks to manipulate the building chance of farm fields and chopping chance for lumber mills.
rubidium [Sun, 08 Jul 2007 19:54:51 +0000] rev 7205
(svn r10483) -Codechange: add support for callbacks to manipulate the building chance of farm fields and chopping chance for lumber mills.