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 7321
(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 7320
(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 7319
(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 7318
(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 7317
(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 7316
(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 7315
(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 7314
(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 7313
(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 7312
(svn r10664) -Codechange: simplify a small piece of code (skidd13)