Fri, 23 Feb 2007 11:50:43 +0000(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
belugas [Fri, 23 Feb 2007 11:50:43 +0000] rev 6123
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.

Fri, 23 Feb 2007 09:56:20 +0000(svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.
peter1138 [Fri, 23 Feb 2007 09:56:20 +0000] rev 6122
(svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.

Fri, 23 Feb 2007 08:37:33 +0000(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives).
celestar [Fri, 23 Feb 2007 08:37:33 +0000] rev 6121
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives).

Fri, 23 Feb 2007 08:19:24 +0000(svn r8856) -Fix
tron [Fri, 23 Feb 2007 08:19:24 +0000] rev 6120
(svn r8856) -Fix

Missing */ (r8853)

Fri, 23 Feb 2007 08:03:30 +0000(svn r8855) -Fix
tron [Fri, 23 Feb 2007 08:03:30 +0000] rev 6119
(svn r8855) -Fix

Change some shift and cast mumbo jumbo for inflation calculation to something remotly comprehensible and explain what the magic number "54" means

Fri, 23 Feb 2007 02:18:17 +0000(svn r8854) -Fix(r8853): Ctrl+s (save) without Ctrl does not produce desired result...
belugas [Fri, 23 Feb 2007 02:18:17 +0000] rev 6118
(svn r8854) -Fix(r8853): Ctrl+s (save) without Ctrl does not produce desired result...

Fri, 23 Feb 2007 01:48:53 +0000(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
belugas [Fri, 23 Feb 2007 01:48:53 +0000] rev 6117
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style

Fri, 23 Feb 2007 00:17:46 +0000(svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops as if it were removing a normal road tile (consider the local authority and such).
rubidium [Fri, 23 Feb 2007 00:17:46 +0000] rev 6116
(svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops as if it were removing a normal road tile (consider the local authority and such).
-Fix (r8735): remove drive through road stops on town owned roads when going bankrupt/being removed.

Fri, 23 Feb 2007 00:10:16 +0000(svn r8851) -Fix [FS#643] (r8735): crash on removing town owned roads outside of the local authority.
rubidium [Fri, 23 Feb 2007 00:10:16 +0000] rev 6115
(svn r8851) -Fix [FS#643] (r8735): crash on removing town owned roads outside of the local authority.

Thu, 22 Feb 2007 22:53:49 +0000(svn r8850) -Codechange: Use the cargo type's is_freight flag instead of checking the cargo type to determine if the cargo type is freight cargo type cargo type.
peter1138 [Thu, 22 Feb 2007 22:53:49 +0000] rev 6114
(svn r8850) -Codechange: Use the cargo type's is_freight flag instead of checking the cargo type to determine if the cargo type is freight cargo type cargo type.