rubidium [Tue, 10 Jul 2007 22:45:09 +0000] rev 7719
(svn r10502) -Fix [FS#1017]: trying to get the town from a tile that can never be associated with a town.
rubidium [Tue, 10 Jul 2007 20:59:41 +0000] rev 7718
(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:58:07 +0000] rev 7717
(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc.
rubidium [Tue, 10 Jul 2007 07:46:58 +0000] rev 7716
(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour.
peter1138 [Tue, 10 Jul 2007 07:10:23 +0000] rev 7715
(svn r10497) -Fix (FS#1013,r8464): Ship max speed wrongly shown (benc)
belugas [Tue, 10 Jul 2007 00:59:00 +0000] rev 7714
(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 :)
belugas [Tue, 10 Jul 2007 00:10:19 +0000] rev 7713
(svn r10495) -Codechange: Add the Action 00 property handlers for Industries and Industry tiles
rubidium [Mon, 09 Jul 2007 20:08:25 +0000] rev 7712
(svn r10494) -Fix (r10490): possible null dereference in some exotic newgrfs.
rubidium [Mon, 09 Jul 2007 19:38:12 +0000] rev 7711
(svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments.
KUDr [Mon, 09 Jul 2007 19:24:45 +0000] rev 7710
(svn r10492) -Fix [YAPF, r10491]: commands with no effect (glx)