Thu, 22 Feb 2007 18:44:42 +0000(svn r8846) -Fix
tron [Thu, 22 Feb 2007 18:44:42 +0000] rev 6110
(svn r8846) -Fix

Remove confusing superfluous parentheses

Thu, 22 Feb 2007 18:34:57 +0000(svn r8845) -Fix
tron [Thu, 22 Feb 2007 18:34:57 +0000] rev 6109
(svn r8845) -Fix

Remove pointless and out of context comment

Thu, 22 Feb 2007 16:16:44 +0000(svn r8844) -Revert partly (r8820, r8806): Change AppendToGRFConfigList to add the allocated GRFConfig to its list and not copy it.
Darkvater [Thu, 22 Feb 2007 16:16:44 +0000] rev 6108
(svn r8844) -Revert partly (r8820, r8806): Change AppendToGRFConfigList to add the allocated GRFConfig to its list and not copy it.

Thu, 22 Feb 2007 15:01:38 +0000(svn r8843) -Fix
tron [Thu, 22 Feb 2007 15:01:38 +0000] rev 6107
(svn r8843) -Fix

-Fix: Off-by-one error in accessing a buffer (if you start at the second byte you have to subtract one from the size)
Also avoid an unnecessary buffer copy and strlcpy() abuse
NOTE: 0.5 candidate

Thu, 22 Feb 2007 08:43:02 +0000(svn r8841) -Fix
tron [Thu, 22 Feb 2007 08:43:02 +0000] rev 6106
(svn r8841) -Fix

Remove {,u}intswap() and replace them by Swap()

Thu, 22 Feb 2007 06:57:21 +0000(svn r8840) -Fix
tron [Thu, 22 Feb 2007 06:57:21 +0000] rev 6105
(svn r8840) -Fix

Remove FIFO and Stack. They have never been used and could not be used anyway because the declarations of some functions are spelled different than the definitions they should correspond to.
Also remove some other unused helpers and related struct attributes.

Thu, 22 Feb 2007 00:33:39 +0000(svn r8839) -Fix: escape slashes in sed for mingw Makefile.dep stuff. It worked with sed 3.02 (provided by msys) but sed 4.1.4 (from gnuwin32.sf.net) failed.
glx [Thu, 22 Feb 2007 00:33:39 +0000] rev 6104
(svn r8839) -Fix: escape slashes in sed for mingw Makefile.dep stuff. It worked with sed 3.02 (provided by msys) but sed 4.1.4 (from gnuwin32.sf.net) failed.

Wed, 21 Feb 2007 23:18:08 +0000(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui
maedhros [Wed, 21 Feb 2007 23:18:08 +0000] rev 6103
(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui
window. GRFs with an error have a warning symbol shown before the name.

Wed, 21 Feb 2007 22:02:10 +0000(svn r8837) -Fix [FS#626]: drive through stations did not connect to neighbouring roads (mart3p).
rubidium [Wed, 21 Feb 2007 22:02:10 +0000] rev 6102
(svn r8837) -Fix [FS#626]: drive through stations did not connect to neighbouring roads (mart3p).

Wed, 21 Feb 2007 21:56:07 +0000(svn r8836) [YAPF] -Fix[FS#641]: Assertion: 'IsTileDepotType(depot_tile, TRANSPORT_ROAD)' failed (Karsten)
KUDr [Wed, 21 Feb 2007 21:56:07 +0000] rev 6101
(svn r8836) [YAPF] -Fix[FS#641]: Assertion: 'IsTileDepotType(depot_tile, TRANSPORT_ROAD)' failed (Karsten)
-don't tell that we found destination if the best direction was only guessed