rubidium [Wed, 25 Jul 2007 17:18:13 +0000] rev 7821
(svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups.
rubidium [Wed, 25 Jul 2007 17:07:38 +0000] rev 7820
(svn r10687) -Fix (r10686): subversion does not like it when you change code when you are typing the commit message.
rubidium [Wed, 25 Jul 2007 15:45:46 +0000] rev 7819
(svn r10686) -Fix [FS#1058]: determining whether there is a tunnel going under the lowered area is only needed in two directions instead of all four, so take the directions (one for each axis) to the nearest border (along the given axis). Furthermore GetTileZ did much more than absolutely necessary.
rubidium [Wed, 25 Jul 2007 11:27:30 +0000] rev 7818
(svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars.
rubidium [Wed, 25 Jul 2007 00:16:30 +0000] rev 7817
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
rubidium [Tue, 24 Jul 2007 21:48:50 +0000] rev 7816
(svn r10681) -Codechange: do not determine whether a tile is a hangar based on the graphics index to be drawn on the given tile, but do it based on the specification of the location of hangars of the airport.
rubidium [Tue, 24 Jul 2007 19:56:43 +0000] rev 7815
(svn r10675) -Codechange: unhardcode the industry types used in several locations of the source code.
rubidium [Tue, 24 Jul 2007 17:01:23 +0000] rev 7814
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
rubidium [Tue, 24 Jul 2007 13:03:24 +0000] rev 7813
(svn r10672) -Codechange: typify some parameters/variables.
truelight [Tue, 24 Jul 2007 12:29:47 +0000] rev 7812
(svn r10671) -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13)