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

Thu, 08 Mar 2007 21:05:05 +0000(svn r9071) -Fix [FS#459]: when in networking an other player takes over an AI which is also controlled by a player, move the player with the company to the company who bought out the AI
truelight [Thu, 08 Mar 2007 21:05:05 +0000] rev 6588
(svn r9071) -Fix [FS#459]: when in networking an other player takes over an AI which is also controlled by a player, move the player with the company to the company who bought out the AI

Thu, 08 Mar 2007 20:50:27 +0000(svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, you wouldn't ever be able to do so for a given station
truelight [Thu, 08 Mar 2007 20:50:27 +0000] rev 6587
(svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, you wouldn't ever be able to do so for a given station

Thu, 08 Mar 2007 19:23:49 +0000(svn r9069) -Codechange: Change a do ... while loop with a for loop. This fixes some warning that I never got anyway...
peter1138 [Thu, 08 Mar 2007 19:23:49 +0000] rev 6586
(svn r9069) -Codechange: Change a do ... while loop with a for loop. This fixes some warning that I never got anyway...