Wed, 25 Jul 2007 00:16:30 +0000(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
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.

Tue, 24 Jul 2007 21:48:50 +0000(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 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.

Tue, 24 Jul 2007 19:56:43 +0000(svn r10675) -Codechange: unhardcode the industry types used in several locations of the source code.
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.

Tue, 24 Jul 2007 17:01:23 +0000(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
rubidium [Tue, 24 Jul 2007 17:01:23 +0000] rev 7814
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.

Tue, 24 Jul 2007 13:03:24 +0000(svn r10672) -Codechange: typify some parameters/variables.
rubidium [Tue, 24 Jul 2007 13:03:24 +0000] rev 7813
(svn r10672) -Codechange: typify some parameters/variables.

Tue, 24 Jul 2007 12:29:47 +0000(svn r10671) -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13)
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)

Tue, 24 Jul 2007 01:29:42 +0000(svn r10670) -Fix: Use proper initialization for grf_prop override member
belugas [Tue, 24 Jul 2007 01:29:42 +0000] rev 7811
(svn r10670) -Fix: Use proper initialization for grf_prop override member

Tue, 24 Jul 2007 01:26:57 +0000(svn r10669) -Codechange: Removed redundant comment
belugas [Tue, 24 Jul 2007 01:26:57 +0000] rev 7810
(svn r10669) -Codechange: Removed redundant comment
-Codechange: Add placeholder for yet another industry "variable" to code

Mon, 23 Jul 2007 19:30:36 +0000(svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo)
truelight [Mon, 23 Jul 2007 19:30:36 +0000] rev 7809
(svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo)
-Codechange: replace magic 13 with MAX_SNOWLINE_HEIGHT (bilbo)
-Codechange: assure _map_height_bits is always of correct size (Rubidium)

Mon, 23 Jul 2007 19:24:32 +0000(svn r10664) -Codechange: simplify a small piece of code (skidd13)
truelight [Mon, 23 Jul 2007 19:24:32 +0000] rev 7808
(svn r10664) -Codechange: simplify a small piece of code (skidd13)