smatz [Thu, 24 Jan 2008 23:56:43 +0000] rev 8906
(svn r11980) -Fix: newer versions of cut do not accept field index 0
rubidium [Thu, 24 Jan 2008 18:47:05 +0000] rev 8905
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
skidd13 [Thu, 24 Jan 2008 18:35:35 +0000] rev 8904
(svn r11978) -Codechange: Replace some global variables with window owned ones
belugas [Thu, 24 Jan 2008 18:28:52 +0000] rev 8903
(svn r11977) -Fix(r11976): not a typo, not a bug. Just a removal that should have been done.
Would help to compile first...
belugas [Thu, 24 Jan 2008 18:16:04 +0000] rev 8902
(svn r11976) -Fix: It seems that industries using results 0D/0E on callback cb29/35 were a bit too eager to close down.
frosch [Thu, 24 Jan 2008 17:32:03 +0000] rev 8901
(svn r11975) -Documentation: Distinguish between station types in 'landscape_grid.html'.
frosch [Thu, 24 Jan 2008 14:57:43 +0000] rev 8900
(svn r11974) -Fix [FS#1684]: Shore and sea tiles under bridges were converted to canals in old savegames.
frosch [Thu, 24 Jan 2008 14:49:40 +0000] rev 8899
(svn r11973) -Fix (r11726, r11947)[FS#1683]: Use grass tiles for corner shores, if shores got replaced by ActionA.
smatz [Thu, 24 Jan 2008 14:22:10 +0000] rev 8898
(svn r11972) -Fix: old AI shouldn't build fast planes with a small airport in orders
peter1138 [Thu, 24 Jan 2008 10:47:44 +0000] rev 8897
(svn r11971) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of for-loops