Sun, 13 Apr 2008 15:07:36 +0000(svn r12686) -Fix: MSVC signed/unsigned warning
glx [Sun, 13 Apr 2008 15:07:36 +0000] rev 10155
(svn r12686) -Fix: MSVC signed/unsigned warning

Sun, 13 Apr 2008 14:19:08 +0000(svn r12685) -Codechange: DebugDumpCommands() couldn't be inlined, define it as a macro instead
smatz [Sun, 13 Apr 2008 14:19:08 +0000] rev 10154
(svn r12685) -Codechange: DebugDumpCommands() couldn't be inlined, define it as a macro instead

Sun, 13 Apr 2008 11:35:57 +0000(svn r12684) -Fix [FS#1891]: manually given service at depot order is not forgotten anymore when autoservice 'interferes'.
rubidium [Sun, 13 Apr 2008 11:35:57 +0000] rev 10153
(svn r12684) -Fix [FS#1891]: manually given service at depot order is not forgotten anymore when autoservice 'interferes'.

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.