Fri, 18 Apr 2008 10:16:51 +0000(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.
rubidium [Fri, 18 Apr 2008 10:16:51 +0000] rev 8973
(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.

Fri, 18 Apr 2008 09:49:23 +0000(svn r12764) -Add: check for missing (forgotten) header files in the generate script.
rubidium [Fri, 18 Apr 2008 09:49:23 +0000] rev 8972
(svn r12764) -Add: check for missing (forgotten) header files in the generate script.

Fri, 18 Apr 2008 09:40:00 +0000(svn r12763) -Fix: some headers were missing/still included in the MSVC project files.
rubidium [Fri, 18 Apr 2008 09:40:00 +0000] rev 8971
(svn r12763) -Fix: some headers were missing/still included in the MSVC project files.

Fri, 18 Apr 2008 04:54:09 +0000(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
rubidium [Fri, 18 Apr 2008 04:54:09 +0000] rev 8970
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).

Fri, 18 Apr 2008 04:37:06 +0000(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
rubidium [Fri, 18 Apr 2008 04:37:06 +0000] rev 8969
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.

Fri, 18 Apr 2008 03:20:59 +0000(svn r12760) -Fix(r12759): Remove a now useless comment
belugas [Fri, 18 Apr 2008 03:20:59 +0000] rev 8968
(svn r12760) -Fix(r12759): Remove a now useless comment

Fri, 18 Apr 2008 03:17:22 +0000(svn r12759) -Fix(r12358): There is no need to mask callback result for pre-version7 since CBID_INDTILE_SHAPE_CHECK (cb2F) is really 15 bits.
belugas [Fri, 18 Apr 2008 03:17:22 +0000] rev 8967
(svn r12759) -Fix(r12358): There is no need to mask callback result for pre-version7 since CBID_INDTILE_SHAPE_CHECK (cb2F) is really 15 bits.

Fri, 18 Apr 2008 01:35:17 +0000(svn r12758) -Fix(r4712, r12745): Use a bool when it's about boolean evaluation. a TileIndex is hardly a bool, of course of course. Thanks for good old MSVC warnings.
belugas [Fri, 18 Apr 2008 01:35:17 +0000] rev 8966
(svn r12758) -Fix(r4712, r12745): Use a bool when it's about boolean evaluation. a TileIndex is hardly a bool, of course of course. Thanks for good old MSVC warnings.

Thu, 17 Apr 2008 21:21:01 +0000(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
rubidium [Thu, 17 Apr 2008 21:21:01 +0000] rev 8965
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.

Thu, 17 Apr 2008 20:03:28 +0000(svn r12756) -Cleanup: variable scope and coding style in station*
smatz [Thu, 17 Apr 2008 20:03:28 +0000] rev 8964
(svn r12756) -Cleanup: variable scope and coding style in station*