rubidium [Fri, 18 Apr 2008 15:11:39 +0000] rev 8975
(svn r12767) -Codechange: merge all main toolbar related functions into a single file instead of scattering the functionality over several files.
rubidium [Fri, 18 Apr 2008 10:58:11 +0000] rev 8974
(svn r12766) -Add: sorting by road vehicle/train length. Based on a patch by Sir Bob.
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.
rubidium [Fri, 18 Apr 2008 09:49:23 +0000] rev 8972
(svn r12764) -Add: check for missing (forgotten) header files in the generate script.
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.
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).
rubidium [Fri, 18 Apr 2008 04:37:06 +0000] rev 8969
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
belugas [Fri, 18 Apr 2008 03:20:59 +0000] rev 8968
(svn r12760) -Fix(r12759): Remove a now useless comment
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.
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.