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...

Thu, 08 Mar 2007 16:27:54 +0000(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
rubidium [Thu, 08 Mar 2007 16:27:54 +0000] rev 6585
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).

Thu, 08 Mar 2007 15:50:07 +0000(svn r9067) -Fix [FS#637]: don't make owner signs transparent, as then you loose the information who it owns
truelight [Thu, 08 Mar 2007 15:50:07 +0000] rev 6584
(svn r9067) -Fix [FS#637]: don't make owner signs transparent, as then you loose the information who it owns

Thu, 08 Mar 2007 14:34:32 +0000(svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets removed, the town is notified of it
truelight [Thu, 08 Mar 2007 14:34:32 +0000] rev 6583
(svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets removed, the town is notified of it

Thu, 08 Mar 2007 13:54:19 +0000(svn r9065) -Fix: possible dereference of NULL pointer.
rubidium [Thu, 08 Mar 2007 13:54:19 +0000] rev 6582
(svn r9065) -Fix: possible dereference of NULL pointer.

Thu, 08 Mar 2007 12:57:08 +0000(svn r9064) -Fix [FS#663]: don't keep on scrolling for non-numeric values in settings, but require reclick
truelight [Thu, 08 Mar 2007 12:57:08 +0000] rev 6581
(svn r9064) -Fix [FS#663]: don't keep on scrolling for non-numeric values in settings, but require reclick

Thu, 08 Mar 2007 12:40:45 +0000(svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir.
truelight [Thu, 08 Mar 2007 12:40:45 +0000] rev 6580
(svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir.