Sun, 13 Apr 2008 11:15:48 +0000(svn r12683) -Fix [FS#1906]: in some cases a news messages would not be shown.
rubidium [Sun, 13 Apr 2008 11:15:48 +0000] rev 10152
(svn r12683) -Fix [FS#1906]: in some cases a news messages would not be shown.

Sun, 13 Apr 2008 10:32:29 +0000(svn r12682) -Fix [FS#1920]: removing road pieces from a town gave you twice the intended penalty.
rubidium [Sun, 13 Apr 2008 10:32:29 +0000] rev 10151
(svn r12682) -Fix [FS#1920]: removing road pieces from a town gave you twice the intended penalty.

Sun, 13 Apr 2008 10:26:39 +0000(svn r12681) -Fix [FS#1921]: aircraft stopping mid-air.
rubidium [Sun, 13 Apr 2008 10:26:39 +0000] rev 10150
(svn r12681) -Fix [FS#1921]: aircraft stopping mid-air.

Sun, 13 Apr 2008 09:10:59 +0000(svn r12680) [NoAI] -Fix [API CHANGE]: don't use very very long AIOF_NON_STOP flags, but AIOF_NON_STOP_INTERMEDIATE / AIOF_NON_STOP_DESTINATION instead noai
truebrain [Sun, 13 Apr 2008 09:10:59 +0000] rev 10149
(svn r12680) [NoAI] -Fix [API CHANGE]: don't use very very long AIOF_NON_STOP flags, but AIOF_NON_STOP_INTERMEDIATE / AIOF_NON_STOP_DESTINATION instead

Sun, 13 Apr 2008 01:51:12 +0000(svn r12679) -Codechange : a little bit of widget enumification
belugas [Sun, 13 Apr 2008 01:51:12 +0000] rev 10148
(svn r12679) -Codechange : a little bit of widget enumification

Sat, 12 Apr 2008 22:40:56 +0000(svn r12678) -Fix [FS#1918]: when a road vehicle has a tram only stop multiple times in a row in it's orders, only the first one would be skipped.
rubidium [Sat, 12 Apr 2008 22:40:56 +0000] rev 10147
(svn r12678) -Fix [FS#1918]: when a road vehicle has a tram only stop multiple times in a row in it's orders, only the first one would be skipped.

Sat, 12 Apr 2008 22:28:07 +0000(svn r12677) [NoAI] -Change [API CHANGE]: rework of the OrderFlags to support the new order possibilities in OpenTTD. As a result of this the following has changed: noai
rubidium [Sat, 12 Apr 2008 22:28:07 +0000] rev 10146
(svn r12677) [NoAI] -Change [API CHANGE]: rework of the OrderFlags to support the new order possibilities in OpenTTD. As a result of this the following has changed:
* AIOF_UNLOAD and AIOF_TRANSFER cannot be used at the same time anymore. Use AIOF_NO_LOAD and AIOF_TRANSFER for the same result.
* AIOF_FULL_LOAD will now always full load the vehicle and not full load any when the corresponding patch setting has been set. Full load any can be achieved with AIOF_FULL_LOAD_ANY.
* AIOF_NON_STOP has been replaced by AIOF_NON_STOP_AT_INTERMEDIATE_STATIONS and AIOF_NON_STOP_AT_DESTINATION_STATION instead of determining the non-stop workings based on a patch setting.

Sat, 12 Apr 2008 22:19:34 +0000(svn r12676) -Codechange: Reinstate colour selection buses, absent since r6455.
peter1138 [Sat, 12 Apr 2008 22:19:34 +0000] rev 10145
(svn r12676) -Codechange: Reinstate colour selection buses, absent since r6455.

Sat, 12 Apr 2008 22:12:27 +0000(svn r12675) -Codechange: Add support for custom drawing of drop down list items.
peter1138 [Sat, 12 Apr 2008 22:12:27 +0000] rev 10144
(svn r12675) -Codechange: Add support for custom drawing of drop down list items.

Sat, 12 Apr 2008 22:11:21 +0000(svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked for company colours.
peter1138 [Sat, 12 Apr 2008 22:11:21 +0000] rev 10143
(svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked for company colours.