Tue, 10 Jul 2007 20:59:41 +0000(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command.
rubidium [Tue, 10 Jul 2007 20:59:41 +0000] rev 7222
(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command.

Tue, 10 Jul 2007 20:58:07 +0000(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc.
rubidium [Tue, 10 Jul 2007 20:58:07 +0000] rev 7221
(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc.

Tue, 10 Jul 2007 07:46:58 +0000(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour.
rubidium [Tue, 10 Jul 2007 07:46:58 +0000] rev 7220
(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour.

Tue, 10 Jul 2007 07:10:23 +0000(svn r10497) -Fix (FS#1013,r8464): Ship max speed wrongly shown (benc)
peter1138 [Tue, 10 Jul 2007 07:10:23 +0000] rev 7219
(svn r10497) -Fix (FS#1013,r8464): Ship max speed wrongly shown (benc)

Tue, 10 Jul 2007 00:59:00 +0000(svn r10496) -Feature: Replace all the windows for Industry building by a more flexible one.
belugas [Tue, 10 Jul 2007 00:59:00 +0000] rev 7218
(svn r10496) -Feature: Replace all the windows for Industry building by a more flexible one.
Thanks to Csaboka (from TTDPatch dev team) for his hints and original design (which i've found while it was halfway done, so i could make it more compliant ;)). Don't expect it to be a carbon-copy though. A few differences can be found here and there.
Thanks to Rubidium for his helping hand. Hope you will like it as we do :)

Tue, 10 Jul 2007 00:10:19 +0000(svn r10495) -Codechange: Add the Action 00 property handlers for Industries and Industry tiles
belugas [Tue, 10 Jul 2007 00:10:19 +0000] rev 7217
(svn r10495) -Codechange: Add the Action 00 property handlers for Industries and Industry tiles

Mon, 09 Jul 2007 20:08:25 +0000(svn r10494) -Fix (r10490): possible null dereference in some exotic newgrfs.
rubidium [Mon, 09 Jul 2007 20:08:25 +0000] rev 7216
(svn r10494) -Fix (r10490): possible null dereference in some exotic newgrfs.

Mon, 09 Jul 2007 19:38:12 +0000(svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments.
rubidium [Mon, 09 Jul 2007 19:38:12 +0000] rev 7215
(svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments.

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.