Fri, 09 Mar 2007 23:26:21 +0000(svn r9081) -Fix(r9080): UINT32_MAX is undefined on MSVC. Use std::numeric_limits<uint32>::max() instead.
KUDr [Fri, 09 Mar 2007 23:26:21 +0000] rev 6598
(svn r9081) -Fix(r9080): UINT32_MAX is undefined on MSVC. Use std::numeric_limits<uint32>::max() instead.

Fri, 09 Mar 2007 22:55:57 +0000(svn r9080) -Codechange: dynamically build cargo filter buttons in the station list window.
peter1138 [Fri, 09 Mar 2007 22:55:57 +0000] rev 6597
(svn r9080) -Codechange: dynamically build cargo filter buttons in the station list window.

Fri, 09 Mar 2007 22:55:04 +0000(svn r9079) -Codechange: add WWT_LAST widget when dynamically building cargo payment graph
peter1138 [Fri, 09 Mar 2007 22:55:04 +0000] rev 6596
(svn r9079) -Codechange: add WWT_LAST widget when dynamically building cargo payment graph

Fri, 09 Mar 2007 15:12:37 +0000(svn r9078) -Codechange: coding style.
rubidium [Fri, 09 Mar 2007 15:12:37 +0000] rev 6595
(svn r9078) -Codechange: coding style.

Fri, 09 Mar 2007 14:41:39 +0000(svn r9077) -Fix [FS#612]: the wrong catenary wires were drawn for tunnel entrances.
rubidium [Fri, 09 Mar 2007 14:41:39 +0000] rev 6594
(svn r9077) -Fix [FS#612]: the wrong catenary wires were drawn for tunnel entrances.

Fri, 09 Mar 2007 10:12:08 +0000(svn r9076) -Fix [FS#529]: the intercontinental airport used 'T-junction' runway sprites when there is no exit in the middle of the runway as in the city airport (skidd13).
rubidium [Fri, 09 Mar 2007 10:12:08 +0000] rev 6593
(svn r9076) -Fix [FS#529]: the intercontinental airport used 'T-junction' runway sprites when there is no exit in the middle of the runway as in the city airport (skidd13).

Fri, 09 Mar 2007 02:04:07 +0000(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use.
belugas [Fri, 09 Mar 2007 02:04:07 +0000] rev 6592
(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use.

Fri, 09 Mar 2007 00:15:43 +0000(svn r9074) -Codechange: win32 dedicated console now doesn't need an extra 'enter' to fully quit
glx [Fri, 09 Mar 2007 00:15:43 +0000] rev 6591
(svn r9074) -Codechange: win32 dedicated console now doesn't need an extra 'enter' to fully quit

Thu, 08 Mar 2007 23:05:05 +0000(svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file)
bjarni [Thu, 08 Mar 2007 23:05:05 +0000] rev 6590
(svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file)

Thu, 08 Mar 2007 21:39:34 +0000(svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use
bjarni [Thu, 08 Mar 2007 21:39:34 +0000] rev 6589
(svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use